@charset "UTF-8";
/* CSS Document */

/* General */

body { 
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000; font-size: 14px;
	background-color: #ffff99;
}

p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	font-size: 13px;
}

p.thumbnails a { display: inline-block; margin: 0 20px 0 0; }
p.thumbnails a img.border { padding: 3px; }

img {
	border: 0px;	
}

div.clear { width: 0px; height: 0px; clear: both; overflow: hidden; }

/* Links */

A:link {color: #660000; text-decoration: underline; }
A:visited {color: #660000; text-decoration: underline; }
A:active {color: #660000; text-decoration: underline; }
A:hover {color: #660000; text-decoration: underline; }

A:link.img {color: #660000; text-decoration: none; }
A:visited.img {color: #660000; text-decoration: none; }
A:active.img {color: #660000; text-decoration: none; }
A:hover.img {color: #660000; text-decoration: none; }

/* Headings */

h1 {
	font-size: 18px;
	color: #660000;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	font: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	font: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	clear: both;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	font: Georgia, "Times New Roman", Times, serif;
}

/* Wrapper */

#wrapper { 
	width: 816px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;

}

/* Navigation */

ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}

img.border { padding: 5px; background: #fff; border: 1px solid #68000B; }

/* Homepage images */

.home-images {
	list-style: none;
	margin-left: 0px;
	margin-top: 40px;
	font-size: 14px;
}


li {
	list-style: none;
	float: left;
	line-height: 35px;
	border: 1px solid #660000;
	width: 101px;
	text-align: center;
	margin-left: -1px;
}

/* Homepage images */

.home-images-list {
	list-style: none;
	float: left;
	border: none;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 10px;
}

li.home-images-list { padding: 0px; width: 200px; }

li.pad-left { padding-left: 6px; }

#banner-button { float: right; margin-right: -150px; display: inline; }

#navigation { 
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Heading */

#header-top { 
	height: 187px; 
	margin-top: 20px;
	border-top: 2px solid #660000;
	background: url(../images/fireplaces-hertfordshire-county-fires.jpg) no-repeat center;

}

#header-text { 
	margin-top: 10px;
	text-align: center;

}

/* Homepage */

#home-images { 
	border-bottom: 1px solid #C96;
	padding-bottom: 20px;
}

ul.home-images { padding: 0px; }


/* Content */

#content { 
	margin-top: 40px;
	border-bottom: 2px solid #660000;
	padding-bottom: 10px;
}

/* Footer */

#footer {  
	margin-top: 30px;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 10px;
	text-align:center;
}

#footer-nav { 
	text-align:center;
	border-bottom: 2px solid #660000;
	padding-bottom: 20px;
}

/* lightbox2 *******************************************************/

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

/* /lightbox2 ******************************************************/

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix {	height: 1%; }