/* MISC
------------------------------------------------------------------------------*/

*{
  margin: 0;
  padding: 0;
  outline: none;
  line-height: 1.6em;
  font-family: PTSansRegular, Helvetica, Arial, Sans Serif;
}


body{
  background: #111 url(../images/layout/background.png) repeat-y 50%;
  text-align:center;
  color:#FFF;
}

img,
form,
fieldset{
  border:0;
}

.clear{
  clear:both;
  line-height: 0;
  font-size: 0;
  height:0;
  overflow: hidden;
  width: 100%;
}

.logofb,
.counter{
  position: absolute;
  left:-2000px;
  top:-1000px;
}

hr{
  border:0;
  border-bottom:1px solid #121314;
  line-height:2px;
  width:750px;
  margin:10px 0;
  clear:both;
}

h6{
  text-transform: uppercase;
  font-weight: normal;
	font-size:100px;
}


/* CONTENT > H1 etc ...
------------------------------------------------------------------------------*/

#content h1,
#content h2,
#content h3{
  text-transform: uppercase;
  font-weight: normal;

}

#content h1{
  font-size: 20px;
  color:#FFF;
  margin:0 0 10px 0;
}

#content h1 span{
  font-size: 16px;
  color:#777;
  margin-left:10px;
}

#content h2{
  font-size: 16px;
  color:#777;
  margin:0 0 10px 0;
}

#content h3{
  font-size: 16px;
  color:#FFF;
  margin:0 0 10px 0;
}

#content p{
  width:630px;
  margin:0 0 10px 0;
  padding:5px 0;
}
#content p.en{
  color:#777;
}

#content a{
  color:#FFFF00;
  text-decoration: none;
}

#content a:hover{
  color:#FFF;
  text-decoration: none;
}


/* CONTENT > CANVAS
------------------------------------------------------------------------------*/

#content .canvas{
  width:750px;
  height:435px;
  background: transparent url(../images/layout/bg_canvas.png) no-repeat 50% 50%;
}

#content .canvas img{
  width:720px;
  height:405px;
}

#content .canvas_200{
  width:750px;
  height:200px;
  background: transparent url(../images/layout/bg_canvas_200.png) no-repeat 50% 50%;
}

#content .canvas_200.soundcloud object{
  margin:15px;
}

#content .canvas #embed{
  position: relative;
  top:15px;
  left:15px;
  background: transparent url(../images/layout/loading_black.gif) no-repeat 50% 50%;
}


#content .canvas_sml{
  width: 200px;
  height: 120px;
  background: transparent url(../images/layout/bg_canvas_sml.png) no-repeat 50% 50%;
}

#content .canvas_sml img{
  width:176px;
  height:96px;
  margin:12px;
}

#content .canvas_sml a img{
  opacity:0.5;
}

#content .canvas_sml a:hover img{
  opacity:1.0;
}

#content .float{
  float:left;
  margin:0 10px 10px 0;
}

/* CONTENT > HOME
------------------------------------------------------------------------------*/

#content .home_sessions a img{
  opacity:0.5;
}

#content .home_sessions a:hover img{
  opacity:1;
}

/* CONTENT > HOME > BOXGRID
------------------------------------------------------------------------------*/

#content .boxgrid{
  width: 720px;
  height: 405px;
  margin:15px;
  float:left;
  overflow: hidden;
  position: relative;
}
#content .boxgrid img{
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}


#content .boxgrid span,
#content .boxgrid h1,
#content .boxgrid h2,
#content .boxgrid p{
  text-transform: uppercase;
  margin:0;
  padding:0;
}

#content .boxgrid span{
  font-size:13px;
  color:#FFFF00;
}

#content .boxgrid h1{
  color:#FFF;
  font-size: 30px;
  font-weight: normal;
  margin-top: -5px;

}

#content .boxgrid h2{
  padding:0;
  color:#777;
  font-size: 17px;
  font-weight: normal;
  margin-top: -5px;

}

#content .boxgrid p{
  font-size: 14px;
  width:100%;
  margin: 10px 0 0 560px;
}



#content .boxcaption{
  float: left;
  position: absolute;
  top:285px;
  background: #000;
  height: 150px;
  width: 100%;
  padding:15px 20px;
  opacity: .8;
}


/* CONTENT > SESSION
------------------------------------------------------------------------------*/

#content .session{
  width:750px;
  margin:0 0 0 10px;
}

#content .session h1{
  color:#FFF;
  font-size: 30px;
  font-weight: normal;
  margin:-5px 0 0 0;
}

#content .session h2{
  padding:0;
  color:#777;
  font-size: 17px;
  font-weight: normal;
  margin:-5px 0 20px 0;
}

#content .session div.sml{
  margin:0 0 0 0;
  font-size:13px;
  color:#FFFF00;
}

#content .session .sessionlist ul{
  margin:10px 0;
}

