/*  
Theme Name: Nature
Theme URI: http://nature.qualitywordpress.com
Description: <p>Bring some nature to your blog with this organic nature theme.</p>
Version: 1.5
Author: qualitywordpress and Jesse Moore
Author URI: http://qualitywordpress.com http://thewaynatureintended.us

*/
/* ---------- @ HTML Elements -----------*/

*{
margin:0px;
padding:0px 0px 0px 0px;
}

body, html {
	color:#FFFFFF;
	min-height:101%;
	font-size: 100%;
	background-color:#313131;
	background-image: url(images/main_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
}

p {
	margin: 15px 0;
}

.post img{
margin-right:10px;
}

a:link, a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

a:hover, a:active {
	color:#FFFFFF;
	text-decoration: underline;
}

*:focus {
	outline: none
}

/* ---------- @ Page Structure -----------*/

.header {
	height: 250px;
	width: 950px;
	position:relative;
	top:50px;
}

#header {
	padding:10px;
}

#header h1 a {
	font-size:1.8em;
	font-weight:bold;
	color:#34924A;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top:145px;
	left:0px;	
}
#header h1 {
	display:none
}

#header .description{
    display: none;
	position: absolute;
	top:185px;
	left:0px;
	font-weight:bold;
	color:#FFFFFF;
}

#header .box{
	position: absolute;
	top:20px;
	right:47px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	font-size:1.65em;
}

#header .box h3{
color:#FFFFFF;
}

#rsshead{
	position: absolute;
	right: 350px;
	text-align: right;
	}
	
.mid{
	position: relative;
	z-index:2;
	left:10px;
	top:5px;
}


/* ---------- @ Headings -----------*/

h2 {
	font-size: 1.3em;
	margin:0px;
	padding:0px;
}
	
.content h2 a,
.content h2 a:visited{
	font-size: 1.5em;
	margin:0px;
	padding:0px;
	color:#34924A;	
}

h3 {
	font-size: 1.4em
}

h4 {
	font-size: 1.2em
}

h5 {
	font-size: 1.4em;
	color:#7799ff;
}
	
/* menu */
#menu{
	position: relative;
	top:145px;
	width:950px;
	z-index:5;
	background-image: url(images/topmenu_bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
}

#menu ul{
	list-style: none;
	list-style-type: none;
	font-size: 0.99em;
	padding:0px;
	font-weight:bold;
	padding-top:15px;
	text-align:center;
	width:900px;
}

#menu ul li{
	margin: 0 0 0 1px;
	display:inline;
	border-right:1px solid #ccc;
}

#menu ul li a{
	padding: 5px 10px 5px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#menu ul li.current_page_item{
background-color:#FFFFFF;
}

#menu ul li.current_page_item a{
	color: #FFFFFF;
}

/* ---------- @ content Area -----------*/

/*Home*/
.moretext{
font-size:1.42em;
color:#339900;
}

.more-link{
font-size:1.42em;
color:#339900;
}

.padding{
padding:10px;
}

.content {
font-size:1em;
line-height:20px;
margin: 0px 0px 0px -30px;
position: relative;
top:0;
color:#FFFFFF;
}

.content .post, .pagetitle, .navigation, .searc_results {

	padding:5px 10px 10px 60px;
}

.post{
	background-position: left top;
}

.nav{
	text-align:center;
	color: #00ff00;
	font-size:1.75em;
	padding:20px 0px 20px 10px;
}

/*Content Area Bottom - ADDONS*/
.addons{
	text-align:center;
	position: relative;
	padding:20px 0px 20px 10px; 
}

/*sidebar left*/
.sidebar_left {
	margin:30px 0px 0px 15px;
	font-size:1.1em;
	font-weight: bold;
}
	
.sidebar_left h2{
	color:#34924A;
	font-weight: bold;
	font-size:1.5em;
	padding:15px 0px 5px 5px;
	border-bottom:1px solid #dedede;
}
	
.sidebar_left ul{
	list-style:none;
    margin: 0px 0px 0px 10px;
}

.sidebar_left li a{
	list-style:none;
	color:#7799ff;
}

.sidebar_left li a:hover{
	color:#eeeeee
}

/*sidebar right*/
.sidebar_right {
	margin:55px 0px 0px -10px;
	font-size:1.1em;
	font-weight: bold;
}

.sidebar_right h2{
	color:#34924A;
	font-weight: bold;
	font-size:1.5em;
	padding:0px 0px 8px 15px;
	border-bottom:1px solid #dedede;
	margin:5px 0px 0px 5px;
}

.sidebar_right ul{
	list-style:none;
}

.sidebar_right li a,.sidebar_right ul li{
	list-style:none;
    margin: 0px 0px 0px 10px;
	color:#7799ff;
}

.sidebar_right li a:hover{
	color:#eeeeee
}

/*comments*/
.post .user {
	background-image: url(images/user.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.post .user a{
	padding-left:15px;
}

.post .edit {
	background-image: url(images/edit.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.post .edit a {
	padding-left:15px;
}

.post .comment {
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.post .comment a {
	padding-left:15px;
}

/* Comments starts here*/
ol{
	margin:0px;
	padding:0px;
}

ol li{
	display:block;
	border-bottom:1px solid #222;
	list-style:none;
	background-color:#000000;
	padding:10px;
}

#commentform .textarea{
}

#commentform .textarea{
	width:98%;
	border:1px solid #dedede;
}

/*Interior Pages*/
.bullets {
	padding:15px 15px 15px 30px;
}

.bullets li {
	background:url(/images/bullet.gif) no-repeat;
	list-style:none;
	padding-left: 11px;
	margin-bottom: 5px;
}

/* ---------- @ Forms -----------*/
.button {
	background: #C0C0C0 ! important;
	border:#F7ECD4 1px solid;
	padding: 2px;
	margin: 0 2px 0 0;
	color:#000000;
}

.button:focus {
	padding:2px;
	background: #000 ! important;
}

.button:hover {
	background: #CCC ! important;
	color: #000;
}

/*Clear*/
.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}
/* End hide from IE-mac */

/* ---------- @ Footer -----------*/
#footer {
    background-position:bottom;
	background-image: url(images/footerbg1.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	color:#FFFFFF;
	background-image: url(images/footerbg1.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 10px;
	text-align:center;
}

#footer img {
	padding: 20px 20px 20px 20px
}	

/* -------- @ Ratings ----------*/
.ratings {
	padding: 20px 0px 0px 43px;
}
.ratings ul {
	padding: 10px 0px 0px 4px;
}
