﻿@Import url(../ContentStyles.css);

body
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #000;
    text-align: center;    
    background-color: #dbcfaf;
}
img   
{
    display:block;
}
.Content a:link {
	color: #3A342A;
	border-bottom: solid 1px #FFF;
}
.Content a:visited {
	color: #5C524C;
	border-bottom: solid 1px #FFF;
}
.Content a:hover {
	border-bottom: solid 1px #5C524C;
}

/* Layout
========================================================================================== */
.Wrapper 
{
    width: 744px;
    margin: 0 auto;
    background: #FFF url(../../Images/inside_bg.jpg) no-repeat bottom left; 
    overflow: hidden;
    text-align:left;
		padding-bottom: 250px;
}
.Header {       
    background-color: #3B342A;
}
.Header img 
{
}
.Header ul 
{
    list-style:none;       
    padding: 10px 40px;
    background-color: #5C5240;
}
.Header ul li
{       
    color:#FFF;
    font-size: 0.75em;  
    display: inline;
}
.Header ul li a
{
    color:#FFF;
    padding: 0 7px;
    text-decoration:none;
    white-space: nowrap;
    border-left: solid 1px #FFF;
}
.Header ul li.first a {
	border: none;
}
.Header ul li.selected a
{
    color:#c0c0c0;    
}
.side
{
    color:#5c5240;   
    float:left;
    width: 238px;
    padding-top: 2.5em;
    position: relative;
}
.side h1
{
    font-size: 1.5em;
    color: #3A342A;
    position: absolute;
    width: 600px;
    top: 1em;
    left: 30px;
}
.side ul
{
    padding: 20px 30px;
    list-style-type: circle;
}
.side a:link,
.side a:visited,
.side a:hover,
.side a:active 
{
    color: #3A342A;
   padding: 5px 0;
   font-size: 0.687em;
    font-weight: bold;
}
.side li.selected {
    list-style-type: disc;
}
.sideImgs {
	float: left;
	position: relative;
	top: 25px;
}
.sideImgs img {
	border: solid 1px #C2B695;
	border-left-width: 30px;
	margin-bottom: 15px;
}
.Content {    
    float: left; 
    width: 480px;
    padding-top: 5.5em; 
     position: relative;
     z-index: 1;    
}

.Footer
{   
    background-color:#5c5240;    
    width: 744px; 
    margin: 0 auto;
     text-align:right; 
     position: relative;
     z-index: 2;    
}
.Footer img.enjoyEngland
{
	position: absolute;
	top: -141px;
	left: 640px;
}
.Footer img.enjoyEnglandAward
{
	position: absolute;
	top: -140px;
	left: 540px;
}
.Footer img.greentourism
{
	position: absolute;
	top: -95px;
	left: 475px;
}
.Footer img.farmstay 
{
	position: absolute;
	top: -53px;
	left: 334px;
}
.Footer img.premierCottages
{
    position: absolute;
	top: -45px;
	left: 383px;
}
.Footer ul
{    
  padding: 10px;
}

.Footer ul li
{      
    list-style-position:inside;
    list-style:none;
    color:#FFF;
    font-size: 0.75em; 
    padding-right: 5px;    
    display: inline;   
}