#content .session .sessionlist ul li a{
  background: transparent url(../images/layout/bg_song.png) no-repeat 0 top;
  height:40px;
  line-height: 40px;
  padding:0 10px;
  margin:5px 8px;
  display:block;
  width:714px;
}
#content .session .sessionlist ul li a:hover,
#content .session .sessionlist ul li a:focus,
#content .session .sessionlist ul li a.act{
  background: transparent url(../images/layout/bg_song.png) no-repeat 0 bottom  ;
  color:#FFF;
}


/* CONTENT > SESSIONS
------------------------------------------------------------------------------*/

#content .sessions{
  width:750px;
  margin:0 0 0 10px;
}

#content .sessions .box .image{
  width:230px;
  float:left;
}

#content .sessions .box .infos{
  width:500px;
  float:left;
  padding:5px 0 0 0;
}

#content .sessions .box .infos span,
#content .sessions .box .infos h1,
#content .sessions .box .infos h2{
  text-transform: uppercase;
  margin:0;
}

#content .sessions .box .infos span{
  font-size:13px;
  color:#FFFF00;
}

#content .sessions .box .infos h1{
  color:#FFF;
  font-size: 30px;
  font-weight: normal;
  margin-top:-5px;
}

#content .sessions .box .infos h1 a{
  color:#FFF;
}

#content .sessions .box .infos h2{
  padding:0;
  color:#777;
  font-size: 17px;
  font-weight: normal;
  margin-top:-5px;
}

#content .sessions a img{
  opacity:0.5;
}

#content .sessions a:hover img{
  opacity:1;
}

/* CONTENT > FOTOS
------------------------------------------------------------------------------*/

#content .thumbs a{
  width:70px;
  height:70px;
  background: transparent url(../images/layout/bg_thumb.png) no-repeat 0 0;
  display:block;
  float:left;
  margin:0 5px 5px 0;
  opacity:0.5;
}

#content .thumbs a:hover{
  opacity:1;
}


#content .thumbs a img{
  margin:10px;
}

/* CONTENT > META
------------------------------------------------------------------------------*/

#content .meta{
  width:750px;
  margin:0 0 0 10px;
}


#content .meta .box{
  float:left;
  width:370px;
}

#content .meta .box h2{
  margin-bottom:0px;
}

#map_canvas{
  font-size:13px;
  color:#333;
  margin:20px 0;
}
#map_canvas a{
  color:#777;
}
#map_canvas a:hover{
  color:#333;
}

/* CONTENT > COMMENTS
------------------------------------------------------------------------------*/

#content .comments{
  width:750px;
  margin:10px 0 20px 10px;
}

#content .comments .list{
  width:400px;
  margin: 0 50px 0 0;
  float:left;
}

#content .comments .list p.text{
  width:380px;
  margin:0 0 5px 0;
  padding-bottom:0;
}

#content .comments .list p.date{
  width:400px;
  margin:0 10px 5px 0;
  font-size: 12px;
  color:#777;
}

#content .comments .list hr{
  width:400px;
}


#content .comments .form{
  width:300px;
  float:left;
}


/* FORMS
------------------------------------------------------------------------------*/

#content .flasherror{
  padding:20px;
}

#content .msg_err,
#content .msg_ok{
  padding: 10px;
  margin: 20px 0;
  color:#333;
}

#content .msg_err{
  background: #f58e8e;
  border:1px solid #b54e4e;
}

#content .msg_ok{
  background: #8ef593;
  border:1px solid #4eb553;
}

#content .form label{
  width:90px;
  float:left;
  color:#DDD;
  margin:3px 0;
}

#content .form input,
#content .form textarea{
  padding:3px;
  border:2px solid #FFF;
  background:#FFF;
  font-size: 13px;
}

#content .form input{
  width:200px;
  float:left;
  margin:3px 0;
}

#content .form textarea{
  width:290px;
  height:150px;
  padding:3px;
  overflow:auto;
  margin:10px 0;
}



/* BTN
------------------------------------------------------------------------------*/

a.btn {
    background: transparent url(../images/layout/btn_a.png) no-repeat scroll 0 top;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.btn span {
    background: transparent url(../images/layout/btn_span.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
}

a:hover.btn,
a.btn.act{
  background-position: bottom right;
}

a:hover span,
a.btn.act span {
  background-position: bottom left;
}

/* CONTAINER
------------------------------------------------------------------------------*/

#container{
  width:750px;
  margin: 170px auto 0 auto;
  text-align:left;
}

/* HEADER
------------------------------------------------------------------------------*/

#header{
  width:100%;
  height:120px;
  background: #000;
  top:0px;
  position: fixed;
  z-index: 99;
}
#header .header{
  width:750px;
  margin:0 auto;
}

.bg_header{
  background: transparent url(../images/layout/bg_header.png) repeat-x top;
  height:20px;
  width:100%;
  position: fixed;
  top:120px;
  z-index: 99;
}

