/* DISTANT RELATIVES */
/* Section Stylesheet: Music
--------------------------------------------------------------------------- */

	
	#album,
	#discography,
	#lyrics {
	
	width: 565px;
	background: url(../images/layout/bg-widget.png) repeat;
	padding: 15px;
	float: left;
	clear: left;
	
	}
	
	#page-music #album {
	
	padding-bottom: 20px;
	
	}
	
	#page-music #discography,
	#page-lyrics #discography {
	
	margin-bottom: 65px !important;
	
	}
	
	#page-lyrics #lyrics {
	
	margin-bottom: 4px !important;
	
	}
	
	
/* MUSIC
--------------------------------------------------------------------------- */	
	
	
	#page-music div#details ul.artwork, 
	#page-lyrics div#details ul.artwork {
	
	width: 565px;
	overflow: hidden;
	margin-bottom: 15px;
	
	}
	
	#page-music div#details ul.artwork li, 
	#page-lyrics div#details ul.artwork li {
	
	float: left;
	width: 274px;
		
	}
	
	#page-music div#details ul.artwork li.front, 
	#page-lyrics div#details ul.artwork li.front {
	
	padding-right: 15px;
	
	}
	
	#page-music div#details ul.artwork img, 
	#page-lyrics div#details ul.artwork img {
	
	display: block;
	float: left;
	width: 274px;
		
	}
	
	div#tracks table {
	
	width: 100%;
	
	}
	
	div#tracks tr td {
	
	border-bottom: 1px solid #000;
	padding: 5px 0;
	
	}
	
	div#tracks a.action {
	
	display: block;
	width: 34px;
	
	}
	
	div#tracks a.action.download {
	
	width: 61px;
	
	}
	
	div#tracks a.action.lyrics {
	
	width: 69px;
	
	}
	
	div.widget-media div.flash {
	
	width: 1px;
	height: 1px;
	
	}
	
	div.widget-media ul.controls, div.widget-media var {
	
	display: none;
	
	}
	
	
/* DISCOGRAPHY
--------------------------------------------------------------------------- */


	#discography ul.releases {
	
	float: left;
	width: 565px;
	
	}
	
	#discography li {
	
	float: left;
	position: relative;
	margin-right: 1px;
	margin-bottom: 1px;
	
	}
	
	#discography img {
	
	width: 79px;
	height: 79px;
	display: block;
	
	}	
	
	#discography em,
	#discography dl,
	#discography strong {
	
	display: none;
	
	}
	
	
/* LYRICS
--------------------------------------------------------------------------- */	

	#lyrics h4 a {
	
	color: #000;
	
	}


	





