@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - BIO : 	Jessie James Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jessie_bio.css
	Date:			Aug 03, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background:url(../../images/nav_current.png) 395px 1px no-repeat;
	}
	#nav li.navBio a {
		background-position:-424px -40px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	.header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.header {
		padding:0 10px;	
	}
		.header h1 {
			width:420px; height:30px;
			float:left;	
		}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#bio Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bio {
		margin:0 0 0 25px;
	}
		#bio h1 {
			background: url(../../images/h1_bio.png) 0 0 no-repeat;
		}
		#bio .content .profile {
			width:204px;
			float:left;				
		}
			#bio .content .profile img {
				border:1px solid #b7ddea;
				padding:1px;
				background:#000;
				display:block;
			}
			#bio .content .quote {
				padding:25px 0;
				font:20px Arial, Helvetica, sans-serif; color:#809499;
				float:right;
			}
				#bio .content .quote .endQuote{
					padding:16px 0;
					width:200px;
					text-align:right;
					display:block;
				}
		#bio .content {
			border:1px dashed #002531;
			padding:20px 0 10px 10px;
			background:url(../../images/bg_checker.gif) repeat;
		}
			#bio .content .paragraph {
				width:350px;
				float:right;	
			}
			#bio .content .paragraph p {
				margin:0 0 10px 0;
				width:315px;
				line-height:19px;
			}