/* General */

/*Reset Common Tags*/

a, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, img
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px auto;
    padding: 0px;
    font-family: Georgia;
    font-size: 12px;
    color: #231f20;
    background: url(/_assets/media/backgrounds/1.png) repeat #8469aa;
}

a
{
    text-decoration: none;
    color: #8469aa;
    outline: 0;
}

a:hover
{
    text-decoration: none;
    color: #231f20;
}

img
{
    border: 0px;
}

.highlight
{
    color: #8469aa;
}

p
{
    margin: 12px 0;
}

p.heading-text
{
    font-size: 19px;
    margin: 0 0 12px 0;
}

h1
{
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 24px;
    font-weight: normal;
}

h2
{
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    color: #8469aa;
}


/*---------------------layout--------------------*/

#container
{
    width: 960px;
    margin: 0 auto;
    height: auto;
}

#container-float
{
    float: left;
    width: 880px;
    padding: 0 40px;
    background: #fff;
}

/*---------------------header---------------------*/

#header
{
    float: left;
    width: 880px;
    padding: 45px 0 0 0;
}

#header-left
{
    float: left;
    width: 160px;
    height: 28px;
    margin-bottom: 11px;
    background: #8469aa;
}

#header-right
{
    float: right;
    width: 650px;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 14px;
    text-align: right;
}

#header-right ul
{
    margin: 0;
    padding: 0;
}

#header-right li
{
    list-style-type: none;
    display: inline;
}

#header-right a
{
    color: #666;
    padding: 2px;
    margin-left: 10px;
}

#header-right a:hover
{
    color: #000 !important;
}

#header-right a.current:hover
{
    color: #fff !important;
    background-color:#666 !important;
}

#header-right a.current
{
    background: #8469aa;
    color: #fff;
}

/*----------------------nav-----------------------*/


/*---------------------content--------------------*/

#content-home
{
    float: left;
    width: 880px;
    padding: 20px 0 0 0;
}

#content
{
    float: left;
    width: 880px;
    padding: 20px 0;
}

#home-left
{
    float: left;
    width: 340px;
}

#home-left-leftcol
{
    float: left;
    width: 160px;
}

#home-left-rightcol
{
    float: right;
    width: 160px;
}

#home-right
{
    float: right;
    width: 520px;
}

#home-right-top
{
    float: left;
    width: 520px;
}

#home-right-top-left
{
    float: left;
    width: 340px;
}

#home-right-top-right
{
    float: right;
    width: 160px;
}

#home-right-bottom
{
    float: left;
    width: 520px;
}

#home-right-bottom-left
{
    float: left;
    width: 160px;
}

#home-right-bottom-right
{
    float: right;
    width: 340px;
}

.home-image-big
{
    float: left;
    width: 340px;
    height: 340px;
    background: #846982;
    position: relative;
    margin-bottom: 20px;
}

.big-text
{
    float: left;
    padding: 10px;
    width: 320px;
    background: #8469aa;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: right;
    opacity: 0.9;
}

.home-image-small
{
    float: left;
    width: 160px;
    background: #846982;
    position: relative;
    margin-bottom: 20px;
}

.small-text
{
    float: left;
    padding: 10px;
    width: 140px;
    background: #8469aa;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: right;
    opacity: 0.9;
}

#portfolio-left
{
    float: left;
    width: 520px;
}

#portfolio-right
{
    float: right;
    width: 340px;
}

#contact-bottom
{
    float: left;
    width: 880px;
    font-size: 16px;
    margin-top: 20px;
}

.categories
{
    margin: 5px 0 20px 0;
    line-height: 20px;
    font-size: 16px;
}

#slideshow-nav
{
    float: left;
    width: 520px;
    margin: 10px 0 0 0;
    text-align: center;
}

#slideshow-nav a
{
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 16px;
    color: #b2b2b2;
    line-height: 24px;
    margin: 0 7px;
    cursor: pointer;
    background: url(/_assets/images/slideshow-number.jpg) no-repeat;
}

#slideshow-nav a:hover
{
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0 7px;
    cursor: pointer;
    background: url(/_assets/images/slideshow-number_o.jpg) no-repeat;
}

#slideshow-nav a.current
{
    color: #231f20;
    background: url(/_assets/images/slideshow-number.jpg) no-repeat;
}

#news-nav
{
    float: left;
    width: 700px;
    font-size: 16px;
    margin-left: 179px;
}

#pager a
{
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 16px;
    color: #b2b2b2;
    line-height: 24px;
    margin: 0 7px;
    text-align: center;
    cursor: pointer;
    background: url(/_assets/images/slideshow-number.jpg) no-repeat;
}

#pager a.current
{
    color: #231f20;
}

.nav-off
{
    color: #b2b2b2;
    cursor: default;
}

.nav-off:hover
{
    color: #b2b2b2;
}

.news-item
{
    float: left;
    width: 880px;
    margin-bottom: 20px;
    font-size: 16px;
}

