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

* {
	padding:0;
	margin:0;
	}
body{
	background-color:#000000;
	}
#content{
	width:1000px;
	height:450px;
	margin-top:20px;
	margin-left:20px;
	}
#content img{
	border:none;
	}
#design .design {
	height:80px;
	width:150px;
	display:block;
	text-decoration:none;
	background-image:url(buttons/design.png);
	background-repeat:no-repeat;
	}
#design .design:hover {
	background-image:url(buttons/designover.png);
	}
#ill .ill {
	height:55px;
	width:250px;
	display:block;
	text-decoration:none;
	background-image:url(buttons/illustration.png);
	background-repeat:no-repeat;
	}
#ill .ill:hover {
	background-image:url(buttons/illustrationover.png);
	}
#photo .photo {
	height:55px;
	width:230px;
	display:block;
	text-decoration:none;
	background-image:url(buttons/photo.png);
	background-repeat:no-repeat;
	}
#photo .photo:hover {
	background-image:url(buttons/photoover.png);
	}
#about .about {
	height:60px;
	width:130px;
	display:block;
	text-decoration:none;
	background-image:url(buttons/about.png);
	background-repeat:no-repeat;
	}
#about .about:hover {
	background-image:url(buttons/aboutover.png)
	}
#contact .contact {
	height:70px;
	width:150px;
	display:block;
	text-decoration:none;
	background-image:url(buttons/contact.png);
	background-repeat:no-repeat;
	}
#contact .contact:hover {
	background-image:url(buttons/contactover.png);
	}
#text {
	position:relative;
	height:350px;
	width:500px;
	top:-355px;
	left:318px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#ffdb96;
	}
#text .resume {
	position:relative;
	top:-72px;
	left:230px;
	}
#text .profiles {
	position:relative;
	z-index:1;
	top:-65px;
	}
#links {
	margin-top:-80px;
	}
#links a {
	margin-right:19px;
	}
h4 {
	font-size:1.5em;
	}
#text2 {
	position:relative;
	height:350px;
	width:400px;
	top:-336px;
	left:318px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#ffdb96;
	}
.title {
	position:relative;
	margin-bottom:-15px;
	font-size:1.2em;
	}
.date {
	font-size:.7em;
	position:relative;
	margin-bottom:-7px;
	}
p {
	font-size:.88em;
	}
#singles {
	height:350px;
	width:300px;
	position:relative;
	top:-420px;
	left:340px;
	}
#sets {
	height:350px;
	width:350px;
	position:relative;
	top:-770px;
	left:667px;
	}
#sets .sets {
	margin-top:5px;
	margin-bottom:20px;
	}
#photos {
	height:350px;
	width:700px;
	position:relative;
	top:-420px;
	left:340px;
	}
#photos img, #singles img, #sets img {
	margin-bottom:5px;
	margin-right:5px;
	border:none;
	}
	



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