/*
VERT:
#0C0
#060
#FFF
#6F6

GRIS:
#aaa
#999
#666
*/
body {
  background: #000;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size:100%;
  line-height:1.125em; /* 16x1.125=18px */
  margin: 0;
  padding: 18px;
}

h1, h2, h3 {
  font-weight:normal;
  color: #999;
}

h1 a, h2 a, h3 a {
  font-weight: normal;
  text-decoration:none;
  outline:none;
}

h1 {
  font-size: 1.25em; /* 16x1.25=20px */
  line-height: 1.25em; /* 16x1.25=20px */
  margin: 0;
}

h2 {
  font-size: 1.125em; /* 16x1.125=18px */
  margin:1em 0; /* 18x1=18px */
}

p {
  font-size: 0.875em; /* 16x0.875=14px */
  margin: 1.286em 0; /* 14x1.286=18px */
}

a, a:visited, a:active  {
  color: #0C0;
  text-decoration: none;
}
a:hover {
  color: #060;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  clear: left;
}

th, td {
  text-align: left;
  vertical-align: top;
  padding: 0;
}

input.search_input { width: 290px; border: 0; background: #fff url(../images/bg/input.png) no-repeat; padding: 5px; color: #0C0; font-weight: bold; margin: 0; float: left; }
input.submit_input { background: /*#E0691A*/ url(../images/bg/submit.png) no-repeat; border: 0; height: 24px; padding: 0; width: 65px; margin: 0 0 0 5px; color: #666; font: bold 0.9em arial, sans-serif; float: left; }

.none { display: none; }

#notice { background-color: #A4E7A0; border: 1px solid #26722D}
#error { background-color: #F0A8A8; border: 1px solid #900}
#notice, #error { width: 100%; margin: 0 auto 10px auto; padding: 5px; }
#notice p { margin-left: 20px; padding: 0; font-size: .75em; color: #26722D; }
#error p { margin-left: 20px; padding: 0; font-size: .75em; color: #900; }
#notice a, #error a { text-decoration: none; padding: 0 3px; }
#notice a { border: 1px solid #26722D; color: #26722D; }
#error a { border: 1px solid #900; color: #900; }
#notice a:hover, #error a:hover { color: #333; border: 1px solid #333; }

/* rather than give the table a font size, use contextual selectors to target the th and td elements within */
th {
  width:20%;
  font-weight: normal;
  font-size: 0.875em; /* 16x0.875=14px */
  padding:0 0.643em 0.571em 0.643em; /* 14x0.643=9px 14x0.571=8px */
  border-bottom:0.071em solid #aaa; /* 14x0.071=1px */
}

td {
  font-size: 0.75em; /* 16x0.75=12px */
  padding:0.333em 0.75em 0.417em 0.75em; /* 12*0.333=4px 12*0.75=9px 12x0.417=5px */
  border-bottom:0.083em solid #aaa; /* 12x0.083=1px */
  line-height: 1em; /* 12x1=12px */ 
}

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.autoclear {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .autoclear {height: 1px;}
.autoclear {display: block;}
/* End hide from IE5/Mac */

/* proprietes globales */
.bold {
  font-weight: bold;
}
.green {
  color: #0C0;
}
.green :hover {
  color: #060;
}
.grey {
  color: #999;
}
.grey:hover {
  color: #aaa;
}

.text_left {
  text-align: left;
  margin: 1px 0;
  font-size: small;
}
.text_left a {
  color: #FFF;
  background-color: #666;
  padding: 1px 4px;
}
.text_left a:hover {
  background-color: #999;
}
.float_left {
  float: left;
  clear: both;
}
.float_right {
  float: right;
}
.small {
  font-size: 0.875em; /* 16x0.875=14px */
}
a img { 
  border: none;
}
img.with_border {
  border: 1px solid #666;
}
#next {
  float: right;
  margin: 10px 0;
  font-size: 90%;
  font-weight: bold;
}
#prev {
  float: left;
  margin: 10px 0;
  font-size: 90%;
  font-weight: bold;
}
#banner {
  padding: 5px;
}

#images_list, 
#audios_list, 
#movies_list {
  margin: 20px 0;
  width: 100%;
  padding: 20px 0;
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#images_list img, 
#audios_list img, 
#movies_list img {
  padding:0;
  margin:0;
  float: none;
  border: 1px solid #666;
}

.section {
  text-align: left;
  padding: 20px 0;
}

div.list {
  padding: 10px;
  background-color: #222;
}
div.list p {
  padding: 0 10px;
}
.list_element {
  float:left;
  display:inline;
  text-align: center;
  margin: 0 10px;
  padding: 0;
}
.list_element img {
  border: 1px solid #333;
}

.movie {
  margin: 10px;
  padding:0;
}

#progress {
  position:absolute;
  bottom:0;
  left:0;
}

/*
VERT:
#0C0
#060
#FFF
#6F6

GRIS:
#999
#666
#333
*/
html,body{margin:0;padding:0;background-color:#000}
div#container{width:800px;margin:0 auto; padding-top:50px}
div#header{}
div#wrapper{}
  div#wrapper p#notice{}
  div#wrapper p#error{}
div#content{float:left;width:570px}
  div#content p{line-height:1.4}
div#navigation{float:right;clear:right;width:200px; border-left:1px solid #999; text-align: center}
div#extra{float:right; text-align: center; width:200px; border-left:1px solid #999; border-bottom:1px solid #999;}
div#footer{clear:both;width:100%;}
  div#footer p{margin:0;padding:5px 10px}

/* mp3 player */
#player {
  color: #FFF;
  line-height: 1.6em;
  border-bottom: 1px solid #666;
  padding: 10px 20px;
}
#player .artist {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.3em;
}
#player .title {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  line-height: 1.3em;
}
/* fin mp3 player */

