/* HTML */

* {
	margin: 0;
}

body {
	font-family:Helvetica,"Gill Sans","MS Sans",Arial,Helvetica,sans-serif;
	font-size:13px;
	background-color:#7D7E87;
	text-align:center;
	margin:0px;
}

body, a {
	color:#575757;
}

a img {
	border:none;
}

/* positionnement */

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}


#container {
	overflow: visible;
	position:relative;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	width:855px;
}

#content {
	border-top:15px solid #2A2A2A;
	border-bottom:15px solid #2A2A2A;
	background-color:#FFF;
	padding:20px;
}

#header {
	margin-bottom:10px;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

#header a {
	text-decoration:none;
}

#footer {
	color:#333333;
	margin-top:10px;
	margin-bottom:20px;
	font-size:10px;
	text-align:center;
}

#footer, #footer a {
	color:#333333;
}

.more {
	margin-top:10px;
	font-weight:bold;
	font-size:13px;
}

#primary {
}

#secondary {
	border-top:4px solid #ECECEC;
	display:none;
	margin-top:20px;
	padding-top:10px;
}

.releases, .biography, .disponibilities, .tracklisting, .subscription, .contributors  {
	padding:10px;
	margin-bottom:20px;
	border:1px solid #F1F1F1;
}

#secondary .releases, #secondary .biography, #secondary .disponibilities, #secondary .tracklisting, #secondary .subscription, #secondary .contributors {
	border:none;
	padding:0px;
}

.media {
	border:1px solid #F1F1F1;
	padding:10px;
}

.media img {
	width:250px;
	height:250px;
}

.other {
	clear:both;
}

.title {
	display:block;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform: uppercase;
	padding-bottom:5px;
}


span.help_text {
	font-size:10px;
	text-transform: lowercase;
	letter-spacing:normal;
	font-style:italic;
	font-weight:normal;
}

.block {
	margin-top:10px;
	background-color:#FFF;
}

.disponibilities {
	margin-top:0px;
}

.releases ul {
	padding:0px;
	margin:0px;
}

.releases ul li {
	list-style: none;
}

.releases ul li .title {
	font-size:18px;
}

.thumb {
	float:left;
	margin:1px;
	padding:5px;
	height:115px;
	text-align:center;
	border:1px solid transparent;
}

.thumb:hover {
	border:1px solid #F1F1F1;
}

.thumb img {
	border:0px;
	margin:0px;
}

.thumb a {
	cursor: pointer;
	text-decoration: none;
}

.thumb .name, .thumb .artist {
	font-size:10px;
	font-weight:normal;
	width:120px;
}

.thumb .name {
	margin-top:5px;
	font-weight:bold;
}

.disponibilities {
	background:transparent url(dispo.png) repeat-x scroll left bottom;
}

.tracklisting {
}

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

.track {
	cursor: pointer;
	margin:3px;
}

.track:hover {
	background-color:#F1F1F1;
}

.track.playing {
	font-style:italic;
	font-weight:bold;
}

.tracklisting .num, .tracklisting .support, .tracklisting .name, .tracklisting .duration {
	float:left;
}

.tracklisting .artist {
	float:right;
}

.tracklisting .num {
	width:20px;
	text-align:center;
	padding-right:20px;
}

.tracklisting .support, .tracklisting .duration, .tracklisting .artist_ids {
	display:none;
}

.disponibilities .territoire {
	display:none;
}

.plateforme, .contributors .artist {
	float:left;
	text-decoration:none;
	background-color:white;
	border:1px solid #ECECEC;
	padding:5px;
	margin:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}

.contributors .artist.author {
	display:none;
}

.contributors .artist.composer {
	display:none;
}

.contributors .artist.performer {
	display: block;
}

.performer.playing {
	background-color:#ABABAB;
}

.author.playing {
	background-color:#9FFF9D;
} 

.composer.playing {
	background-color:#FFA8EB;
}

.contributors .artist {
	font-weight:normal;
}

.biography {
	line-height:1.5em;
	text-align:justify;
	padding:0px;
}

.accent_color {
	color:#ABABAB;
}

a.accent_color {
	background-color:#ABABAB;
}

input {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.submit:hover, .plateforme:hover, .contributors .artist:hover {
	color:black;
	background-color:#ABABAB;
}

/* RELEASES */
body.release .disponibilities, body.release .tracklisting, body.release .contributors {
	width:505px;
}

body.release #header .artist {
	float:left;
} 

body.release #header .label {
	float:right;
}

/* Artistes */
body.artist #header .artist {
	float:left;
} 

body.artist #header .label {
	float:right;
}

body.artist .biography .title {
	display:none;
}

body.artist .sites, body.label .sites {
	padding:0px;
	border:0px;
	font-size:10px;
}

body.artist .biography, body.artist .releases {
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	border:none;
}

body.artist .releases {
	margin-bottom:0px;
}

/* Labels */
body.label .releases {
	width:100%;
	padding:0px;
	margin-bottom:0px;
	border:none;
}