/* 
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
a { text-decoration: none;
	color: #000000;}
img {border:none;}
h2{ font-size: 20px; line-height: 22px;}

/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#wrapper {
	line-height: 15.05px;
	font-size: 12.05px;
	font-family: Helvetica, Verdana, Arial;
	color:#707070;
	width:  850px;
	height: 800px;
	margin: 0 auto;
}

#nav{
	width:175px;
	height:200px;
	float:left;
	font-size:13px;
	
}

#nav ul li a{
	color:#8a8a8a;

}
#nav ul li{
	padding:1px 1px 1px 20px;
	list-style: none;
	
	
}

#nav a:hover{
	color:#b9b9b9;
	background: #f9f9f9;
	padding:0px 4px 0px 0px;
	
}

#content{
	float:left;
	width:650px;
	padding-left: 25px;
}
#content img{
	padding: 0px 0px 15px 15px;
	border: none;;
	
}

#contact{
	float:right;
	font-size:12px;
	padding-right:195px;
	width:262px;
}
#resume{
	float:left;
	font-size:12px;
	padding-right:20px;
	width:700px;
	line-height: 19px;
}
#resume ul li{
	padding:1px 1px 1px 20px;
	list-style: none;
	}
#year{
	float: left;
	clear: both;
}

#exhibit{
float: left;
padding-left: 30px;

}

#footer{
	float:right;
	font-size:10px;
	width:450px;
	color:#a7a7a7;
}
/* ------------------------------------------ */
/* Lightbox */
/* ------------------------------------------ */
#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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; }
/* END STRUCTURE */
