/* Client: Rudge Farm		Date: 21 Jan 2010
----------------------------------------------------------------------------- */


/* RESET CODE
----------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/* CLEAR AND FLOATS
----------------------------------------------------------------------------- */


.clear, .container .clear {
	margin:0;
	padding:0;
	clear:both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

.right {
	float:right;
}

.left {
	float:left;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
	z-index:10;
}


/* STRUCTURE
----------------------------------------------------------------------------- */


.head, .prime, .banner, .container, .foot {
	clear:both;
	margin:0 auto;
}

/* This forces a vertical scroll bar regardless of page height, simply to combat the irritating page shift. */
html {
	height:101%;
	margin-bottom:1px;
}

/* for ie5.5 / 6.0 - realign the text */
* html .head, * html .prime, * html .banner, * html .container, * html .foot {
	text-align:left;
}

body {
	margin:0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #5b4b3a;
	font-size:100%;
	background:#f2f0ec url(/images/bg.jpg);
}

/*
 For FireFox, Chrome and Safari - default monospace font too small
 See: http://www.undermyhat.org/blog/2009/09/css-font-family-monospace-renders-inconsistently-in-firefox-and-chrome/
*/
pre, code, samp, kbd, tt {
  font-family:"Courier New" , monospace;
}

/* Container for the whole page */
div.page_body {
	margin:0 auto;
	padding:7px 0 0px 0;
	width:1020px;
	position:relative;
}

.logo {
	margin:0 50px 0 0;
	padding:0;
}

.telephone {
	float:right;
	padding-top: 25px;
}

.prime {
	margin:6px 50px 0 50px;
	padding:0;
	height:34px;
	background: #625146 url(/images/bg_prime.jpg) repeat-x;
}

.container {
	margin:0px 0 0 0;
	padding:0 50px 40px 50px;
	width:920px;
	clear:both;
	min-height:300px;
	height:auto !important;
	height:300px;
}

.foot_wrapper {
	padding-bottom:20px;
}

.foot {
	padding:10px 0 0 0;
	width:920px;
	clear:both;
}

/* fixes collapse of empty div in firefox */
.spacer {
	white-space:pre;
}

p.zoom {
	font-weight:bold;
	text-align:center;
	background:#EEEEEE;
	color:#555555;
	line-height:12px;
	font-size:10px;
	margin:0;
}


/* SPOTLIGHT STYLES
----------------------------------------------------------------------------- */


div.spotlight {
	margin:0 50px;
	padding:15px 0 0 0;
}


/* CAROUSEL STYLES
----------------------------------------------------------------------------- */

div.carousel {
	height:300px;
	width:920;
	margin-bottom:20px;
	overflow:hidden;
}

div.carousel_list img {
	height:153px;
	width:274px;
	display:block;
}

div.carousels img {
	display:block;
}


/* CHANNEL STYLES
----------------------------------------------------------------------------- */



div.channels {
	width:920px;
}

div.channel {
	margin-right:19px;
	height:102px;
	width:294px;
}

div.channel.last {
	margin-right:0;
}

div.channel a {
	display:block;
}


/* BULLET STYLES
----------------------------------------------------------------------------- */

div.content_two ul, div.content_three ul {
	padding-left:0px;
}

div.content_two ul li, div.content_three ul {
	line-height:1.44em;
	background:url("/images/bullet.gif") no-repeat scroll 0 7px transparent;
	list-style:none outside none;
	padding-left:15px;
}


/* ROLLOVER STYLES
----------------------------------------------------------------------------- */


a.rollover {
	display:block;
	width:100%;
	height:100%;
}

a.rollover:hover {
	background-position:bottom;
}

a.rollover span {
	position:absolute;
	left:-5000px;
}


/* BANNER STYLES
----------------------------------------------------------------------------- */


div.banner {
	margin:15px 50px 0 50px;
	position:relative;
}

div.banner img {
	display:block;
}


/* NAVIGATION GRID STYLES
----------------------------------------------------------------------------- */


div.navigationGrid div.navigation {
	border: 1px solid #d4a179;
	width:129px;
	margin-right:7px;
	margin-bottom:8px;
	text-align:center;
}

div.navigationGrid div.navigation h2 {
	font-size:0.8em;
	font-weight:bold;
}

div.navigationGrid div.navigation.last {
	margin-right:0;
}

div.navigationGrid div.navigation .title {
	padding:2px;
}

div.navigationGrid div.navigation .text p {
	padding:0;
	margin:0;
	text-align:left;
}


/* ADMIN FORM STYLES
----------------------------------------------------------------------------- */

form.admin {
	font-size:0.75em;
}

form.admin p {
	font-size:1em;
	padding:0;
	margin:0 0 0.5em 0;
}

form.admin fieldset {
	border:1px #CCCCCC solid;
	padding:10px
}

form.admin legend {
	font-weight:bold;
}

form.admin div.row {
	clear:both;
	margin-bottom:15px;
}

form.admin div.row input {
	vertical-align:text-bottom;
}

form.admin div.row div {
	margin-left:178px;
}

form.admin label {
	display:block;
	float:left;
	font-weight:bold;
	padding:0 8px 0 0;
	text-align:right;
	width:170px;
}

form.admin label sup {
	color:#FF0000;
}

form.admin div.row p.error {
	color:#FF0000;
}

form.admin div.row p.note {
	color:#555555;
}


/* LOGIN FORM STYLES
----------------------------------------------------------------------------- */


form.login {
	font-size:0.75em;
}

form.login p {
	font-size:1em;
}

form.login fieldset {
	border:1px #CCCCCC solid;
}

form.login legend {
	font-weight:bold;
}

form.login div.row {
	clear:both;
	margin-bottom:10px;
}

form.login div.row input {
	vertical-align:text-bottom;
}

form.login div.row div {
	margin-left:178px;
}

form.login label {
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	text-align:right;
	width:170px;
}

form.login label sup {
	color:#FF0000;
}

form.login div.row p.error {
	color:#FF0000;
	text-align:center;
}

form.login div.row p.note {
	color:#555555;
	text-align:right;
}


/* NEWSLETTER FORM STYLES
----------------------------------------------------------------------------- */


form.newsletter {
}

form.newsletter fieldset {
}

form.newsletter div.row {
	clear:both;
	margin:0;
}

form.newsletter div.row input {
	vertical-align:middle;
	width:210px;
}

form.newsletter div.row input.natural {
	width:auto;
}


form.newsletter label {
	display:block;
	font-weight:bold;
	margin-right:8px;
}


/* CONTACT FORM STYLES
----------------------------------------------------------------------------- */


form.contact {
	font-size:0.75em;
}

form.contact p {
	font-size:1em;
	margin-bottom:0;
}

form.contact div.row {
	margin-bottom:10px;
}

form.contact div.row div {
	margin-left:178px;
}

form.contact div.row div input {
	height:21px;
	width:260px;
	vertical-align:text-bottom;
	border:1px solid #d3c8b4;
}

form.contact div.row div.natural input {
	width:auto;
	height:auto;
}

form.contact div.row textarea {
	height:100px;
	border:1px solid #d3c8b4;
	width:260px;
}

form.contact label {
	display:block;
	float:left;
	font-weight:bold;
	width:170px;
}

form.contact fieldset p.error,
form.contact div.row p.error {
	color:#FF0000;
	text-align:center;
}

form.contact div.row p.note {
	text-align:center;
}

form.contact div.natural p.sublabel {
	float:right;
	width:220px;
}

form.contact div.row div.buttons input {
	width:auto;
}


/* GENERAL DYNAMIC CONTENT STYLES
----------------------------------------------------------------------------- */
div.content ul {
	padding-left:0px;
	margin:0 0 20px 25px;
	list-style-position:outside;
	font-size:0.85em;
	line-height:1.4em;
}

div.content ol {
	list-style-type:decimal;
	list-style-position:inside;
}

div.content .first_title {
	margin:0 0 15px 0;
	line-height:30px;
}

div.content h1 {
	padding:0 0 5px 0;
	font-size:1.4em;
	font-weight:normal;
	color:#a65f42;
}

div.content h1.first_title {
	background:transparent url(/images/bg_underline.gif) repeat-x scroll left bottom;
}

div.content h2 {
	padding:0 0 5px 0;
	font-size:0.95em;
	font-weight:normal;
	color:#a65f42;
}

div.content h2.first_title {
	background:transparent url(/images/bg_underline.gif) repeat-x scroll left bottom;
}

div.content span.first_title {
	display:block;
	padding:0 0 5px 0;
}

div.content h3 {
	padding:0 0 8px 0;
	font-size:0.9em;
	color:#a65f42;
}


div.content p {
	margin:0 0 20px 0;
	font-size:0.9em;
	line-height:1.4em;
}

div.content .content_image {
	padding:0;
	line-height:0;
}

div.content .content_image.right {
	margin:0 0 5px 20px;
}

div.content .content_image.left {
	margin:0 20px 5px 0;
}

div.content .content_image.full {
	padding:0;
	border:none;
}


/* CONTENT COLUMN ONE
----------------------------------------------------------------------------- */


.content_one {
	margin:15px 40px 0 0;
	padding:0;
	width:195px;
	float:left;
	display:inline;
}


/* CONTENT COLUMN TWO
----------------------------------------------------------------------------- */


.content_two {
	margin:15px 0 0 0;
	padding:0;
	width:450px;
	float:left;
	display:inline;
}

.home_content_two_wide {
	margin:15px 19px 0 0;
	width:607px;
}

#cottages .content_two {
	margin:15px 0px 0px 0;
	width:685px;
}

