/*  
Theme Name: Green Forest
Theme URI: http://greneholt.com/
Description: A light theme with forest colors.
Version: 1.0
Author: Connor McKay
*/

/* @group Layout */

body {
	margin: 100px 0 0 0;
	padding: 0 0 20px 0;
	font: 14px "Trebuchet MS", verdana, sans-serif;
	text-align: center;
	background-color: #b1d5dd;
}

#header {
	background: #222;
	border-bottom: 4px solid #25822C;
	height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0 5px 20px;
	-moz-box-shadow: rgba(0, 0, 0, .5) 0 5px 20px;
}

#title {
	text-align: left;
	padding: 15px 0 0 0;
	width: 650px;
	margin: 0 auto;
}

#title a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	text-shadow: 3px 3px 10px #000;
}

#title a:hover {
	color: #4FCE5F;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 50%;
	margin-right: -280px;
	bottom: 0;
}

#nav li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	display: block;
	background-color: #2cac38;
	color: #fff;
	padding: 4px 8px;
	margin: 0 2px;
	text-decoration: none;
	font-size: 14px;
	border-right: 2px solid #000;
}

#nav a:hover {
	color: #cfcfcf;
}

#nav li.current_page_item a {
	background-color: #25822C;
}

#container {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	background: #fff url(images/trees.jpg) top left no-repeat;
	padding-top: 179px;
}

#content {
	width: 500px;
	padding: 0 25px;
	float: left;
}

#widecontent {
	width:  650px;
	padding: 0 25px;
}

#sidebar {
	width: 150px;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	color: #888;
	font: 10px verdana;
}

/* @end */

/* @group Sidebar */

#sidebar li {
	display: block;
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	list-style-type: circle;
	padding-left: 20px;
}

#sidebar li li {
	display: list-item;
}

#sidebar li li a {
	font-size: 12px;
	color: #009841;
	text-decoration: none;
}

#sidebar li li a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	margin: 10px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #292929;
	text-shadow: 0 0 20px #555;
	text-align: left;
}

/* @end */

/* @group Headings */

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 15px 0;
}

h1 a, h2 a, h3 a, h4 a {
	color: #82242E;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

/* @end */

/* @group Links */
a {
	color: #0C4E18;
}

a:hover {
	color: #350409;
}

/* @end */

/* @group Posts */

h1.posttitle {
	text-shadow: 3px 3px 5px #aaa;
}

.entry {
	line-height: 20px;
}

.entry h2, .entry h3, .entry h4 {
	border-left: 5px solid #68b5cc;
	padding-left: 5px;
}

.postmeta {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #5b5b5b;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px 20px;
	text-align: center;
}

.postmeta a {
	color: #33764e;
	text-decoration: none;
}

.postmeta a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Comments */

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	display: block;
	margin: 0;
	padding: 5px;
	background-color: #bfffc6;
	border: 1px solid #a8d8ae;
}

.commentlist li.even {
	background-color: #a8d8ae;
}

.commentlist cite, .commentlist cite a {
	color: #82242E;
}

.commentlist small a {
	color: #616161;
}

/* @end */

/* @group General */

pre {
	overflow: auto;
	font-size: 12px;
	border-left: 3px solid #cfcfcf;
	padding-left: 10px;
}

code {
	color: #743100;
}

a img {
	border: 0;
}

/* @end */