@charset "UTF-8";
body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #330000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.barnview #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #330000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* //////// HEADER \\\\\\\\ */

.barnview #header {
	background-image: url(images/headerbg.jpg);
	height: 190px;
	padding: 0 20px 0 20px;
} 
.barnview #headerbox { 
	float: right;
	width: 320px;
	height: 100px;
	text-align: right;
} 
.barnview #headerbox h2 {
	font-size: 18px;
	color: #FFD18D;
} 


/* //////// NAV BAR \\\\\\\\ */

.barnview #navbar {
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	width: 940px;
	height: 35px;
	background-image: url(images/navbarbg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
.barnview #navbar ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style-type: none;
}
.barnview #navbar ul a {
	color: #F4C786;
	font-weight: bold;
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 9px 15px 8px 15px;
	text-shadow: 1px 1px 1px #333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #38091A;
	border-left-color: #960;
}
.barnview #navbar ul a:hover {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.barnview #navbar ul li {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	
}

/* //////// SIDEBAR \\\\\\\\ */

.barnview #sidebar1 {
	float: right; 
	width: 250px; 
	padding: 15px 20px;
}
.barnview #sidebar1 h1 {
	font-size: 18px;
	color: #330000;
}
.barnview #sidebar1 h2 {
	font-size: 16px;
	color: #663300;
}
.barnview #sidebar1 a {
	color: #333300;
}
.barnview #sidebar1 a:hover {
	text-decoration: none;
}


/* //////// MAIN CONTENT \\\\\\\\ */

.barnview #mainContent { 
	margin: 0 300px 0 0; 
	padding: 0 20px; 
} 

.barnview #mainContent h1 {
	font-size: 18px;
	color: #330000;
}
.barnview #mainContent h2 {
	font-size: 16px;
	color: #663300;
}
.barnview #mainContent a {
	color: #333300;
}
.barnview #mainContent a:hover {
	text-decoration: none;
}


/* //////// MAIN CONTENT WIDE \\\\\\\\ */

.barnview #mainContent_wide { 
	margin: 0; 
	padding: 0 20px; 
} 

.barnview #mainContent_wide h1 {
	font-size: 18px;
	color: #330000;
}
.barnview #mainContent_wide h2 {
	font-size: 16px;
	color: #663300;
}
.barnview #mainContent_wide a {
	color: #333300;
}
.barnview #mainContent_wide a:hover {
	text-decoration: none;
}



/* //////// FOOTER \\\\\\\\ */

.barnview #footer {
	height: 60px;
	padding: 0 10px 0 20px;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
} 
.barnview #footer p {
	margin: 0; 
	padding: 23px 0 0 0; 
}
.barnview #footer a {
	color: #F4C786;
}


/* //////// OTHER STYLES \\\\\\\\ */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333300;
	font-weight: bold;
}
.formboxes1 {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #330000;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


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