/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background-color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
	color:#FFF;
}

h2 {
	font-size: 18px;
	color:#FFFFFF;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	color: #516C00;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(../images/img02.jpg) repeat-x left top;
}

a img {
	border:none;
}

/* Header */

#header {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/index_top_bkg.jpg) no-repeat left top;
	position: relative;
}

#header_kentishragstone {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/kentishragstone_top_bkg.jpg) no-repeat left top;
	position: relative;
}

#header_hermitagequarry {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/hermitagequarry_top_bkg.jpg) no-repeat left top;
	position: relative;
}

#header_environment {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/environment_top_bkg.jpg) no-repeat left top;
	position: relative;
}

/* Menu Holders */

#menu_index {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background:url(../images/img04_alt.jpg) no-repeat left top;
}

#menu_kentish_ragstone {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background:url(../images/kentishragstone_bottom_bkg.jpg) no-repeat left top;
}

#menu_hermitage_quarry {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background:url(../images/hermitagequarry_bottom_bkg.jpg) no-repeat left top;
}

#menu_environment {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background:url(../images/environment_bottom_bkg.jpg) no-repeat left top;
}

/* Menu */

#menu {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 39px;
	margin-left: 10px;
	padding:15px 15px 0 15px;
	background: url(../images/img05.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	background: url(../images/img05_ro.jpg) repeat-x left top;
}

#menu .current_page_item a {
	background: url(../images/img06.jpg) repeat-x left top;
	color: #493E2B;
}

#menu .ow_btn a {
	background: url(../images/ow_nav.jpg) repeat-x left top;
	color: #fff;
}

#menu .ow_btn a:hover {
	background: url(../images/ow_nav_ro.jpg) repeat-x left top;
	color: #fff;
}



/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 100px 0px 0px 15px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	letter-spacing: -1px;
	text-transform: none;
	font-size: 44px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin: -30px 0px 0px 0px;
	padding: 26px 0 0 2px;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	color: #C5E8FF;
	line-height: 1.2em;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C5E8FF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

#banner {
	border: 12px #ECECEC solid;
	height: 355px;
	width: 700px;
	float: left;
	margin-bottom: 10px;
}

/* Page */

#page {
	width: 940px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 940px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 10px;
	padding: 0px;
	letter-spacing: -0.5px;
	font-size: 36px;
	color: #493E2B;
	clear: both;
}

.post .title a {
	color: #493E2B;
	border: none;
}

.post .meta {
	margin: -20px 0px 0px 0px;
	padding: 10px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #97C100;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	background: url(../images/img08.jpg);
	padding: 25px 0px 0px 0px;
	text-align: justify;
}

#main_column1 {
	float: left;
	width: 570px;
	position: relative;
}

.shortline {
	line-height:2em;
	color: #000000;
}

#main_column2 {
	float: right;
	width: 320px;
}

#main_column3 {
	float: left;
	width: 450px;
	position: relative;
}

#main_column4 {
	float: right;
	width: 450px;
	position: relative;
}

#main_column1 h2,
#main_column2 h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #493E2B;
}

#main_column1 strong,
#main_column2 strong {
	color: #6E8D3D;
}

#main_column1 a,
#main_column2 a {
	color: #AA8B55;
}

#main_column1 a:hover,
#main_column2 a:hover {
	color: #AA8B55;
}

#main_column1 a,
#main_column2 a {
	color: #fff;
	text-decoration:none;
}

#main_column1 a:hover,
#main_column2 a:hover {
	color:#000;
}

.links {
	padding-top: 20px;
}

.more {
	padding-left: 16px;
	background: url(../images/img10.gif) no-repeat left 3px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.comments {
	padding-left: 18px;
	background: url(../images/img11.gif) no-repeat left 4px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 273px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 20px;
}

#sidebar li li {
	line-height: 35px;
	margin: 0px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar li li span {
	height: 19px;
	margin-right: 16px;
	padding: 4px 12px;
	background: #3D2A0B url(../images/img12.jpg) repeat-x left top;
	font-size: 12px;
	color: #FFFFFF;
}

#sidebar li li span a {
	color: #FFFFFF;
}

#sidebar h2 {
	height: 65px;
	background: url(../images/img09.jpg) no-repeat left bottom;
	letter-spacing: -.5px;
	font-size: 28px;
	color: #493E2B;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 30px 0px;
	text-align: justify;
}

#sidebar p strong {
	color: #4A3E29;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Top Navigation */

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position:absolute;
	top:5px;
	left:437px;
	width:680px;
}

#nav li {
	display: inline;
	border-right: 1px solid #fff;
	color:#FFF;
	padding: 0 9px;
	text-transform:uppercase;
	font-weight:auto;
	font-size: 65%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#nav a,
#nav a.active {
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#nav a.active,
#nav a.active:hover {
	color:#97C100;
}

#nav a:hover {
	color:#97C100;
}


#nav li.last {
	border: none;
	padding: 0 0 0 8px;
}

/* Footer */

#footer-content {
	width: 940px;
	height: 255px;
	padding: 60px 0px 0px 0px;
	background: #fff;
	font-size: 12px;
	color: #887450;
}

#footer-content .column1 {
	float: left;
	width: 570px;
}

#footer-content .column2 {
	float: right;
	width: 273px;
}

#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #493E2B;
}

#footer-content strong {
	color: #E3D2B6;
}

#footer-content a {
	color: #AA8B55;
}

#footer-content a:hover {
	color: #AA8B55;
}

.list li {
	margin-bottom: 6px;
}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #82A2B9;
}

#footer a {
	color: #fff;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
}

#image_content {
	width:100%;
}

#right_gallery {
	width:176px;
	height:355px;
	float:right;
	background-color:#ECECEC;
	padding: 12px;
}

#right_gallery .thumb_one {
	width:82px;
	height:70px;
	margin:0px 12px 12px 0px;
	float:left;
	background-color:none;
}

#right_gallery .thumb_two {
	width:82px;
	height:70px;
	margin:0px 0px 12px 0px;
	float:left;
	background-color:none;
}

#thisisimportant {
	position:absolute;
	background-image:url(../images/thisistheimportantbit.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:398px;
	height:75px;
	left:15px;
	bottom:-55px;
	
}

.close_gap {
	line-height:1.5em;
	font-size:13px;
	text-align: left;
}

#rosette {
	width:311px;
	height:170px;
	background-image:url(../images/gold_badge.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left: -51px;
	top: -29px;
}

img.floatleft {
	float:left;
	margin:0px 15px 3px 0px;
}

img.floatleft a {
	border:none;
}

img.floatleft_swf {
	width:450px;
	height:220px;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
}

img.floatleft_env {
	float:left;
	margin:0px 15px 15px 0px;
}

img.floatright {
	float:right;
	margin:0px 0px 0px 15px;
}
