/* 
Theme Name: Simply Tree Light
Theme URI: http://justintadlock.com/
Description: A simple, imageless, widget-ready, 3-sidebar, 4-column design.  Based on the light green and brown colors of a tree.
Version: 1.0
Author: Justin Tadlock
Author URI: http://justintadlock.com
Released under GNU GENERAL PUBLIC LICENSE
*/
body { 
	color: #000000; 
	background: #fdfbe4;
	margin: 0;
	padding: 0;
	font: 80% "Verdana", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	text-align: center;
	}

/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	}

/* HEADER */
#header {
	height: 200px;
	background:url(images/banner.jpg) center no-repeat;
}
#header h1 { /* rob 2009-07-18 */
        display: block; 
	margin: 0 0 0 0;
	font-size: 1.9em;
	height: 200px;
	width: 1100px;
	}
#header h1 a { /* rob 2009-07-18 */
	color: transparent;
        display: block; 
	margin: 0 0 0 0;
	font-size: 1.9em;
	height: 200px;
	width: 1100px;
	}
#header h1 a:hover {
	color: transparent; 
	text-decoration: none;
	background: transparent;
	}
#header h2.description { 
        display: none;
	color: #442b14;
	padding-top: 130px;
	padding-left: 250px;
	padding-right: 241px;
	text-align: center;
	margin: 0px 0px 5px 0;
	font-size: 1.2em;
	font-style: italic; 
}

/* CONTAINS CONTENT & SIDEBARS */
#container { width: 100%; }

/* CONTENT */
#content {
	float: left; 
	width: 510px;
	padding: 15px 10px;
	background: white; /* rcg 2009-07-19 chg */
	/*background: #94B47E;*/
	border: 0 0 0 0;
	}

/* HEADERS */
h1, h2, h3, h4, h5, h6 { color: #07360c; font-family: georgia, "times new roman", times, serif; }
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%; float: left; margin: 0; }
.post h2.post-title {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-variant: small-caps;
	letter-spacing: 2px;
	float: left; 
	width: 100%; 
	margin: 0 0 2px 0; }
.post h2.post-title a { text-decoration: none; }
.post .post-time { font-size: 0.8em; }
.post .post-time p { margin: 0; }
.entry { width: 100%; float: left; margin-top: 10px; }
.post p {padding-top: 10px; }

/* blockquotes */
blockquote { color: #262424; }
blockquote blockquote { color: #343436; }

/* links */
a { 
	color: #07360c;
	text-decoration: underline;
	}
a:hover {
	color: #f0e3d1;
	background: #567343;
	text-decoration: underline;
	}

/* images */
.post a img, .post img { border: 0px; }
.post a:hover img { border: 0px; }

/* lists */
.post ul { list-style-type: none; margin: 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 25px; }
.post ol li { margin: 1px 0; padding: 0; }
/* Categories/Tags Line */
.tag-title {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	}
ul.post-categories {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	}
ul.post-categories li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: transparent;
	/* background: #94B47E; */
	}
/* postmetadata (comments link at end of each post) */
p.postmetadata {
	float: right;
	width: 100%;
	text-align: right;
	margin: 10px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid;
	}
p.postmetadata span.comments {
	height: 16px;
	background: url(images/comments.gif) no-repeat 0 .1em;
	}
p.postmetadata span.comments a { padding-left: 20px; text-decoration: none; }
p.postmetadata span.comments a:hover { color: #07360c; background: transparent; text-decoration: underline; }

/* tables */
.post table { border: none; background: #567343; }
.post tr, .post td { padding: 2px; background: #94B47E; }

/* other basics &amp; typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { margin: 10px 0; float: left; }
.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%; margin: 15px 0 0 0; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; border-top: 1px solid #2d3e22; }
#comments-template ol li { margin: 0; padding: 10px 5px; border-bottom: 1px solid #2d3e22; }
#comments-template ol li.alt { background: #567343; }
#comments-template fieldset { border: none; }
#comments-template legend { border: none; }
#comments-template textarea, #comments-template input { color: #000; }
#comments-template textarea { width: 99%; border: 1px solid #2d3e22; background: #eee; }
#comments-template input { width: 40%; border: 1px solid #2d3e22; background: #eee; }
#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; }

/* SIDEBAR */
#sidebar a:hover, #sidebar2 a:hover, #sidebar3 a:hover {
        background: transparent;
}
#sidebar, #sidebar2, #sidebar3 {
	font-size: .95em;
	float: left;
	padding: 5px 0;
	}
#sidebar { width: 150px; margin: 0 10px 0 0px; }
#sidebar2, #sidebar3 { width: 190px; margin: 0 0 0 1%; }
/* sidebar headers */
#sidebar h2.menu-header, #sidebar2 h2.menu-header, #sidebar3 h2.menu-header {
        display: none; /* rob 2009-07-17 chg */
	color: #07360c;
	font-size: 1.1em; 
	margin: 10px 0;
	padding: 2px 0;
	text-indent: 5px;
	background: #ccaf6d;
	border-top: 1px solid #514029;
	}
/* sidebar lists */
#sidebar ul, #sidebar2 ul, #sidebar3 ul  { 
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	}
#sidebar ul li, #sidebar2 ul li, #sidebar3 ul li {
	color: #5e5f5e;
	font-size: 1.1em; /* rob 2009-07-17 chg */
	font-family: georgia, "times new roman", times, serif;
	font-weight: bold;
	text-align: center;
	margin: 0;
	border-bottom: 0px; /* 1px solid #ccaf6d; rob 2009-07-17 chg*/
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
	}
