/* General Structure */

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 16px;
}


body {
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 62.5%;
	line-height: 1.5;
	list-style: none;
}

#header {
	font-size: 1.2em;
	position: fixed;
	width: 100%;
	height: 38px;
	background-color: #FFFFFF;
	z-index: 2;
	padding: 30px 0 0 35px;
}

#maincontent {
	font-size: 1.2em;
	overflow: hidden;
	width: 8600px;
	position: absolute;
	left: 35px;
	top: 90px;
	z-index: 1;
	clear: both; /* fixes IE>7 not rendering div */
	background-color: #FFFFFF;
}

.clear {
	background-color: #FFFFFF;
	clear: both;
	height: 25px;
}



/* General Typography */

h1 {
	font-size: 1.1em;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 50px 0 0;
}

h1 span {
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0 5px;
	clear: both;
}

a {
	outline: none; /* Gets rid of Firefox link outline */
}

#header a, #header a:link, #header a:visited {
	color: #999;
	text-decoration: none;
}

#header a:hover, #header a:active {
	background-color: #888;
	color: #ffffff;
}

ul li {
	margin: 0 0 2px;
}



/* Header */

ul.contactinfo {
	float: left;
	margin: 0px 30px 0 0;
}

.back {
	float: right;
	margin: 5px 70px 0 0;
	border: none;
	display: inline; /* IE double-margin fix */
}

#projectMenu_container { 
	position: relative; 
	width: 200px; 
	float: left; 
}

#projectMenu_button { 
	display: block; 
	width: 200px; 
	padding: 3px 0 3px 12px;
	border: 1px solid #e2e2e2;
	background: transparent url(../images/menuArrow.gif) no-repeat 195px center;
	cursor: pointer;
}

#projectMenu_container a#projectMenu_button:hover {
	color: #999;
	background-color: #fff;
}

#projectMenu {
	width: 184px;
	display: none; 
	list-style: none; 
	position: absolute; 
	left: 0px; 
	top: 26px; 
	background-color: #f1f1f1; 
	padding: 11px 15px; 
	margin: 0;
}

#projectMenu li {
	font-size: .9em;
	margin: 0;
	padding: 1px 0; 
}



/* Main Content */

#intro {
	width: 450px;
	margin: 70px 175px 0 0;
	float: left;
	position: relative;
}

#email {
	height: 32px;
	width: 250px;
	display: block;
	position: absolute;
	top: 230px;
	left: 0;
	background-color: #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	border: 1px solid black;
}

.resume {
	display: inline;
	margin-top: 0px;
	margin-right: 45px;
}

.project {
	float: left;
	margin-right: 175px;
	width: 450px;
}

.project a:hover {
	background-color: #fff;
}

.projectThumbs {
	height: 13px;
	margin: 0 10px 10px 0;
	float: right;
	display: inline; /* IE double-margin fix */
}

.projectThumbs a {
	font-size: 0;
	height: 11px;
	width: 11px;
	border: 1px solid #bcbcbc;
	display: block;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.projectThumbs a.on {
	background-color: #bcbcbc;
	cursor: default;
}

.project p {
	width: 425px;
}

.project p a, .project p a:link, .project p a:visited {
	font-size: .8em;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
}

.project p a:hover, .project p a:active {
	background-color: #888;
	color: #ffffff;
}

.project p.note {
	text-transform: uppercase;
	font-size: .7em;
	letter-spacing: 1px;
	margin: 15px 0 0;
	color: #999;
}

.webLink {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 25px;
	display: block;
	clear: left;
	margin-top: 5px;
}

.project.last {
	margin-right: 0;
}
