
	/* 
	
	CSS Styles: John Pears Portfolio
	
	*/
	

body {
	font-family: Georgia;
	background-color: #000;
	width: 100%;
	text-align: center;
	margin: 30px 0 40px 0;
	}
	
	
#page {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	}
	
	
	/*======== CONTENT BLOCK =======*/
	#page #content {
	width: 650px;
	padding: 25px;
	background-color: #fff;
	}
	
	
	/*======== Text Blocks ===========*/
	#texthold {padding-top: 20px;}
	#thl {width: 430px; border-top: 3px solid #000; padding-top: 10px; font-size: 1.1em; line-height: 1.5em;}
	h1 {border-bottom: 1px dotted #000; font-size: 0.9em; margin:0 0 5px 0; padding: 0 0 0px 0;}
	h3 {border-bottom: 1px dotted #000; font-size: 0.9em; margin:6px 0 5px 0; padding: 0;}
	#ths {float:right; width: 190px; border-top: 3px solid #000; padding-top: 10px; line-height: 1.4em; font-family: Helvetica; font-size: 0.9em;}
	#ths p {margin:8px 0 0 0; padding: 0 0 2px 0; border-bottom: 1px dotted #000;font-size: 0.9em; }
	/*======== The Block that holds each section =======*/
	
	#blockhold {
	border-top: 4px solid #000;
	padding: 10px 0 10px 0;
	margin-top: 0;
	}



#footer {
clear: both;
}




	/*======== SIDEBAR BLOCK =======*/
	#page #sidecol {
	width: 200px;
	height: 300px;
	float: right;
	padding: 220px 15px 15px 15px;
	background: #fff url(../images/logo.jpg) center 15px no-repeat;
	}
	
	#page #sidecol p {
	width: 180px;
	font-size: 1.0em;
	margin: 0;
	line-height: 1.5em;
	padding: 0 0 10px 10px;
	}
	
	/*================== SIDEBAR LINKS =======*/
	ul {margin: 0 5px 0 5px;padding: 0;font-size:0.9em;border-top: 1px dotted #000;font-family: helvetica;font-size: 0.8em;}
	li {margin: 10px 0;padding: 0 0 10px 10px;list-style: none;border-bottom:1px dotted #000;}
	a {margin: 0;padding: 0; color: #000; text-decoration: none;}
	a:hover {color: #ccc;}
	
	
	