/* 
Theme Name: Reaching Greeness
Theme URI: http://uptocamp.com/
Description: Sweet green, gentle fun blog.
Released under GNU GENERAL PUBLIC LICENSE
*/

body { 
	color: #ffffff; 
	background: #044301;
	margin: 0;
	padding: 0;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	}

/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 900px;
	margin: 0 auto;
	}

/* HEADER */
#header {
	width: 900px;
	height: 75px;
	margin: 0;
	padding: 0;
	background: #66f95f;
	}
#header h1 { margin: 20px 0 0 0; float: left; width: 690px; }
#header h1 a { margin-left: 10px; color: #ffffff; }
#header h1 a:hover { color: #044301; text-decoration: underline; }

/* FEED */
#feed { float: left; margin: 20px 0 0 20px; }
#feed ul.feed { padding: 0; margin: 0; background: transparent; border: none; }
#feed ul.feed li {
	border: none;
	margin: 5px 0;
	list-style-type: none;
	}
#feed ul.feed li a {
	padding-left: 25px;
	height: 16px;
	}
#feed ul.feed li a:hover { 
	background: transparent;
	text-decoration: underline;
	}

/* TOP-NAV */
#top-nav {
	margin-top: -10px;
	float: left;
	width: 690px;
	background: #0ce301;
	}
#top-nav ul { margin: 0 0 0 10px; padding: 0; }
#top-nav ul li {
	float: left;
	display: inline;
	padding: 0;
	}
#top-nav a {
	float: left;
	background: #66f95f;
	margin: 0 2px;
	padding: 0;
	text-align: center;
	}
#top-nav a span {
	float: left;
	background: #66f95f;
	padding: 3px 12px 3px 9px;
	color: #044301;
	font-weight: bold;
	}
#top-nav a:hover, #top-nav a:hover span {
	color: #36393d;
	cursor: pointer;
text-decoration: underline;
	}
#top-nav a:hover, #top-nav #current a { color: #ffffff; background: #08ac00; text-decoration: underline;}
#top-nav a:hover span, #top-nav #current a span { color: #ffffff; background: #08ac00; text-decoration: underline;}

/* CONTAINS CONTENT & SIDEBAR */
#container { clear: left; margin: 0 auto 0 auto; width: 900px; background: #08ac00; }

/* CONTENT */
#content {
	float: left; 
	width: 410px;
	padding: 15px 10px;
	background: #08ac00;
	}

/* HEADERS */
h1, h2, h3, h4, h5, h6 { color: #044301; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* POSTS & PAGES */
.post { width: 100%; margin: 20px 0; }
.post h2.post-title { float: left; width: 100%; margin: 2px 0; }
.post p.post-time { font-size: .9em; margin: 2px 0 0 0; }
.entry { width: 100%; float: left; margin-top: 10px; }

/* blockquotes */
blockquote { color: #cccccc; }
blockquote blockquote { color: #858785; }

/* links */
a { 
	color: #044301;
	text-decoration: none;
	}
a:hover { color: #e5e4e4; text-decoration: underline;}

/* images */
.post a img, .post img { padding: 2px; border: 5px solid #475353; }

/* lists */
.post ul { list-style-type: none; margin: 10px 0; padding: 0; }
.post ul li { 
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 .4em;
	}
.post ol { margin: 0; padding: 0 0 0 37px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: right;
	display: block; 
	width: 100%;
	text-align: right;
	margin: 15px 0;
	padding: 0;
	}
p.postmetadata span.comments {
	float: right;
	display: block;
	height: 20px;
	background: url(images/comments.gif) no-repeat 0 0;
	}
p.postmetadata span.comments a { padding: 5px 0 5px 25px; margin-right: 10px; }

/* tables */
.post table { border: none; background: transparent; }
.post tr, .post td { border: 1px solid #666666; background: #475353; }

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { padding: 25px 0; }
.previous { float: left; width: 45%; }
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; width: 45%; }
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }

/* COMMENTS */
#comments-template { width: 99%; }
#comments-template h2 { text-indent: 5px; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; border-top: 1px solid #666666; }
#comments-template ol li { margin: 0; padding: 10px 5px; border-bottom: 1px solid #666666; }
#comments-template ol li.alt { background: #475353; }
#comments-template form {
	width: 406px;
	padding: 10px 0;
	background: url(images/form-bg.gif) no-repeat 0 0;
	}
#comments-template fieldset {
	width: 386px;
	border: none;
	background: #475353 url(images/fieldset-bg.gif) no-repeat 0 bottom;
	margin: 0;
	padding: 10px;
	}
#comments-template legend { border: none; background: #475353; }
#comments-template textarea { width: 99%; border: 1px solid #666666; background: #ffffff; }
#comments-template input { width: 40%; border: 1px solid #666666; background: #ffffff; }
#comments-template input.submitcomment, #comments-template input.resetcomment {
	color: #044301;
	width: 110px;
	height: 25px;
	padding: 0 0 3px 0;
	background: url(images/submit-comment.gif) no-repeat;
	border: none;
	}

/* SIDEBAR (RECENT ENTRIES) */
#sidebar {
	font-size: .9em;
	float: left;
	width: 260px;
	margin: 0;
	background: #66f95f;
	border: none;
	padding: 0;
	}
