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

/* brown colors: e6dfd0, #dad1bf */


.bordertop{
	border-top:1px dashed #9cc;
}

body {  
    margin: 0 auto;  
    width: 960px;
	height:100%;
	color:#632e32;
    font: 15px/22px "Times New Roman", Georgia, serif;
	float:none;
	background:#f5f2ec;
	line-height:1.5em;
}

a{
	text-decoration:none;
	color:#9cc;
}

#article {
	width:609px;
	padding:0px 0px 0px 30px;
	margin:-20px 0px 0px 0px;
	float:left;
}

#aside {
	float:left;
}

#nav {
	display:block;
}

#nav ul {
	list-style:none;
}

#nav ul li{
	display:block;
}

#nav ul li a{
	color:#9cc;
	font-size:24px;
	font-style:normal;
	font-weight:lighter;
	overflow:hidden;
	text-decoration:none;
	float:right;
	margin:-3px 56px 0px 0px;
	letter-spacing:2px;
	border-bottom:1px dotted #f5f2ec;
}

#nav .last {
	margin-right:-59px;
}

#nav li a:hover{
	border-bottom:1px dotted #9cc;
}

#header{
	width:960px;
	height:380px;
	border:none;
	margin:-15px 0px -33px 0px;
	float:left;
}

#headline {
	width:960px;
	float:left;
}

#headline img{
	margin:30px 0px 30px 0px;
}

/* columns, padding and borders classes */

.borderright{
	border-right:1px solid #9cc;
}

.borderleft{
	border-left:1px solid #9cc;
}

.onecol{
	width:289px;
}

.centercol{
	width:259px;
	padding:0px 30px 0px 30px;
}

.twocol{
	width:609px;
}

.half{
	width:449px;
}

.paddingleft{
	padding:0px 0px 0px 30px;
	margin:0px 0px 30px 0px;
}

.paddingright{
	padding:0px 30px 0px 0px;
	margin:0px 0px 30px 0px;
}

.paddingtop{
	padding-top:30px;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

/* headings and text classes */

h1 {
	font-family: "Adobe Caslon Pro", Georgia, serif;
	font-weight:normal;
	margin-top:-5px;
}

h2 {
	font-family: "Adobe Caslon Pro", Georgia, serif;
	font-weight:normal;
}

h3 {
	font-family: "Adobe Caslon Pro", Georgia, serif;
	font-weight:normal;
}

.caps {
	letter-spacing:3px;
}

.caps2 {
	text-transform:uppercase;
	font-style:normal;
	letter-spacing:.1em;
}

.capsfolio {
	letter-spacing:3px;
	margin-top:-2px;
}

.italic{
	font-style:italic;
}

.centered{
	text-align:center;
}

/* footer styles */

#footer{
	float:left;
	width:960px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background-image:url(images_web/footer_image.jpg);
	background-repeat:no-repeat;
	background-position:320px -3px;
}
#footer ul{
	margin:10px 0px 0px 0px;
}

#footer ul li a{
	color:#699;
}

#footer ul li{
	
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px dashed #dad1bf;
	list-style:none;
	text-align:left;
	margin-left:-40px;
}

#footer h2{
	margin:0px 0px 0px 0px;
}

.spacer{
	height:20px;
	width:960px;
	float:left;
}
	

/* portfolio styles */

#thumbnail{
	width:160px;
	height:160px;
	display:inline-block;
	float:left;
	border:1px solid #9cc;
}

#thumbnail a{
	outline:none;
}

.thmargin{
	margin-right:30px;
}

.thmargin2{
	margin-top:40px;
}

#wrapper2{
	display:block;
	width:960px;
	margin:0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	height:341px;
	float:right;
}

#links{
	float:right;
	margin:-15px 0px 15px 0px;
}


/* lightbox CSS */

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