/* Site Styles */

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color:#c2d5bf;
	color:#030;
	width:750px;
}




/* Page Divisions */


#header {
	background: url('images/deckledheader07.jpg') no-repeat top left;
	height:200px;
	margin-left: 20px;
}


#nav{
	width:720px;
	margin-left: 30px;
        margin-top: -10px;
} 


#container {
	clear:left;
	display:block;
	overflow:hidden;
	width:720px;
	margin-left: 75px;
}


#content {
	width:610px;
	margin-top: 20px;
	float:left;
}


#footer {
	background: url('images/footer.jpg') no-repeat top left;
	width:720px;
	float:left;
	margin-left: 20px;
	margin-top:30px;
	margin-bottom:30px;
}



/* Typography and Page Layout */


#content p {
	font-size:1em;
	line-height:1.15em;
	margin-left:8px;
	margin-top:5px;
}


#content ul {
	font-size:1em;
	line-height:1.35em;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top:5px;
	display:inline;

}


#content li {
	margin-bottom:15px;
	display:inline;
}


#content h1 {
	font-weight:bold;
	font-size:1.25em;
	line-height:1.25em;
}


#content h2 {
	font-weight:bold;
	font-style:italic;
	font-size:1.1em;
	margin:8px;
	padding-top:8px;
	line-height:1em;
}

a:link, #footer a:link {
	color:#8B864E;
	text-decoration:underline;
}

a:visited, #footer a:visited {
	color:#030;
	text-decoration:underline;
}

a:hover, #footer a:hover {
	color:#BDB76B;
	text-decoration:none;
}

a:active, #footer a:active {
	color:#BDB76B;
	text-decoration:none;
}


#content img.right {
	display:inline;
	float:right;
	margin:8px;
}


.thumbnail {
	float:left;
	margin:5px;
	padding:2px;
	border:0;
	width:100px;
	height:35px;
}


.clr {clear:left;}


#image img {
	display:block;
	border-width:4px;
	border-color:#030;
}


.subhead, .subhead a {
	font-style:italic;
	font-weight:bold;
	font-size:.95em;
	color:#426F42;
	text-decoration:none;
}


.subhead a:hover, .subhead a:active {
	color:#BDB76B;
}


.here {
	color:#030;
}


#footer p {
	padding:8px;
	font-size:0.70em;
	margin-left:50px;
}



/* Nav with Rollover Effect */


#header a, #header img {
	border:0;
}


#nav ul {
	list-style:none;
}


#nav p, #nav li {
	display:inline;
	font-weight:bold;
	font-size:1.1em;
	margin:0 15px 0 0;
	color:#030;
	border:0;
}


#nav a:link {
	text-decoration:none;
	color:#030;
}


#nav a:visited {
	color:#CDC0B0;
	text-decoration:none;
}


#nav a:hover {
	color:#CDC0B0;
	text-decoration:none;
}


#nav a:active {
	color:#fff;	
	text-decoration:none;
}


li#imppress a {
	float:left;
	width: 139px;
	height: 64px;
	margin-right: 15px;
	background: url('images/impbtn.jpg') no-repeat left top;
}


li#imppress a:hover {
	background-position: -139px 0;
}


li#rob a {
	float:left;
	width: 139px;
	height: 64px;
	margin-right: 15px;
	background: url('images/robbtn.jpg') no-repeat left top;
}


li#rob a:hover {
	background-position: -139px 0;
}


li#sarah a {
	float:left;
	width: 139px;
	height: 64px;
	margin-right: 15px;
	background: url('images/sarahbtn.jpg') no-repeat left top;
}


li#sarah a:hover {
	background-position: -139px 0;
}


li#about a {
	float:left;
	width: 139px;
	height: 64px;
	margin-right: 15px;
	background: url('images/aboutbtn.jpg') no-repeat left top;
}


li#about a:hover {
	background-position: -139px 0;
}


.alt {
	display:none;
}



/* Lokesh Dhakar's Lightbox v2.03.3 */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(gallery/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gallery/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}