@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Brian Blade : Bio
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bb_bio.css
	Date:			Apr 25, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main {
		background:url(../../images/bio_bg.jpg) top center no-repeat;
	}
	ul#nav {
		background:url(../../images/navBio.jpg) 278px 76px no-repeat;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	#mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:484px;
		margin:0 0 147px 63px;
		font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height:15px;
		color:#40392d;
	}
		#mainCol h1#h1_biography {
			width:115px; height:42px;
			margin:0 0 8px 0;
			background:url(../../images/h1_biography.png) 0 0 no-repeat;
		}
		#mainCol .post {
			padding:0 20px 0 0;
			height:374px;
			overflow-y:scroll;
		}
		#mainCol img.portrait {
			width:179px; height:179px;
			margin:0 10px 0 0;
			font-size:179px; line-height:179px;
			float:left;
		}
		#mainCol p {
			margin:13px 0;
		}