.content_two_wide {
	width:920px;
}


/* CONTENT COLUMN THREE
----------------------------------------------------------------------------- */


.content_three {
	margin:15px 0 0 0;
	padding:0;
	width:215px;
	float:right;
	display:inline;
}

.home_content_three_wide {
	width:294px;
}


/* PRIMARY NAVIGATION
----------------------------------------------------------------------------- */


ul.primarynav {
	margin:0;
	padding:0;
}

ul.primarynav li {
	margin:0;
	padding:0 5px 0 5px;
	display: inline;
	float:left;
}

ul.primarynav li a {
	margin:0;
	padding:0 10px 0 10px;
	display:block;
	color:#ffffff;
	font-size:1.1em;
	text-decoration:none;
	line-height:34px;
}

ul.primarynav li a:hover {
	background:#868542;
}

ul.primarynav li.active a {
	background:#868542;
}

.prime .right {
	line-height:2em;
}


/* SIDE NAVIGATION
----------------------------------------------------------------------------- */


div.sidenav {
	font-weight:bold;
	font-style:italic;
	font-size:0.95em;
	line-height: 30px;
}

div.sidenav ul {
	padding:0;
	margin:0;
}

div.sidenav ul ul {
	font-size: 100%;
	line-height: 100%;
}

div.sidenav li {
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
	list-style-image:none;
}