.Footer ul li a
{
    color:#FFF;
    font-size: 1em;
    text-decoration:none;
    border-left: solid 1px #FFF;
    padding-left: 5px;
}
a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:active,
input.btn {
	float: right;
	clear: both;
	width: 7em;
	background: #3B342A url(../../Images/arrows.gif) no-repeat 90% 50%;
	padding: 3px 40px 3px 5px;
	color: #FFF;
	font-size: 0.75em;
	font-weight: bold;
	border: none;
	text-decoration: none;
	margin: 10px 0;
	white-space: nowrap;
}
.Normal a.btn:link,
.Normal a.btn:visited,
.Normal a.btn:hover,
.Normal a.btn:active {
	font-size: 1.09em;
}
.galleryThumbs{
    overflow: hidden;
    padding: 0;
}
.galleryThumbs img{
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

/* Home
========================================================================================== */
.HomeLeft
{    
    float:left;
    width: 368px;
    height: 506px;
    background: #dbcfaf url(../../Images/Home_left2.jpg) no-repeat bottom left;
		overflow: hidden;
}

.HomeLeft div
{
    background-color: #a99e80; 
		overflow: hidden;   
}

.HomeLeft div p
{
    color:#FFF;
    margin: 0 10px;
		padding: 15px 0;
    font-size: 0.687em;
		min-height: 140px;
}

.HomeRight
{
    float:left;
    width: 376px;
    color:#FFF;
    background-color: #dbcfaf;
}

.Accommodation
{
    width: 187px;
    height:168px;
    float:left;
    background-color: #a99e80;
}

.Accommodation h2,
.Accommodation h1
{
    font-size: 1em;      
    padding: 10px;
}

.Accommodation p
{
    padding: 0 10px;
    font-size: 0.687em;         
}

.Relax
{
    width: 189px;
    height:169px;
    float:left;
    background: #c2b695 url(../../Images/Home_relax.jpg) no-repeat center center;
    text-indent: -8000px;
}

.Relax img
{
    margin: 60px 35px 0;
}

.Escape
{
    width: 187px;
    height:169px;
    float:left;
    background: #a79e87 url(../../Images/Home_escape.jpg) no-repeat center center;
    text-indent: -8000px;
}

.Escape img
{
    margin: 60px 25px 0;    
}


/* Forms
========================================================================================== */
fieldset {
  border: solid 1px #5c5240;
  padding: 0 0 10px 20px;
  margin: 20px 0;
  font-size: 0.75em;
}
fieldset h3 {
  color: #FFF;
  line-height: 2.0;
  text-indent: 20px;
  background-color: #5c5240;
  font-size: 1em;
  margin-left: -20px;
}
fieldset fieldset {
  border: solid 1px #3B342A;
  font-size: 1em;
  margin-right: 20px;
}
fieldset fieldset h3 {
  background-color: #3B342A;
}
fieldset label { 
  color: #5c5240; 
	font-weight: bold;   
}
fieldset input,
fieldset textarea {
  margin-bottom: 5px; 
  border: solid 1px #C2B695; 
  font-size: 0.916em;  
}
fieldset p,
fieldset textarea {
  font-size: 0.916em;   
}
fieldset p.red {
  color: #cf1119;    
  font-weight: bold;
  margin:0;
  padding:0;  
}
fieldset a {
  font-size: 1em;    
  color: #5c5240;
}
.contact fieldset h3,
.contact fieldset p {         
  margin-bottom: 15px;
 }

.booking input,
.booking label,
.booking textarea {
	float: left;
	width: 180px;
}
.booking textarea {
	height: 80px;
}
.booking label {
	clear: left;
	text-align: right;
	padding-right: 5px;
	font-size: 0.916em;
}
.booking strong {
	color: #C00;
	padding-left: 5px;
}
.booking label strong {
	position: relative;
	left: 200px;
	margin-left: -0.5em;
}
.booking br {
	display: none;
}
.booking p {
	clear: left;
	padding: 20px 20px 10px 0;
	font-size: 1em;
  color: #5c5240; 
	font-weight: bold; 
}
.booking em {
	font-style: normal;
	font-size: 0.9em;
	font-weight: normal; 
}
.booking p em,
.booking label em {
	display: block;
	padding-bottom: 5px;
}
.booking .twoCol label,
.booking .twoCol input {
	width: 90px;
	clear: none;
}
.booking ol,
.booking ul {
	width: 350px;
	padding-left: 40px;
}
.booking li {
  font-size: 0.916em; 
  color: #5c5240; 
	font-weight: bold;
	padding-bottom: 5px;
}
.booking ol li label {
	display: none;
}
.booking li input {
	float: none;
	margin-bottom: 0;
	font-size: 1em;
}
.booking .radios {
	list-style: none;
	width: 300px;
	float: left;
}
.booking .radios li {
	float: left;
	width: 90px;
	clear: none;
}
.booking .radios label {
	width: 60px;
	font-size: 1em;
}
.booking .radios input {
	width: auto;
	border: none;
}
.booking input.sml {
	width: 20px;
	margin-right: 100px;
}
.booking label.chk {
	display: block;
	margin: 15px 0;
	text-align: left;
}
.booking label.chk,
.booking label.chk input {
	width: auto;
	float: none;
	border: none;
}
.booking input.btn {
	float: right;
	width: auto;
	clear: none;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 1em;
	display: inline;
}
.booking select {
    font-size: 0.916em;    
    margin-bottom: 5px;
}
fieldset fieldset h3.aboutUs {
    margin-bottom: 20px;
}
/* Availability Calendar
===================================================================================== */
.AvailMenu li,
.AttrMenu li {
	float: left;
	width: 160px;
	display: inline;
	background-color: #3B342A;
	background-repeat: no-repeat;
	background-position: 0 2.4em;
	font-size: 1.09em;
	border: solid 1px #3B342A;
	margin: 0 35px 15px;
	line-height: normal;
}
.AvailMenu li:hover,
.AttrMenu li:hover {
	border-color: #5C5240;
}
.AvailMenu li a:link,
.AvailMenu li a:visited,
.AvailMenu li a:hover,
.AvailMenu li a:active,
.AttrMenu li a:link,
.AttrMenu li a:visited,
.AttrMenu li a:hover,
.AttrMenu li a:active {
	display: block;
	float: left;
	width: 160px;
	padding-bottom: 2.4em;
	height: 100px;
	border: none;
	position: relative;
	z-index: 2;
	text-decoration: none;
}
.AvailMenu li strong,
.AttrMenu li strong {
	float: left;
	color: #FFF;
	padding: 0.5em;
}
.AvailMenu li span,
.AttrMenu li span {
	float: right;
	background: #3B342A url(../../Images/arrows.gif) no-repeat 0 50%;
	padding: 0.5em 10px;
	color: #3B342A;
}
.AvailMenu li.Mallard {
	background-image: url(../../Images/Barns/Mallard.jpg);
}
.AvailMenu li.Coot {
	background-image: url(../../Images/Barns/Coot.jpg);
}
.AvailMenu li.Widgeon {
	background-image: url(../../Images/Barns/Widgeon.jpg);
}
.AvailMenu li.Teal {
	background-image: url(../../Images/Barns/Teal.jpg);
}
.AvailMenu li.Woodcock {
	background-image: url(../../Images/Barns/Woodcock.jpg);
}
.AvailMenu li.Snipe {
	background-image: url(../../Images/Barns/Snipe.jpg);
}
.AttrMenu li.onSite {
	background-image: url(../../Images/OnSite.jpg);
}
.AttrMenu li.nearby {
	background-image: url(../../Images/Nearby.jpg);
}
.AttrMenu li.pubs {
	background-image: url(../../Images/PubsAndResturants.jpg);
}



.calandar {
	position: relative;
	top: 0;
	left: -200px;
	padding-top: 1em;
	clear: both;
}
div.calandar a.btn:link,
div.calandar a.btn:visited,
div.calandar a.btn:hover,
div.calandar a.btn:active{
	position: relative;
	top: 0;
	left: 200px;
}
.calandar a {
	font-size: 0.675em;
	font-weight: bold;
	float: right;
}
.calandar .key {
	width: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.calandar .key h2 {
	padding: 0 30px 0 40px;
	float: left;
	color: #3A342A;
	font-size: 0.75em;
}
.calandar .key h3 {
	font-size: 0.687em;
	color: #3A342A;
	float: left;
}
.calandar .key img {
	float: left;
	margin: 0 10px 0 20px;
	display: inline;
}
.Availability
{
	clear: both;
	float: left;
	padding-top: 25px;
	font-size: 0.687em;	
	width: 708px;
}

.Availability .lbl
{
	float: left;
	width: 50px;
	height: 17px;
}
.Availability .hd
{
	float: left;
	width: 17px;
	text-align: center;
	height: 17px;
}
.Availability .bl
{
	float: left;
	width: 17px;
	text-align: center;
	height: 17px;
}
.Availability .av,
.Availability .avld,
.Availability .avbk,
.Availability .avwe,
.Availability .avweld,
.Availability .avwebk,
.Availability .ld,
.Availability .ldav,
.Availability .ldavwe,
.Availability .ldbk,
.Availability .bk,
.Availability .bkbk,
.Availability .bkav,
.Availability .bkavwe,
.Availability .bkld
{
	float: left;
	width: 16px;
	text-align: center;
	height: 16px;
	background-color: #05539C;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	font-size: 0.8em;
	color: #FFF;	
}
.Availability .avld
{
	background: #05539C url(../../Images/Calandar/orange-bottom.gif) no-repeat bottom right;	
}
.Availability .avbk
{
	background: #05539C url(../../Images/Calandar/red-bottom.gif) no-repeat bottom right;	
}
.Availability .avwe
{
	background-color: #2C679F;
}
.Availability .avweld
{
	background: #2C679F url(../../Images/Calandar/orange-bottom.gif) no-repeat bottom right;	
}
.Availability .avwebk
{
	background: #2C679F url(../../Images/Calandar/red-bottom.gif) no-repeat bottom right;	
}
.Availability .ld
{
	background-color: #FF9900;
}
.Availability .ldav
{
	background: #05539C url(../../Images/Calandar/orange-top.gif) no-repeat top left;	
}
.Availability .ldavwe
{
	background: #2C679F url(../../Images/Calandar/orange-top.gif) no-repeat top left;	
}
.Availability .ldbk
{
	background: #9C0505 url(../../Images/Calandar/orange-top.gif) no-repeat top left;	
}
.Availability .bk,
.Availability .bkbk
{
	background-color: #9C0505;
}
.Availability .bkav
{
	background: #05539C url(../../Images/Calandar/red-top.gif) no-repeat top left;	
}
.Availability .bkavwe
{
	background: #2C679F url(../../Images/Calandar/red-top.gif) no-repeat top left;	
}
.Availability .bkld
{
	background: #FF9900 url(../../Images/Calandar/red-top.gif) no-repeat top left;	
}
.Availability .cl
{
	clear: both;
	font-size: 1px;
}

/* Tariffs
========================================================================================== */
.tariffs {
	margin: 20px 30px 0 -170px;
	position: relative;
	z-index: 2;
	clear: both;
	zoom: 1;
}
.tariffs table {
	background-color: #5C5240;
}
.tariffs tr {
}
.tariffs th,
.tariffs td {
	font-size: 0.625em;
	padding: 3px;
	text-align: center;
	background-color: #FFF;
}
.tariffs th {
	background-color: #C2B695;
	color: #3B342A;
	font-size: 0.687em;
}
.tariffs tr.mainHeader {
	background-color: #5C5240;
}
.tariffs .mainHeader th {
	background-color: #5C5240;
	color: #FFF;
}
.tariffs td.rowHeader {
	text-align: right;
	font-weight: bold;
	font-size: 0.687em;
}
/* Farm Aerial 
========================================================================================== */
.aerial {
	margin: 0 30px 30px -170px;
	position: relative;
	z-index: 2;
	width: 600px;
	height: 347px;
}
.aerial li {
	position: absolute;
	padding: 3px 5px;
	text-align: center;
	background-color: #FFF;
	border: solid 1px #3B342A;
	color: #3B342A;
	font-size: 0.687em;
	font-weight: bold;
	list-style: none;
}
.aerial em {
	display: block;
	font-weight: normal;
}
.house {
	top: 70px;
	left: 70px;
}
.office {
	top: 30px;
	left: 150px;
}
.mallard {
	top: 70px;
	left: 270px;
}
.coot {
	top: 30px;
	left: 330px;
}
.widgeon {
	top: 70px;
	left: 370px;
}
.teal {
	top: 30px;
	left: 420px;
}
.garden {
	top: 60px;
	left: 460px;
}
.entrance {
	top: 90px;
	left: 530px;
}
.games {
	top: 200px;
	left: 100px;
}
.hottub {
	top: 260px;
	left: 150px;
}
.snipe {
	top: 200px;
	left: 300px;
}
.woodcock {
	top: 230px;
	left: 360px;
}
.farm {
	top: 190px;
	left: 490px;
}
.grass {
	top: 250px;
	left: 500px;
}

/* Sitemap
========================================================================================== */
.Sitemap 
{
    padding: 0 0 50px;
}
.Sitemap li
{
	font-size: 0.76em;
	margin-left: 15px;
	padding-bottom: 3px;	
}
.Sitemap ul 
{
    margin: 10px 0;
}
.Sitemap p
{
	font-size: 0.9em;
	line-height: 1.3;
}
.Sitemap li li,
.Sitemap li p 
{
    font-size: 1em;
}

/* Manager Buttons
========================================================================================== */
.pnlParaBtns 
{
    float: right;
    padding-right: 7px;
}
.pnlParaBtns select 
{
    position: relative;
    top: -4px;
}
.SiteHeader 
{
    float: right;
}
.pnlConfirm 
{
    clear: both;
    padding: 40px;
    text-align: center;
}
.paraControls
{
    clear: both;
}
.paraControls a:link,
.paraControls a:visited,
.paraControls a:hover,
.paraControls a:active 
{
    font-size: 0.75em;
    color: #999;
    text-decoration: none;
}


/* Blog
========================================================================================== */
/* Content
----------------------------------------------- */
 
 .blog h1 {
 		padding: 1em 30px;
    font-size: 1.5em;
    color: #3A342A;
	}
	.blog h1.sidebar-title {
		padding: 0;
		color: #000;
	}
  #main {
    width:480px;
    float:left;
		margin-left: 30px;
		display: inline;
		font-size: 0.687em;
    }
  #sidebar {
    width:220px;
    float:right;
		display: inline;
		font-size: 0.687em;
    }

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px solid #5C5240;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.date {
	color: #5C5240;
}
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
.post h2 {
	color: #3B342A;
}
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
    border:1px solid #5C5240;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px solid #5C5240;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }