/* CARRIE UNDERWOOD */
/* Section Stylesheet: Music
----------------------------------------------------------------------------------- */

	@import url("widget-comment.css");


/* Layout
--------------------------------------------------------------------------- */


	#album {
	
		float: left;
		padding: 15px;
		width: 566px;
		background: #262626;
	
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;

		}
		
	#album #details h3,
	#album #tracks h3 {
	
		margin-bottom: 15px;
		
		}
		
	#album #details > h3 {
	
		text-transform: uppercase;
		
		}
	
	#discography {
	
		background: #000;
		
		}
		
	#discography ul {
	
		padding: 10px;
		
		}
		
	#discography li em {
	
		display: none !important;
		
		}
	
	
/* Widget Release - Display
--------------------------------------------------------------------------- */


	#details {
	
		width: 300px;	
		float: left;
		margin: 0 15px 0 0;
		
		}

	#details em {
		
		display: none;
		
		}
	
	/* Artwork */
	
	#details ul.artwork {
		
		float: left;
		width: 300px;
		
		}
	
	#details ul.artwork li {
		
		clear: both;
		margin: 0 0 20px 0;
		
		}
	
	#details ul.artwork li img {
		
		display: block;
		
		}
	
	#details dl {
	
		float: left;	
		clear: both;
		width: 100%;
		
		}
	
	#details div {
		
		clear: both;
		padding: 15px 0 0 0;
		
		}
	
	#details div h4 {
		
		margin: 0 0 10px 0;
		font-size: 14px;
		line-height: 16px;
		
		}
	
	
	/* Tracks */

	
	#tracks {
		
		float: left;
		width: 241px;
		
		}
		
	#tracks h3 {
		
		font-size: 14px;
		line-height: 16px;
		
		}
	
	#tracks table {
		
		width: 236px;
		
		}
		
	#tracks td {
		
	padding: 0 0 5px 5px;
		
		}
	
	#tracks td.number {
		
		text-align: right;
		padding: 0 0 5px 0;
		color: #ccc;
		
		}
		
	#tracks td.title {
		
		width: 100%;
		
		}
	
	#tracks td.listen,
	#tracks td.watch,
	#tracks td.download {
		
		display: none;
		
		}
	


/* Widget Release - Browse
--------------------------------------------------------------------------- */


	#discography {
	
		float: left;
		width: 236px;
		
		}
	
	#discography ul.releases {
		
		float: left;
		width: 236px;
		margin: 0;
		
		}
	
	#discography ul.releases li {
		
		clear: left;
		float: left;
		width: 100px;
		margin: 0 18px 18px 0;
		
		}
	
	#discography ul.releases li.alt {
		
		clear: none;
		margin: 0 0 18px 0;
		
		}
		
	#discography ul.releases li img {
	
		display: block;	
		width: 100px;
		height: 100px;
		margin: 0 0 5px 0;
		
		}
	
	#discography ul.releases em,
	#discography ul.releases strong {
		
		display: block;
		float: none;
		width: 100px;
		margin: 0 0 3px 0;
		text-align: center;
		font-size: 10px;
		line-height: 10px;
		font-weight: normal;
		font-style: normal;
		color: #959595;
		
		}
		
	#discography ul.releases strong a {
		
		color: #fff;
	
		}
	
	#discography ul.releases dl {
		
		display: none;
		
		}
		

/* LYRICS
--------------------------------------------------------------------------- */


	#lyrics {
		
		clear: both;
		padding: 20px;
		width: 556px;
		background: #333;

		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		}
		
	#lyrics h4 {
		
		font-weight: normal;
		color: #7ACCC8;
		margin: 10px 0;
		padding: 15px 0 0 0;
		border-top: 1px solid #000;
		
		}
		
	#lyrics h4 a {
		
		color: #a1a1a1 !important;
		
		}
		
	#lyrics p {
		
		line-height: 18px;
		margin: 0 0 15px 0;
		
		}
