@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND BAND
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_band.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navBand a, ul#nav li#navBand a:hover {
		background-position:0 -92px;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	band Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#band {
		
	}
		#band .titleBar {
			height:21px;
			padding:8px 0 0 9px;
		}
			#band .titleBar h1#h1_meetTheBand {
				width:134px; height:13px;
				background: url(../../images/h1_meetTheBand.png) no-repeat;
			}
		#band .contentBox {
			padding:13px;
			border-bottom:1px solid #aca394;
		}
		#band .footerBar {
			height:16px;
			padding:6px 13px 0 0;
			text-align:right;
			font:bold 10px Arial, Helvetica, sans-serif;
			line-height:11px
		}
		#band .footerBar a:link, #band .footerBar a:active, #band .footerBar a:visited {
			padding:0 7px 0 0;
			color:#8e8f62;
			text-decoration:none;
			background:url(../../images/btn_doMoreArrows.gif) right 5px no-repeat;
		}
			#band .footerBar a:hover {
				color:#ffffff;
				background-position:right -40px;
			}
		#band .entry {
			width:576px;
			margin:0 0 20px 0;
			background:#f5f1e6;
		}
			#band .entry .titleBar {
				height:29px;
				background:#2c2e2b;
				padding:8px 0 0 12px;
			}
				#band .entry .titleBar h2 {
					font:normal 18px Arial, Helvetica, sans-serif;
					color:#fff;
				}
					#band .entry .titleBar h2 span {
						font:normal 13px Georgia, "Times New Roman", Times, serif;
						color:#fff;
					}
			#band .entry .contentBox {
				padding:10px;
				background:#f5f1e6;
				border:0;
				font:normal 12px Arial, Helvetica, sans-serif;
				line-height:17px;
				color:#584c3e;
			}
				#band .entry .contentBox .portrait {
					width:250px;
					margin:0 10px 5px 0; padding:6px;
					background:#c4bbab;
					float:left;
				}
				#band .entry .contentBox p {
					margin:2px 0 10px 0;
				}
				#band .entry .contentBox .facts {
					background:#e1d8c9;
					padding:1px 10px 10px 10px;
					font:normal 11px Arial, Helvetica, sans-serif;
					line-height:normal;
				}
					#band .entry .contentBox .facts h4 {
						margin:8px 0 0 0;
						font:bold 11px Arial, Helvetica, sans-serif;
						color:#9b8569;
					}
