/*
Theme Name: Wellington
Theme URI: http://www.wellington.co.uk/
Description: The standard theme for the Wellington website.
Author: Halo Design Associates
Author URI: http://www.haloassociates.co.uk
version: 1.0
Tags: three-column, widget-ready, blank
*/



/* basics */

*{margin:0; padding:0;}

body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 62.5%;
	margin:20px;
	background-color: #FFFFFF;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width:900px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

/*#header {
	background:#e6e6e6;
  	width:100%; 
  	height:100px;
	color: #fff; 
	}*/

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}


/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}




/* content */


#content {
	float: left;
	width:490px;
	overflow: hidden;
	margin:14px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {
font-size:1.2em;
list-style-type:disc;
margin:0 0 0 40px;
}

.post li {
margin:0 0 6px 0;
}

.entry p{margin:0 0 12px;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	



/* left sidebar */

#left {
	width:190px;
	float:left;
	margin:0;
	padding:0;
	border-right: 1px solid #ddd;
	}

#left h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#right h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	clear:left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/*NEW BITS*/

#outer {
	color: #000000;
	margin: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
#logo {
	float: left;
	height: 155px;
	width: 199px;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
#home #logo, #welcome #logo {
	background-image: url(images/logo_saye.png);
}
#wellington-farm-shop #logo {
	background-image: url(http://www.stratfield-saye.co.uk/wp-content/themes/wellington/images/logo_farmshop.png);
}
#wellington-riding #logo {
	background-image: url(http://www.stratfield-saye.co.uk/wp-content/themes/wellington/images/riding/wr_logo.jpg);
}
#stratfield-saye-house-estate #logo {
	background-image: url(http://www.stratfield-saye.co.uk/wp-content/themes/wellington/images/logo_estate.png);
}
#wellington-country-park #logo {
	background-image: url(http://www.stratfield-saye.co.uk/wp-content/themes/wellington/images/country_park/cp_logo.jpg);
}
#left_menu ul {
	margin: 0 0 40px 0;
	padding: 0px;
	list-style-type: none;
	background-color:#FFFFFF;
}
#left_menu ul ul {
	margin: 15px 0 -10px;
	padding: 0px;
	list-style-type: none;
}
#left_menu ul li ul{
    background-color: #EEEEEE;
    display: none;
    left: 179px;
    margin-top: -27px;
	_margin-top: -11px;
    /*padding: 10px;*/
    position: absolute;
    width: 159px;
    z-index: 999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#left_menu ul li ul li ul{
    background-color: #EEEEEE;
    display: none;
    left: 159px;
    margin-top: -27px;
	_margin-top: -11px;
    /*padding: 10px;*/
    position: absolute;
    width: 159px;
    z-index: 999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#left_menu ul li:hover ul,
