@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND MUSIC
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_music.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navMusic a {
		background-position:0 -92px;
	}

	
/*	--------------------------------------------------------------------------------------------------------------------------
	music Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#music {
		
	}
		#music .titleBar {
			height:55px;
			padding:8px 0 0 9px;
		}
			#music .titleBar h1#h1_music {
				width:200px; height:55px;
				background: url(../../images/h1_music.png) no-repeat;
			}
		#music .contentBox {
			padding:0 0 15px 0;
			border-bottom:1px solid #aca394;
		}
			#music .contentBox .entries {
				padding:13px 0 20px 13px;
			}
				#music .contentBox .entry {
					margin:0 5px 5px 0; padding:12px 10px 0 0;
					width:250px; height:275px;
					background:#f5f1e6;
					color:#766044;
					font:normal 11px Arial, Helvetica, sans-serif;
					float:left;
					display:inline;
					overflow:hidden;
				}
					.music .entry img {
						margin:0 auto;
						width:150px; height:134px;
						display:block;
						border:none;
					}
					
					.music .entry .albumInfo {
						margin:0 0 4px 10px;
						width:165px;
						max-height:62px;
						overflow:hidden;
					}
						.music .entry .albumInfo h2 {
							margin:6px 0 5px 0;
							width:165px;
						}
							#music .entry .albumInfo h2 a {
								font:normal 15px Arial, Helvetica, sans-serif;
							}
						.music  .entry .albumInfo a {
							font:bold 11px Arial, Helvetica, sans-serif;
						}
					.music .entry a.btnViewAlbum {
						margin:0 0 0 10px;
						width:75px;
						color:#000000;
						background:url(../../images/arrow_right_blue.png) 65px 5px no-repeat;
						font:bold 11px Arial, Helvetica, sans-serif;
						display:block;
					}
						.music .entry a.btnViewAlbum:hover {
							color:#bd816e;
							background:url(../../images/arrow_right_orange.png) 65px 5px no-repeat;
						}
				
			
