/* General Code */
body {
	background: #5f4023 url(/images/frills.gif) center top no-repeat;  margin:
}

div.main {
	margin: 5px auto;
	z-index: 0;
	width: 750px;
	min-height: 600px;
	background-color: #5f4023;   this is for a square around slide show
	padding: 15px;
	padding-top: 5px;
	border-left: 5px solid #5f4023;  these are the thin border lines
	border-right: 5px solid #5f4023;
	font-family: Georgia;
	font-size: small;
	color: #c9ffff;
}

div.main p {
	line-height: 1.5em;
}

div.contentbar {
	width: 740px;
	padding: 5px;
	padding-left: 0px;
	min-height: 442px;
}

div.navbar {
	width: 740px;
	padding: 25px;
	padding-top: 5px;
	padding-right: 0px;
	float: right;
	text-align: center;
}

div.footer {
	text-align: center;
	border-top: 3px solid #5f4023;  this is the line above the footer
	padding-top: 10px;
	margin: 0 auto;
	color: #c9ffff;  this is the font for the footer
}

div.fadeshow {
	width: 700px;
	height: 500px;
	border: 3px solid #5f4023   this is the slide show and border
;      
	margin: 10px auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a:link		{ color: #7ed1d9; text-decoration: none }

a:visited	{ color: #fffea8; text-decoration: none }

a:active	{ color: #7ed1d9; text-decoration: none }

a:hover	{ color: #ffb0d3; text-decoration: none }

ul{
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
}

.photogallery {
	padding-top: 10px;
	padding-left: 45px;
}

.photo {
	float: left;
	margin: 7px;
	height: 150px;
	width: 200px;
	border: 3px solid #5f4023;  ths is the entire photo box
}

.photo img {
	border: none;
	width: 200px;
	height: 150px;
}
	

/*============== Header Information ===========*/
div.headerimage{
	background: url(/images/logo.gif) 0 0 no-repeat;
	width: 750px;
	height: 100px;
	border-bottom: 3px solid #5f4023;  this is the space between the header and slideshow
}

/*========== Header Tabs =================
These tabs are all thanks to Douglas Bowman and his article "Sliding Doors of CSS, Part II" at ALA. */

#header {
	margin-left: -10px;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#header ul {
	margin: 0;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 10px 0 0;
	border: 3px double #7ed1d9;  this the the border around the nav boxes
}

#header a {
	float: left;
	display: block;
	width: .1em;
	padding: 4px 11px 0px 11px;
	text-decoration: none;
	color: #c9ffff;   this is the fonts in the nave boxes
}

#header > ul a {
	width:auto;
}

#header a:hover {
	color: #ffb0d3;  hoover for font in nav box
}

#home #nav-home, #about #nav-about,
#color #nav-color, #bw #nav-bw, #sepia #nav-sepia,
#faq #nav-faq, #contact #nav-contact {
	border-width: 0;
}

#home #nav-home a, #about #nav-about a,
#color #nav-color a, #bw #nav-bw a, #sepia #nav-sepia a,
#faq #nav-faq a, #contact #nav-contact a {
	border:3px double #7ed1d9;             this is the light up for the nav box you r on
	padding-bottom: 3px;
	text-decoration: underline;
}

#header li:hover, #header li:hover a {
}

/*===================POP up images====================*/
body.popupbody{
	background: #0000ff;   don;t know
}

.popupdiv {
	margin: auto;
}

/*=========== Here's the drop shadow css ====================
 Thanks for Sergio Villareal for his ALA article*/

.alpha-shadow {
  float: left;
  background: url(/shadow/shadow1.gif) no-repeat bottom right;
  margin: 10px 0 0 4px !important;
  margin: 10px 0 0 3px;
}

.alpha-shadow div {
  background: url(/shadow/shadow2.png) no-repeat left top !important;
  background: url(/shadow/shadow2.gif) no-repeat left top;
  padding: 0px 6px 3px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;

  padding: 4px;
}

/* ================ Here's the standard lightbox.js css ============*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
	/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:2em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif;font-weight:bold; }
body div#toolTip p em { display:block;margin-top:3px;color:#777;font-style:normal;font-weight:normal; }
body div#toolTip p em span { color:#fff; }
	