@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOLLY WILLIAMS BIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bio.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	body {
		background:#000000 url(../../images/background2.jpg) -380px 0 no-repeat;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#navBio a:link, #navBio a:visited {
		background-position:0 -42px;
	}
	#navBio a:hover {
		background-position:0 -21px;
	}
	#mediaPanel {
		margin:40px 0 20px;
	}
	#mediaPanel .albumCover {
		margin:0 0 0 0px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	bioStyles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bio .orange_text_button {
		text-transform:uppercase;
		font-weight:bold;
		float:right;
		color:#ED482B;
	}
	#bio .orange_text_button:hover {
		color:#fff;
	}
	#bio {
		
	}
		#bio .titleBar {
			height:31px;
			padding:8px 0 0 9px;
		}
			#bio .titleBar h1#h1_Bio {
				width:351px; height:31px;
				background: url(../../images/h1_bio.png) no-repeat;
			}
		#bio .contentBox {
			border:none;
		}
		#altCol {
			display:none;
		}
		#bio .footerBar {
			height:16px;
			padding:6px 13px 0 0;
			text-align:right;
			font:bold 10px Arial, Helvetica, sans-serif;
			line-height:11px
		}
		#bio .footerBar a:link, #bio .footerBar a:active, #bio .footerBar a:visited {
			padding:0 7px 0 0;
			color:#427e91;
			text-decoration:none;
			background:url(../../images/btn_doMoreArrows.gif) right 5px no-repeat;
		}
			#bio .footerBar a:hover {
				color:#ffffff;
				background-position:right -40px;
			}
		#bio .entry {
			width:576px;
			margin:0 0 20px 0;
			background:transparent;
		}
			#bio .entry .titleBar {
				height:29px;
				background:transparent;
				padding:8px 0 0 12px;
			}
				#bio .entry .titleBar h2 {
					font:normal 18px Arial, Helvetica, sans-serif;
					color:#f5f1e6;
				}
					#bio .entry .titleBar h2 span {
						font:normal 13px Georgia, "Times New Roman", Times, serif;
						color:#d9cdaa;
					}
			#bio .entry .contentBox {
				padding:10px;
				background:transparent;
				border:0;
				font:normal 12px Arial, Helvetica, sans-serif;
				line-height:17px;
				color:#ffffff;
			}
				#bio .entry .contentBox .portrait {
					width:250px;
					margin:0 10px 5px 0; padding:6px;
					background:#c4bbab;
					float:left;
				}
				#bio .entry .contentBox p {
					margin:2px 0 10px 0;
					text-align: justify;
				}
				#bio .entry .contentBox .facts {
					background:#e1d8c9;
					padding:1px 10px 10px 10px;
					font:normal 11px Arial, Helvetica, sans-serif;
					line-height:normal;
				}
					#bio .entry .contentBox .facts h4 {
						margin:8px 0 0 0;
						font:bold 11px Arial, Helvetica, sans-serif;
						color:#9b8569;
					}
