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

* {
margin: 0;
padding: 0;
}

body {
background-image:url(graphics/bg.jpg);
font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif;
color:#42433e;
margin:0;
padding:0;
}

#wrapper {
background-image:url(graphics/bghead2.jpg);
background-repeat:no-repeat;
background-position:top center;
height:606px;
margin-left:auto;
margin-right:auto;
width:950px;
}

#header {
height:200px;
}


#main {
width:720px;
margin-left:auto;
margin-right:auto;
}

#content {
/*background-image:url(graphics/content.png);*/
/*background-image:url(graphics/contentrec.png);*/
background-repeat:no-repeat;
height:375px;
width:720px;
}

#info {
background-image:url(graphics/content.png);
background-repeat:repeat-y;
margin: auto;
padding: 0 25px 25px 25px;
width:700px;
height:270px;
}

#info2 {
background-image:url(graphics/content.png);
background-repeat:repeat-y;
margin: auto;
padding: 30px;
width:720px;
}

#about {
padding:0 40px 30px 15px;
}

#picture {
height:220px;
}

#footer {
height:172px;
width:720px;
background-image:url(graphics/footer.png);
background-position:bottom;
background-repeat:no-repeat;
font-size:10px;
color:#a28153;
line-height:20px;
clear:both;
padding-top:10px;
}


#footercontent {
margin-left:20px;
}

#footercontent td {
border:1px dashed #a28153;
padding:10px 15px 10px 15px;
}

.thumbs {
display:inline;
padding: 15px;
margin-bottom:20px;
}

#resume {
position:relative;
top:145px;
left:210px;
}

/*#nav {
background:#FFF;
position:fixed;
top:50px;
left:5px;
z-index:1;
}*/

ul {
	height:38px;
	margin-left:16px;  
	padding:0;
	width:690px;
	
}

li {
	display:inline;
}

a {
	text-decoration:none;
	outline:none;
}

a:hover	{
	text-decoration:underline;
	color:#E03E31;
}

img {
	border:none;
}

.logo {
	position:absolute;
	top:40px;
}

.mail {
	position:absolute;
	top:150px;
}


/*-------------type----------------*/

/*About Me*/
/*Oh! And*/
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:100;
margin:15px 0 10px 0;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
}

p {
font-size:12px;
line-height:150%;
width:400px;
}

a {
color:#42433e;
}

#footer a {
color:#a28153;
}

#footer a:hover {
color:#644306;
}

#footer h1 {
font-size:14px;
margin-top:0;
margin-bottom:5px;
}

/*-------------lightbox 2-----------*/

#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: 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; }
