@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/*background-color: #CCCC99;*/
	background-color: #204C64;
	letter-spacing: 0.05em;
}

h1, #promotions h2 {
	font-size: 2.1em;
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	margin-left: 10px;
	
}
h2 {
	font-size: 1.2em;
	color: #666666;
}
h3 {
	font-size: 1.9em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.6em;
}
p, ul, ol {
	font-size: 1.2em;
}
p.dotted {
	margin: auto;
	margin-top: 20px;
	width: 75%;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

ul ul, ol ol {
	font-size: 1em;
}
ul, ol {
	margin: 0px;
	padding: 0px;
} 
ul.links {
	list-style: none;
}
ul.links li {
	margin-bottom: 10px;
}
/* links */
a {
	text-decoration: none;
}
a:link, a:visited {	
	color: #5A93C9;
	background: inherit;
	
}
a:hover {
	color: #88ac0b;
	text-decoration: underline;
}
a img {
	border: none;
}
a:focus {
       outline:none
}

/*forms*/
.label {
	width: 80px;
	text-align: right;
	padding: 2px 10px;
	float: left;
	font-size: .9em;
}
.label_short {
	width: auto;
	text-align: right;
	padding: 2px 10px;
	font-size: 1em;
}
.label_date {
	width: 40px;
	text-align: right;
	padding: 2px 10px;
	font-size: 1em;
	float: left;
	clear: left;
}

/*tables*/
table {
	border-collapse: collapse;
}
table#cottage_list p {
	margin: 0;
}
table#cottage_list td {
	padding: 2px 0px;
}
.cottage_panel table#cottage_list td {
	padding: 2px 15px;
}
#tariff table {
	width: auto;
	border: solid 1px #DDDDDD;
}
#tariff tr.cols {
	vertical-align: top;
}
#tariff tr.cols td {
	padding: 2px 2px;
}
#tariff td img.floatleft {margin: 2px 1px 0 0;}
#tariff tr.cats {
	background-color: #99A67B;
	color: #FFFFFF;
	font-weight: bold;
}
#tariff td {
	padding: 2px 10px;
	border: #DDDDDD solid 1px;
}
#tariff td.booked {
	background-color:#D9AFAF;
	color: #666666;
	color: #D9AFAF;
}
#tariff td.partbooked {
	background-repeat: no-repeat;	
	background-color: none;
	padding: 0;
	position: relative;
}
.partbooked table {
	width: 100% !important;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse !important;
}
.partbooked table td {
	padding: 0 !important;
	border-collapse: collapse;	
}
partbooked table td.booked {
	border: 0 none #D9AFAF !important;
	margin: 0px;
}
td .part_cost {
	position: absolute;
	top: 2px;
	left: 30px;
	z-index: 1000;
}
/*divs*/
#warning {
	border: #990000 3px solid;
	padding: 10px;
	margin: 5px;
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333333;
	position: relative;
	padding: 5px;
	background-color: #FFFFFF;
}
#header {
	width: 790px;
	height: 184px;
	padding: 0;
	color: #FFF;
	background-image: url(../images/template/header-photo-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cottages2 #header {
	background-image: url(../images/template/header-cottages-banner.jpg);
	height: 184px;
}
#cottages3 #header {
	background-image: url(../images/template/header-courtyard-banner.jpg);
	height: 184px;
}
#cottages #header,
#millhouse #header,
#linhay #header,
#stables #header,
#shippen #header,
#hayloft #header,
#granary #header,
#cider #header,
#tariff #header,
#enquiries #header,
#terms #header {
	background-image: url(../images/template/header-bg.jpg);
	height: 83px;
}
#header_photo {
	margin-top: 5px;
	height: 200px;
	width: 700px;
}
#tariff #header_photo,
#enquiries #header_photo,
#cottages #header_photo,
#terms #header_photo {
	display: none;
}
#outer_content_wrapper {
	/*background-color: #F4F4F4;*/
}
#content_wrapper {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 790px;
	background-color: #FFFFFF;
	position: relative;
}
#banners {
	height: 19px;
	overflow: hidden;
}
#home #outer_content_wrapper p.message, #tariff #outer_content_wrapper p.message {
	margin: 0 10px;
	color: #990000;
}	
#home #outer_content_wrapper p.message a, , #tariff #outer_content_wrapper p.message a {
	font-weight: bold;
	text-decoration: underline;
}
#tariff #legend {
	float: right;
	margin: -85px 5px 5px 5px;
	border: solid 1px #003366;
	padding: 0 3px;
	width: 350px;
	font-size: .9em;
	background-color: #FFFFFF;
}
#tariff #legend p{	
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
}
#tariff #legend img {
	float: left;
	margin: 1px 1px 1px 0;
}
.redwhite {
	background-color:#990000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}
.greenwhite {
	background-color:#006633;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}
#content {
	background-color: #F4F4F4;
	padding-top: 5px;
	position: relative
	
}
#cottages #text {
	margin-top: 0px;
}
#text {
	margin: 10px;
	padding-bottom: 100px;
}
#text h1, #content h1 {
	color: #7C9A8E;
}
#text p {
	line-height: 1.6em;
	color: #666666;
}
#text ul, #text ol {
	color: #666666;
}
#text li {
	margin-left: 30px;
}
#navbar {
	width: 190px;
	background-color: #FFFFFF;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navbar ul {
	list-style: none;
}
#navbar h3 {
	padding: 0px;
	font: 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
	margin: 0px;
	}
