@charset "utf-8";
/* CSS Document */
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%;
	line-height:115%;
	vertical-align:baseline;
	background:transparent;
}
body {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
	background-image: url(images/bodybkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #531513;
	font-size: 12px;
}
#wrapper {
}

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;
}
/*LINKS*/
a {
	color:#000;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
.clear {
	clear:both;
}
#wrapper {
	width:940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*HEADER*/
#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#openingtimes {
	padding: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#fromtheblog {
	background-image: url(images/latestposts_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 298px;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 7d2421;
	border-right-color: #7d2421;
	border-bottom-color: #7d2421;
	border-left-color: #7d2421;
	background-color:#300c0b;
	margin: 0;
	padding: 0px;
	margin-bottom: 6px;
}

#logo {
}
#rss {
}
/*NAVIGATION*/
#nav {
	background-image: url(images/navbkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 940px;
	position: relative;
}
#nav ul {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 500px;
	color: #FFFFFF;
}
#nav ul li {
	display:inline-block; /*IE Hack to stop floats messing up*/
	float:right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav ul li a {
	display:block;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li.current_page_item {
	color: #e4d836;
}
#heroimage {
	padding: 0px;
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/*MAIN CONTENT HOLDER*/
#main {
	clear:both;
	margin-bottom: 10px;
}
/*SIDEBAR*/
#sidebar {
	width:300px;
	float:right;
}
#sidebar ul {
}
#sidebar ul li {
	padding: 0px;
	width: 298px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7d2421;
	border-right-color: #7d2421;
	border-bottom-color: #7d2421;
	border-left-color: #7d2421;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-color: #1e0606;
}
#sidebar ul li h2 {
	background-image: url(images/h2background.gif);
	margin: 0px;
	height: 25px;
	width: 298px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e4d836;
}
#sidebar ul li ul {
}
#sidebar ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar ul li ul li a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	width: 281px;
	height: 16px;
	display: inline-block;
	padding-top: 6px;
	padding-left: 17px;
}
#sidebar ul li ul li a:hover {
	color: #e4d836;
	text-decoration: underline;
	background-color: #531513;
	display: inline-block;
	height: 16px;
	width: 281px;
	padding-top: 6px;
	padding-left: 17px;
}
/*POST LIST*/
#posts {
	width:640px;
	float:left;
	margin: 0px;
	padding: 0px;
}
.post {
	width:620px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #531513;
	background-image: url(images/post_topbkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.post_hdr {
	height: 75px;
	width: 620px;
	position: relative;
}
.post_date {
	float:right;
	background-image: url(images/datearea.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 50px;
	position: absolute;
	left: 9px;
	top: 10px;
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
.post_hdr h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 540px;
	position: absolute;
	left: 66px;
	top: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.post_hdr h2 a {
	color: #FFFFFF;
	text-decoration:none;
}
.post_hdr h2 a:hover {
	color: #e4d836;
	text-decoration:underline;
}
.post_cat {
	position: absolute;
	left: 66px;
	bottom: 16px;
}
.post_cat a {
	color: #e4d836;
	text-decoration:none;
}
.post_cat a:hover {
	color: #e4d836;
	text-decoration:underline;
}
.entry {
	text-align:justify;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 12px;
	}
.entry p {
	margin-bottom: 10px;
	line-height: 20px;
}
.entry a {
text-decoration:none;
color: #FFFFFF;
}
.entry a:hover {
text-decoration:underline;
color: #FFFFFF;
}
.entry ul{
	margin: 0px;
	padding: 0px;
	
}
.entry ul li{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.entry ul li ul{
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 550px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 8px;
}
.entry ul li ul li{
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
	font-size: 12px;
	font-weight: normal;
}
.post_ftr {
	background-image: url(images/postfooter_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 620px;
	position: relative;
}
.post_comments {
	position: absolute;
	left: 455px;
	top: 6px;
	width: 152px;
}
.post_comments a {
color: #FFFFFF;
text-decoration:none;
}
.post_comments a:hover {
color: #FFFFFF;
text-decoration:underline;
}
/*FOOTER*/
#footer {
	font-size:10px;
	text-align:center;
	background-image: url(images/footerbkg.gif);
	height: 21px;
	width: 100%;
	padding-top: 10px;
	color: #7c6767;
}
/*REMBER ALIGNLEFT AND RIGHT IMAGES*/

.alignleft{
}
.alignright{
}
#fromtheblog ul li{
	border:none;
	background: none;
	display:block;
	width: 298px;
	margin: 0;
	padding: 0;
}
#fromtheblog ul li a{
	display: inline-block;
	width: 262px;
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration:none;
	margin-left: auto;
	margin-right: auto;
}
#fromtheblog ul li a:hover{
	display: inline-block;
	width: 262px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #e4d836;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color:#531513;
	text-decoration:underline;
	margin-left: auto;
	margin-right: auto;
}
.dateday{
	font-size: 13px;
}
.datemonth{
	font-size: 10px;
}
.commenticon{
	position: absolute;
	left: 428px;
	top: 6px;
}
#footer a{
	color:#7c6767;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#blogheroimage{
	width: 620px;
	height: 38px;
	padding-top: 93px;
	background-image: url(images/blog_hero.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #e4d836;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
}
