@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOLLY WILLIAMS MUSIC
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		music.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	body {
		background:#000000 url(../../images/background2.jpg) -380px 0 no-repeat;
		font-family:Arial, Helvetica, sans-serif;
		
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#navFavs a:link, #navFavs a:visited {
		background-position:0 -42px;
	}
	#navFavs a:hover {
		background-position:0 -21px;
	}
	#mediaPanel {
		margin:40px 0 20px;
	}
	#mediaPanel .albumCover {
		margin:0 0 0 0px;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	music Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#Favs .orange_text_button {
		text-transform:uppercase;
		font-weight:bold;
		float:right;
		color:#ED482B;
		font-size:12px;
		line-height:17px;
	}
	#Favs .orange_text_button:hover {
		color:#fff;
	}
	.statName {
		background:url(../../images/tint2.png);
		padding:4px 5px;
		color:#fff;
	}
	/*table {
		border-spacing:2px;
		margin-top:15px;
	}*/
	.statValue {
		padding:4px 10px;
		background:url(../../images/tint.png);
	}
	#Favs .title {
		background:url(../../images/tint2.png);
		color:#fff;
		padding:5px;
		margin:10px 0;
	}
		#Favs .titleBar {
			
			padding:0px 0 12px 9px;
			color:#ed482b;
			font:normal 9px Arial, Helvetica, sans-serif;
		}
			#Favs .titleBar h1#h1_favs {
				 height:36px;
				background:url(../../images/h1_favs.png) no-repeat;
			}
		#Favs .contentBox {
			padding:10px;
			border:2px solid #ed482b;
			background:url(../../images/tint.png);
		}
		#Favs .clearfix {
			padding:4px;
			background:url(../../images/tint.png);
		}

			#Favs .contentBox .entries {
				padding:13px 0 20px 13px;

			}
				#Favs .contentBox .entry {
					margin:0 5px 5px 0; padding:6px 0 0 0;
					width:188px; height:226px;
					background:transparent;
					color:#fff;
					sans-serif;
					display:inline;
					overflow:hidden;
					font:normal 12px Arial, Helvetica, sans-serif;
				}
					#Favs .contentBox .entry img {
						margin:0 auto;
						width:150px; height:134px;
						display:block;
						border:none;
					}
				
			