/******************************************************
	Steve Platz e-portfolio
	4/23/2006
	
	TOC
	I.	Layout
	II.	Typography
	III.	Forms
	IV.	Hacks
*******************************************************/

body {
	background-color: #f0a683;
	margin: 0px;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	}
	
img {
	border: 0;
	}

/* layout
*******************************************************/	
#container {
	width: 810px;
	margin: 0px auto;
	text-align: left;
	}
	
#leftColumn {
	float: left;
	padding: 0 10px 0 0;
	width: 160px;
	}
	
#rightColumn {
	float: right;
	padding: 0 0 0 10px;
	width: 160px;
	}
	
#middleColumn {
	float: left;
	background: #fcf0f4 url(../images/content_background.gif) top left repeat-y;
	padding: 0 10px 0 10px;
	width: 450px;
	}
	
#header {
	background: transparent url(../images/header.jpg) top left no-repeat;
	height: 199px;
	width: 450px;
	border-bottom: 7px solid #386983;
	margin-bottom: 10px;
	}

#menu {
	margin: 0;
	padding: 172px 0 0 3px;
	list-style-type: none;
	}
	
#menu li {
	float: left;
	margin-right: 6px;
	}

#menu li a {
	display: block;
	height: 27px;
	}
	
#menu li a span {
	display: none;
	}
	
#home a {
	width: 70px;
	background: transparent url(../images/menu.jpg) -5px 0px no-repeat;
	}

#home a:hover,
#menu #home a.selected {
	background: transparent url(../images/menu_over.jpg) -5px 0px no-repeat;
	}

#portfolio a {
	width: 117px;
	background: transparent url(../images/menu.jpg) -78px 0px no-repeat;
	}
	
#portfolio a:hover,
#menu #portfolio a.selected {
	background: transparent url(../images/menu_over.jpg) -78px 0px no-repeat;
	}

#blog a {
	width: 65px;
	background: transparent url(../images/menu.jpg) -200px 0px no-repeat;
	}
	
#blog a:hover,
#menu #blog a.selected {
	background: transparent url(../images/menu_over.jpg) -200px 0px no-repeat;
	}

#resume a {
	width: 86px;
	background: transparent url(../images/menu.jpg) -271px 0px no-repeat;
	}
	
#resume a:hover,
#menu #resume a.selected {
	background: transparent url(../images/menu_over.jpg) -271px 0px no-repeat;
	}
	
#content {
	padding: 0 5px 0 5px;
	}
	
#about {
	margin-top: 55px;
	}
	
#footer {
	background: #fbecd5 url(../images/footer_background.gif) top left repeat-y;
	margin-top: 50px;
	padding: 10px;
	}
	
.left {
	float: left;
	width: 205px;
	padding: 5px;
	}
	
.right {
	float: right;
	width: 205px;
	padding: 5px;
	}

#contact {
	margin-top: 30px;
	}
	
#leftColumn dl,
#rightColumn dl {
	margin: 0;
	padding: 0;
	}
	
#leftColumn dt,
#rightColumn dt {
	float: left;
	font-weight: bold;
	width: 50px;
	font-variant: small-caps;
	font-size: 1.2em;
	}
	
#leftColumn dd,
#rightColumn dd {
	margin: 0;
	height: 18px;
	}

ul#portfolioThumbs {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
ul#portfolioThumbs li {
	float: left;
	margin: 0 0 15px 0;
	width: 145px;
	font-size: 0.8em;
	text-align: center;
	color: #806b58;
	}	
	
ul#portfolioThumbs img {
	padding: 5px;
	background-color: #7992b1;
	}

/* typography
*******************************************************/
h1,
h2,
h3,
h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
h1 {
	float: right;
	background: transparent url(../images/logo.gif) top right no-repeat;
	width: 174px;
	height: 41px;
	margin: 10px 10px 0 0;
	}
	
h1 span {
	display: none;
	}
	
h2 {
	color: #ed974c;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -0.060em;
	margin: 7px 0 7px 0;
	}
	
h2 span {
	border-bottom: 1px dotted #ed974c;
	padding-right: 20px;
	}

#content h3 {
	color: #3888b2;
	letter-spacing: -0.065em;
	}
	
#middleColumn a {
	color: #518ac4;
	}
	
#middleColumn a:hover,
#middleColumn a:visited:hover {
	background-color: #bfa194;
	color: #fff;
	}

#middleColumn a:visited {
	color: #2eba52;
	}
	
#leftColumn a,
#rightColumn a {
	color: #4c6fb0;
	text-decoration: none;
	}
	
#leftColumn a:hover,
#rightColumn a:hover {
	text-decoration: underline;
	}
	
#content p {
	color: #806b58;
	font-size: 0.9em;
	}
	
#about h3 {
	background: transparent url(../images/about_me.gif) top left no-repeat;
	height: 23px;
	width: 97px;
	margin: 7px 0 7px 0;
	}
	
#contact h3 {
	background: transparent url(../images/contact.gif) top left no-repeat;
	height: 22px;
	width: 77px;
	margin: 7px 0 7px 0;
	}
	
#rightColumn h3 span,
#leftColumn h3 span {
	display: none;
	}
	
#footer h3 {
	font-size: 0.9em;
	font-variant: small-caps;
	color: #a44f32;
	font-weight: normal;
	margin: 2px 0 2px 0;
	}
	
#footer p {
	font-size: 0.7em;
	}

#rightColumn p,
#leftColumn p,
#rightColumn dl,
#leftColumn dl {
	color: #fff;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: left;
	}

.portfolioDate {
	font-size: 0.7em;
	color: #777;
	margin-bottom: 15px;
	}

/* forms
*******************************************************/

/* hacks
*******************************************************/
.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}

.clearfix {
		display: inline-block;
		}  

/**********     Holly Hack Targets IE Win only     **********/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/**********     End Holly Hack     **********/