/* This is the style sheet for The Compton Inn, Compton Dando, near Bristol */

body {
	margin: 20px 0 0 0;
	font-family: Georgia, serif;
	font-size: .75em;
	line-height: 1.4em;
	color: #808080;}
	
p, li, ul, ol, hl, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0px;}
	
h3 {
  position: relative;
	font-size: 1.4em;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #999966;
	display: block;
	 }
	 
h3 span {
  position: absolute;
  top: 2px;
  right: 15px;
  line-height: 1.5em;
  font-family: Georgia, serif;
	font-size: .7em;
	text-align: right;
	color: #999966;}
	
img {
	border: 0;
}



p.directions  {
	font-family: Georgia, serif;
	font-size: .85em;
	line-height: 1.2em;
	margin-bottom: 5px;
}




/*
a:link {text-decoration: none; color: #FF6331; }
a:visited {text-decoration: none; color: #FF6331; }
a:hover {text-decoration: underline; color: #0000A5; }
a:active {text-decoration: none; color: #2fbde2; }
*/


a:link {text-decoration: none; color: #999966; }
a:visited {text-decoration: none; color: #999966; }
a:hover {text-decoration: underline; color: #999911; }
a:active {text-decoration: none; color: #A7A9AC; }

#navbar ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
#navbar li {
	border-bottom: 3px solid #808080;

}
#navbar li a {
	font-size: 1em;
	display: block;
	padding: 0.6em 0 0.5em 0.6em;
	border-left: 12px solid #808080;
	background-color: #999966;
	color: #FFCC66;
	text-decoration: none;
	font-family: sans-serif;	
}

#navbar li a:link {
	background-color: #999966;
}

#navbar li a:visited {
	background-color: #999966;
}

#navbar li a:hover {
	background-color: #999911;
}

#navbar li a:active {
	background-color: #808080;
}

#container {
	width: 821px;
	margin: 0 auto; }
	
#header-image {
	float: left;
	width: 566px;
	margin: 0 0 10px 0; }
	
#logo-image {
	float: left;
	margin: 0 0 10px 0;
	width: 254px; }
	
#right-image {
	float: left;
	width: 251px;
	}
	
#navbar {
	float: left;
	width: 180px; }
	
#main-text {
	float: left;
	border-left: 1px dotted #808080;
	padding: 0 10px 10px 10px;
	width: 366px;
	min-height: 400px;
	 }
	 
	 
/* for IE6 and older browsers*/	 
*html #main-text {
	height: 400px;
}


#review_main-text {
	float: left;
	border-left: 1px dotted #808080;
	padding: 0 10px 10px 10px;
	width: 617px;
	min-height: 400px;
	 }
	 
/* for IE6 and older browsers*/	 
*html #review_main-text {
	height: 400px;
}


	 
	 
	 
#main-text p {
	padding-bottom: .4em; }


#footer {
	clear: both;
	margin-bottom: 30px;
	padding-top: 2px;
	border-top: 1px dotted #808080;
	text-align: right;
	font-family: sans-serif;
	font-size: .75em;
	line-height: 2;
	color: #808080; }
	

#gallerylist {
	list-style-type: none;
}
#gallerylist li {
	float: left;
	width: 110px;
	padding-right: 10px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
#gallerylist img {
	display: block;
	border: 0;
}
	
.reviewslogos {
	font-size: .9em;
	line-height: 1.5em;
	padding: 10px 80px;
	
}

.reviewstype {
	padding: 0 15px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
}



#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(images/overlay.png);
			min-height: 1000px;
 }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	height: 1000px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


