/* ------- Browser Reset based on Eric Meyers Reset -------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, ol, ul, li, form {	margin: 0;padding: 0;border: 0;	outline: 0;	font-weight: inherit; font-style: inherit;font-size: 100%; font-family: inherit;vertical-align: baseline;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* ----- end reset - Start Custom Style sheet -- */

body { 
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	background-color: #666;
	}
	
#wrapper { 
	width: 799px; 
	background-color: #fff; 
	background-image: url('../images/wrapper_bg.gif');
	background-repeat: repeat-y;
	margin: 0 auto; 
	padding: 0 17px 0 17px; 
	} 	
	
#header { 
	height: 157px; 
	background-image: url('../images/header.jpg');
	border-bottom: 5px solid #000;
	position: relative; 
	} 	
	
#content { 
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-x;
	} 	
	
#lhc { 
	margin-top: 20px; 
	width: 486px;
	float: left; 
	margin-left: 35px; 
	border: 0px solid red;
	display: inline;
	} 	
	
#rhc { 
	float: right; 
	width: 200px; 
	margin-right: 35px; 
	border: 0px solid red; 
	margin-top: 20px; 
	display: inline;
	}
	
#footer { 
	height: 2em;
	background-color: #000;
	clear: both; 
	color: white;
	} 	 
	
/* ----------------------- Main Nav ------------------------- */
#mainnav span {display: none;}
#mainnav a {display: block;}
#mainnav {
	margin-right: 10px;
	padding-top: 10px; 
	}

#mainnav li {
	float: right;
	margin-left: 25px; 
	}
	
#mainnav #portfolio a {
	width: 76px;
	height: 16px; 
	background-image: url('../images/nav_portfolio.gif');
	background-position: 0 0;
	}
	
#mainnav #portfolio a:hover {background-position: 0 -16px;}

#mainnav #about a {
	width: 52px;
	height: 16px; 
	background-image: url('../images/nav_about.gif');
	background-position: 0 0;
	}
	
#mainnav #about a:hover {background-position: 0 -16px;} 

#mainnav #blog a {
	width: 88px;
	height: 16px; 
	background-image: url('../images/nav_blog.gif');
	background-position: 0 0;
	}
	
#mainnav #blog a:hover {background-position: 0 -16px;}	

/* ----------------------- Typography ------------------------- */
#footer ul {float: right; margin: 0.5em 3.5em 0 0; }
#footer li {display: inline; margin-left: 15px; }

p { 
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
	}

#lhc img { 
	padding: 2px; 
	border: 2px solid black; 
	} 
	
h2 { 
	font-size: 1.4em; 
	margin-bottom: 0.7em; 
	font-weight: bold;
	color: #333;
	}
	
#rhc {line-height: 1.4em; } 

#links {font-size: 1.2em; line-height: 1.5em;}
	 	
/* ----------------------- Header ------------------------- */
#header h1 span {display: none;}

#header h1 a {
	background-image: url('../images/header_title.gif');
	height: 35px; 
	width: 297px; 
	position: absolute;
	right: 10px; 
	bottom: 5px; 
	display: block;
	}

/* ----------------------- Portfolio ------------------------- */
#portfoliopg #lhc img {margin: 0 auto 40px auto; display: block; }

#portfoliopg #rhc li {float: left; }
#portfoliopg #rhc #portnav {line-height: 0; }

#portfoliopg #rhc #prevnext {
	font-size: 1.4em;	
	display: inline;
	position: relative; 
	top: 20px; 
	}
	
#portfoliopg #rhc #prevnext li {margin: 10px 0 20px 45px; }	
/* ----------------------- Links ------------------------- */
#index img {
	margin-bottom: 20px; 
	
	} 

/* ----------------------- Links ------------------------- */
	
a:link, a:visited, a:active {color: black; text-decoration: underline;}	
a:hover {color: black; text-decoration: none;}
	
#prevnext a:link, #prevnext a:visited, #prevnext a:active {color: black; text-decoration: underline;}	
#prevnext a:hover {color: black; text-decoration: none;}	
	
#footer a:link, #footer a:visited, #footer a:active {color: white; text-decoration: underline;}	
#footer a:hover {color: white; text-decoration: none;}	
	
	
		
/* ----------------------- Misc ------------------------- */
.clear {clear: both;}
.left {float: left; }
.right {float: left;}		
.hide {visibility: hidden;}		
		
		