/* menu */
ul#navlist
{
  padding: 20px 30px;
  margin: auto;
  border: none;
  font-weight: bold;
  background: transparent;
}
ul#navlist li {
  list-style: none;
  margin: 0 0 20px 0;
  border: none;
}
ul#navlist li a {
  display: block;
  padding: 4px 8px;
  border: 0px;
  border-left: 10px solid #000;
  text-decoration: none;
  text-align: left;
  color: #999;
}
ul#navlist li a:hover {
  border-color: #060;
  color: #ccc;
}
ul#navlist li#active a {
  border-color: #0C0;
  color: #fff;
}
/* fin menu */

/* pagination */
.pagination {
  text-align: center;
  padding: 3px;
  margin: 3px;
}
  .pagination a {
    padding: 2px 5px;
    margin: 2px;
    text-decoration: none;
    color: #999;
  }
  .pagination a:hover {
    color: #ccc;
  }
  .pagination span.current {
    padding: 2px 5px;
    margin: 2px;
    font-weight: bold;
    background-color: #999;
    color: #fff;
  }
  .pagination span.disabled {
    padding: 2px 5px;
    margin: 2px;
    color: #333;
  }
/* pagination */



/* proprietes d affichage */
/* les index */
div.newslist {
  margin:0;
  padding: 10px 0 0 0;
  border-bottom: 1px solid;
}
div.newslist h1, div.newslist h2, div.newslist h3 {

}
div.newslist h1 a, div.newslist h2 a, div.newslist h3 a {
  color: #fff;
}
div.newslist p {
  padding:0;
  margin:0;
}
div.newslist img {
  margin: 0 10px 10px 0;
}
div.newslist ul {
  font-size: 0.875em; /* 16x0.875=14px */
  list-style: none;
}
div.last {
  border: none;
}

/* les show */
div.newsbox {
  margin-top: 20px;
  padding:0;
  border-bottom: 1px solid #666;
}
div.newsbox h1 {
  border-bottom: 1px solid #666;
}
div.newsbox p {
}
div.newsbox sub {
  margin: 10px;
}
div.newsbox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 10px 0;
}

div.track {
  border-bottom: 1px solid #666;
}
div.track a {
  font-size: 0.875em; /* 16x0.875=14px */
}
div.track p {
  padding-top: 5px;
  margin: 0;
}
div.track img {
  border: 0;
  margin-right: 15px;
}



#contact {
  font-weight: bold;
  padding: 80px 50px;
}
#contact .small {
  font-size: 0.875em; /* 16x0.875=14px */
}
#contact .space {
  border-top: 1px solid #666;
  margin-top: 10px;
  padding-top: 10px;
}
#contact img {
  margin-top: 20px;
  padding-left: 20px;
}

.biocontent {
  font-size: 0.875em; /* 16x0.875=14px */
  line-height: 1.125em; /* 16x1.125=18px */
}
.biocontent p:first-letter {
  font-size: 1.6em;
}

/* LINKS */
.links {
  font-size: small;
  background-color: #666;
  text-align: right;
}
  .links a {
    color: #fff;
    padding: 0 5px 0 20px;
  }
  .links a:hover {
    background-color: #999;
  }
  

.more, .more:hover { padding: 0 5px 2px 20px; background: url(/images/icons/more.png) no-repeat center left;}
.back, .back:hover { padding: 0 5px 1px 20px; background: url(/images/icons/back.png) no-repeat center left;}
.play, .play:hover { padding: 0 5px 1px 20px; background: url(/images/icons/play.png) no-repeat center left;}

/*
.beatport { padding: 0 5px 1px 20px; background: url(/images/icons/beatport.png) no-repeat center left;}
.beatport:hover { padding: 0 5px 1px 20px; background: url(/images/icons/beatport-alt.png) no-repeat center left;}

.beatport {
  left:0;
  width:60px;
}
.beatport a {
  background:url('/images/icons/beatport.png') no-repeat 0 0;
}

.beatport a:hover {
  background:url('/images/icons/beatport-alt.png') no-repeat -76px 0;
}
*/

div.commercial div {
  float: right;
  position: relative;
  margin: 5px 0;
}
div.beatport {
  height: 30px;
  padding-right: 150px;
}
  div.beatport a {
    background: url(/images/icons/beatport.png) no-repeat 0 0;
    padding-top: 50px;
    position: absolute;
    clip: rect(auto 150px 30px auto);
    height: 30px;
    border: none;
  }
  div.beatport a:hover {
    background: url(/images/icons/beatport.png) no-repeat 0 -30px;
    border: none;
  }
div.itunes {
  height: 30px;
  padding-right: 110px;
}
  div.itunes a {
    background: url(/images/icons/itunes.png) no-repeat 0 0;
    padding-top: 50px;
    position: absolute;
    clip: rect(auto 100px 30px auto);
    height: 30px;
    border: none;
  }
  div.itunes a:hover {
    background: url(/images/icons/itunes.png) no-repeat 0 -30px;
    border: none;
  }





/* LINKS */

.movie {
  width: auto;
  text-align: center;
  margin: 25px;
}

#demonspace {
  background-color: blue;
  width: 150px;
}
#demonspace a {
  background: url(/images/icons/myspace.png) no-repeat;
  background-position: 0 150px;
}
#demonspace a:visited, a:hover {
  background-position: 150px -50px; 
}



#lightbox{  position: absolute;  left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox2/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox2/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%  ; }

#imageData{  padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;  }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }      
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}     

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