#navbar ul {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/template/dots.jpg) repeat-x left top;
}
#navbar ul li {
	list-style: none;
	background: url(../images/template/dots.jpg) repeat-x left bottom;
	padding: 6px 0 6px 0px;
	margin: 0 2px;
}
* html body #navbar ul li {
	height: 1%;
}
#navbar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#navbar ul li a:hover {
	color: #A5B694;
}
#home #navbar ul li.homelink a,
#history #navbar ul li.historylink a,
#cottages #navbar ul li.cottageslink a,
#cottages2 #navbar ul li.cottageslink a,
#cottages3 #navbar ul li.cottageslink a,
#tariff #navbar ul li.tarifflink a,
#enquiries #navbar ul li.enquirieslink a,
#contact #navbar ul li.contactlink a,
#terms #navbar ul li.termslink a,
#promotions #navbar ul li.promotionslink a,
#pilates #navbar ul li.pilateslink a,
#dog-friendly #navbar ul li.dog-friendlylink a,
#activities #navbar ul li.activitieslink a,
#findus #navbar ul li.finduslink a,
#oldkennels #navbar ul li.oldkennelslink a,
#diary #navbar ul li.diarylink a,
#green #navbar ul li.greenlink a,
#testimonials #navbar ul li.testimonialslink a,
#gallery #navbar ul li.gallerylink a,
#sitemap #navbar ul li.sitemaplink a {
	color: black;
}
#footer {
	clear: both;
	background-color: #7C9A8E;
	padding: 10px;
}
#footer p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#footer a:link, #footer a:visited {	
	color: #FFFFFF;
	font-weight: bold;
	
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
#credits p {
	font-size: 1em;
	color: #666666;
}
#credits a:link, #credits a:visited {
	color: #003366;
}
#credits a:hover {
	color: #333333;
	text-decoration: underline;
}
/*float & clear*/
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.floatleft_flower {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 7px;
}
.cottage_panel {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: solid thin #999999;
}
.clearleft {
	clear: left;
	margin-top: 10px;
}
.clearright {
	clear: right;
	margin-top: 10px;
}
.clear {
	clear: both;
	margin-top: 10px;
}
/*margins*/
.margin50 {
	margin-left: 50px;
}
.margin35 {
	margin-left: 35px;
}
.margin100 {
	margin-left: 100px;
}
.margintop20 {
	margin-top: 20px;
}
.margintop10 {
	margin-top: 10px;
}
.marginbottom0 {
	margin-bottom: 0px;
}
.margintop0 {
	margin-top: 0px;
}
.width200 {
	width: 200px;
}
.width250 {
	width: 250px;
}
.width400 {
	width: 400px;
}
.right {text-align: right;} .center {text-align: center;}
/*boxes - columns*/
.columnright {
	width: 350px;
	float: right;
}
.columnleft {
	width: 350px;
	float: left;
}

.error, #text p.error {
	color:#990000
}
.knownas {
	display: none;
}
.highslide-caption p {
	font-size: .8em;
	text-align: center;
	margin: 0;
	font-style: italic;
	
}

.gallery {
	float: none;
	clear: left;
	width: 700px;
	margin-bottom: 5px;

}
.gallerythumbnail {
	width: 140px;
	float: left;
	padding: 0px 10px 10px 0px;
	text-align: center;
}
.gallerythumbnail img{
	border: thin solid #465A1D;
}
.gallerythumbnail p{
	margin-top: 2px;
	margin-bottom: 0px;
}
.testimonial {
	margin-bottom: 20px;
}
.testimonial p {
	margin: 0px 60px;
}
.diary_entry, .offer_entry {
	clear: both;
	margin-bottom: 20px;
}
.diary_entry p, .offer_entry p {
	margin: 0;
}
.diary_entry .image_marginleft p{
	margin-left: 210px;
}
.diary_entry .image_marginright p {
	margin-right: 210px;
}
.offer_entry .image_marginleft p {
	margin-left: 310px;
}
.offer_entry .image_marginright p {
	margin-right: 310px;
}
#facilities #photo img {
	width: 300px;
	height: 225px;
}
#facilities #photo {
	width: 300px;
	height: 265px;
	margin-bottom: 10px;
	overflow: hidden;
}
#photo img {
	width: 400px;
	height: 300px;
}
#photo img.first {
	display: block;
}
#photo {
	width: 400px;
	height: 340px;
	margin-bottom: 10px;
	overflow: hidden;
}
#photo p {
	font-style: italic;
	font-weight: bold;
	color: #183B4E;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 2px;
}
#photo2 {
	width: 450px;
	height: 150px;
}
#photostrip {
	width: 790px;
}
#photostrip .floatleft {
	margin: 0;
}
#contact form {
	width: 600px;
	margin: auto;
}
#contact form input.error {
	border: 1px solid #990000;
	background-color: #FBC7CF;
}
#contact form label.error {
	margin-left: 10px;
}
table#cottage_menu {	
	margin-top: 0;
	text-align: center;
	margin-bottom: 10px;
}
table#cottage_menu td {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse: collapse;
	text-align: center;
}	
table#cottage_menu p{	
	margin: 0;
}
table#cottage_menu a:link, table#cottage_menu a:visited {
	color: #003366;
}
table#cottage_menu a:hover {
	color: #88ac0b;
}
table.millhouse p.millhouselink a,
table.cider p.ciderlink a,
table.granary p.granarylink a,
table.shippen p.shippenlink a,
table.hayloft p.hayloftlink a,
table.stables p.stableslink a,
table.linhay p.linhaylink a {
	color: #000000 !important;
}
#cottages2 #trans {
	position: absolute;
	top: -185px;
	left: 0;
}
.footnote {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.2em;	
}
#logos {
	float: left;
}
/*findus */
#findus #directions_container {
	width: 340px;
	float: left;
	padding: 10px;
}
#findus #map_canvas {
	width: 400px;
	height: 400px;
	border: 1px solid #333;
}
