/* BON JOVI */
/* Music Section Stylesheet
----------------------------------------------------------------------------- */


	@import url("widget-media.css");
	@import url("widget-editorial.css");
	@import url("widget-release.css");


/* LAYOUT
----------------------------------------------------------------------------- */


	#page-music #content,
	#page-discography #content {

	float: right !important;

	}

	#page-music #sidebar,
	#page-discography #sidebar {

	float: left !important;
	
	}


/* MUSIC + DISCOGRAPHY PAGE
----------------------------------------------------------------------------- */

	#page-music #discography div.pane,
	#page-discography #discography div.pane {
	
	margin: 0 !important;
	
	}
	
	#page-music #discography ul.releases,
	#page-discography #discography ul.releases {
	
	padding-bottom: 0;
	
	}
	
	#page-music #content div.banner {
	
	color: #fff;	
	background: #c00;
	padding: 10px 20px 10px 20px;
	margin: 0 0 20px 0;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		
	}
	
	#page-music #content div.banner h3 {
		
	color: #fff;
	margin-bottom: 10px;
		
	}
	
	#page-music #content div.banner p {
		
	margin-bottom: 0;
		
	}


/* RELEASE PAGE
----------------------------------------------------------------------------- */


	#info, 
	#info div.pane {
	
	margin-bottom: 0;
	
	}

	#info h3, 
	#info h4 {

	padding: 10px;
	
	}
	

/* Release Details */

	#details em.artist,
	#details ul.artwork, 
	#details dl {
	
	display: none;
	
	}
	
	#details div.retailers dl {
	
	display: inline;
	
	}
	
	#details div.retailers dl dt {
		
	width: 523px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px dotted #926f2c;
	color: #000;
		
	}
	
	#details div.retailers dl dd {
		
	width: 95px;
	height: 25px;
	border-bottom: 1px dotted #926f2c;
		
	}
	
	#details div.retailers dl dd a {
	
	float: left;	
	display: block;
	padding: 6px 10px;
	background-color: #c00;
	color: #fff;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		
	}
	
	#details div.retailers dl dd a:hover {
	
	background-color: #000;
		
	}


/* Release Tracks */


	#tracks td.number {
	
	width: 10px;
	
	}
	
	#tracks div.tracks h3,
	#tracks div.details ul.artwork, 
	#tracks div.details > dl {
	
	display: none;
	
	}
	

/* Release Lyrics */

	
	#lyrics ul li {
	
	width: 100%;
	clear: left;
	float: left;
	padding-bottom: 20px;
	
	}
	
	#lyrics ul.actions {
	
	width: auto !important;
	background: none !important;
	border: 0 !important;
	position: static !important;
	
	}

	
/* Covers */


	#covers {
	
	width: 318px;
	min-height: 310px;
	padding-left: 330px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	
	}
	
	#covers div.retailers,
	#covers em.artist {
	
	display: none;
	
	}
	
	#covers ul.artwork li.front {
	
	width: 310px;
	height: 310px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	
	}

	#covers ul.artwork li.front img {
	
	width: 310px;
	max-width: none;
	height: 310px;
	margin: 0;
	
	}

	#covers ul.artwork li.back {
	
	width: 95px;
	height: 95px;
	position: absolute;
	bottom: 0;
	left: 330px;
	cursor: pointer;
	
	}

	#covers ul.artwork li.back:hover {
	
	width: 91px;
	height: 91px;
	border: 2px solid #cc0000;
	overflow: hidden;
	
	}

	#covers ul.artwork li.back img {
	
	width: 95px;
	height: 95px;
	margin: 0;
	
	}

	#covers ul.artwork li.back:hover img {

	max-width: none;
	margin: -2px 0 0 -2px;
	
	}
