/* @override 
	http://www.verticalforest.com/wp-content/themes/verticalforest/style.css
	http://localhost/blogs/verticalforest/wp-content/themes/verticalforest/style.css
*/

/*  
Theme Name: Vertical Forest
Theme URI: http://verticalforest.com/
Description: The world's only vertical forest!
Version: 1.0
Author: Connor McKay
*/

/* @group Layout */

body {
	background: #fff url(images/forest.png) repeat-y top left;
	margin: 0;
	padding: 0;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#title {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

#title a {
	display: block;
	text-indent: -5000px;
	width: 360px;
	height: 180px;
}

#nav {
	display: none;
}

#container {
	margin-left: 360px;
	background-color: #fff;
}

#content {
	background-color: #fff;
	padding: 10px;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	list-style-type: none;
	margin: 0;
	padding: 180px 10px 10px 200px;
	font-size: 12px;
	background: transparent url(images/forest-logo.jpg) no-repeat top left;
	color: #fff;
}

#footer p {
	font-size: 10px;
	color: #505050;
	margin: 0;
	padding: 20px;
	text-align: center;
	width: 520px;
}

/* @end */

/* @group Sidebar */

#sidebar li {
	margin: 0;
	padding: 0;
	color: #fff;
}

#sidebar ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	margin: 20px 0;
	color: #abd5ff;
}

#sidebar h2 {
	font-weight: normal;
	margin: 20px 0;
	font-size: 16px;
}

#sidebar h2 a {
	color: #fff;
}

#sidebar a {
	color: #60ff99;
}

#recent-comments {
	font-size: 12px;
}

#recent-comments li {
	margin: 5px 0;
}

/* @end */

/* @group Headers */

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 10px 0;
}

h2 {
	font-size: 24px;
}

/* @end */

/* @group Links */

a {
	color: #0051ff;
}

a:hover {
	color: #0034a8;
}

a img {
	border: 0;
}

/* @end */

/* @group Posts */

h1.posttitle {
	font-size:  24px;
	text-shadow: #5a5a5a 2px 2px 3px;
	font-weight: bold;
}

small.dateposted {
	display: block;
	color: #696969;
}

div.entry {
	width: 520px;
	line-height: 1.5em;
}

p.postmeta {
	font-size: 12px;
	padding: 10px;
	margin: 10px 40px 20px;
	color: #535353;
	width: 440px;
	text-align: center;
}

p.postmeta a {
	text-decoration: none;
}

p.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: #ffff93;
	clear: left;
}

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

.commentlist div.commentinfo {
	float: left;
	width: 200px;
}

.commentlist div.commentcontent{
	padding-left: 200px;
}

.commentlist div.commentclear {
	clear: left;
}

/* @group Info */

.commentlist div.commentinfo a {
	color: inherit;
}

.commentlist div.commentinfo cite {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-style: normal;
	color: #006306;
}

.commentlist div.commentinfo em, .commentlist div.commentinfo small {
	display: block;
	margin: 5px 0;
}

.commentlist div.commentinfo small.commentdate a {
	text-decoration: none;
}

.commentlist div.commentinfo small.editcomment {
	color: #7300ff;
}

/* @end */

/* @group Content */

.commentlist p, .commentlist ul, .commentlist ol {
	margin: 15px 0;
}

.commentlist ol {
	list-style-type: decimal;
}

.commentlist ul {
	list-style-type: disc;
}

.commentlist ol li, .commentlist ul li {
	display: list-item;
}

/* @end */

/* @end */

/* @group General */

blockquote {
	font-size: 12px;
}

p {
	margin: 20px 0;
}

/* @end */

/* @group Forms */

input, textarea {
	border: 1px solid #838383;
	background-color: #fff;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content input {
	background-color: #ebebeb;
}

input:focus, textarea:focus, #content input:focus, #content textarea:focus {
	background-color: #e7ffad;
	border: 1px solid #747474;
}

textarea#comment {
	width: 100%;
}

input#submit {
	float: right;
	font-size: 16px;
	padding: 5px;
}

input#submit:hover {
	background-color: #b87421;
	color: #000;
	border-color: #000;
}

#search input {
	margin: 3px 0;
}

/* @end */

