/*
Theme Name: Green Valley Cottages
*/

body {
	margin:43px 0 0 0;
	background:#accee9 url(../../../images/body-bg.jpg) no-repeat center top;
	color:#000;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
a { 
	color:#3b5b04;
	text-decoration:none;
}
a:hover {
	text-decoration:underline; 
}
h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#3b5b04;
	text-align:left;
}
h1 {font-size:2.6em; padding:0; margin:0 0 15px 0;}
h2 {font-size:2em; padding:0; margin:0 0 15px 0;}
h3 {font-size:1.6em; padding:0; margin:0 0 15px 0;}
h4 {font-size:1.2em; padding:0; margin:0 0 15px 0;}
h5 {font-size:1em; padding:0; margin:0 0 15px 0;}
h6 {font-size:0.8em; padding:0; margin:0 0 15px 0;}
img {
	border:0;
}
input {
	font-size:1.2em;
}
input[type=text], textarea {
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}
textarea {
	font-size:12px;
}
pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}


/* Layout */
#page {
	width:941px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	background:url(../../../images/content-rept.png) repeat-y left top;
	width:897px;
	float:left;
	padding:0px 22px;
}
#content {
	float:left;
	width:516px;
	padding-left:32px;
}
#sidebar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:150%;
	color:#3b5b04;
	background:url(../../../images/sidebar-rept.jpg) repeat-y right top;
	float:right;
	width:318px;
}
#footer {
	font-family:Tahoma;
	font-size:13px;
	color:#3b5b04;
	background:url(../../../images/footer.jpg) no-repeat left top;
	text-align:center;
	width:897px;
	height:106px;
	clear:both;
	padding:50px 22px 0px 22px;
}


/* Header */
#header {
	background:url(../../../images/header.jpg) no-repeat center top;
	text-align:center;
	width:897px;
	height:308px;
	float:left;
	padding:0px 22px;
}
#header ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#header ul li {
	display:inline;
	padding:0 10px;
	border-left:solid 2px #FFFFFF;
}
#header ul li.page-item-2 {
	border-left:none;
}
#header ul li a {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
	color:#FFFFFF;
	text-decoration:none;
}
#header ul li a:hover {
	color:#bfee30;
}


/* Sidebar */
#sidebar a {
	color:#3b5b04;
	text-decoration:underline;
}
#sidebar a:hover {
	text-decoration:none;
}


/* Footer */
#footer ul, #footer p {
	padding:0;
	margin:0;
}
#footer ul {
	list-style-type:none;
}
#footer ul li {
	display:inline;
	padding:0 10px;
	border-left:solid 1px #3b5b04;
}
#footer ul li.page-item-2 {
	border-left:none;
}
#footer ul li a {
	color:#3b5b04;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}


/* Post */
.post {
	clear:both;
}
.post a {
	font-size:12px;
}
.post p {
	margin-top:0;
	margin-bottom:20px;
	text-align:justify;
}
.post ol li, .post ul li{
	text-align:justify;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}
.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}
div.navigation {
	font-size:1.1em;
}
abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}
.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#wpstats {
display:none;
}