.news-item-left
{
    float: left;
    width: 160px;
}

.news-item-right
{
    float: right;
    width: 700px;
}

#contact-left
{
    float: left;
    width: 300px;
    font-size: 16px;
}

#contact-right
{
    float: right;
    width: 550px;
    background-color: #8469aa;
}

#directions
{
    float: left;
    width: 300px;
    margin: 10px 0 65px 0;
}

#directions input
{
    width: 200px;
    height: 16px;
    border: 0;
    padding: 2px 5px 4px 5px;
    background: #cdcdcd;
    color: #fff;
}

.portfolio-group
{
    float: left;
    width: 880px;
}

.portfolio-group-left
{
    float: left;
    width: 880px;
}

.portfolio-group-right
{
    float: right;
    width: 160px;
    text-align: right;
    vertical-align:bottom;
}

.group
{
    float: left;
    width: 880px;
    padding: 10px 0;
}

.group-item
{
    float: left;
    width: 100px;
    font-size: 12px;
    margin-right: 29px;
}

.group-item span
{
    float: left;
    width: 100px;
    height: 100px;
    background: #846982;
    margin-bottom: 10px;
}

.group-item img
{
    float: left;
    width: 100px;
    height: 100px;
    background: #000;
}

#text-right
{
    float: left;
    min-height: 180px;
    height: auto !important;
    height: 180px;
}

.group-item:last-child
{
    margin-right:0 !important;
}

/*---------------------footer---------------------*/

#footer
{
    float: left;
    width: 880px;
    padding-top: 20px;
}

#footer-left
{
    float: left;
    width: 430px;
    padding: 20px 0;
    font-size: 11px;
}

#footer-right
{
    float: right;
    width: 420px;
    padding: 20px 0;
}

#footer-right-left
{
    float: left;
    width: 230px;
}

#footer-right-left a
{
    padding: 2px;
    background: #8469aa;
    color: #fff;
    float: left;
    margin: 8px 0 0 0;
}

#footer-right-left a:hover
{
    color: #fff;
    background: #666;
}

#footer-right-right
{
    float: right;
    width: 160px;
}

#footer-right-left span, #footer-right-right span
{
    float: left;
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;
}

.lastfm
{
    float: left;
    width: 160px;
    padding: 8px 0 14px 0;
}

.btn
{
    position: relative;
    padding: 2px;
    background: #8469aa;
    color: #fff;
    top: 2px;
}

.btn:hover
{
    color: #fff;
    background: #666;
}

.hideme
{
    float: left;
}

.openclose
{
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background-color: #8469aa;
    padding: 0 5px 0 5px;
}

.openclose:hover
{
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background-color: #666;
    padding: 0 5px 0 5px;
}

h5
{
    margin-top: 5px;
}

#faq-left-col
{
    width:640px;
    float:left;
}

#faq-right-col
{
    width:220px;
    float:right;
    text-align:center;
    margin-left:20px;
}

#faq-right-col .heading
{
    font-size:18px;
    font-style:italic;
    color:#666666;
}

.box
{
    width:240px;
    padding-bottom:30px;
}

   .full-circle {
     background-color: #8469aa;
     height: 130px;
     -moz-border-radius:75px;
     -webkit-border-radius: 75px;
     width: 130px;
     color:white;
     font-size:66px;
     margin-left:55px;
     position:relative;
     margin-top:10px;
    }
    

    
    .full-circle div
    {
        position:absolute;
        top:50%;
        left:0%;
              margin-top:-15px;  
              height:30px;
    }
    
    .full-circle span
    {
        display: inline-block; 
        margin-top:20px;
    }
    
    #last-fm-plays
    {
        font-size:40px;
        margin-top:35px;
    }
    
    
#social-networks
{
    padding-top:10px;    
}

a#facebook-footer, a#twitter-footer, a#linkedin-footer
{
    width:25px;
    height:25px;
    display:block;
    float:left;
    overflow:hidden;
    text-indent:1000em;
    background:url(/_assets/images/social/social.jpg) no-repeat;
    margin-right:5px;
    margin-top:10px;
}

a#facebook-footer
{
    background-position: 0 0;
}

a#facebook-footer:hover
{
    background-position: 0 -25px;
}

a#twitter-footer
{
    background-position: -50px 0;
}

a#twitter-footer:hover
{
    background-position: -50px -25px;
}

a#linkedin-footer
{
    background-position: -25px 0;
}

a#linkedin-footer:hover
{
    background-position: -25px -25px;
}

#list-page-table td
{
    width:160px;
    height:160px;   
}

.list-page-header a.current:hover
{
    color: #fff !important;
    background-color:#666 !important;
}

.list-page-header a.current
{
    background: #8469aa;
    color: #fff;
    padding:2px 3px;
}

.list-page-header a
{
    margin-right:14px;
}

.list-page-header
{
    margin-top:10px;
    margin-bottom:10px;
    clear:both;  
}
