body
{
	width: 99%;
	height: 100%;
	background-color: #222;
}

#wrapper
{
	width: 1100px;
	height: 700px;
	background-color: #222;
	position: relative;
	margin: 0 auto;
}

img { border: none; }

#logo
{
	position: relative;
	top: 30px;
	left: 15px;
}
/* ________________________________Header_______________________________________________________ */

#header
{
	margin-top:70px;
}

#header p
{
	display: inline;
	position: relative;
	left: 20px;
	top: 17px;
	font-size: 22px;
	color: #AF661E;
	font-family: "Helvetica";
}

h1
{
	display: inline;
	position: relative;
	left: 20px;
	top: 17px;
	font-size: 22px;
	color: #AF661E;
	font-family: "Helvetica";
	font-weight: normal;
}

#nav
{
	background: none;
	position: relative;
	float: right;
	height: 75px;
	margin-right: 15px;
}

#nav ul
{
	position: relative;
	clear: both;
	font-size: 16px;
	line-height: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 50px;
	font-family: "Helvetica";
}

#nav ul li
{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#nav ul li a
{
	text-decoration: none;
	color: #AF661E;
}

#nav ul li a:hover { color: #FC6; }
#nav ul li a.active { color: #FC6; }
#footer ul li a.active { color: #FC6; }

/* ____________________________________Main Content____________________________________________ */

#main
{
	width: 1100px;
	height: 550px;
	position: relative;
	top: 30px;
	margin-bottom: 75px;
}



#main img.main
{
	position:relative;
	top:5px;
	left:120px;
	
}

#main p { margin: 0; }
#main li a.active { color: #FC6; }

#main a
{
	text-decoration: none;
	color: #AF661E;
}

#main a:hover { color: #FC6; }

#main ul
{
	margin: 0;
	list-style: none;
	font-family: "Helvetica",Ariel,Sans-serif;
	font-size: 16px;
	position: relative;
	top: 15px;
	line-height: 24px;
	color: #AF661E;
}

#main ul.bio_1
{
	width: 300px;
	position:relative;
	top:30px;
	font-size:14px;
	line-height:18px;
	
	
}

#main ul.bio_2
{
	width: 300px;
	position:relative;
	top:-420px;
	left:350px;
	font-size:14px;
	line-height:18px;
	
}

#main img#bio
{
	position:relative;
	float:right;
	margin-right:25px;
	margin-top:-575px;
	
}

#main ul.resume
{
	
	width:300px;
}

#main ul.contact
{
	position:relative;
	top:25px;
	left:10px;
	line-height:20px;
}

#main ul.header
{
	
	font-family: "Helvetica",Ariel,Sans-serif;
	font-size: 18px;
	position: relative;
	top: 15px;
	line-height: 20px;
}

/* _____________________________________Text on Index Page___________________________________ */

#index_content
{
	display:block;
	position:relative;
	top:200px;
	color:#777;
}

/* _____________________________________Portfolio______________________________________________ */

#porttext
{
	width: 200px;
	height: 550px;
	border-right: 1px #999 solid;
	
	
}

#porttext ul
{
	line-height:26px;
	
	
}

#portimgs
{
	position: relative;
	float: right;
	height: 550px;
	width: 900px;
	margin-top: -530px;
	margin-right:-35px;
}

#portimgs p
{
	padding-top:20px;
	font-size: 12px;
	line-height: normal;
	list-style-type: none;
	font-family: "Helvetica";
	color:#AF661E
}

#portimgs img { margin: 5px; }

#portimgs img#port_main
{
	position:relative;
	top:25px;
	left:-10px;
}



/* ____________________________________Footer_________________________________________________ */

#footer
{
	background: none;
	position: relative;
	height: 20px;
	width: 1100px;
	
}

#footer ul
{
	position: relative;
	font-size: 12px;
	line-height: normal;
	list-style-type: none;
	font-family: "Helvetica";
	margin-left: 39%;
	margin-top:10px;
	color: #AF661E
	
}

#footer ul li
{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#footer ul li a
{
	text-decoration: none;
	color: #AF661E;
}

#footer ul li a:hover { color: #FC6; }

















/* Lightbox stuff */



#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img
{
	width: auto;
	height: auto;
}

#lightbox a img { border: none; }

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: -60px auto 0 auto;
}

#imageContainer { padding: 10px; }

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink
{
	left: 0;
	float: left;
}

#nextLink
{
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption { font-weight: bold; }

#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