#left_menu ul li.sfhover ul{
display: inline-block;
}
#left_menu ul li:hover ul li ul,
#left_menu ul li.sfhover ul li ul{
display: none;
}
/*#left_menu ul li ul li:hover ul{
display: none;
}*/
#left_menu ul li ul li:hover ul,
#left_menu ul li ul li.sfhover ul{
display: inline-block;
}
#left_menu ul li ul li:hover ul li ul,
#left_menu ul li ul li.sfhover ul li ul{
display: none;
}
#left_menu ul li ul li ul li:hover ul,
#left_menu ul li ul li ul li.sfhover ul{
display: inline-block;
}
#left_menu ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin:0 0 10px;
	padding:0 0 10px;
}
#left_menu ul ul li {
border-bottom: 0 none #CCCCCC;
    border-top: 1px solid #CCCCCC;
    list-style-type: none;
    margin: 0;
    padding: 10px;
}
#left_menu {
	background-color: #FFFFFF;
	position:relative;
	float: left;
	height: auto;
	width: 159px;
	_width: 199px;
	/*overflow: hidden;*/
	padding: 20px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	font-size: 1.2em;
	display:block;
}
#left_menu a{
position:relative;
}
#left_menu h2 {
display:none;
}
#main {
background-image:url("images/gradient.jpg");
background-position:left top;
background-repeat:repeat-x;
float:left;
min-height:620px;
margin:0;
overflow:hidden;
padding:20px 70px 20px 0;
text-align:left;
width:580px;
_width:650px;
}
#sign_off {
	padding: 5px;
	height: 10px;
	width: 1014px;
}
#right_menu {
	float: left;
	height: auto;
	width: 173px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0 0 20px;
}
#header {
	float: left;
	height: 155px;
	width: 823px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	text-align: left;
	background-repeat: no-repeat;
}
#wellington-farm-shop #header {
	background-image: url(http://www.stratfield-saye.co.uk/wp-content/themes/wellington/images/header_farmshop.jpg);
}
#wellington-riding #header {
	background-image: url(http://www.stratfield-saye.co.uk/wp-content/themes/wellington/images/riding/wr_header.jpg);
}
#stratfield-saye-house-estate #header {
	background-image: url(images/header_saye.jpg);
}
#wellington-country-park #header {
	background-image: url(http://www.stratfield-saye.co.uk/wp-content/themes/wellington/images/country_park/cp_header.jpg);
}
#home #header, #welcome #header {
	background-image: url(images/header_saye.jpg);
}
#stripe {
	background-color: #CC0000;
	height: 2px;
	width: 1024px;
	float: left;
	overflow: hidden;
}
#menu_bar {
	background-image: url(images/menu_bg.jpg);
	height: 20px;
	_height: 25px;
	width: 824px;
	_width:1024px;
	float: left;
	overflow: hidden;
	color: #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 200px;
	text-align: left;
	font-size: 10.5px;
}
#menu_bar ul, #bottom_menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_bar li, #bottom_menu li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#menu_bar li a, #menu_bar li a:visited, #bottom_menu li a, #bottom_menu li a:visited {
color:#FFFFFF;
text-decoration:none;
}
#menu_bar li a:hover, #menu_bar li a:visited:hover, #bottom_menu li a:hover, #bottom_menu li a:visited:hover {
color:#FFFFFF;
text-decoration:underline;
}
#bottom_menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	_height: 25px;
	width: 824px;
	_width: 1024px;
	padding-top: 5px;
	padding-left: 200px;
	overflow: hidden;
	color: #FFFFFF;
	float: left;
	text-align: left;
	font-size: 1.1em;
}
#inner {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	width: 1024px;
	vertical-align: top;
}
#sign_up {
	height: 45px;
	width: 174px;
	background-color: #666666;
	float: left;
	overflow: hidden;
	color: #FFFFFF;
}
.clearall {
	line-height: 1px;
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
}
#bordered {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#main h1 {
	color: #CC3300;
	font-size: 2em;
}
#main h2 {
	color: #663333;
	font-size: 1.6em;
	  margin-bottom: 5px;
}
/*body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 62.5%;
}*/
#main p {
	font-size: 1.2em;
}
#main .old{
	font-family: "Times New Roman", Times, serif;
	color: #382915;
	font-size: 1.6em;
	line-height: 1.6em;
}
.sider {
	width: 150px;
	margin:0 0 0 11px;
}
.sider h4 {
background-image: url(images/sider_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height:22px;
	line-height:22px;
	color:#FFFFFF;
	font-weight:normal;
}.white {
	color: #FFFFFF;
}



.timeline {
margin:0;
padding:0;
}
.timeline p {
margin:0;
padding:0;
}
.timeline td, .timeline tr {
margin:0;
padding:0;
border:none;
}
.timeline .turq {
background:#CCFFFF
}
.timeline .red {
background:#FFCC99
}
.timeline .blue {
background:#99CCFF
}
.timeline .green {
background:#9CCF9C;
}
td.col1 {
	width:13%;
	padding:2pt 3pt 2pt 3pt;
}
td.col1long {
	padding:2pt 3pt 2pt 3pt;
}

td.col2 {
	width:25%;
	border-left:none;
	padding:2pt 3pt 2pt 3pt;
}

td.col3 {
	width:60%;
	padding:2pt 3pt 2pt 3pt;
}

.timeline .text {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.breadcrumbs a{
color:#FFFFFF;
text-decoration:none;
}
.breadcrumbs a:hover{
text-decoration:underline;
}

div#main div.entry p img { padding-right: 20px;;}

#home p.old {
  border: 2px solid #000000;
  padding: 10px;
}