/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #f3f1f2 url("../_media/image/bg_texture.jpg") repeat-x 50% 0;
	background-attachment: fixed;
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	padding: 0;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

/* page heading
----------------------------------------------- */
#page-heading {
	font-weight:normal;
	padding:.5em 0 0 0;
	margin:0 0 0px 0;
}
#lang {
	font-weight:normal;
	font-size:0.8em;
	float:right;
	clear:none;
}
#lang a:hover, #rss_header a:hover {
	border-bottom:none !important;
}
#rss_header{
	font-size:1em;
	display:inline;
	margin-top:2px;
	margin-left:25px;
}
/* boxes
----------------------------------------------- */
.box {
	background:none;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	box-shadow: 10px 10px 5px #888;
}
.box h2 {
	text-transform:uppercase;
	color:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
	border-bottom:none !important;
	font: 1.3em Helvetica, Arial, FreeSans, sans-serif;
	font-weight:bold;
}
#toggle-articles a{
	border-bottom:0px !important;
}

.grid_16 .box, .grid_12 .box, .grid_8 .box, .grid_4 .box{
	background-color: #ccc;
	background-color: rgba(60%, 60%, 60%, 0.5);
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.grid_16 .box h2, .grid_12 .box h2, .grid_8 .box h2, .grid_4 .box h2 {
	background-color: #ccc;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.box h2 a {
	color:#333;
	font-weight:bold;
	border-bottom:none;
}
.box h2 a:hover {
	color:#333;
	background:none;
	border-bottom: 1px dotted #999999;
}
.block {
	padding-top:10px;
}
.block2 {
	background-color:#fff;
	padding-top:10px;
}
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.2em;
  padding-left:1em;
  border-left:4px solid #ccc;
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}
.std_link a{
	background:none !important;
}

/* highlights banner
----------------------------------------------- */
#bandeau_header{
	display:block;
	width:940px;
	height:330px;
	background-color:black;
	margin-top:5px;
}
#nav_bandeau a, #s7 strong {
	margin-left:5px;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	color:white;
}
#nav_bandeau a.activeSlide {
	background: white;
	color:black;
	text-decoration: none;
}
#nav_bandeau a:focus {
	outline: none;
}
#output {
	text-align: left;
}
#nav_bandeau {
	display:block;
	text-align: right;
	width:940px;
	margin:0 auto;
	background-color:black;
	clear:both;
	margin-bottom:20px;
}
.pics {
	display:block;
	height: 330px;
	width: 938px;
	padding:0;
	margin:0 auto;
	overflow: hidden
	border:1px solid #000;
}
.pics img {
	display:block;
	height: 330px;
	width: 938px;
	padding: 0px;
	background-color: #eee;
	top:0;
	left:0;
	border:1px black solid !important;
}

/* table
----------------------------------------------- */
table {
  width:100%;
  border:1px solid #bbb;
  margin-bottom:10px;
}
#tablesmall {
  width:50% !important;
  float:right;
  border:1px solid #bbb;
  margin-bottom:10px;
  margin-top:4px;
}
col.colC {
  width:8em;
}
th, td {
  padding:.2em 1em;
  text-align:left;
}
thead th {
  border-bottom:2px solid #888;
  background:#888;
  padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#888;
	border:1px solid #555;
}
tbody th,
tbody td {
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:#eee;
}
#tablesmall a{
  color:#8C7444;
}


/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}

label {
  width:98%;
}
input {
  width:98%;
}
select {
  width:99%;
}
#buttons{
  margin-top:10px;
  margin-bottom:10px;
}

/* articles
----------------------------------------------- */
.articles {
  padding:0;
  background:none !important;
}
.articles h2 {
  margin:0;
}
#articles {
  padding-top:0;
}
.article {
  text-align:justify;
  border-top:1px solid #666;
  padding-top:.5em;
}
.first . article{
	border:none;
	background:none !important;
}
#release_box{
	margin-bottom:10px;
	padding-bottom:10px;
}
.networkbox a{
	border:none !important;
}
.box .article, .riddim_edition {
  border-top:3px solid #ccc;
  padding:13px 10px 0 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  background-color: #ccc;
  background-color: rgba(60%, 60%, 60%, 0.5);
}

.riddim_artiste{
	margin-bottom:15px;
}

.img_left{
	display: block;
	float:left;	
}

