/*
Theme Name: Countryside
Theme URI: http://countrysidelandscape.net
Description: The default WordPress theme for countrysidelandscape.net
Version: 1
Author: justin adkins
Author URI: http://brainspiral.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #8a997d url('images/background.jpg') repeat-x;
	color: #15622a;
	text-align: center;
		margin: 0;
	padding: 0 0 20px 0;
	}

#page {
	background-color: white;
	width: 900px;
	text-align: left;
	margin: auto;
	}

#header {
	background: #7eadf5 url('images/header.jpg') no-repeat bottom center;
	}
#home_header {
	background: #15622a url('images/home_head.png') no-repeat bottom center;
	}
#headerimg 	{
	margin: 0;
	padding: 0;
	height: 153px;
	width: 900px;
	}
#nav{
background: #d3e7ff;
width:898px;
height: 40px;
overflow: hidden;
} 

#nav ul{
width:828px;
text-align: right;
margin-top:10px;

text-align:right;
}

#nav li{
display: inline;
list-style: none;
font-size: 11px;
text-transform: uppercase;
padding: 0 7px;
font-weight: 600;
}
#nav a:link, #nav a:visited{
text-decoration: none;
color: #146129;
}
#nav a:hover{
color: #eb6e20;
}
#home_nav{
background: #fff url('images/home_nav.jpg') repeat-x;
width:898px;
height: 40px;
overflow: hidden;
}
#home_nav ul{
width:828px;
text-align: right;
margin-top:10px;
text-align:right;
}

#home_nav li{
display: inline;
list-style: none;
font-size: 11px;
text-transform: uppercase;
padding: 0 7px;
font-weight: 600;
}
#home_nav a:link, #nav a:visited{
text-decoration: none;
color: #146129;
}
#home_nav a:hover{
color: #eb6e20;
}
#wrap {
	width: 898px;
overflow: hidden;
border-left: 1px solid #b7babc;
border-right: 1px solid #b7babc;
	padding:0;
margin:0;
}
#content {
	font-size: 12px;
	width: 898px;
	overflow: hidden;
	min-height: 500px;
	background: #fff;
	border-top: 6px solid #eb6e20;
	border-bottom: 6px solid #eb6e20;
	}
#home_bod{
background: #fff url('images/home_bod.jpg') no-repeat;
width:900px;
height: 479px;
}	
#home_content {
	font-size: 12px;
	width: 898px;
	overflow: hidden;

	background: #fff;
	border-top: 6px solid #eb6e20;
	border-bottom: 6px solid #eb6e20;
	}
#thickcontent{
width:400px;
}	
.post{
	padding:20px;
}
.post p{
z-index:999;
font-size: 14px;
font-weight:500;
margin-top:10px;
}
a:link, a:visited{
color:#15622a;
text-decoration:none;
}
a:hover{
color:#eb6e20;
text-decoration:underline;
}
#if_wrapper{
z-index:0;
}
#content h2 {
color: #eb6e20;
}
#content h2 a:link, #content h2 a:visited{
color: #eb6e20;
text-decoration:none;
}
#content h2 a:hover{
color:#15622a;
text-decoration:underline;
}
#contentwrap {
float:right;
}
#contentwrap .post {
width: 560px;
float: left;
}
.galleryentry{
width:100%;
height:100%;
}

img a:link, img a:visited, img a:hover, img{
border:none;
color: #fff;
}

#sidebar {
float: left;
min-height:400px;
padding:0;
margin:0;
}
#sidebar img {
padding: 20px 12px;
}
#footer {
padding:0;
margin:0;
	background: #8a997d url('images/footer.png') no-repeat top;
	border: none;
	height: 102px;
	width: 900px;
	
	margin-top:-12px;
	}
#footer h2{
font-size:1.2em;
padding-top: 25px;
text-align: center;
color: #eb6e1f;
}
#footer p{

text-align: center;
font-size: 13px;
line-height: 22px;
}
