/* PAULA ABDUL */
/* Music Page Stylesheet
----------------------------------------------------------------------------- */


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

	.section-music #content {

	width: 630px !important;
		
	}
	

/* DETAILS
--------------------------------------------------------------------------- */
	
	.section-music #details {
	
	float: left;
	padding: 0 15px 0 0;
	width: 330px;
	
	}	
	
	.section-music #details h3 {
	
	display: block !important;
		
	}
	
	.section-music #details em {
	
	display: none;
	
	}
	
	.section-music #details ul.artwork img {
	
	width: 290px;
	border: 2px solid #e1e1e1;
	
	}
	
	dt, dd {	
	
	border-top: 0;
	padding-bottom:0;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	
	}
	
	dt {
	
	width: 30%;
	
	}
	
	dd {
	
	width: 70%;
	
	}
	
	div.retailers h4 {
	
	font-size: 16px;
	line-height: 16px;
	padding-top: 22px;
	
	}
	
	
/* TRACKS
--------------------------------------------------------------------------- */

	.section-music #tracks {
	
	clear: none;
	float: left;
	width: 240px;
	
	}
	
	.section-music #tracks h3 {
	
	display: block !important;
	
	}
	
	table {
	
	font-size: 12px;
	
	}
	
	th, td {
	
	padding: 3px 3px 3px 0;
	text-align: left;
	
	}
	


/* DIGITAL DOWNLOAD + DISCOGRAPHY
--------------------------------------------------------------------------- */
	
	#page-song div.widget-media .last {
		
	display: none;
		
	}
	
	.section-music #sidebar {

	float: right;
	width: 305px !important;
	margin-bottom: 40px;
	
	}
	
	div#digital-download, div#discography, div.pane {

	padding: 15px;
	width: 275px;
	
	}
	
	div#content div, div#sidebar div {
	
	clear: left;
	
	}

	div#digital-download, div#discography {

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color: #FFFFFF;
	border:2px solid #E1E1E1;
	float:left !important;
	margin-bottom:20px !important;	
	
	}

	#digital-download, #discography {
	
	float: left;
	width: 236px;
		
	}
	
	/* Audio */
	
	#digital-download ul.clips li {
	
	clear: left;
	width: 275px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	
	}
	
	#digital-download ul.clips li div a.details, #digital-download ul.clips li div a.listen, #digital-download ul.clips li div em, #digital-download ul.clips li a.comments {
	
	display: none !important;
	
	}
	
	#digital-download ul.clips li div ul.actions {
	
	float: right;
	clear: none;
	padding: 0;
	
	}
	
	#digital-download ul.clips li div ul.actions li {
		
	padding: 0;
	margin: 0;
	border: 0;
		
	}
	
	#digital-download ul.clips li div a {
	
	display: block;
	padding-top: 3px;
	float: left;
	color: #000;
	
	}
	
	#digital-download ul.clips li div a.download {
	
	color: #D0965D;
	
	}
	
	div.pane div h3 {
	
	display: block !important;
	
	}
	
	a.download {
	
	background-color:#D0965D !important;
	-moz-border-radius-bottomleft: 4px !important;
	-moz-border-radius-bottomright: 4px !important;
	-moz-border-radius-topleft: 4px !important;
	-moz-border-radius-topright: 4px !important;
	color: #FFFFFF !important;
	line-height: 12px !important;
	padding: 5px 8px !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
	
	}


	/* Discography */
	
	#discography ul.releases {
		
	float: left;
	width: 275px;
	margin: 0;
		
	}
	
	#discography ul.releases li {
		
	clear: left;
	float: left;
	width: 105px;
	margin: 0 20px 20px 0;
		
	}
	
	#discography ul.releases li.alt {
		
	clear: none;
	margin: 0 0 18px 0;
		
	}
		
	#discography ul.releases li img {
	
	display: block;	
	width: 105px;
	height: 105px;
	margin: 0 0 5px 0;
			
	}
	
	#discography ul.releases em,
	#discography ul.releases strong {
		
	display: block;
	float: none;
	width: 105px;
	margin: 0 0 3px 0;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	font-style: normal;
			
	}
		
	#discography ul.releases dl {
		
	display: none;
		
	}
