/*
Theme Name: Teach Green
Theme URI: http://teachgreen.gmblogs.com
Description: Teach Green
Version: 1.0
Author: Dan Nixon at MS&L Digital, Ann Arbor, MI
Author URI: http://mslworldwide.com/
*/

/* ----- RESET (based on the work of Richard Clark - http://richclarkdesign.com) ----- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video,summary,figcaption{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
input,select{vertical-align:middle;}
/* ----- /RESET ----- */

html{
	color:#5a5651;
	background:#f7f2ed url(images/body-bg-green.jpg) no-repeat 50% 0;
}
body{
	font:14px/1.3333 Georgia, "Times New Roman", Times, serif;
	width:860px;
	margin:0 auto;
	overflow:auto;
	padding-bottom:1em;
}
a:link, a:visited{
	color:#69964b;
	text-decoration:none;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover, a:active, a:focus{
	color:#476633;
}
img{
	border:1px solid #d6d4c7;
}
p, ul, ol{
	margin:0 0 1.5em;
}
li{
	margin:0 0 0.5em;
}
h1, h2, h3, h4, h5{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height:1;
	margin:0 0 0.6667em;
	padding-bottom:0.5em;
	border-bottom:1px dashed #e4e1c1;
}
h1{
	font-size:1.2587em;
}
h2{
	font-size:1.1249em;
}
h3, h4, h5{
	font-size:1em;
}
.alignleft{
	float:left;
	margin:0 0.5em 0.25em 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright{
	float:right;
	margin:0 0 0.25em 0.5em;
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
#masthead{
	position:relative;
	height:150px;
	z-index:2;
}
#masthead h1{
	padding:0;
	margin:0;
	border-style:none;
}
#masthead h1 a{
	display:block;
	width:365px;
	height:81px;
	position:absolute;
	top:35px;
	left:10px;
	overflow:hidden;
	text-indent:-1000em;
	background:url(images/header-teach-green.png) no-repeat 0 0;
}
#masthead h2{
	display:none;
}
#masthead .about{
	width:520px;
	padding:18px 114px 18px 18px;
	margin:0 0 0.25em;
	background:url(images/blog_bg_repeat.jpg) repeat-y 50% 50%;
	border:1px solid #d6d4c7;
	-webkit-border-top-left-radius:0.6667em;
	-webkit-border-top-right-radius:0.6667em;
	-moz-border-radius-topleft:0.6667em;
	-moz-border-radius-topright:0.6667em;
	border-top-left-radius:0.6667em;
	border-top-right-radius:0.6667em;
}
.about h3{
	font-size:18px;
}
.about p{
	color:#69964b;
	font:bold 0.9286em "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaves{
	width:163px;
	height:186px;
	position:absolute;
	top:122px;
	left:539px;
	background:url(images/leaves.png) no-repeat 0 0;
	z-index:5;
}

