@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Jeremih BIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		j_bio.css
	Date:			May 26, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	alternate Background Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	body {
		background:#f2f6f0 url(../../images/bg_bodyChair.jpg) center 38px no-repeat;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul li.bio a {
		background-position:-74px bottom;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	ContentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace {
		margin:50px 0 65px 0;
	}

/*	--------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		padding:105px 0 0 0;
	}
		#mainCol h2 {
			padding:0 0 17px 0;
			height:27px;
			background:url(../../images/h2_bio.png) 0 0 no-repeat;
		}
		#mainCol .portrait {
			width:160px; height:400px;
			float:left;
		}
			#mainCol .portrait img {
				border:solid 1px #d2dccd;
				text-align:center;
			}
			#mainCol .portrait h3 {
				margin:15px 0 0 0;
				font:bold 16px Arial, Helvetica, sans-serif;
				color:#000;
				line-height:22px;
				text-transform:uppercase;
			}
			#mainCol .portrait .name {
				margin:15px 0 0 0;
				font:normal 14px Arial, Helvetica, sans-serif;
				text-align:right;
				display:block;
			}
		#mainCol .pragraph {
			width:355px; padding:0 68px 0 0;
			float:right;
		}
			#mainCol .pragraph p {
				margin:0 0 15px 0;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#646464;
				line-height:18px;
			}
