/*------------------- OTHER PAGE STYLES -------------------*/
/*------------------- TOP LEVEL PAGES --------------------- BH2005*/

body {
	margin: 0;
	background-color: /*c66*/#666;
	text-align: center;
	color: #333;
}
#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 762px;
	text-align: left;
	background-color: #f8f8f8/*#c99*/;
	border-right-width: medium;
	border-right-style: inset;
	border-right-color: #666;
	border-bottom-width: medium;
	border-bottom-style: inset;
	border-bottom-color: #666;
	border-left-width: medium;
	border-left-style: outset;
	border-left-color: #fc0; 
	border-top-width: medium;
	border-top-style: outset;
	border-top-color: #fc0;
}
#header {
	margin: 0;
	padding: 1px;
	background-color: /*bc9*/#396;
	border-top: 1px solid #778899;
	border-bottom: 1px ridge #B2BCC6;
	height: 3em;
}
#header .tagline {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: /*#c66*/#fc0;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.1em;
}
#header .logo {
	float: left;
	margin-left: 1em;
	margin-top: 0.5em;
	font-family: Bookman, Georgia, "Century Schoolbook", Garamond, serif;
	font-variant: small-caps;
	font-size: 1.7em;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	color: #fff;
}
#content {
	position: relative;
	float: left;
	background-color: transparent;
	width: 100%;
}
#content p {
	position: relative;
	text-align: justify;
	background-color: transparent;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1em;
}

#left {
	position: relative;
	float: left;
	width: 45%;
	left: 2%;
	padding: 0.5em 0.5em 0.5em 1em;
	background-color: transparent;
	/*border-right-width: thin;
	border-right-style: groove;
	border-right-color: #c66;*/
	z-index: -0;
	margin: 0;
}
#left p {
	margin-left: 0.1em;
}
#right {
	position: relative;
	float: right;
	width: 45%;
	right: 2%;
	padding: 0.5em 0.5em 0.5em 1em;
	background-color: transparent;
	/*border-left-width: thin;
	border-left-style: groove;
	border-left-color: #c66;*/
	text-align: justify;
	z-index: 4;
}	
#footer {
	bottom: 0;
	margin: 3px 0;
	padding: 1px;
	width: 762px;
	background-color: transparent;
	border-top: 2px #666 groove;
	font-size: 0.9em;
}
	#footerleft {
		position: absolute;
		width: 150px;
		top: 0;
		left: 5px;
	}
	#footerright {
		position: absolute;
		width: 150px;
		top: 0px;
		right: 5px;
	}
	#footercentre {
		margin: 0px 110px 0px 110px;
		padding: 0px;
		text-align: center;
	}
#form {				/* for booking form only */
	width: 80%;
	margin-left: 4em;
	}
#gallery {				/* for gallery only */
	width: 80%;
	margin-left: 4em;
	}
	#gallerylist {
		list-style-type: none;
		}
	#gallerylist li {
		list-style: none;
		float: left;
		margin-right: 6px;
		margin-bottom: 10px;
		font: bold 0.8em Arial, Helvetica, sans-serif;
		color: #333;
		}
	#gallerylist img {
		display: block;
		border: 1px solid #c66;
		}
		
/*--------- N A V I G A T I O N ---------*/

#navbackground {
	background-color: /*c66*/#000;
	padding: 5px;
	height: 2em;
	z-index: 10;
	text-align: left;
	width: 751px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: left;
	width: 700px;
	float: left;
	margin-left: -1em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	margin-top: 2px;
	margin-left: 0.8em;	/* Controls distance of navbar from left margin */
	padding: 0;
	padding-top: 0;
	padding-bottom: 5px;
}
#navigation li {
	display: inline;
	
}
#navigation a:link, #navigation a:visited {
	margin-left: 2px;
	padding: 3px 10px 3px 10px;
	color: /*cc9 #ccc*/#ccd;
	background-color: /*666 #33c*/ #666;
	text-decoration: none;
	border-top: 1px solid #c66;
	border-left: 1px solid #c66;
	border-bottom: 1px solid #036;
	border-right: 1px solid #036;
}
#navigation a:hover {
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-bottom: 1px solid #c99;
	border-right: 1px solid #c99;
	color: #fc0;
}

/*----- highlighted nav buttons for specific pages -----*/

body#home li.home, body#about li.about, body#ashgrove li.ashgrove,
 body#knocknagrough li.knocknagrough, body#lisheen li.lisheen, body#booking li.booking,
 body#gallery li.gallery, body#links li.links {
 	color: #000;
	background-color: #000;
}

body#home li.home a:link, body#home li.home a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#ashgrove li.ashgrove a:link, body#ashgrove li.ashgrove a:visited,
body#knocknagrough li.knocknagrough a:link, body#knocknagrough li.knocknagrough a:visited,
body#lisheen li.lisheen a:link, body#lisheen li.lisheen a:visited,
body#booking li.booking a:link, body#booking li.booking a:visited,
body#gallery li.gallery a:link, body#gallery li.gallery a:visited
body#links li.links a:link, body#links li.links a:visited {
 	color: #333;
	font-weight: 600;
	background-color: #fc0;
}
/*___________________ TEXT FORMATTING ___________________*/
.warning {
	border-left: 2px solid #ff3300;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 5px;
	text-align: justify;
	background-color: #ff0;
 }


/*--------- H  S t y l e s --------------*/

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #036;
	font-variant: small-caps;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.2em;
	padding-bottom: 0;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #033;
	margin-top: 0;
	padding-top: 0;
}

/*-------------   C L A S S E S --------------------*/

.centrealign {
	text-align: center;
}

/*-------------   L I N K S ------------------------*/

a:link {
	color: #039;
}
a:hover {
	color: #00f;
	text-decoration: none;
}
a:visited {
	color: #c30;
}

/*------------------------------- F O R M S ----*/

	
	form input[type="text"] {
		line-height: 0.7em;
		text-decoration: none;
		background-color: #eee;
		color: #003;
		font-size: 1em;
		font-family: Times, "Times New Roman", serif;
		border: 2px groove #333;
		}
		
	form p {
		clear: both;
		}

	form p label {
		float: left;
		}
	
	form p input, form p textarea, form p select {
		float: right;
		}
	
	form p input[type="radio"] {
		float: none;
		}
		
	textarea {
		background-color: #eee;
		color: #003;
		border: 1px ridge #123;
		}	

	select {
		width: 100px;
		background-color: #eee;
		color: #003;
		border: 1px ridge #123;
		}
		
	input.btn {
		background-color: #666;
		color: #ffc;
		font-weight: 500;
		border: 1px outset #123;
		padding: 2px 4px 2px 4px;
		margin-left: 1em;
		}
	
	fieldset {
		border: 1px dotted #123;
		margin-top: 1em;
		padding: 10px;
		}
	
	legend {
		font: bold 1.1em Arial, Helvetica, sans-serif;
		color: #036;
		background-color: transparent;
		}	
	
	.akey {
		text-decoration: underline;
		color: #c00;
		background-color: transparent;
		}	
/*------------------------------- I M A G E S ----*/

.imgleft {
	float: left;
	padding: 2px;
	background-color: #ccc;
	border: solid 1px #333;
	margin-right: 0.5em;
	}
.imgright {
	float: right;
	padding: 2px;
	background-color: #ccc;
	border: solid 1px #333;
	margin-left: 0.5em;
	}	
.framed {
	padding: 2px;
	background-color: #ccc;
	border: solid 1px #333;
}
/*------------------------------- LISTS ----*/

ul {
	list-style-type: none;
	}