@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background: #fff url(images/bak.jpg) repeat-x 0 top;
	font: 0.95em/1.5em Arial, Verdana, Helvetica, Geneva;
}
#container { 
	width: 960px;  /* 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 */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #fff url(images/kingfisher-nursery-header.jpg) no-repeat; 
	padding: 0 10px 0 20px;
	height: 200px;
} 

#header h1 {
	margin: 0;
	padding-right: 0;
	padding-top: 170px;
	text-align: center;
	letter-spacing: 3px;
	font-variant: small-caps;
	font-size: 1.15em;
}
h1 {
	font-size: 1.20em;
}

h2 {
	font-size: 1em;
}
a {
	color: #333;
	background-position: 0 top;
	background-repeat: repeat-x;
	font-variant: normal;
}

a:hover {
	color: #063;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/sidebar-bak.jpg) repeat-x left top;
	padding-left: 10px;
	padding-bottom: 200px;
	padding-top: 10px;
}
#mainContent {
	margin-left: 200px;
	margin-right: 0;
	padding-right: 20px;
	padding-top: 25px;
	padding-left: 10px;
	margin-bottom: 0;
} 
  #thumb-wrapper { 
  margin: 0 50px 0 auto;
  width: 665px;
  text-align: left;
  background-color: #fff;
	padding-top: 20px;
}
.thumbs {
	margin: 5px;
}
.thumbsC {
	border: 4px solid #930;
	}
.thumbsE {
	border: 4px solid #1b6732;
	}
#footer { 
	padding: 0 10px 0 20px;
	font-size: 0.85em;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	line-height: 1.2em;
	margin-right: 10px;
	margin-left: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}


#navcontainer { width: 180px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
	font: small-caps bold 0.95em Arial, Verdana, Helvetica, Geneva;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;

	border-bottom: 3px solid #fff;
	text-decoration: none;
	font-variant: small-caps;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #0085ef;
color: #fff;
}



/* LIGHTBOX CSS START */

#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(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: 12px "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.0em;
	}

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

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* LIGHTBOX CSS END */