.hfeed{
	width:652px;
	float:left;
	border-left:1px solid #d6d4c7;
	border-right:1px solid #d6d4c7;
	border-bottom:1px solid #d6d4c7;
	-webkit-border-bottom-left-radius:0.6667em;
	-webkit-border-bottom-right-radius:0.6667em;
	-moz-border-radius-bottomleft:0.6667em;
	-moz-border-radius-bottomright:0.6667em;
	border-bottom-left-radius:0.6667em;
	border-bottom-right-radius:0.6667em;
}
.article:first-child{
	-webkit-border-top-left-radius:0.6667em;
	-webkit-border-top-right-radius:0.6667em;
	-moz-border-radius-topleft:0.6667em;
	-moz-border-radius-topright:0.6667em;
	border-top-left-radius:0.6667em;
	border-top-right-radius:0.6667em;
	border:1px solid #d6d4c7;
	width:616px;
	margin:-0.6667em 0 2.5em -1px;
}
.article{
	background:url(images/blog_bg_repeat.jpg) repeat-y 50% 50%;
	border-top:1px solid #d6d4c7;
	padding:18px;
	margin-bottom:2.5em;
	position:relative;
	zoom:1;
}
.article .header{
	margin:0 0 1.5em;
	border-bottom:1px solid #e9e7df;
}
.article .header img{
	display:block;
	float:left;
}
.article .header h1{
	border-style:none;
}
.article .header h1, .article .header .meta{
	margin-left:65px;
}
.article .header h1{
	margin-bottom:0.3333em;
}
.page .header h1{
	margin-left:0;
}
.header h1.entry-title-first {
	margin-right: 90px;
}
.article .header .meta{
	color:#9d9b99;
	font-size:0.9286em;
	margin-bottom:0.5em;
}
.entry-content{
	margin-bottom:3.5em;
}
.entry-content ul, .entry-content ol{
	padding-left:1.6667em;
}
.article .footer{
	background:url(images/article-bottom.png) no-repeat 50% 100%;
	width:616px;
	padding:1em 18px 0;
	height:65px;
	position:absolute;
	bottom:-29px;
	left:0;
	text-align:center;
	border-top:1px solid #e9e7df;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.article .footer ul, .article .footer li{
	margin:0;
}
.article .footer .comment_count{
	width:33px;
	height:30px;
	padding-top:5px;
	margin-top:-0.5em;
	text-align:center;
	background:url(images/comments.gif) no-repeat 50% 50%;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.article .footer ul{
	float:right;
	list-style:none;
	padding:0;
}
.article .footer li{
	float:right;
	height:40px;
}
.twitter, .addthis{
	padding-top:3px;
}
.article .footer .share .addthis{
	margin-right:30px;
}
.page_title{
	padding:18px;
	margin:0;
	background:#e9e7df;
	border:1px solid #d6d4c7;
	border-bottom-width:0;
	-webkit-border-top-left-radius:0.6667em;
	-webkit-border-top-right-radius:0.6667em;
	-moz-border-radius-topleft:0.6667em;
	-moz-border-radius-topright:0.6667em;
	border-top-left-radius:0.6667em;
	border-top-right-radius:0.6667em;
	width:616px;
	margin:-0.6667em 0 0 -1px;
}
.page_title h1{
	font-size:1.5em;
	border-style:none;
}
.page_title h2, .page_title h3, .page_title h4, .page_title h5{
	border-style:none;
}
.page_title p{
	margin-bottom:0.5em;
}
ul.link_list{
	list-style:none;
	padding:0;
}
.wp-pagenavi{
	color:#b2b2b1;
	border-top:1px dashed #e4e1c1;
	border-bottom:1px dashed #e4e1c1;
	font:bold 0.8571em "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding:0.25em 0;
	margin:0 auto 1.5em;
	text-align:center;
}
.wp-pagenavi .pages{
	margin-right:2em;
}
.wp-pagenavi a, .wp-pagenavi .current{
	margin:0 1em;
}
.wp-pagenavi .current{
	color:#404040;
	background-color:#b2b2b1;
	padding:0.25em 0.5em;
}
.discussion{
	padding:0 18px 18px;
}
.comments, .comments ul{
	list-style:none;
}
.comments .avatar{
	float:left;
	margin:0 0.6667em 0 0;
}
.comment_body{
	background:#fff;
	margin:0 0 0.5em 65px;
	padding:0.5em 0.5em 1px;
	-moz-box-shadow:0 0 4px #d6d4c7;
	-o-box-shadow:0 0 4px #d6d4c7;
	-webkit-box-shadow:0 0 4px #d6d4c7;
	box-shadow:0 0 4px #d6d4c7;
}
.comment_meta{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #e4e1c1;
	padding-bottom:0.6667em;
	margin-bottom:0.6667em;
}
.comment_meta .reply{
	font-weight:bold;
	text-transform:uppercase;
	float:right;
}
.comment_meta cite{
	font-style:normal;
	display:block;
	color:#7a7a7a;
	font-weight:bold;
}
.comment_meta cite a:link, .comment_meta cite a:visited{
	color:#7a7a7a;
}
.comment_meta .published:link, .comment_meta .published:visited{
	color:#b5b5b5;
	font-size:0.7857em;
}
.comment_content{
	font-size:0.8571em;
}
.children{
	margin-left:35px;
}
#commentform label{
	display:block;
	font:bold 0.8571em "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#commentform input[type=text], #commentform textarea{
	font:1em Georgia, "Times New Roman", Times, serif;
	border:1px solid #d6d4c7;
}
#commentform input[type=text]{
	width:198px;
}
#commentform textarea{
	width:380px;
}
#commentform div{
	float:left;
	width:200px;
	margin-right:2em;
}

.aside{
	width:190px;
	padding-top:200px;
	float:right;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.aside ul{
	list-style:none;
}
.aside h4{
	font-size:1.2587em;
}
.aside .education{
	display:block;
	overflow:hidden;
	text-indent:-1000em;
	width:189px;
	height:63px;
	background:url(images/education-logo.png) no-repeat 0 0;
	margin:0 0 1.5em;
}
#searchform{
	margin:0 0 1.5em;
}
.aside label{
	display:none;
}
.aside input{
	border:1px solid #d6d4c7;
	width:180px;
	background:#fff;
	font:0.8571em "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding:2px;
}
#searchsubmit{
	display:none;
}
.aside li{
	margin-bottom:0.3333em;
	font-size:0.9286em;
}
.author-list li{
	display:inline;
}
.author-list li a{
	margin-right:0.25em;
}
.aside select{
	margin:0 0 2.5em;
}
.site_footer{
	clear:both;
	text-align:center;
	font:0.7851em "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-top:1.5em;
}
.site_footer li{
	display:inline;
}
.site_footer img{
	border-style:none;
	margin:0 0.6667em;
}

