@charset "utf-8";
/*	-------------------------------------------------------------
	CSS BIO: 			Katherine McPhee - BIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		km_bio.css
	Date:			Oct 23, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .bio a {
		background-position:-268px -66px;
	}
		#mainNav .bio a:hover {
			background-position:-268px -33px;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#bio Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bio {
		width:546px;
		background:url(../../images/bg_topCap.png) 0 0 no-repeat;
		display:block;
	}
		#bio .header {
			height:31px;
			padding:15px 0 0 0;
		}
		#bio .bioBottom {
			width:546px;
			padding:0 0 30px 0;
			background:url(../../images/bg_bottomCap.png) bottom left no-repeat;
		}
		#bio .bioContent {
			width:500px;
			padding:0 23px 30px 35px;
			background:url(../../images/bg_colContent.png) 0 0 repeat-y;
		}
		#bio h1#h1_bio {
			height:18px;
			margin:0 0 0 36px;
			background:url(../../images/h1_bio.png) 0 0 no-repeat;
		}
		#bio img {
			border:1px solid #cda99c;
			padding:2px; margin:0 22px 5px 0;
			background:#fff;
			display:block;
			float:left;
		}
		#bio p {
			width:475px;
			padding:10px 0;
			font:normal 13px Arial, Helvetica, sans-serif;
			color:#666666;
			line-height:18px;
		}
		
	