/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol,ul {list-style: none;}
blockquote,q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1;
}
h1 {
	font-size: 24px;
	margin: 0 0 18px;
}
h2 {
	font-size: 21px;
	margin: 0 0 12px;
	border-bottom: 2px solid #423a32;
}
h3 {
	font-size: 18px;
	margin: 0 0 14px;
}
h2 a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px;
}

a:link {
	color: #5c8319;
	text-decoration: none;
}
a:visited {
	color: #436a00;
	text-decoration: none;
}
a:hover {
	color: #5c8319;
	text-decoration: underline;
}
a:active {
	color: #5c8319;
	text-decoration: none;
}

blockquote {
	margin: 18px;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em,dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 18px;
	font-style: italic;
}
del {
	color: #666;
}

pre {
	margin: 18px 0;
	white-space: pre;
}
pre,code,tt {
	font-family: 'Andale Mono', 'Lucida Console', monospace;
}

li ul, li ol {
	margin: 0 18px;
}
ul, ol {
	margin: 0 0 18px;
}

ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 18px;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 18px;
}

table {
	margin: 0 0 18px;
	width: 100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

input[type=text], textarea {
	font: 13px/18px Arial, Helvetica, "Liberation Sans", sans-serif;
	border: 1px solid #302514;
	margin: 0;
	padding: 4px;
}

.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
img.left {
	clear: left;
	margin: 28px 28px 28px 0;
	position: relative;
}
img.right {
	clear: right;
	margin: 21px -307px 7px 28px;
	position: relative;
}

.clear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* MAIN TEMPLATE */
body {
	background: #605244 url(images/bg.png) center top repeat-x;
	color: #2b1d10;
	font: 13px/18px Arial, Helvetica, "Liberation Sans", sans-serif;
	min-width: 864px;
	text-align: center;
}

#wrapper {
	width: 864px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin-bottom: 38px;
}

#tweet {
	height: 48px;
	margin-bottom: 8px;
	padding-left: 56px;
	background: url(/images/twitter-feed-icon.png) no-repeat;
	color: #fff;
	line-height: 38px;
	font-size: 11px;
}
#tweet ul {
	margin: 0;
	list-style: none;
}
#tweet a {
	float: right;
	color: #9fd73e;
}

#title {
	width: 186px;
	height: 111px;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
}

#title span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url(images/title.png) no-repeat;
}

#nav {
	height: 38px;
	margin: 0;
	padding-right: 18px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #fff;
	list-style: none;
}
#nav li {
	margin-left: 18px;
	float: left;
	display: inline;
}
#nav li.right {
	float: right;
}
#nav a {
	display: block;
	font-weight: bold;
	line-height: 38px;
}
#nav a:link {
	color: #5c8319;
	text-decoration: none;
}
#nav a:visited {
	color: #436a00;
}
#nav a:hover {
	color: #40382f;
	font-style: normal;
	text-decoration: none;
}
#nav a:active {
	color: #40382f;
}
#nav li.current a {
	color: #2a1d10;
}

#content-wrapper {
	margin-bottom: 38px;
	padding: 14px;
	background: #302514;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

#content {
	padding: 14px;
	background: #fff;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

#home-banner {
	background: #9fd73e;
	padding: 14px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}
#home-image {
	display: block;
}

#home-services {
	margin: 14px;
}
.home-section {
	width: 180px;
	margin-right: 20px;
	float: left;
}
#home-services .last {
	margin: 0;
}
.home-section h2 {
	border: none;
	margin-bottom: 14px;
}

#toc {
	width: 239px;
	margin: 14px 14px 28px 28px;
	padding: 18px;
	border: 2px solid #c3e686;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	float: right;
	display: inline;
}
#toc ul {
	color: #5c8319;
	margin: 0 0 0 13px;
}

#main-content {
	width: 473px;
	margin: 14px 0 0 14px;
	float: left;
	display: inline;
}
#main-content-wide {
	margin: 14px;
}

.side-box {
	width: 279px;
	margin: 0 14px 28px 28px;
	float: right;
	clear: right;
	display: inline;
}

#footer {
	margin-bottom: 38px;
	padding: 28px;
	background: #302514;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: #fff;
}
#footer h2 {
	border: none;
}
#footer a {
	color: #9dd942;
}
#footer a:hover {
	text-decoration: none;
}

#contact-info {
	width: 319px;
	margin-right: 28px;
	float: left;
	display: inline;
}
#contact-info p {
	margin-right: 18px;
	float: left;
	display: inline;
}

#social-icons {
	margin: 0;
}
#social-icons img {
	margin-top: -14px;
}

#opening-hours {
	width: 300px;
	margin-right: 28px;
	float: left;
	display: inline;
}
#opening-hours table {
	width: 200px;
}
#opening-hours td.hours {
	text-align: right;
}
#notices {
	width: 130px;
	float: right;
}

/* CONTACT PAGE */
#location-map {
	width: 473px;
	height: 342px;
	margin-bottom: 18px;
}

#location-address {
	width: 236px;
	float: left;
}

#location-contact {
	width: 236px;
	float: right;
}

#location-hours td {
	width: 236px;
}

.side-box a.facebook, .side-box a.twitter {
	display: block;
	padding-left: 20px;
	line-height: 18px;
	background: url(/images/icons/facebook-small.png) no-repeat;
}
.side-box a.twitter {
	background: url(/images/icons/twitter-small.png) no-repeat;
}
.side-box textarea {
	width: 269px;
	height: 144px;
}

/* BLOG */
.entry-details {
	font-style: italic;
	float: right;
	line-height: 24px;
}

#pagination {
	float: right;
	font-weight: bold;
}

.comment-entry {
	padding: 18px;
}
.comment-entry.odd {
	border: 2px solid #c3e686;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	padding: 16px;
}

#comment {
	width: 100%;
	height: 108px;
}