/*
Theme Name: sprout
Theme URI: http://www.peoplesgardennyc.org
Description: Simple theme created for Peoples Garden NYC with wide header and left navigation. clean and basic.
Author: Travis Melvin
Author URI: http://www.travismelvin.com
Verson: 1.1
*/


* {
	margin:0;
	padding:0;
	}

body {
	background-color:#ffffff;
	font:12px Tahoma, Arial, Verdana;
	color:#555555;
}
a {
	color:#6A95AD;
	text-decoration:none;
	}
a:hover {
	color:#175A24;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:1030px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;

	}
#header {
	height:235px;
	background-image:url(images/header-logo-225.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	}
	
	
#sidebar {
	float:left;
	text-align:left;
	width:250px;
	padding:10px;
	border:1px solid #efefef;
	color:#666666;
	}
#content {
	margin-left:300px;
	padding-top:10px;
	width:600px;
	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:10px;
	text-align:center;
	line-height:14px;
	color:#999999;
	font-weight:bold;
	}
	




/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.5em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight:bold;
	font-size:1.8em;
    padding-top:10px;
	}
	
h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding-top:30px;
	margin-left:230px;
	}
h3 a {
	color: #006699;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
/* Sidebar */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 7px 0 15px 0px;

	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 5px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 500px;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.clear {
	clear:both;
}
