@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:21px;
			padding:8px 0 0 9px;
		}
			#music .titleBar h1#h1_music {
				width:49px; height:12px;
				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 0 0 0;
					width:188px; height:226px;
					background:#f5f1e6;
					color:#8e8f62;
					font:normal 11px Arial, Helvetica, sans-serif;
					float:left;
					display:inline;
					overflow:hidden;
				}
					#music .contentBox .entry img {
						margin:0 auto;
						width:150px; height:134px;
						display:block;
						border:none;
					}
					
					#music .contentBox .entry .albumInfo {
						margin:0 0 4px 10px;
						width:165px;
						max-height:62px;
						overflow:hidden;
					}
						#music .contentBox .entry .albumInfo h2 {
							margin:6px 0 5px 0;
							width:165px;
						}
							#music .contentBox .entry .albumInfo h2 a {
								font:normal 15px Arial, Helvetica, sans-serif;
							}
						#music .contentBox .entry .albumInfo a {
							font:bold 11px Arial, Helvetica, sans-serif;
						}
					#music .contentBox .entry a.btnViewAlbum {
						margin:0 0 0 10px;
						width:75px;
						color:#8e8f62;
						background:url(../../images/arrow_right_blue.png) 65px 5px no-repeat;
						font:bold 11px Arial, Helvetica, sans-serif;
						display:block;
					}
						#music .contentBox .entry a.btnViewAlbum:hover {
							color:#bd816e;
							background:url(../../images/arrow_right_orange.png) 65px 5px no-repeat;
						}
				
			