/* 

STYLE SHEET FOR [Hallbank Guest House] WEB SITE
Created by Edward Robson
www.edwardrobson.co.uk

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image : url(Assets/bg.gif);
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 740px;
	margin-right : auto;
	margin-left : auto;
	border: 1px solid #590E23;
	background-color : White;
		}
		
#header {
	height: 214px;
	background-color : #590E23;
	background-image : url(Assets/header_enjoyEngland.gif);
	background-position : bottom right;
	background-repeat : no-repeat;
		}
		
#header h1{
	color: #FFCC00;
	font-family : Georgia, serif;
	font-size :2.5em;
	padding-left: 262px;
}

#header h1 .UpperCase{
	text-transform : uppercase;
	font-size : 1.5em;
}

#header .HeaderStrapline{
	color: #FFCC00;
	font-family : Georgia, serif;
	font-style : italic;
	font-size : 1.5em;
	padding-top : 30px;
	word-spacing : normal;
}

#header .HeaderTelephone{
	color: #FFCC00;
	font-family : Georgia, serif;
	font-style : italic;
	font-size : 1.2em;
}

#header img{
	float: left;
	padding: 10px;
}

#header p{
	
}
	
#content {
 padding: 30px 10px 5px 10px;
 background: url(Assets/content_fade.jpg) top repeat-x;
		}

#footer {
	background-color : #590E23;
	border-top: 2px solid #FFCC00;
		}
		
.footertextERWD{
	text-align : right;
}
#facilities{
	padding: 10px 0 10px 15px;
}

#map{
	padding: 40px 10px 10px 10px;
	/*margin-top: 40px;*/
    margin-bottom:20px;
	border: 1px solid #590E23;
}
#comingsoon{
    Padding: 20px 0 20px 50px;
    background:url('Assets/star.jpg')left 50% no-repeat;
    font-style:italic;
 }

.separator {
		clear: both;
		/*height: 0;*/
		}

.ImgRight{
	float : right;
}

.imgrightshadow{
	background: url(assets/shadow.gif) no-repeat bottom right;
	clear: right;
	float: right;
	margin: 10px;
	position : relative;
}

.imgrightshadow img{
	background-color : White;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display: block;
	margin: -5px 5px 5px -5px;
	position : relative;
}
.imgshadow{
	background: url(assets/shadow.gif) no-repeat bottom right;
	float: left;
	position : relative;
	margin: 15px;

}

.imgshadow img{
	background-color : White;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display: block;
	margin: -5px 5px 5px -5px;
	position : relative;
}
/* ---------- 3. links and navigation ---------- */

#content a:link, #content a:visited {
color: #590E23;
padding-bottom: 3px;
text-decoration : none;
background: url(Assets/underline.gif) repeat-x left bottom;
		}

#navigation {
		}

#navigation a {
		}
		
#navigation a:hover {
	text-decoration: underline;
		}		

#navigation ul {
	margin:0;
	padding: 0;
	background:  #FFE88E url(Assets/navbar_bg.jpg) repeat-x;
	width: 740px;
	float : left;
		}
		
#navigation ul a{
	display : block;
	padding: 0 0.5em;
	line-height : 2.1em;
	background: url(Assets/navbar_div.gif) no-repeat left top;
	text-decoration : none;
	color : #590E23;
	font-family : Georgia, serif;
	font-size : 1.2em;
}		

#navigation ul .first a{
	background : none;
	}
	
#navigation ul li {
	float : left;
		}
		
#facilitylist ul{
	margin: 15px 10px 5px 10px;
}		

#facilitylist li {
	font-size : 0.75em;
	font-family : Georgia, serif;
	background : url(Assets/bullet.gif) no-repeat 0 50%;
	padding : 5px 0 5px 30px;
	}

div.hr {
	background : url(Assets/rule.gif)  center no-repeat;
	height: 18px;
	clear : both;
}
/*-------------------*/
#footer{
	color : #FFCC00;
	font-family : Georgia, serif;
	font-size : 0.7em;
	/*text-align:center;*/
	padding: 5px 0;
}

#footer p {
        padding-left: 10px;
	/*text-align : center;*/
}
#footer ul {
	margin:0;
	padding: 0;
	padding-bottom : 10px;
	width: 740px;
	float : left;
		}
		
#footer ul a{
	display : block;
	padding: 0 10px;
	line-height : 1.1em;
	color : #FFCC00;
	font-family : Georgia, serif;
	font-size : 1em;
}
	
#footer ul li {
	float : left;
		}
		
#footer a{
	color : #FFCC00;
}
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
	color: #590E23;
	padding: 10px 0 5px 0;
/*	font-family : Georgia, serif;*/
		}

h3 {
	color: #590E23;
	padding: 10px 0 5px 0;
		}
		
h4 {
		}

p {
	font-family : Georgia, serif;
	line-height : 1.4em;
	word-spacing : 0.3em;
	text-align : justify;
		}
p.notes{
	padding-top: 20px;
	font-style : italic;
	font-size : 0.75em;
}
		
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
		
		
/*------- Lightbox----*/
#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/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/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	/*--------------------------------------*/
	
	#content ul{
	list-style-type : none;
}