/* sidebar list links */
#sidebar ul li a, #sidebar2 ul li a, #sidebar3 ul li a {
	color: #a22016; /* #493b26; */
	padding: 1px 0;
	display: block;
	width: 100%;
	background: transparent;
	text-indent: 7px;
	text-decoration: none;
	}
#sidebar ul li a:hover, #sidebar2 ul li a:hover, #sidebar3 ul li a:hover {
	padding: 1px 0;
	color: #07360c;
	background: #fdf5e1;
	text-decoration: none;
	}
#sidebar ul li ul, #sidebar2 ul li ul, #sidebar3 ul li ul { margin: 0; padding: 0; border: none; }
#sidebar ul li ul li a, #sidebar2 ul li ul li a, #sidebar3 ul li ul li a { text-indent: 20px; }
#sidebar ul li ul li a:hover, #sidebar2 ul li ul li a:hover, #sidebar3 ul li ul li a:hover { text-indent: 20px; }

/* sidebar paragraphs (ex: About) */
#sidebar p, #sidebar2 p, #sidebar3 p { color: #000000; padding: 0 0 0 2px; }

/* sidebar feed */
#sidebar ul.feed, #sidebar2 ul.feed, #sidebar3 ul.feed { background: transparent; border: none; }
#sidebar ul.feed li, #sidebar2 ul.feed li, #sidebar3 ul.feed li {
	background: transparent url(images/feed.gif) no-repeat left top;
	border: none;
	}
#sidebar ul.feed li a, #sidebar2 ul.feed li a, #sidebar3 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	}
#sidebar ul.feed li a:hover, #sidebar2 ul.feed li a:hover, #sidebar3 ul.feed li a:hover { 
	background: transparent;
	/* text-decoration: underline; rcg */
	text-indent: 25px;
	}
/* search */
#sidebar input#s { width: 98%; border: 1px solid #809595; }

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; font-size: .9em; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar a img, #sidebar img, #sidebar2 a img, #sidebar3 a img { border: 0px; }
#sidebar a:hover img, #sidebar2 a:hover img, #sidebar3 a:hover img { border: 0px; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }

/* FOOTER */
#footer {
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	color: #3E592C;
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #3E592C;
	}	
#footer p { margin: 3px 0 0 3%; }
#footer a:hover { text-decoration: underline; }

/* 
"If trees could scream, would we be so cavalier about cutting them down? 
We might, if they screamed all the time, for no good reason." ~  Jack Handey
*/

a.fb {
	background: transparent;
	border: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

a.fb:hover {
	background: 
	border: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

p.comment-tags-allowed {
	display: none;
}

div.bbw h3 {
	font-size: 1.1em;
}

div.bbw ul {
	padding-left: 10px;
}

#sidebar2 div.bbw ul li {
	text-indent: 0px;
	padding-left: 10px;
}
#sidebar2 div.bbw ul li a {
	font-size: 0.9em;
	text-indent: 0px;
	text-align: left;
	font-weight: normal;
}

div.wpng-widget-date-title {
	font-family: georgia, "times new roman", times, serif;
	font-variant: small-caps;
	font-weight: bold;
}