/*
-----------------------------------------------
Fresh Way Styles
Authors:   Julie and Brian Riley
Version:  18 Feb 2007
----------------------------------------------- */

html,body {
	margin:0;
	padding:0;
}


body {
	font: 80% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align:center;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	color: #333333;
}

p {
	margin:0 10px 10px;
}

img {
	border: none; 
}

/* Layout */

#container {
	text-align:left;
	background-image: url(images/bamboo_bg.jpg);
	background-repeat: no-repeat;
	width:760px;
	margin:25px auto 0;
	background-color: #F9F6BD;
	border-top: 4px solid #3B4908;
	border-right: 4px solid #3B4908;
	border-bottom: 4px none #3B4908;
	border-left: 4px solid #3B4908;
	padding: 0px;
}

#content {
	width:500px;
	background-color:#F9F6BD;
	margin-left: 195px;
	margin-top: 45px;
}


#footer {
	clear:both;
	width:100%;
	background: #3B4908;
	color: #F5F092;
	font-size: 70%;
}


#container #header img {
	margin-top: 15px;
	margin-left: 170px;
}


/* Typography and White Space */

div#content p {
	line-height:1.4;
}

div#footer p {
	margin:0;
	padding:5px 10px;
	text-align: center;
}

h2 {
	font-size: 110%;
}

.initialcap {
	font-size: 300%;
	color: #485E00;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Links */

a:link {
	color: #729400;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #B6C453;
	text-decoration: underline;
	font-weight: bold;
}

.dropcap {
	float:left;
	color:#729400;
	font-size:50px;
	line-height:35px;
	padding-top:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Navigation */

#navcontainer {
	margin: 10px 0 0 200px;
	padding: 0;
	height: 20px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #F5F092;
	width: 88px;
	height: 18px;
	border-top: 1px solid #729400;
	border-left: 1px solid #729400;
	border-bottom: 1px solid #729400;
	padding: 0;
	margin: 0 0 10px 0;
	color: #729400;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
	color: #F5F092;
	background: #729400;
	}

#navcontainer a:active {
	background: #c60;
	color: #fff;
}

#navcontainer li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
}

#contactus a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #729400;
}

body#aboutpage li#about a, body#contactpage li#contactus a, body#homepage li#home a, body#portfoliopage li#portfolio a, body#servicespage li#services a {
	color: #F5F092;
	background: #729400;
}

/* Lightbox styles */

#lightbox {
	position: absolute;
	top: 40px;
	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(images/lightbox/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(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;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
	color: #729400;
}

#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {/* Hides from IE-mac \*/
	height: 1%;
/* End hide from IE-mac */}#latestwork {
	background-position: center;
	width: 250px;
	margin-left: 100px;
}
.pageheader img {
	margin-bottom: 5px;
}
.biophotos {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
