/* Layout */
body {margin:0; padding:0; text-align:center; background-color:#063; font:100% arial;}
#container {width:780px; margin:0 auto; text-align:justify; background-color:#fff; border:20px solid #063; border-right:0; border-left:0; }
	#header {background:url('../images/bg-header.gif') no-repeat 0 0; width:780px; height:138px; text-indent:-10000px; border-bottom:1px solid #ccc;}
	#breadcrumb {background-color:#ccc; padding:5px; font-size:80%}
	#main {margin-bottom:10px; width:780px; }
		#nav {float:left; width:200px; padding-left:1px}
		#content {float:left; margin-left:10px; width:750px; background-color:#fff; line-height:140%;}
			.blogPost{ border:10px solid #000;}
			p span.small	{font-size:65%;}
#bottom {width:780px; margin:0 auto; text-align:left; padding-bottom:10px; color:#ccc; font-size:70%; text-align:center }


/* Generic styles */
p {margin:10px 0 ; padding:0}
h1, h2, h3 {margin:0px; padding:0px;}
h2 {font-size:125%;}
h3 {font-size:105%; margin-top:10px;}
a {text-decoration:underline; color:#063; font-weight:bold; }
a:hover {text-decoration:none; }
#breadcrumb a {font-weight:normal}
hr {height:1px; width:200px; text-align:center}
label {font-weight:bold;}
/* Custom styles */
.clear {clear:both;}

/* Nav menu */
#nav {width:100%; margin-left:-1px; margin-top:-1px; margin-bottom:20px; border: none; border-top:1px solid #000; border-bottom: 1px solid #000;}
#nav ul {list-style:none; padding:0; margin:0; width:100%; border:0px solid #000;}
#nav li {margin:0px; padding:0px; float:left;}
#nav li a {padding:0px 5px;float:left; display:block; height:28px; border-right:1px solid #063; text-decoration:none; }
#nav li a:hover, #nav li a.selected {background-color:#000; color:#fff;}
#nav li span {display:block; padding:5.5px; font-size:10pt; }
#nav li.last span {margin:0 0px 0 0px; border-right: none;}
#nav li.last a {border-right:none;}

/* form */
#form {width:540px;}
#form .left {float:left; width:150px; margin-right:10px; margin-bottom:0px}
#form .right {float:right;margin-bottom:0px}
#form textarea {width:535px; height:50px; margin: 10px 0px 20px 0px;}
#form .error	{text-align:right; color:#ff0000;}

.image { border:0.05em solid #000; padding:0.3em; margin: 0.3em 0.3em 0.3em 1em; }
/*---------------------------------------------------------------------------------------*/

/*  Light Box 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; }
#imageHolderRight {float:right; text-align:right; margin:0.6em 0 1.2em 0.5em;}
#imageHolderBottom {text-align:center;}

#hoverNav a{ outline: none; }

#prevLink, #nextLink{ width: 49%; height: 100%; background: transparent url(../images/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/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; }

#imageData{ padding:0 10px; }
#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; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }


.smallBut, .smallButBack, .smallButPrint { background:none; border-bottom:0; font-size:1em; line-height:1em; margin:0; padding:0; position:relative; text-align:left;  display:block; cursor:pointer; color:#fff; text-decoration:none; }
a.greyBut:link, a.greyBut, a.greyBut:hover, a.greyBut:focus, a.greyBut:visited {color:#ff5e00;  text-decoration:none; }

.fieldset{ border: 2px groove threedface; display: block; margin-left: 2px; margin-right: 2px; padding: 0.35em 0.75em 0.625em; }

.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 */
	}	
	
/*---------------------------------------------------------------------------------------*/
