/* CSS Document */

/* Colours */

/*
		Brown text							#554E35
		Brown Heading (dark)				#554E35
*/

/* End Colours */

/* Template Structure */

body {
	background-color: #B7B7B7;
	color: #8E8359;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
	color: #554335;
}
p {
	margin: 10px 0;
}
table {
	border: solid 1px #FFF;
}
th, td {
	border: solid 1px #DEDEDE;
	vertical-align: top;
	padding: 4px;
}
th {
	background-color: #E9E6DA;
}
td {
	background-color: #F8F7F3;
}


#container {
	width: 758px;
	margin: 0 auto;
	background: url(../_images/_structure/container_rep.jpg) left top repeat-y;
}

#header {
	background: url(../_images/_structure/container_top.jpg) left top no-repeat;
	padding-top: 10px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display: block;
	height: 57px;
}
#header h1 a span {
	display: none;
}
#header_gallery {
	position: relative;
}

#navigation {
	margin: 0 10px;
}
#navigation ol {
	margin: 0;
	padding: 5px 0;
}
#navigation ol li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation ol li a {
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	border-right: solid 1px #CCC;
}
#navigation ol li a:hover {
	text-decoration: underline;
}
#navigation ol li.active a:hover {
	text-decoration: none;
}

#page_content {
	position: relative;
	clear: both;
	min-height: 300px;
	padding: 36px 20px;
}

#footer {
	clear: both;
	height: 3.5em;
	background: url(../_images/_structure/container_footer.jpg) left bottom no-repeat;
	font-size: 0.9em;
}
#footer ol {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 50px;
}
#footer ol li {
	display: inline;
}
#footer ol li a {
	float: left;
	padding: 0 10px;
	border-right: solid 1px #DEDEDE;
}
#footer ol li.active a {
	text-decoration: none;
	font-weight: bold;
}


.inner_content {
	padding: 0 10px;
}
.container_seperator {
	clear: both;
	background: url(../_images/_structure/container_sep.jpg) left top no-repeat;
	padding-top: 26px;
}

.column_seperator {
	margin-right: 15px;
}
.onefifth {
	float: left;
	width: 155px;
}
.twofifths {
	float: left;
	width: 270px;
}
.threefifths {
	float: left;
	width: 425px;
}
.fourfifths {
	float: left;
	width: 540px;
}

.gallery_thumbnail {
	background: url(../_images/_structure/thumbnail_bck.jpg) left top no-repeat;
	height: 91px;
	width: 91px;
	padding: 5px 7px 10px 7px;
}

.remove_bullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.remove_bullets li {
	border: none;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.available td, .available th {
	background-color: #F8F7F3;
}
.limited td, .limited th {
	background-color: #F4E6CA;
}
.not_available td, .not_available th {
	background-color: #E3CED2;
}


/* End Template Structure */

/* home page */

#guest_comments {

}

#guest_comments p.guest_comment {
	margin-bottom: 0;
	padding: 0;
}

#guest_comments p.comment_author {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #D3D3D3;
}

/* end home page */


/* tariff */

#tariff_content {

}
.tariff_table {
	width: 100%;
}
.tariff_table .dates {
	width: 60%;
}
.tariff_table .price {
	text-align: right;
	padding-right: 10px;
}
#tariff_content ul {
	margin-left: 5px;
	padding-left: 10px;
}
#tariff_content ul li {
	padding-bottom: 5px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 5px;
}

/* end tariff */

/* riding_content */

#riding_content .threefifths {
	padding-left: 10px;
}

#riding_gallery {
	margin-top: 1em;
}
#riding_gallery img {
	margin-left: 20px;
}

#riding_gallery {
	
}

/* end riding_content */

/* farmhouse_content */

#farmhouse_content {
	margin-left: 10px;
}
#farmhouse_content h1 {
	clear: both;
}
#farmhouse_content p {
	
}

#farmhouse_content .twofifths {
	margin-top: 3em;
	margin-left: 10px;
}
#farmhouse_content .twofifths img {
	margin-left: 10px;
}


/* end farmhouse_content */

/* directions_content */

#gmap {
	width: 270px;
	height: 270px;
	border: solid 1px #CCC;
}

#gmap_alt {
	width: 270px;
	height: 270px;
	border: solid 1px #CCC;
}

#directions_content h4 {
	border-top: solid 1px #736846;
	border-bottom: solid 1px #736846;
	padding: 5px 0 5px 10px;
}

#directions_content .threefifths {
	padding-bottom: 10px;
	border-bottom: solid 1px #736846;
	margin-bottom: 10px;
}

#directions_content .twofifths {
	margin-left: 20px;
}
#directions_content .twofifths h4 {
	
}

/* end directions_content */

/* contact_content */

#contact_content {
	
}
#contact_content .threefifths {
	border-right: solid 1px #CCC;
	min-height: 300px;
}
#contact_content .threefifths h3 {
	width: 240px;
	border-bottom: solid 1px #CCC;
	margin: 0;
}

#contact_content p {
	clear: both;
}
#contact_content .label {
	display: block;
	float: left;
	width: 180px;
}

#contact_content form {
	background: #E1E1E1;
	border: solid 1px #D3D3D3;
	margin-top: 5px;
	width: 250px;
	padding: 3px 10px;
}
#contact_content form h3 {
	color: #554E35;
	border-bottom: solid 1px #D3D3D3;
}
#contact_content label {
	display: block;
	float: left;
	width: 60px;
}
#contact_content p {
	clear: both;
	margin: 3px 0;
}
#contact_content .input {
	border: solid 1px #D3D3D3;
	padding: 2px;
	width: 180px;
}
#contact_content textarea {
	border: solid 1px #D3D3D3;
	padding: 2px;
	width: 240px;
	height: 100px;
}
#contact_content .input:focus, #contact_content textarea:focus {
	background-color: #C4D7D9;
	font-size: 1.3em;
	
}

/* end contact_content */

/* comments_content */

#comments_content {
	margin: 0 10px;
}

#comments_content p.comment_author {
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: solid 1px #D3D3D3;
	margin-bottom: 5px;
}



/* end comments_content */

/* grounds_content */

#grounds_content .onefifth {
	margin-top: 20px;
}
#grounds_content .onefifth img {
	margin-left: 30px;
}

/* end grounds_content */


/* 2008 */

h4#book_now {
	position: absolute;
	width: 98px;
	height: 98px;
	right: 20px;
	top: 25px;
	float: right;
	background-image: url(../_images/_structure/book2010.png);
	background-repeat: no-repeat;
	background-position: right center;
}
h4#book_nowFront {
	position: absolute;
	width: 98px;
	height: 98px;
	right: 10px;
	top: 60px;
	float: right;
	background-image: url(../_images/_structure/book2010.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.goBack {
	width: 100px;
	float: left;
}

h4#book_now a {
	display: block;
	width: 98px;
	height: 98px;
}
h4#book_now span {
	display: none;
}
h4#book_nowFront a {
	display: block;
	width: 98px;
	height: 98px;
}
h4#book_nowFront span {
	display: none;
}
/* end 2008 */

.hide {
	position: absolute;
	left: -4000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
h4#rates_2009 {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}h4#rates_2010 {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.goBack img {
	float: left;
}
.goBackR {
	width: 95px;
	float: right;
}
.goBackR img {
	float: right;
}
