@charset "utf-8";
/* CSS Document */

body {
	background-color:#121212;
	margin:0 auto;
	margin-bottom:15px;
	text-align:center;
	font:80%/100% Arial, Helvetica, sans-serif;
	background-image:url(/images/bg.png);
	background-repeat:repeat;
}
td,div {
	font-size:100%;
	color:#ffffff;
	vertical-align:top;
}
p {
	padding: 0;
	font: 120%/135% Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	color:#ccc;
	margin-top:0px;
	margin-bottom:15px;
}
	
	p.link {
		color: #FFE600;
		margin-top:3px;
		margin-bottom:7px;
		}
	p.link a {
		color: #FFE600;
		}

a:link {
	color:#ffffff;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	text-decoration:underline;
	color:#FFE600;
}
a:active {
	text-decoration:underline;
	color: #FFE600;
}


/* title formatting */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:175%;
	line-height:175%;
	font-weight:bold;
	font-style:italic;
	color: #ffffff;
	line-height: 18px;
	margin:10px 0 10px 0;
	padding:0 0 10px 5px;
	text-align:left;
	border-bottom:3px solid #666666;
	clear:both;
}
	#h1-link {
		color:#CCCCCC;
	}
	#h1-link:hover {
		color:#FFE600;
		text-decoration:none;
	}
	.h1-number {
		font-weight:normal;
		font-size:75%;
	}
	.h1-carat {
		font-weight:bold;
		font-size:85%;
	}
h2 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	line-height:100%;
	font-weight: bold;
	font-style:italic;
	color:#ffffff;
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
	clear:both;
}
	.title {
		border-bottom:3px solid #666666;
		width:930px;
		line-height: 18px;
		margin:10px 0 10px 0;
		padding:0 0 10px 5px;
		font-size:175%;
	}
h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	line-height:100%;
	text-transform:uppercase;
	font-weight: bold;
	font-style:italic;
	color: #FFE600;
	margin:0 0 1px 0;
	padding:0 0 0 0;
	text-align:left;
	clear:both;
}
h4 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight: bold;
	color: #fff;
	margin:10px 0 0 0;
	padding:0;
}
h5,h6 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight: bold;
	color: #ffffff;
	margin:0;
	padding:0;
	clear:both;
}




/* page formatting */
#main {
	width:990px;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
	background-color:#000000;
}

#header {
	width:990px;
	height:130px;
	background-image:url(/images/header.png);
	clear:both;
}
	#logo a {
		display:block;
		width:415px;
		height:85px;
		margin:0;
		padding:0;
		position:absolute;
		top:0px;
		left:0px;
	}
	#contact {
		width:450px;
		height:30px;
		margin:0;
		padding:0;
		position:absolute;
		top:85px;
		left:228px;
	}
		#email a {
			display:block;
			width:230px;
			height:30px;
			margin:0;
			padding:0;
			background:url(/images/email.png) 0 0 no-repeat;
			float:left;
		}
		#email a:hover {
			background-position:-230px 0;
		}
		#resume-text a {
			display:block;
			width:60px;
			height:30px;
			margin:0;
			padding:0;
			background:url(/images/resume-text.png) 0 0 no-repeat;
			float:left;
		}
		#resume-text a:hover {
			background-position:-60px 0;
		}
		#resume-pdf a {
			display:block;
			width:130px;
			height:30px;
			margin:0;
			padding:0;
			background:url(/images/resume-pdf.png) 0 0 no-repeat;
			float:left;
		}
		#resume-pdf a:hover {
			background-position:-130px 0;
		}
		#resume-divider {
			display:block;
			width:30px;
			height:30px;
			margin:0;
			padding:0;
			background:url(/images/spaceship.png) 0 0 no-repeat;
			float:left;
		}
	
	

#content {
	width:930px;
	margin:0 30px 0 30px;
	height:auto;
	clear:both;
}
	#thumbs {
		padding:0 0 12px 0;
	}
	#thumbs img {
		border:1px solid #ffffff;
	}
	#thumbs img:hover {
		border:1px solid #FFE600;
	}

	#home-bg {
		background-color:#161616;
	}
	#home-text {
		padding: 15px;
		font-size:100%;
		color:#999;
		line-height:125%;
	}
	#home-text a {
		color:#CC9933;
	}	
	
	
	.project-thumb img {
		border:1px solid #9C0000;
	}
	.project-thumb:hover img {
		border:1px solid #FFE600;
	}
	.project-thumb:hover h2 {
		color:#FFE600;
	}
	
	
	
	
	#spacer {
		height:15px;
	}
	.spacer {
		height:30px;
	}
	#project {
		width:628px;
		margin:0 0 50px 0;
		text-align:center;
	}
		#project p {

		}
		#project img {
			border:1px solid #9C0000;
		}
		
		
	.project p {
		padding:0 0 25px 0;
		margin:0 0 0 165px;
		text-align:center;
		width:600px;
	}
	.project img {
		padding:0 0 10px 0;
	}
		
		
		
		
		
		
	#project-header {
		width:930px;
		height:46px;
		position:relative;
	}
	#project-header-link {
		width:200px;
		height:30px;
		position:absolute;
		top:6px;
		left:720px;
		text-align:right;
	}
		#project-header-link a {
			font-size:120%;
			color:#ffffff;
			text-decoration:none;
		}
		#project-header-link a:hover {
			color:#FFE600;
			text-decoration:underline;
		}
		
#navigation {
	text-align:center;
	height:45px;
	clear:both;
}
	#nav-next a {
		background:url(/images/nav-next.png) 0 0 no-repeat;
		width:90px;
		height:30px;
		display:block;
		float:left;
		margin-left:10px;
	}
	#nav-next a:hover {
		background-position:-90px 0;
	}
	#nav-prev a {
		background:url(/images/nav-prev.png) 0 0 no-repeat;
		width:90px;
		height:30px;
		display:block;
		float:left;
		margin-right:10px;
	}
	#nav-prev a:hover {
		background-position:-90px 0;
	}
	#nav-next-disabled {
		background:url(/images/nav-next-disabled.png) 0 0 no-repeat;
		width:90px;
		height:30px;
		display:block;
		float:left;
		margin-left:10px;
	}
	#nav-prev-disabled {
		background:url(/images/nav-prev-disabled.png) 0 0 no-repeat;
		width:90px;
		height:30px;
		display:block;
		float:left;
		margin-right:10px;
	}
	#nav-spacer {
		width:355px;
		height:30px;
		display:block;
		float:left;
	}
	
	
	
		
#menu {
	width:990px;
	margin:0 auto;
	position:relative;
	padding:0;
	text-align:center;
	background-color:#000000;
	clear:both;
}
	#nav-global {
		text-align:center;
		margin:0;
		padding:15px 0 15px 0;
		clear:both;
		font-size:125%;
		line-height:150%;
		background-color:#000000;
	}



#footer {
	width:990px;
	height:30px;
	margin:0 auto;
	position:relative;
	padding-top:6px;
	border-top:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	clear:both;
}
	#footer a {
		color:#ffffff;
		text-decoration:none;
	}
	#footer a:hover {
		color:#FFE600;
		text-decoration:underline;
	}
	#footer-left {
		padding-left:25px;
		float:left;
		font-size:120%;
		font-weight:bold;
		line-height:150%;
		color:#ffffff;
	}
	#footer-right {
		padding-right:25px;
		float:right;
		font-size:120%;
		font-weight:bold;
		line-height:150%;
		color:#ffffff;
	}


