/*
Theme Name: The Wheel Inn Holbrook Theme
Theme URI: http://www.lindendesign.co.uk
Description: Theme for The Wheel Inn Holbrook
Date: 20th July 2010
Version: 1.0
Author: Craig Shaw
Tags: theme, wheel inn holbrook
*/
* {
	padding: 0;
	margin:0;
}

/*--formatting--*/
a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 0 0 1.8em;
	margin-left:15px;
	font-size:14px;
}	

h2 {
	font: 900 18px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
	color:#600;
	margin-left:15px;
}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 400 24px "Times New Roman", Times, serif;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #e1dfb9;
	border-bottom: 1px solid #D7D39A;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color: #5d5b35;
	text-decoration: none;
}

h3 {
	font: 900 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color:#600;
	margin-left:15px;
}

h4 {
	margin-left: 15px;
	margin-bottom:10px;
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #D7D39A;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	border-bottom: 1px solid #A6A371;
	border-top: 1px solid #A6A371;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}


body {
	background:	#faf7d6 url(images/body_bg.jpg) repeat-x top left;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 175px;
	float: left;
}

#content{
	width: 960px;
	float:left;
}

#content #left-col{
	width: 600px;
	float:left;
	position:relative;
	padding-right:30px;
	margin-top:20px;
}

#content #right-col{
	width: 320px;
	float: left;
	margin-top: 20px;
	position: relative;
}

#content #right-col #sidebar{
	width:320px;
	float:left;
	position:relative;
}

#sidebar {
	float: left;
	width: 203px;
	margin: 0px 0px 0px 0px;
	padding: 0px 19px 20px 19px;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif; 
	}
	
	#sidebar h2 {
	font: 900 16px Verdana, Geneva, sans-serif;
	color:#600;
	margin-left: 0;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	}


#sidebar ul li {
	/*background:transparent url("images/bullet.gif") 0px 11px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding: 4px 0px 4px 0;
	margin: 0px;
}

#sidebar a:link, #sidebar a:visited	{ color:#444; text-decoration:none; outline:none; }
#sidebar a:hover, #sidebar a:active	{ color:#444; text-decoration:underline; outline:none; }
	

#sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}


#sidebar li {
	list-style:none;
}

#sidebar li li {
	list-style:bullet;
}

#sidebar1 li ul li{
	list-style-type: square;
	margin-left:10px;
}


#content p img {
border:medium none;
float:left;
margin-bottom:10px;
margin-right:15px;
padding-top:7px;
}

#content p img.alignright {float:right; margin:0 0 1em 1em}

#footer {
	width: 100%;
	float: left;
	background: #8c0a46 url(images/footer_bg.jpg) repeat-x top left;
	height: 75px;
	color: #fff;
}

#header #logo{
	width:960px;
	height:175px;
	float:left;
}

#header #logo h1 a{
	background:url(images/logo.jpg) no-repeat top;
	width:960px;
	height: 200px;
	float:left;
	text-indent:-9999em;
}

/* Navigation */

#menu{
	float:left;
	height: 28px;
	text-align:right;
	width:100%;
}

#menu ul{
	list-style:none;
	padding-left:180px;
	text-align:center;
	font-size:14px;
	color:#666;
}

#menu ul li.page_item{
	float:left;
	text-align:center;
}

#menu ul li.page_item a{
	padding: 4px 8px;
	display:block;
	margin: 0 7px 0 0;
	text-decoration:none;
	font: Verdana, Geneva, sans-serif; 
	text-align:center;
	color:#666;
}

#menu ul li.page_item a:hover{
	color: #000;
	background: url(images/bullet.jpg) center left no-repeat;
}

#menu ul li.current_page_item a{
	color:#000;
	-moz-border-radius: 1em;
	background: url(images/bullet.jpg) center left no-repeat;
}

#menu ul li.current_page_item a:hover{
	color:#000;
	background-color:FFFFFF;
	
}

/*--post--*/

.post {
	width: 600px;
	float: left;
	margin-top: 0;
}

.post .post-info {
	float: left;
	width: 100px;	
	padding-right: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

ul.links {
	list-style: none;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	font-size: 9px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}


.clear {
	clear: both;
	padding: 10px 0 0 0;
}

.entry {
	float: left;
	width: 580px;	
}

p.metadata {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	margin-top: 15px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.cat {
	float: left;
	width: 100%;
	font-size: 11px;
	font-style: italic;
	margin-bottom: -5px;
	color: #666;
}


/*--footer--*/
#footer .footer-text {
	width: 960px;
	margin: 0 auto;
	padding-top:20px;
}

#footer .footer-text a {
	color: #fff;
}

#footer .footer-text span {
	float: left;
	width: 600px;
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}

table.contacts
{ width: 320px;
border-collapse: collapse;
border-spacing: 0px;
margin-left:10px;
margin-bottom:10px; }


td.contactDept
{ 
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #000; }


td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 12px;
color: #000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }
