@charset "utf-8";
/* CSS Document */

/* PRIMARY COLOURS USED
/* PRIMARY COLOURS USED
#1B1B18 - dark brown
#BDB9A6 - pale olive-grey
#776E42 - olive green
#EFEFEF - very pale grey
#FAF5ED - very pale beige
#2E2F2A - very dark brown
#F5F5F5 - beige
#11110F - almost black
#3333B - midnight blue
#3F3923 - very dark olive green
#FDFDFD - off white
#D0CDBF - pale olive
#919386 - olive-grey
#CC6600 - burnt orange
#AFB1A9 - mid olive-grey




*/


/* RESET STYLES FROM ERIC MEYER */
/* delete the elements you won't be using */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* INPUTS eg buttons */








/* MAIN STYLES */

body {
	background: url(images/body_bkg.jpg) repeat-x #1B1B18;
	color: #bdb9a6;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif
	}

.clear {
	clear: both;
	}
	
.fl {
	float: left;
	padding-bottom: 20px;
	}
	
.fr {
	float: right;
	padding-bottom: 20px;
	}

.open {
	background-color: #776E42;
	color: #776E42;	
	}

.closed {
	}

.centred {
	text-align: center;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/wrapper_bkg.jpg) repeat-x #EFEFEF;
	}

#branding {
	width: 960px;
	height: 150px;
	background: none;
	}

#branding a img {
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	}

#branding h1 {
	overflow: hidden;
	width: 0;
	height: 0;
	}
	
#branding ul {
	float: right;
	height: 40px;
	width: 960px;
	list-style: none;
	background: url(images/nav_bkg.jpg) repeat-x;
	margin-top: 5px;
	text-align: center;
	}
	
#branding li {
	float: left;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 11px;
	width: 20%;
	background: url(images/nav_divider.gif) top right no-repeat;
	}
	
#branding li a {
	color: #FAF5ED;
	text-decoration: none;
	}
	
#branding li a:hover {
	text-decoration: underline;
	}

#branding li.currentpage {
	background: url(images/nav_bkg_current.gif) repeat;
	height: 16px;
	}
	
#branding li.last {
	background: none;
	}

#address {
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #2E2F2A;
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
	}


#address a {
	color: #2E2F2A;
	}

#address img {
	padding: 0px;
	margin-right: 20px;
	margin-top: 0px;
	}
	
#footer {
	clear: both;
	width: 960px;
	font-size: 10px;
	color: #bdb9a6;
	line-height: 18px;
	text-align: center;
	padding-top: 5px;
	margin: 0 auto;
	}

#footer a {
	color: #bdb9a6;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

.site_info_fl {
	color: #bdb9a6;
	float: left;
	padding-top: 30px;
	}

.site_info_fr {
	color: #bdb9a6;
	float: right;
	padding-top: 30px;
	}

h2 {
	color: #2E2F2A;
	font-size: 30px;
	line-height: 1;
	font-family: Cambria, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-style: italic;
	padding-bottom: 20px;
	}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: #F5F5F5;
	font-family: Cambria, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	padding-bottom: 12px;
	}

h4 {
	font-family: Cambria, Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: -1px;
	color: #11110F;
	line-height: 1;
	font-weight: lighter;
	font-style: italic;
	padding-top: 12px;
	padding-bottom: 9px;
	}

h5 {
	font-size: 18px;
	font-weight: normal;
	color: #bdb9a6;
	font-family: Cambria, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 0px;
	}
	
h6 {
	font-family: Cambria, Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: -1px;
	color: #bdb9a6;
	line-height: 1;
	font-weight: lighter;
	font-style: italic;
	padding-top: 12px;
	padding-bottom: 9px;
	}

	
/* WELCOME page styling */

#container_home {
	position: relative;
	width: 920px;
	margin: 20px;
	background-color: #33333b;
	border: 1px solid #3F3923;
	}

#home_intro {
	background-color: #F5F5F5;
	width: 520px;
	height: 232px;
	padding-top: 20px;
	padding-bottom: 20px;	
	padding-left: 20px;	
	padding-right: 40px;
	margin: 0px;
	}
	
#home_intro p {
	font-size: 13px;
	line-height: 17px;
	letter-spacing: normal;
	color: #2E2F2A;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	}

#home_image {
	width: 340px;
	height: 272px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	top: 0px;
	left: 580px;
	}

#home_events {
	position: absolute;
	top: 0px;
	left: 580px;
	background: url(images/events_bkg3.jpg) no-repeat;
	height: 544px;
	width: 340px;
	padding: 0px;
	}

#home_events p {
	font-size: 13px;
	line-height: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #FDFDFD;
	text-align: center;
	}

#home_events a {
	color: #FDFDFD;
	}
	
#home_location {
	position: relative;
	background: url(images/home_main_580wB_open.jpg) top right no-repeat;
	width: 540px;
	height: 232px;
	margin: 0px;
	padding: 20px;
	}

#home_location p {
	font-size: 12px;
	line-height: 15px;
	color: #bdb9a6;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	}

#home_location h6 {
	overflow: hidden;
	width: 0;
	height: 0;
	}

#home_location table {
	position: absolute;
	right: 4000px;
	width: 155px;
	border: 1px solid #D0CDBF;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 7px;
	}

#home_location th {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2;
	padding: 0px;
	}

#home_location td tr {
	color: #bdb9a6;
	text-align: center;
	font-size: 9px;
	line-height: 1.2;
	margin: 2px;
}
#home_location coll1 coll2 {
	border: none;
	}

#home_location a {
	color: #2E2F2A;
	font-size: 10px;
	line-height: 15px;
	text-decoration: underline;
	}
	
#home_location img {
	position: absolute;
	top: 177px;
	left: 0px;
	}
