/*   
Theme Name: Rocklands
Theme URI: http://www.rocklandsfarm.com
Description: A leafy theme for Rocklands Farm
Author: David Mitchell
Version: 1.0
Copyright © 2010 David Mitchell
*/
body {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat;
	font-size: 14px;
	line-height: 1.6em;
	font-family: Georgia, serif;
	color: #4d4d4d;
}

html,body,div {
	padding: 0px;
	margin: 0px;
}

/* clearfix */
.group:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size:0;
}
/* end clearfix */

img {border:none;}
p {
	margin:0 0 1em;
	padding:0;
}

a {
	color: #70a72d;
	text-decoration: none;
}
a:hover {
	color: #a67952;
}
h2 {
	font-weight: normal;
	color: #57823b;
	font-size: 30px;
	margin-top: 0px;
}
h3 {
	font-weight: normal;
	font-size: 20px;
}
#bg-top {
	background-position: 50% top;
	background-image: url(images/leafy-top.gif);
	background-repeat: repeat-x;
}
#bg-btm {
	background-position: center bottom;
	background-repeat: repeat-x;
	background-image: url(images/grassy-btm-tile.gif);
}
#quick-address {
	float: left;
	width: 317px;
	clear: left;
}
#quick-address p {
	font-size: 12px;
	line-height: 14px;
}
#page {
	width: 983px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 198px;
	position: relative;
}
#header h1 {
	padding: 0px;
	margin: 0px;
}
#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 638px;
	height: 141px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/title.gif);
}
#nav {
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(images/nav-bg-tile.gif);
	height: 57px;
	padding: 0px;
}
#nav ul {
	height: 57px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/nav-bg-endcaps.gif);
	width: 938px;
	display: block;
	padding: 0 0 0 45px;
	margin: 0px;
	list-style-type: none;
}
#nav ul li {
	display: block;
	float: left;
}
#nav ul li a {
	display: block;
	font-size: 16px;
	float: left;
	line-height: 41px;
	text-decoration: none;
	color: #ccc09e;
	padding: 0 15px;
}
#nav ul li a:hover {
	color: #fff;
}
#content {
	background-repeat: repeat-y;
	background-image: url(images/page-bg.png);
	overflow: hidden;
        padding-left:60px;
        width:920px;
}
#main {
	float: left;
	padding: 20px 30px;
	width: 474px;
	/*
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/text-bg.gif);
	*/
}
#fullpage {
	float: left;
	padding: 20px 30px;
	width: 800px;
	/*
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/fullpage-text-bg.gif);
	*/
}
#ladybug {
	position: absolute;
	top: 54px;
	right: 229px;
}
#side {
	float: right;
	width: 317px;
	padding-right: 43px;
	padding-top: 15px;
}
#quick-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#quick-nav li a {
	float: left;
	width: 317px;
	display: block;
	text-indent: -999px;
	height: 168px;
	padding-bottom: 10px;
}
#quick-nav li.livery a {
	background: url(images/sb-livery.jpg) no-repeat;
}
#quick-nav li.holidays a {
	background: url(images/sb-holidays.jpg) no-repeat;
}
#quick-nav li.area a {
	background: url(images/sb-area.jpg) no-repeat;
}
#footer-wrap {
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(images/page-bg.png);
        width:983px;
}
#footer {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px 80px 86px 90px;
	background-image: url(images/body-footer-bg.gif);
        width:813px;
}
#footer p {
	font-size: 12px;
	color: #a09c8f;
}
.size-thumbnail, .size-medium {
	border-style: solid;
	border-width: 1px;
	border-color: #b7b7b7;
	padding: 5px;
	margin-right: 10px;
	background: #eee;
}
a:hover .size-thumbnail, a:hover .size-medium {
	background: #cecece;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear: both;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
	padding: 10px 0;
}
.widget .title,
.widget h4 {
	font-weight: normal;
	color: #57823b;
        font-size: 20px;
	margin: 0 0 5px 0;
}
.widget table
{
        border-collapse:collapse;
        width:100%;
}
.widget table,
.widget th,
.widget td
{
        border: 1px solid #DAC8A3;
        vertical-align:bottom;
        background-color:#F9F8F2;
	padding:5px;
	font-weight:normal;
	text-align:left;
}
.widget th {
        color: #ECE6D4;
        background-color: #6B5027;
}
blockquote {
	margin: 0;
	padding: 5px 50px;
	background-image: url(images/quotes.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
blockquote p {
	color: #725b34;
	font-style: italic;
	font-size: 1.8em;
	line-height: 1.5em;
	margin:0;
	padding:0 0 10px 0;
}
.testimonial {
	margin: 30px 0px 0px 0px;
	padding:20px 30px 20px 30px;
	background-color:#f6f3e9;
}
.frame {
	padding:10px;
	background-color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#e3e3e3;
}