/* CSS Document */

body{
    font-family:Arial, Verdana, sans-serif;
    font-size:16px;
    background-color:#000;
    color:#fff;
}

body p{
    font-size:16px;
    color:#fff;
}

a{
    color:#fff;
    text-decoration:none;
}

.typewriter, .typerwriter2{
    font-family:serif;
}

body.about .canvas{
    background:url(/images/bg-about.jpg);
}

body.videos .canvas{
    background:url(/images/bg-videos.jpg);
}

body.contact .canvas{
    background:url(/images/bg-contact.jpg);   
}

body.artist .canvas{
    background:url(/images/bg-artist.jpg);
}

.canvas{
    position:relative;
    width:1280px;
    height:837px;
    margin:0 auto;
    background-repeat:no-repeat;
}

.header{
    position:relative;
    height:120px;
}

.header .logo{
    position:absolute;
    left:150px;
    top:15px;
}

.header ul.nav{
    position:absolute;
    left:478px;
    top:72px;
    list-style:none;
}

.header ul.nav li{
    float:left;
    height:18px;
    margin-right:10px;

    font-size:20px;
    letter-spacing:-0.04em;
    color:#333;

    text-transform:lowercase;
}

.header ul.nav li a{
    color:#999;
    text-decoration:none;
}

.header ul.nav li a.current{
    color:#c96;
}

.header .become_fan{
    position:absolute;
    left:832px;
    top:17px;
}

.header .become_fan label{
    display:block;
    color:#f93;
    font-size:21px;
    letter-spacing:-0.04em;
    text-transform:lowercase;
}

.header .become_fan input.text{
    background-color:#89745f;
    border:0 none;
    width:283px;
    height:16px;

    margin:4px 0;
    letter-spacing:-0.04em;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    padding:8px 14px;
}

.header .become_fan p.submit{
    color:#f33;
    text-transform:uppercase;
    font-size:16px;
    font-weight:bold;

    display:block;
    text-align:right;
    cursor:pointer;
}

.header .become_fan p.submit a{
 	color:#f33;   
}

.main{
    position:relative;
}

.main .content_area{
    position:absolute;
    left:150px;
    top:40px;
    width:560px;
    line-height:23px;
}

.main .content_area h1{
    font-size:36px;
    font-weight:normal;
    letter-spacing:-0.04em;
    color:#f93;
    text-transform:lowercase;
    margin-bottom:20px;
}

.main .content_area p{
    margin-bottom:38px
}

.main .content_area ul.quotes{
    list-style:none;
    margin:38px 0;
    padding:0;

    font-size:21px;
    letter-spacing:-0.04em;
    line-height:29px;
}

.main .content_area ul.quotes li{
    margin-bottom:18px;
}

.main .content_area ul.quotes li .credit{
    color:#c96;
}

.main .side_nav{
    position:absolute;
    left:830px;
    top:20px;
    width:302px;
    height:560px;
}

.main .side_nav .browse_artists{
    margin-bottom:30px;
}

.main .side_nav .browse_artists h2{
    text-transform:lowercase;
    font-size:21px;
    color:#f93;
    letter-spacing:-0.04em;
    font-weight:normal;
    margin-bottom:15px;
}

.main .side_nav .browse_artists ul{
    list-style:none;
    padding:0;
    overflow:hidden;
}

.main .side_nav .browse_artists ul li{
    float:left;
}

.main .side_nav .ad .label{
    text-align:right;
    text-transform:uppercase;
    font-size:7px;
    color:#999;
    margin-bottom:4px;
}

body.videos .content_area{
    width:972px;
    height:572px;
    overflow:hidden;
}

body.videos .content_area .video{
    position:absolute;
    left:75px;
}

body.videos .content_area .video_nav{
    position:absolute;
    left:742px;
}

body.videos .content_area .video_nav h1{
    font-size:21px;
}

body.videos .content_area .video_nav ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:16px;
}

body.videos .content_area .video_nav ul li{
    font-weight:bold;
}

body.videos .content_area .video_nav ul ul{
   margin-bottom:20px;
    line-height:16px;
}

body.videos .content_area .video_nav ul ul li{
    font-weight:normal;
    font-size:14px;
    color:#ccc;
}

body.videos .content_area .video_nav ul ul li a{
    color:#ccc;
    text-decoration:none;
}

body.videos .content_area .video_nav ul ul li a.current{
    color:#f33;   
}

body.videos .content_area .video_nav ul ul li.offline{
 	color:#666;   
}

body.contact .content_area h1{
    font-size:24px;
   	margin:110px 0 10px 0;
}