#sidebar .menu { margin: 0; padding: 0; }
#sidebar .menu .menu-header {
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0;
	text-indent: 10px;
	margin: 0;
	border-left: 10px solid #044301;
	}
#sidebar .menu ul { padding: 0; margin: 0; }
#sidebar .menu ul li { 	list-style-type: none; }
#sidebar .menu ul li a, #sidebar .menu ul li.archives a {
	width: 230px;
	display: block;
	font-size: 1.1em;
	color: #044301;
	padding: 10px 10px;
	margin: 0;
	border-left: 10px solid #044301;
	border-top: 1px solid #044301;
	}
#sidebar .menu ul li a span { color: #ffffff; font-size: .9em; text-indent: 10px; }
#sidebar .menu ul li a:hover, #sidebar .menu ul li.archives a:hover {
	color: #044301;
	background: #66f95f;
	border-left: 10px solid #044301;
text-decoration: underline;
	}
#sidebar .menu ul li.archives a, #sidebar .menu ul li.archives a:hover {
	text-indent: 30px;
	background: #66f95f;
text-decoration: underline;
	}
/* SEARCH */
#search {
	margin: 0;
	width: 260px;
	height: 75px;
	border-top: 1px solid #044301;
	background: #08ac00;
	text-align: center;
	}
#search input#s {
	margin: 20px auto 0 auto;
	width: 80%;
	padding: 5px 2px;
	font-size: 1em;
	color: #999999;
	border: 1px solid #044301;
	}

/* SIDEBAR 2 (TOP RIGHT) & SIDEBAR 4 (SIDEBAR BOTTOM)*/
#sidebar2 {
	width: 200px;
	font-size: 1em;
	float: right;
	margin: 0;
	padding: 0;
	background: #66f95f;
	}
#sidebar4 { float: left; width: 447px; font-size: 1em; }
#sidebar4 .menu { float: left; width: 47%; margin: 0 4px; }
#sidebar2 .menu {
	margin: 0 0 20px 0;
	padding: 0;
	}
#sidebar2 h2.menu-header, #sidebar4 h2.menu-header { margin: 10px 0 5px 0; font-size: 1.3em; font-weight: normal; }
#sidebar2 ul, #sidebar4 ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#sidebar2 ul li, #sidebar4 ul li {
	padding: 0;
	margin: 0;
	}
#sidebar2 ul li a, #sidebar4 ul li a {
	width: 190px;
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	text-indent: 0;
	border-bottom: 1px solid #044301;
	}
#sidebar2 ul li a:hover, #sidebar4 ul li a:hover {
	background: #044301;
text-decoration: underline;
	}
/* ABOUT */
#sidebar2 p, #sidebar4 p { margin-top: 5px; }

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar2 a img, #sidebar2 img, #sidebar4 a img, #sidebar4 img { margin: 3px; border: 5px solid #08ac00; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; text-decoration: underline; }

/* SIDEBAR3 (CATEGORY &LINKS LIST) */
#sidebar3 { float: right; width: 447px; }
#sidebar3 .menu { width: 213px; float: left; margin: 0 4px; background: #66f95f; }
#sidebar3 .menu-header {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0; 
	}
#sidebar3 .menu ul  {
	margin: 7px 0;
	padding: 0;
	list-style: none;
	}
#sidebar3 .menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #044301;
	}
#sidebar3 .menu ul li a {
	width: 175px;
	display: block;
	font-size: 1.1em;
	color: #044301;
	padding: 5px 0 5px 35px;
	margin: 0;
	text-decoration: none;
	}
#sidebar3 .menu ul.categories li a { color: #ffffff; background: #66f95f; }
#sidebar3 .menu ul.links li a { color: #ffffff; background: #66f95f; }
#sidebar3 .menu ul li a:hover {
	color: #ffffff;
text-decoration: underline;
	}
#sidebar3 .menu ul.categories li a:hover { color: #ffffff; background: #66f95f; text-decoration: underline;}
#sidebar3 .menu ul.links li a:hover { color: #ffffff; background: #66f95f; text-decoration: underline;}

/* FOOTER */
#footer {
	clear: both;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 10px 0;
	background: #08ac00;
	border-top: 1px solid #08ac00;
	}	
#footer p { width: 40%; float: left; margin: 2px 10px; display: inline; }
#footer p a:hover { text-decoration: underline; }
#footer p.wordpress { width: 40%; float: right; text-align: right; }
#footer p.wordpress a { float: right; display: block; width: 50px; height: 50px; background: url(images/wordpress.gif) no-repeat top right; }
#footer p.wordpress a span { display: none; }