/* HEADER > LOGO
------------------------------------------------------------------------------*/

#header .logo{
  width:350px;
  float:left;
}

#header .logo a{
  width:124px;
  height:65px;
  display: block;
  margin: 25px 0 0 7px;
}

/* HEADER > MENU
------------------------------------------------------------------------------*/

#header .menu{
  width:400px;
  height:120px;
  float:left;
}

#header .menu ul{
  list-style-type:none;
  margin: 48px 0 0 0;
  padding: 0;
  float:right;
}

#header .menu ul li{
  float: left;
}

#header .menu ul li a{
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
  color:#dbdbdb;
}

#header .menu ul li a:hover{
  color:#fff100;
}

/* HEADER > SUBMENU
------------------------------------------------------------------------------*/

#content .submenu{
  width:750px;
  text-align:right;
  margin:15px 0 10px 0;
}

#content .submenu ul{
  list-style-type:none;
  margin: 0 0 0 0;
  padding: 0;
  float:right;
}

#content .submenu ul li{
  float: left;
  margin-left:10px;
}

#content .submenu ul li a{
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
  color:#dbdbdb;
}

#content .submenu ul li a:hover,
#content .submenu ul li a:focus,
#content .submenu ul li a.act{
  color:#fff100;
}



/* TOOLTIP
------------------------------------------------------------------------------*/

#easyTooltip {
  padding: 3px 7px;
  background: #FFF;
  color:#000;
  font-size:12px;
  z-index: 999;
  text-align:left;
}

#easyTooltip b{
  font-size:15px;
  font-weight: normal;
}

#easyTooltip span{
  color:#777;
}

/* FOOTER
------------------------------------------------------------------------------*/

.bg_footer{
  background: transparent url(../images/layout/bg_footer.png) repeat-x top;
  height:20px;
  width:100%;
  margin:40px 0 0 0;
}


#footer{
  width:100%;
  background:#000;
  margin:40px 0 0 0;
}


#footer .copy{
  width: 752px;
  margin:0 auto;
  padding:30px 0;
  font-size: 13px;
  color:#777;
  text-align:left;
}

#footer .copy .box{
  width:230px;
  float: left;
}

#footer .copy .box.lft{
  width:400px;
  padding: 0 20px 0 10px;
  border-right:1px solid #111;
}

#footer .copy .box.rgt{
  width:300px;
  padding: 0 0 0 20px;
}

#footer .copy h2{
  font-weight: normal;
  text-transform: uppercase;
  color:#FFF;
  font-size: 14px;
  margin:0 0 20px 0;
}

#footer .copy ul{
  margin:10px 0;
  padding:0;
  list-style-type: none;
}
#footer .copy ul li{
  background: transparent url(../images/layout/dot_footer.png) left 4px no-repeat;
  padding-left:14px;
}
#footer .copy ul li a{
  text-decoration: none;
  color:#777;
}
#footer .copy ul li a:hover{
  color:#FFF;
}

/* FOOTER > LASTCOMMENTS
------------------------------------------------------------------------------*/

#footer .copy .lastcomments .session a{
  text-decoration:none;
  font-size:13px;
  color:#FFFF00;
}
#footer .copy .lastcomments .session a:hover{
  color:#FFF;
}

#footer .copy .lastcomments p.comment{
  color: #FFF;
  padding:3px 0;
}

#footer .copy .lastcomments .info{
  margin-bottom:5px;
  padding-bottom:5px;
  border-bottom:1px solid #111;
}
#footer .copy .lastcomments .info.last{
  border-bottom:0;
}


/* FOOTER > LOGOLINKS
------------------------------------------------------------------------------*/

#footer .copy p.logos a{
  width:150px;
  height:80px;
  display: block;
  text-decoration: none;
  float: left;
}

#footer .copy p.logos a.vimeo{
  background: transparent url(../images/layout/logo_vimeo.png) no-repeat 0 top;
}
#footer .copy p.logos a:hover.vimeo{
  background: transparent url(../images/layout/logo_vimeo.png) no-repeat 0 bottom;
}
#footer .copy p.logos a.soundcloud{
  background: transparent url(../images/layout/logo_soundcloud.png) no-repeat 0 top;
}
#footer .copy p.logos a:hover.soundcloud{
  background: transparent url(../images/layout/logo_soundcloud.png) no-repeat 0 bottom;
}


/* FOOTER > COPYLINE
------------------------------------------------------------------------------*/

#footer div.copyline{
  padding:10px;
  border-top:1px solid #111;
  margin:20px 0;
}
#footer div.copyline a{
  color:#777;
  text-decoration:none;
}
#footer div.copyline a:hover{
  color:#FFF;
}

#footer div.copyline div.lft{
  float: left;
  width:500px;
}
#footer div.copyline div.rgt{
  float: right;
  width:100px;
  text-align:right;
}