body.artist .content_area .images{
    position:relative;
    overflow:hidden;
}

body.artist .content_area .images ul{
    list-style:none;
    margin:0;
    padding:0;
}

body.artist .content_area .images ul li{
    margin-bottom:6px;
    overflow:hidden;
}

body.artist .content_area .images ul li img{
    margin:0;
    padding:0;
    float:left;
    clear:left;
}

body.artist .content_area .bio_column{
    position:absolute;
    left:310px;
    top:0;  
}

#media_player{
    position:absolute;   
}

body.artist .content_area .music_player{
    position:relative;
    width:292px;
    opacity:0;
}

body.artist .content_area .music_player .music_list{
    width:292px;
    height:118px;
}

body.artist .content_area .music_player .music_list ul{
    width:100%;
    list-style:none;
    margin:0 0 1px 0;
    padding:0;
    overflow:hidden;
    clear:left;
    color:#66513c;
    font-size:12px;
}

body.artist .content_area .music_player .music_list ul li{
    background-color:#fff;
    float:left;
    padding:0 10px;
    height:23px;
}

body.artist .content_area .music_player .music_list ul.current li{
    background-color:#666;
    color:#fff;
}

body.artist .content_area .music_player .music_list ul li.title{
    width:210px;   
    margin-right:1px;
}

body.artist .content_area .music_player .music_list ul li.duration{
    width:29px;
    margin-right:0;
}

body.artist .content_area .music_player .video_controls{
    position:relative;
    background-color:#f1f1f1;
    margin-top:5px;   
    height:39px;
    visibility:hidden;
}

body.artist .content_area .music_player .video_controls .play_btn{
    position:absolute;
    left:5px;
    top:4px;
    cursor:pointer;
}

body.artist .content_area .music_player .video_controls .pause_btn{
    position:absolute;
    left:39px;
    top:4px;
    cursor:pointer;
}

body.artist .content_area .music_player .video_controls .duration_controller{
    position:absolute;
    left:74px;
    top:4px;
    width:181px;
    height:31px;
    background-color:#c5c5c5;
    font-size:10px;
    overflow:hidden;
    cursor:pointer;
}

body.artist .content_area .music_player .video_controls .duration_controller .bar{
   position:absolute;
    width:181px;
    height:31px;
    left:-181px;
    background-color:#66513c;
}

body.artist .content_area .music_player .video_controls .duration_controller .current{
    position:absolute;
    top:5px;
    left:5px;
}

body.artist .content_area .music_player .video_controls .duration_controller .duration{
    position:absolute;
    top:5px;
    left:150px;
}

body.artist .content_area .music_player .video_controls .volume_controller{
    position:absolute;
    top:4px;
    left:260px;
}

body.artist .content_area .music_player .video_controls .volume_controller div{
    position:absolute;
   background-color:#d6d2ce;   
    width:6px;
    cursor:pointer;
}

body.artist .content_area .music_player .video_controls .volume_controller .current{
    background-color:#66513c;   
}

body.artist .content_area .music_player .video_controls .volume_controller .volume1{
    top:24px;
    height:7px;
}

body.artist .content_area .music_player .video_controls .volume_controller .volume2{
    left:7px;
    top:16px;
    height:15px;
}

body.artist .content_area .music_player .video_controls .volume_controller .volume3{
    left:14px;
    top:8px;
    height:23px;
}

body.artist .content_area .music_player .video_controls .volume_controller .volume4{
    left:21px;
    height:31px;
}

body.artist .content_area .bio{
    position:relative;
    margin-top:10px;
    width:292px;
}

body.artist .content_area .bio h1{
    font-size:36px;
    line-height:36px;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:10px;
}

body.artist .content_area .bio p{
    font-size:13px;
    line-height:17px;
    text-align:justify;
    margin-bottom:10px;
}

body.artist .content_area .social_buttons{
    position:relative;
    margin-top:30px;   
}

body.artist .content_area .social_buttons ul{
    list-style:none;
    margin:0;
    padding:0;
}

body.artist .content_area .social_buttons ul li{
    margin-bottom:6px;   
    overflow:hidden;
}

body.artist .content_area .social_buttons ul li img{
    float:left;   
    clear:left;
}

.footer{
    position:absolute;
    left:148px;
    top:770px;   
}

.footer .copyright{
    background-color:#333;
    font-size:9px;
    padding:2px 4px;
}

.footer .nidobrand{
    background-color:#272727;
    font-size:9px;
    padding:2px 4px;
    float:left;
    clear:left;
}

.footer a{
    color:#fff;
    text-decoration:none;
}

.typekit-badge{
    display:none !important;
}