#biographie, #discographie, #media, #contact, 
#concert, #liens, #riddim_collision_presentation, 
#riddim_collision_archive, #riddim_collision_media, 
#riddim_collision_dossier-de-presse, #riddim_collision_benevole,
#riddim_collision_contact, #booking_bio, #booking .flora{
	background:none !important;
}
.article h2, #tablesmall h3, #titre_recherche_tri, #concert_prod_jfx h3, #concert_non-prod_jfx h3, h4, #media_audio h4, #media_photo h4, #media_video h4. .riddim_edition h2{
	font:2em Helvetica, Arial, FreeSans, sans-serif;
	font-weight:bold;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:3px 0 3px 0;
	border:none;
}
.news_titre a {
  font: 1.6em Helvetica, Arial, FreeSans, sans-serif;
  font-weight:bold;
  color:#444;
  text-decoration: none
}

.box .first,
.box2 .first {
  border-top:none;
}
.article h4 {
  font-size:0.8em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.concert h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.2em;
}
.article .image, #release_left_block img, .article a.image, #concert_prod_jfx img, #concert_prod_archive img {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.article a.image:hover {
  border:1px solid #666;
}
.article a.image img {
  float:left; 
}
.article h4 a{
	color:#8C7444;
}
#tracklisting{
	margin-left:2px;
}
.article p, #tracklisting{
	color:#333 !important;
}
.article p a, #tracklisting a, #supports a, #concert_non-prod_jfx a, #concert_prod_jfx a, #concert_prod_archive a, .nukebox p a, .newstuffbox a, #release_right_block p a, #booking p a, #media_nav a, .riddim_edition a{
	padding:1px 2px 1px 2px;
	color:#EEE;
	background-color: #333;
	border-bottom: 1px solid #000;
}
.article p a:hover, #tracklisting a:hover, #supports a:hover, #concert_non-prod_jfx a:hover, #concert_prod_jfx a:hover, #concert_prod_archive a:hover, .nukebox p a:hover, .newstuffbox a:hover,#release_right_block p a:hover, .support_active, #booking p a:hover, #media_nav a:hover, .riddim_edition a:hover{
	padding:1px 2px 1px 2px;
	color:yellow;
	border-bottom: 1px solid yellow;
}
.support_active{
	text-transform: uppercase;
}
#bio_artiste_txt{
	color:#333 !important;
}
#artist_name{
	font-weight:bold;
	color:#333;
}
#supports{
	display:inline-block;
	float:left;
	margin-bottom:15px;
	clear:right;
}
#supports a{
	text-transform: uppercase;
}

html>body .article p{
	height: auto;
	min-height: 98px;
}

.article p.meta{
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.2em;
  min-height:27px !important;
}

.concert p.meta {
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px solid #666;
  padding:.1em 0;
  margin-bottom:.2em;
}

#release_left_block{
	width:310px;
	float:left;
}
#release_right_block{
	margin-left:15px;
	width:330px;
	float:left;
	padding-left:15px;
	border-left:1px dotted #666;
	margin-bottom:10px;
}
#release_right_block h4{
	font: 2em Helvetica, Arial, FreeSans, sans-serif;
	text-transform:none;
	background:transparent;
	padding:0;
	margin:3px 0 3px 0;
	border:none;
	color:#666;
}
#separator{
	text-transform:uppercase;
	color:#333;
}

/* site information
----------------------------------------------- */
#site_info .box {
  color:#fff;
  background:#666;
  margin-bottom:10px;
}

/* Various
----------------------------------------------- */
.nukeBox{
	background-color:#666;
}
.nukeBox img{
	width:100% !important;
}
.nukeBox p{
	padding:5px !important;
}
.nuke_img{
	margin:5px 0 5px 0;
}
.newstuffbox p a{
	display: inline;
	margin-bottom: 8px !important;
}
.big_word {
	text-align:left !important;
	line-height:1.2em; 
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.2em;
}
.bigger_word {
	text-align:left !important;
	line-height:1.2em; 
	font-size:1.2em;
  	text-transform:uppercase;
  	margin-bottom:.5em;
	font-weight:bold;
}
#listing_artiste{
	display:block;
	margin-bottom:10px;
	margin-top:5px;
}
#miniature{
	display:block;
	float:left;
	width:66px;
	height:66px !important;
	border:5px #000 solid;
	margin:5px 9px 5px 0;
}
#miniature a{
	margin:none !important;
	padding:none !important;
}