#map_small {
	width: 360px;
	height: 208px;
	position: absolute;
	top: 30px;
	left: 200px;
	}


/* SUB-PAGES page styling */

#container {
	color: #11110F;
	font-size: 12px;
	position: relative;
	width: 920px;
	margin: 20px;
	background-color: #2E2F2A; /* this colour is visible in sub2 elements */
	border: 1px solid #3F3923;
	}

#content_main1 {
	background-color: #F5F5F5;
	width: 500px;
	padding-top: 20px;
	padding-bottom: 20px;	
	padding-left: 40px;	
	padding-right: 40px;
	}
	
#content_main2 {
	background-color: #F5F5F5;
	width: 820px;
	padding-top: 20px;
	padding-bottom: 20px;	
	padding-left: 60px;	
	padding-right: 40px;
	}

#content_main3 {
	background-color: #F5F5F5;
	width: 500px;
	height: 670px;
	padding-top: 20px;
	padding-bottom: 20px;	
	padding-left: 40px;	
	padding-right: 40px;
	}
		
#content_main1 p {
	font-size: 13px;
	line-height: 17px;
	letter-spacing: normal;
	color: #11110F;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	}

#content_main3 p {
	font-size: 13px;
	line-height: 16px;
	color: #11110F;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	}

#content_main1 span {
	font-style: italic;
}

#content_main1 ul {
	width: 480px;
	float: none;
	color: #11110F;
	text-align: center;
	padding-top: -20px;
	padding-bottom: 30px;
	}

#content_main1 li a {
	color: #919386;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 15px;
	}

#content_main1 li a:hover {
	color: #CC6600;
	}

#content_main1 li.currentmenu {
	color: #919386;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	}

#content_main2 ul {
	width: 800px;
	float: none;
	color: #11110F;
	text-align: center;
	padding-top: -20px;
	padding-bottom: 30px;
	}
	
#content_main2 li a {
	color: #919386;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 15px;
	}

#content_main2 li a:hover {
	color: #CC6600;
	}

#content_main2 li.currentmenu {
	color: #919386;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	}

#content_main2 ol {
	list-style-type: decimal;
	list-style-position: outside;
	}

#content_main2 ul li {
	display: inline;
	width: 33%;
	}

#content_main2 li {
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 12px;
	}

#content_main1 li {
	display: inline;
	width: 25%;
	}

#content_main1 table {
	border: none;
	border-color: #F5F5F5;
	padding-top: 0px;
	}

#content_main1 th {
	color: #f5f5f5;
	height: 3px;
	padding: 0px;
	border: none;
	}
	
#content_main1 td {
	padding-bottom: 2px;
	border: none;
	}

#content_main1 a {
	color: #919386;
	font-style: normal;
	text-decoration: underline;
	}

#content_main3 table {
	border: 1px solid #AFB1A9;
	margin-left: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
	}

#content_main3 th {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
	}

#content_main3 td {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
}

#opening_times {
	width: 220px;
	}

#opening_times table {
	width: 170px;
	height: 80px;
	border: 1px solid #F5F5F5;
	margin-left: 0px;
	}

#opening_times th {
	text-align: left;
	font-weight: normal;
	color: #11110F;
	font-size: 10px;
	padding: 0;
	}

#opening_times td {
	text-align: center;
	font-size: 9px;
	line-height: 1;
	padding: 0;
}

#opening_times p {
	font-size: 9px;
	line-height: 1;
	}

#content_sub1 {
	float: right;
	position: absolute;
	top: 0px;
	left: 580px;
	background: url(images/events_bkg.jpg) repeat-x;
	width: 300px;
	min-height: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	}

#content_sub1 p {
	font-size: 13px;
	line-height: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #FDFDFD;
	text-align: center;
	}

#content_sub1 a {
	color: #FDFDFD;
	font-style: normal;
	text-decoration: underline;
	}

#content_sub2 {
	float: right;
	position: absolute;
	top: 0px;
	left: 580px;
	width: 340px;
	min-height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
#content_sub2 img {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	}

#content_sub2 p {
	font-size: 13px;
	line-height: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 20px;
	color: #bdb9a6;
	text-align: center;
	}

#content_sub2 a {
	color: #bdb9a6;
	font-style: normal;
	text-decoration: underline;
	}

#comments #email #realname {
	padding-left: -10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

#content_sub2 td, th {
	font-size: 12px;
	line-height: 16px;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #bdb9a6;
	text-align: left;
	}

#map_large {
	width: 500px;
	height: 430px;
	position: absolute;
	top: 240px;
	left: 40px;
	}


/* contact form styles */
	
.contactForm {
	background:none;
	border:0px;
	margin:0px 20px;
	padding:10px;
}

input, textarea {
	color: #11110F;
	background: #878268;
	border:1px solid #1B1B18;
	}
/* this styles the input boxes */


.contactForm .txtField {
	display:block;
	float:left;
	margin:5px 0 7px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px;
	width:270px;
}
.contactForm .txtField:hover, .txtField:focus, .txtField:active {
	background:#F5F5F5 none repeat scroll 0 0;
	border-color:#CC6600;
}

.contactForm ul label {
	display:block;
	float:left;
	padding:3px 0;
	width:220px;
}

.contactForm ul li {
	color: #BDB9A6;
	background:none;
	clear:both;
	line-height:1.2;
}

.contactForm em {
	color:#776E42;
	font-size:0.9em;
	font-style:normal;
}

.contactForm ul {
	list-style-type:none;
	margin:0;
}

.submit {
	margin-top: 10px;
	margin-left: 60px;
}

.captcha {
	display:block;
	float:left;
margin-top:5px;
}
.captcha img {
border:1px solid #1B1B18;
float:left;
}

