/* WOLFMOTHER */
/* Section Music Stylesheet
----------------------------------------------------------------------------- */

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

	body.section-music #page {
		
	width: 620px;
	padding-left: 125px;
		
	}
	
	body.section-music #page #content {
		
	width: 475px;
	overflow: hidden;
		
	}
	

/* DISCOGRAPHY
----------------------------------------------------------------------------- */


/* Content */	


	#page-music div#content {

	width: 650px;
	margin-bottom: 40px;
	float: left;

	}	
	
	#page-music div#content div#details h3 {
	
	font: normal 23px/23px Arial, sans-serif;
	
	}	
	
	#page-music div#content div#details em {
	
	display: none !important;
	
	}
	
	#page-music div#details ul.artwork {
	
	width: 650px;
	overflow: hidden;
	
	}
	
	#page-music div#details ul.artwork li {
	
	float: left;
	width: 317px;
		
	}
	
	#page-music div#details ul.artwork li.front {
	
	padding-right: 15px;
	
	}
	
	#page-music div#details ul.artwork img {
	
	display: block;
	float: left;
	width: 317px;
		
	}
	
	#page-music div#notes h3 {
	
	display: none !important;
	
	}
	
	#page-music div#tracks {
	
	padding-top: 20px;
	
	}
	
	#page-music div#tracks table {
	
	font-size: 12px;
	width: 100%;
	
	}	
	
	#page-music div#tracks tr td {
	
	border-top: 1px solid #ccc;
	
	}
	
	#page-music div#tracks a.action {
	
	padding: 1px 8px 1px 8px;
	font-size: 10px;
	
	}
	
	#lyrics {
	
	margin-top: 30px;
	
	}


/* Sidebar */


	#page-music div#sidebar {

	width: 110px;
	margin-bottom: 40px;
	float: right;

	}
	
	#discography {
	
	float: left;
				
	}
	
	#discography h3 {
	
	text-align: center;
	margin-bottom: 25px;
	
	}
	
	#discography ul.releases {
		
	float: left;
	width: 110px;
	margin: 0;
		
	}
	
	#discography ul.releases li {
		
	clear: left;
	float: left;
	width: 110px;
	margin: 0 15px 15px 0;
		
	}
	
	#discography ul.releases li.alt {
		
	clear: none;
	margin: 0 0 15px 0;
		
	}
		
	#discography ul.releases li img {
	
	display: block;	
	width: 110px;
	height: 110px;
	margin: 0 0 5px 0;
			
	}
	
	#discography ul.releases em,
	#discography ul.releases strong {
		
	display: block;
	float: none;
	width: 110px;
	margin: 0 0 3px 0;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	color: #999;
		
	}
		
	#discography ul.releases dl {
		
	display: none !important;
		
	}
	
	
/* Pagination */


	#discography ul.paging {
	
	width: 110px !important;
	
	}
	
	#discography ul.paging a {
	
	padding-left: 8px;
	
	}
