/* 
Theme Name: Green Sprouts
Theme URL: http://www.greensproutsfoundation.org/
Description: Custom theme.
Author: Colin O'Brien
Author URI: http://www.studiotaraz.com
Version: 1



/*  CSS Reset    */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, font, img, ins, kbd, q, s, samp, ol, ul, li,fieldset, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/*  CSS Reset    */


body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	color: #333;
}
body {
	background-image: url(images/bkgd-tile.jpg);
	background-repeat: repeat;
	margin-top: 30px;
}

/* -----structure -------*/

#header {
	width: 970px;
	height: 124px;
	background: url(images/sprouts-header.jpg) no-repeat;
	margin: 0 auto;
}

#wrap {
	width: 970px;
	margin: 0 auto;	
}

#content-wrap {
	width: 970px;
	background: url(images/content-bkgd.jpg) repeat-y white;
	float: left;
}

#content-wrap-glr {
	width: 970px;
	background: url(images/content-bkgd-glr.jpg) repeat-y white;
	float: left;
}

#content {
	width: 500px;
	float: left;
}


.sidebar-left {
	float: left;
	padding: 15px 10px 0 15px;
	width: 210px;
}

.sidebar-left p {
	margin: 0 10px 10px 10px;
	font-size: .9em;
}

html>body .sidebar-right {
	float: right;
	width: 200px;
	border-left:1px solid #999;
	margin:15px 10px;
}

.sidebar-right {
	float: right;
	width: 200px;
	border-left:1px solid #999;
	margin:15px 0px 15px 10px;
}

.sidebar-right ul {
	margin: 5px;
	padding:0;
}

.sidebar-right img, .sidebar-left img {
	padding: 5px 10px;
}

.sidebar-right .textwidget img {
	margin: 0px auto;
	display: block;
}

.sidebar-right ul li ul {
	margin: 10px;
}

#subnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}


.rmsg li {
	display: inline;
	text-align: center;
	padding: 0 3px;
}

#subnavRMSG a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#subnav a, #subnav a:visited, #subnavRMSG a, #subnavRMSG a:visited {
	color: #3f4935;
}

#subnav a:hover, #subnavRMSG a:hover {
	color: #e38006;
}

#subnav ul {
	padding: 0;
	margin: 5px 0 15px 10px;
}

#subnavRMSG ul {
	padding: 0;
	margin: 5px 0 15px 10px;
}

#subnav ul li {
	margin: 0 0 5px 0;
}

#subnavRMSG ul li {
	margin: 0 0 0px 0;
}

#footer {
	clear: left;
	width: 970px;
	height: 100px;
	background: url(images/footer-bkgd.jpg) no-repeat;
	float: left;
}

#footer-glr {
	clear: left;
	width: 970px;
	height: 100px;
	background: url(images/footer-bkgd-glr.png) no-repeat;
	float: left;
}

#footer-glr p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	color: #CFC9A0;
	margin: 40px 0 0;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	color: #CFC9A0;
	margin: 40px 0 0;
}

.post {
	padding:15px;
}

.post p {
	line-height: 140%;
}

.breadcrumb {
	font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	padding: 10px 0 0 15px;
}

.breadcrumb a, .breadcrumb a:visited {
		color: #999;
}

.breadcrumb a:hover {
	color: #3f4935;
}

.comments_reply {
	background: #EBFFE7;
	margin: 25px 0 0 0;
	padding: 20px;
	
}

#comments {
	border-top: 1px dotted #72461b;
	padding: 10px 0 0;
}




	
/*-------Typography ------------*/


