body
{
    text-align: center;
    background: #999 url('bodybg.png') repeat-x fixed 0% 0%;
    margin: 0px;
    padding: 0px;
}
body, input, *
{
    font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
}
#outer
{
    text-align: left;
    margin: 0px auto 10px auto;
    width: 960px;
    padding: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
h1
{
    width: 252px;
    height: 65px;
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
}
h1 a
{
    display: block;
    width: 252px;
    height: 65px;
    margin: 0px;
    padding: 0px;
    background: transparent url('attrakt72.png') no-repeat scroll 0% 0%;
    overflow: hidden;
}
 
h1 a span
{
    display: block;
    width: 252px;
    height: 65px;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}
 
#projectLinks
{
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none none inside;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    overflow: hidden;
}
 
#projectLinks li
{
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    display: block;
    width: auto;
    height: 26px;
    float: left;
}
 
#projectLinks li a
{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
    font-size: 13px;
    background: #555;
}
 
#projectLinks li.current a
{
    background: #222;
    color: #ff9920;
    font-weight: bold;
}

#projectLinks li a:hover
{
    background-color: #000;
}

#projectLinks li.new a
{
    background-image: url('new.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
    padding-right: 20px;
}

#areas, #footer
{
    clear: both;
    background: #a62;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none none inside;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
 
#areas li
{
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    display: block;
    width: auto;
    float: left;
    border-right: solid 1px #841;
    border-left: solid 1px #d95;
}

#areas li:first-child
{
    border-left: none 0px;
}
 
#areas li a
{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
    font-size: 16px;
    background: #b73;
}
 
#areas li a:hover
{
    background: #000;
}
 
#areas li.current a, #areas li.current a:hover
{
    background: #f92;
    color: #000;
    font-weight: bold;
}
 
#areas li#search
{
    float: right;
    display: block;
    padding: 5px;
    border-right: none 0px;
    border-left: none 0px;
}
 
#searchInput
{
    color: #000;
    background: #edc url('alphazero.png') repeat scroll 0% 0%;
    border: none 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0px;
    padding: 2px;
    width: 100px;
    -webkit-transition: width .3s ease-in-out, background-color .3s linear;
}

#searchInput:focus
{
    width: 200px;
    background: #fff url('alphazero.png') repeat scroll 0% 0%;
}
 
#searchSubmit
{
    color: #eee;
    background: #000 url('alphazero.png') repeat scroll 0% 0%;
    border: none 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0px;
    padding: 2px;
    cursor: pointer;
}
 
#searchSubmit:hover
{
    color: #ff9920;
    text-decoration: underline;
}
 
#footer
{
    height: 34px;
}
 
#footer li
{
    padding: 0px 30px 0px 0px;
    margin: 0px;
    text-indent: 0px;
    display: block;
    float: left;
    width: auto;
}
 
#footer li a
{
    display: inline-block;
    padding: 5px 5px 5px 40px;
    background: transparent url('') no-repeat scroll 10px 5px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}
 
#footer li#toBlog a
{
    background-image: url('toBlog.png')
}
 
#footer li#toBambuser a
{
    background-image: url('toBambuser.png')
}
 
#footer li#onYouTube a
{
    background-image: url('onYouTube.png')
}
 
#footer li#onFacebook a
{
    background-image: url('onFacebook.png')
}
 
#footer li#inMedia a
{
    background-image: url('toMedia.png')
}
 
#footer li#onTwitter a
{
    background-image: url('toTwitter.png')
}

#footer li#toBeta
{
    float: right;
}

#footer li#toBeta a
{
    background-image: url('toBeta.png');
}

#main
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    color: #000;
    min-height: 400px;
    margin: 5px 0px 0px 0px;
    padding:  5px;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

#main a
{
    color: #333;
    text-decoration: underline
}
#main a:hover
{
    color: #f93;
    text-decoration: underline
}
        
#main #contents
{
    width: 680px;
    float: left;
}
#main #contents h3
{
    border-top: dotted 1px #ddd;
}
#main #sidebar
{
    width: 245px;
    float: right
}

a 
{
    color: #eee;
    text-decoration: underline;
}
 
li a
{
    text-decoration: none;
}
 
a:hover
{
    color: #ff9920;
    text-decoration: underline;
}
 
h2
{
    margin: 0px;
    padding:  0px 0px 8px 0px;
    font-size: 22px;
}

.sr a
{
    color: #000;
    text-decoration: none;
}
.sr strong a:link, .sr a:hover
{
    text-decoration: underline;
}

.sr p
{
    padding-left: 20px;
    font-size: 80%;
}

.sr strong
{
    font-size: 120%;
}

#main dl { margin: 0px; padding: 0px; }
#main dt { margin: 0px; padding: 0px; font-weight: bold; }
#main dd { margin: 0px 16px 5px 0px; padding: 0px; }

div.photoHolder
{
    float: right;
    margin: 0px 5px 5px 5px;
    padding: 5px;
    background: #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 70%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -ms-filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c0c0c0, offX=0, offY=3, positive=true);
}

div.photoHolder img
{
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#main ul.features
{
    margin: 0px;
    padding: 0px;
    overflow: visible;
    list-style-type: none;
    list-style-position: inside;
    text-indent: 0px;
}

#main ul.features li
{
    width: 450px;
    margin: 0px 5px 5px 0px;
    padding: 5px;
    float: left;
    height: 200px;
    border: solid 1px #999;
    background-color: #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 3px 7px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 3px 7px rgba(0,0,0,.5);
    -ms-filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c0c0c0, offX=0, offY=4, positive=true);
}

#main ul.features li:hover
{
}

#main ul.features li h3
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 21px;
}

#main ul.features li h4
{
    margin: 0px;
    padding: 0px 0px 4px 0px;
    font-size: 15px;
    font-style: italic;
    color: #999;
}

#main ul.features p
{
    margin: 0px;
    padding: 0px 0px 4px 0px;
}

#twtr-widget-1 .twtr-doc
{
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

#main ul.features li#spark
{
    width: 390px;
    padding: 5px 65px 5px 5px;
    background: #eee url('http://spark.attrakt.se/touchIcon.png') no-repeat scroll 395px 5px;
}

#main ul.features li#traktime
{
    width: 390px;
    padding: 5px 65px 5px 5px;
    background: #eee url('http://trakti.me/touchIcon.png') no-repeat scroll 395px 5px;
}