div.sidenav li.expandable {
	background: transparent url(/images/right_arrow.gif) no-repeat scroll 0 10px;
}

div.sidenav li.expanded {
	background: transparent url(/images/down_arrow.gif) no-repeat scroll 0 10px;
}

div.sidenav li.level1 {
	padding:7px 0 6px 0;
	border-bottom: 1px solid #d3c8b4;
}

div.sidenav li.level2 {
	font-weight:normal;
}

div.sidenav li a {
	line-height: 1.3em;
	padding-left:15px;
	display:block;
	height:1%;
}

div.sidenav li.level1 a {
	color:#504f4f;
}

div.sidenav li.level2 a {
	color:#a65f42;
}

div.sidenav li a.noblock {
	display:inline;
}

div.sidenav li a.active {
	color:#868641;
}

div.sidenav span.first_title {
	border:none;
	margin:0;
}


/* ADMIN STYLES
----------------------------------------------------------------------------- */


p.admin, p.admin a {
	display:inline;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#008b45;
	text-decoration:none;
}

p.admin {
	top:2px;
	left:0px;
	margin:0;
}

p.admin a {
	background:#c1ffc1;
	padding-left:2px;
	padding-right:2px;
	margin:2px;
}

p.admin a:hover {
	font-size:11px;
	font-weight:normal;
	color:#008b45;
	text-decoration:underline;
	background-image:none;
	background-color:#c1ffc1;
}

div.sidenav li.admin {
	background:#C1FFC1;
}

div.sidenav li.admin a {
	color:#008B45;
	font-weight:normal;
}

div.sidenav li span.admin {
	float:right;
}

div.sidenav li span.admin a {
	display:inline;
	background:#C1FFC1;
	color:#008B45;
	font-weight:normal;
	padding:0 2px 0 2px;
	margin:0;
}


/* BREADCRUMB NAVIGATION
----------------------------------------------------------------------------- */


div.breadcrumb {
	font-size:0.8em;
	margin-left:231px;
}


/* FOOTER NAVIGATION
----------------------------------------------------------------------------- */

div.foot_wrapper div.band {
	margin-top:0px;
	height:98px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	clear:both;
	background:#ffffff;
}

.foot ul li {
	padding:0;
	margin:0;
	display:inline;
	float:right;
	color:#0000ff;
}

.foot ul li a {
	padding:0 12px 0 12px;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#a65f42;
	text-decoration: none;
}

.foot ul li a:hover {
	text-decoration:underline;
}

.foot ul li.active a {
	text-decoration:underline;
}

.foot .right {
	line-height:1.5em;
	margin:0;
	padding-left:1.5em;
}

.foot p {
	font-size:0.75em;
	padding:5px 0 0 0;
}


div.foot p.credits {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-decoration: none;
	color: #666666;
	float:right;
}

div.foot p.credits a {
	text-decoration:none;
	color:#666666;
}

div.foot p.credits a:hover {
	text-decoration:underline;
	color:#666666;
}



/* ARTICLE STYLES
----------------------------------------------------------------------------- */


div.article_summary,
div.featured_article {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background:transparent url(/images/bg_underline.gif) repeat-x scroll left bottom;
}

div.article_summary.last,
div.featured_article.last {
	border-bottom:none;
}

div.article_summary h2,
div.featured_article h3 {
	padding:0;
}

div.featured_article p, div.article_summary p {
	margin:0 0 5px 0;
}

div.article_summary img {
	float:right;
	margin:0 10px 10px 0;
}

div.article_summary cite,
div.featured_article cite {
	font-size:0.8em;
	font-style:italic;
	color:#777777;
	line-height:1.9em;
}

/* GENERIC STYLES
----------------------------------------------------------------------------- */


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

p a {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.center {
	text-align:center;
}

.small {
	font-size:90%;
}

tr.oddRow {
	background:#c1ffc1;
}

iframe.availability {
	width:100%;
	height:750px;
}