#concert_prod_jfx{
	display:block;
	width:300px;
	float:left;
	border-right:1px #333 dotted;
	padding-right:20px;
}
#concert_non-prod_jfx{
	display:block;
	width:300px;
	float:left;
	padding-left:20px;
	margin-bottom:20px;
}
#concert_prod_archive{
	display:block;
	float:left;
	padding-left:20px;
	margin-bottom:20px;
}
#concert_arch{
	display:block;
	padding-left:20px;
	margin-bottom:20px !important;
	clear:both;
}
#concert_prod_jfx h3, #concert_non-prod_jfx h3{
	margin-bottom:20px !important;
}
/*SKINNED SELECT*/
div.skinned-select {
	float:right;
	margin-right:5px;
	background: url('../_media/image/skin.gif') no-repeat scroll 0pt 100%;
}
div.skinned-select select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	z-index: 100;
}
div.skinned-select .select-text {
  position: absolute;
	text-indent: 10px;
	line-height: 19px;
	width: 150px;
	z-index: 1;
}
div.skinned-select .select-text,
div.skinned-select select,
div.skinned-select select option {
	width: 150px;
	font-size: 11px;
	color: #555;
}

/* ARTISTE > MEDIA */
.col_media1{
	display:bloc;
	float:left; 
	width:31%;
	padding-left:1%;
	padding-right:1%;
	margin-bottom:1%;
}
.col_media2{
	display:bloc;
	float:left; 
	width:31%;
	margin-left:0.2%;
	padding-right:1%;
	padding-left:1%;
	border-left:1px solid #666;
	margin-bottom:2%;
}
.col_media3{
	display:bloc;
	float:left; 
	width:31%;
	margin-left:0.2%;
	padding-left:1%;
	padding-right:1%;
	border-left:1px solid #666;
	margin-bottom:2%;
}
.media_release_th{
	display:bloc;
	float:left;
	margin:0;
	padding:0 0 0 0;
}
.media_release_th img{
	display:bloc;
	float:left;
	margin:0;
	padding:0 0 0 0;
	width: 100px;
}
#media_audio p{
	min-height:0px !important;
	margin-bottom:10px;
}
.col_media1 p{
	margin-bottom:20px !important;
}
.col_media1 a img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	display:inline-block;
}
.col_media2 img, .col_media3 img, .nuke_img, .img_media_gallery_photo {
	border:3px solid white;
}
.miniature_artiste_media{
	border:3px solid white;
	width:91px;
	height:91px;
}
/* non javascript version select */
.image_spy{
	float:left;
	left:0 !important;
	border:3px #000 solid;
	height:75px !important;
}
.texte_spy{
	width:110px !important;
	height:81px;
	margin-left:3px;
	float:left;
	background:none;
}
.texte_spy span{
	margin-top:3px !important;
	color:#8C7444;
	font-weight:bold;
	font-size:12px;
}

/* footer */
.footercont{
	width: 100% !important;
	clear: both;
	background: #201f1b url(../_media/image/bg_foot.jpg) repeat-x;
	color: #5b584c;
}
#footer{
	width: 100%;
}
.footercol{
	width:21%;
	padding:2%;
	float:left;
	color:#999;
}
.footercredits{
	display: block;
	float:left;
	padding:0 0 10px 10px;
}

.footercol a, .footercredits a{
	color:#fff;
	border-bottom:none !important;
}
.footercol a:hover, .footercredits a:hover{
	color:#ccc !important;
	border-bottom:1px dotted yellow !important;
}
.footercol h2{
	font: 2em Helvetica, Arial, FreeSans, sans-serif !important;
	font-weight:bold;
}
/*Tooltip*/
#tooltip {
	font: 0.5em "Lucida Grande","Arial Unicode MS", sans-serif !important;
	font-weight:bold;
	position: absolute;
	z-index: 3000;
	border: 1px solid #444;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter: alpha(opacity=85);
}
#tooltip h3, #tooltip div { margin: 0; }

.img_btn a{
	border-bottom:0px !important;
}
#media_nav{
	margin-top:10px !important;
}
.video h2{
	background-color:#222 !important;
	color:#ddd;
	height:30px !important;
}
.photo h2{
	background-color:#555 !important;
	color:#ddd;
	height:30px !important;
}
.audio h2{
	background-color:#222 !important;
	color:#ddd;
	height:30px !important;
}
.pinwrap{position: relative;}
.bottomImage { position: absolute; bottom:0px; }
/*NEWSLETTER*/
.form_newsletter_actif{
	background:red;
	border: 1px solid red;
}
.form_newsletter_inactif{
}
/*CAROUSEL RELEASE*/
.carousel_sidebar_release ul{
	display: block;
	margin:0px;
	padding:0px;
}
.carousel_sidebar_release li{
	display: block;
	float:left;
	margin:0px 0px 5px 0px;
	padding:0px;
}
.carousel_sidebar_release_content{
	margin:0px;
	padding:0px;
}
.carousel_sidebar_release img{
	display: block;
	float:left;
	width: 80px;
	height: 80px;	
	margin:0px;
	padding:0px;
}