/*
Theme Name: Nature-Theme
Description: A great simple theme that gives out a very natural &amp; refreshing vibe. You can just smell the trees!
Version: 1.1
Tags: two-columns, fixed-width, green, brown, blue, white, light
Author: Trucks
Author URI: http://www.trucksdesign.info
*/

body {
	margin: 0;
	background: #9ddeff repeat-x url(images/bck.png);
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #fff;
}
#container:after, #content .post .entry:after, #content .post .meta:after, #content .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	margin: 0 auto; padding: 0 10px;
	width: 945px;
	background: #a77e7e no-repeat url(images/bckpage.png);
}
#header {
	position: relative;
	margin: 0 0 10px 0; padding: 50px 0 0 0;
	background: left bottom no-repeat url(images/bckheader.png);
	font-family: Tahoma, Geneva, sans-serif;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header h1 {
	margin: 0 0 0 75px;
	font-size: 30px;
}
#header p {
	margin: 5px 0 0 100px;
	font-size: 14px; font-weight: bold;
	color: #ffea9c;
}
#header ul {
	position: absolute;
	top: 0; left: 0;
	margin: 0; padding: 0;
	list-style-type: none;
	width: 945px; height: 45px; line-height: 35px;
	overflow: hidden;
	background: no-repeat url(images/bckheaderul.png);
}
#header li {
	display: inline;
	margin: 0 0 0 35px;
	font-size: 14px;
}
#container {
	width: 100%;
}
#content {
	float: left;
	margin: 0 65px 0 0;
	width: 885px;
}
#content a {
	color: #a5ff96;
}
#content .post {
	position: relative;
	margin: 0 0 15px 0;
}
#content .post .title {
	position: relative;
	margin: 0 0 0 -20px; padding: 10px 0 0 20px;
	width: 550px; height: 35px; line-height: 35px;
	background: no-repeat url(images/bckcontentposttitle.png);
	font-size: 18px; font-weight: normal;
}
#content .post .title a {
	color: #fff;
	text-decoration: none;
}
#content .post .entry {
	margin: 15px 0 0 0;
	width: 100%;
}
#content .post .entry a {
	text-decoration: none;
}
#content .post .meta {
	margin: 10px 0 0 0;
	width: 100%;
	color: #dcdcdc;
}
#content .post .meta a {
	color: #ffea9c;
	text-decoration: none;
}
#content .post .meta div {
	width: 280px;
}
#content .post .meta .categories {
	float: left;
}
#content .post .meta .tags {
	float: right;
	text-align: right;
}
#content .post .comments {
	position: absolute;
	top: 15px; right: 60px;
	padding: 10px 15px 0 0;
	background: right top no-repeat url(images/bckcontentpostcomments.gif);
	font-size: 11px;
	text-transform: uppercase;
}
#content .post .comments a {
	color: #fff;
	text-decoration: none;
}
#content .post .date {
	position: absolute;
	top: 5px; right: 0;
	width: 50px; height: 48px;
	text-align: center; line-height: 24px;
	background: no-repeat url(images/bckcontentpostdate.png);
	font-family: Tahoma, Geneva, sans-serif; font-size: 18px; font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
#footer {
	margin: 25px 0 0 0; padding: 5px 0 0 0;
	height: 35px;
	text-align: center; line-height: 35px;
	background: no-repeat url(images/bckfooter.png);
	font-family: Tahoma, Geneva, sans-serif; font-size: 14px;
	color: #fff;
}
#footer a {
	color: #a5ff96;
	text-decoration: none;
}

#content .navigation {
	margin: 15px 0;
	width: 100%;
	font-weight: bold;
}
#content .navigation a {
	text-decoration: none;
}
#content .postnavigation {
	margin: 15px 0 0 0;
}

.commentlist, .children {
	margin: 0; padding: 0;
	list-style-type: none;
}
.children {
	margin: 10px 0 0 10px;
}
.commentlist .comment {
	margin: 0 0 15px 0; padding: 5px;
	background-color: #916d6d;
	border: #c39494 1px solid;
}
.commentlist .avatar {
	float: right;
	margin: 0 0 5px 5px;
	border: #c39494 1px solid;
}
#author, #email, #url, #comment {
	margin: 0 5px 0 0; padding: 2px;
	background-color: #fff !important;
	border: #c39494 1px solid;
}
#comment {
	width: 300px;
}
#comments, #respond h3 {
	font-size: 15px;
}
a#cancel-comment-reply-link {
	font-weight: bold;
}

/* A few generic styles used across the site */

a img {
	border: 0;
}

td {
	vertical-align: top;
}

input, textarea, select {
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif; font-size: 12px;
	color: #000;
}
input[type="text"], input[type="password"] {
	padding: 2px;
	background-color: #fff !important;
	border: #c39494 1px solid;
}
textarea, select {
	padding: 2px;
	background-color: #fff !important;
	border: #c39494 1px solid;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #c39494;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #c39494;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	color: #000;
}

.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;
}