h1 {font-size: 2.4em; font-family: Arial, Helvetica, sans-serif; color:#72461b; font-weight: bold;}
h2 {font-size: 1.5em; font-family: Arial, Helvetica, sans-serif; color:#72461b; font-weight: bold;}
h3 {font-size: 1.3em; font-family: Arial, Helvetica, sans-serif; color:#72461b; font-weight: bold;}
h4 {font-size: 1em; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; color:#72461b; font-weight: bold;}
h2.story {margin: 0 0 10px 0;}
h2.title {border-bottom: 1px dotted #72461b; margin: 0 0 20px 0}
h1.tag {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 1.35em; color: #3f6518; padding: 10px 0 15px 0; font-weight: normal;}

.homeh {display: none;}
.hidden {display: none;}

a.homelink {display: block; width: 190px; height: 95px; position: relative; top:20px; left: 20px; float: left;}

.sidebar-right h2, .sidebar-left h2, subnavRMSG h2 {font-size: 1.2em; border-bottom: 1px dotted #888; margin: 10px; }

.sidebar-left ul {margin:0px;}

p {
	margin-bottom: 1em;
}

a:link, a:visited {
	color:#e38006;
	text-decoration: none;
}

a:hover {
	color:#72461b;
}

ul {
	margin: 5px 10px 10px 15px;
	list-style-type: none;
}

ul li { 
	list-style-type: none;
}

ol {
	margin: 0 0 0 25px;
}

blockquote {
	margin: 15px ;
	border-left: 4px solid #72461b;
	background: #f6f6d6;
	padding: 10px;
	font-style: italic;
}

cite {
	margin-left: 15px;
	font-style: italic;
}

.post ul, .post ol {
	margin: 0 0 15px 25px;
	}

.post ul li {
	list-style-type: disc; 
}

.postinfo, #commentform small {
	font-size: .8em;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

.postmeta p, #commentform p, .comments_meta p {
	font-size: .8em;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

.comment_text p {
	font-size: .9em;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

img a {
	border: none;
}

.alignleft,
img.alignleft {
	float: left;
    margin: 0 1.3em 2px 0;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin: 0 0 2px 1.3em;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

.wp-polls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.wp-polls p {
	margin: 10px;
}
	
.wp-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #888;
	text-align: center;
	font-weight: bold;
}

.blogroll {
	margin: 0 0 10px 15px;
}

.blogroll p {
background:url(images/dropdownlinks.png) 0 0 no-repeat;
width:175px;
height:26px;
text-indent:-9999px;
}

.blogroll ul {
width:171px;
background:#faf5e2;
border:2px solid #b2bda9;
border-width:0 2px 2px;
padding:0;
list-style-type:none;
font-size: .9em;
font-family: Arial, Helvetica, sans-serif;
}

.blogroll li {
	padding: 0px;
}
 
.blogroll ul a, .blogroll ul a:visited {
display:block;
width:163px;
padding:4px;
text-decoration:none;
color:#4c634b;
font-weight:normal;
}
 
.blogroll ul a:hover, .blogroll ul a:active {background:#4c634b; color:#faf5e2;}

.blogroll p, .blogroll ul {margin:0;}

.blogroll {
width:175px;
height:26px;
overflow:hidden;
}

.blogroll:hover {overflow:visible;}

.blogroll {position:relative;}

.blogroll ul {
position:absolute;
left:0;
top:26px;
}




/*--------comments -----------------*/

#comment {
	width: 430px;
}

/*------searchform -------*/

#searchform {
	width: 282px;
	height: 26px;
	float: right;
	margin: 40px 20px 0 0;
	background-image:url(images/search.jpg);
}

#searchform #s {
	background: transparent;
	border: 0;
	padding: 5px 0 0 5px;
	color: #999;
	width: 180px;
}

#searchbox {
	padding: 5px 5px 5px 9px;
	border: none;
}

#searchsubmit {
	padding: 0px;
	margin: 0px;
}



/*------------dropdown menu ------------*/



#dropmenu li ul li a {
	line-height: 1em;
}

#dropmenu, #dropmenu ul {
	margin:0 8px 0 0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 
	width:100%; 
	font-weight:bold;
	width: 730px;
	float: right;
	top: 28px;
	text-transform: uppercase;
	
	}
#dropmenu a {
	display:block; 
	padding:0.5em 1em .75em; 
	color:#faf5e2; 
	text-decoration:none; 
	}
#dropmenu a:hover {background: url(images/nav-over.jpg) repeat-x; color:#faf5e2;}
#dropmenu li {float:right; position:relative;}
#dropmenu ul {position:absolute; display:none; width:150px; top:29px;  border-left: 1px solid #857b5e; border-right: 1px solid #857b5e; border-bottom: 1px solid #857b5e; border-top: 1px solid #72451b;}
#dropmenu ul a {background-color:#faf5e2; color:#3f4935; font-family: Arial, Helvetica, sans-serif; text-transform:none; font-weight:normal; font-size:.9em; float:left;
}
#dropmenu li ul { width:150px;}
#dropmenu li ul a {width:124px; height:auto; float:left; }
#dropmenu li ul a:hover {background: #72461b; background-image: none;}

#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:150px; margin:0px 0 0 0px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}



.post ol.cf-ol {
	padding: 0;
	margin: 0 0 0 -25px;
}





/*
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:#fff; font-weight:bold;}
#dropmenu a {display:block; padding:0.25em 1em; color:#686868; border-right:1px solid #c8c8c8; text-decoration:none; background:#fff;}
#dropmenu a:hover {background:#888; color:#fff;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}
#dropmenu ul a {border-left:1px solid #c8c8c8;}
#dropmenu li ul {border-top:1px solid #c8c8c8; width:14.1em;}
#dropmenu li ul a {width:12em; height:auto; float:left;  border-bottom:1px solid #c8c8c8;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

*/








