/* Import all the css files needed  */

@import url("http://www.5healthytowns.org/css/tools.css");
@import url("http://www.5healthytowns.org/css/typo.css");
@import url("http://www.5healthytowns.org/css/forms.css");
@import url("http://www.5healthytowns.org/css/layout-navtop-subright.css");
@import url("http://www.5healthytowns.org/css/layout.css");


/* Here is a list of all the <DIV>s in Whiteboard. */

#container{}
#post{}
#postmeta{}
#postnavigation{}
#searchform{}
#sidebar{}

input#s {
	width:100px;
	color: #579340;
	font-weight: bold;
	background: #e7efc2;
	border: 3px solid #579340;
	margin: 0;
}

h1.post-title { /* Post titles displayed on single post pages  */

}

h2.post-title { /* Post titles displayed on home & archive pages  */
	margin-bottom: 0em;
}

div#top h2.byline {
	margin-top: 5px;
}


p.byline {
	font-size: .9em;
}

/* Meta Box */

	#postmeta{ /* Post info displayed on home, single post & archive pages  */
		background:#e7efc2;
		padding: 15px;
		font-size: .9em;
		margin-bottom: 1.5em;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;	
	}
	
	#postmeta p {
		margin-bottom: 0.25em;
	}
	
	#postmeta p.last {
		margin-bottom: 0em;
	}

/* Basic Text & Image Styles */

	blockquote {
			font-size: 1.3em;
			line-height: 1.3em;
	        margin: 0 0 .75em .75em;
	    }
	    
	blockquote blockquote {
		font-size: .9em;
		line-height: .9em;
			
	}
	
	img.alignleft {
		float:left;
		margin: 0 10px 10px 0;
	}
	
	img.alignright {
		float:right;
		margin: 0 0 10px 10px;
	}
	
	img.aligncenter {
		margin: 0 auto;
		display:block;
	}
	
	img.avatar {
		float:left;
		margin: 0 5px 15px 0;
	}



/* Author Archives Page  */

div.author-archive-pic {
	width:130px;
	float:left;
}

div.author-archive-info {
	width:230px;
	float:right;
	font-size: .9em;
}

div.author-archive-info p.author-email {
	margin-bottom: 0;
}




ul.children { /* Children category listing in sidebar  */
	margin-top: .25em;
	margin-bottom: 0;
	font-size: inherit;
	list-style: circle;
}

ol#commentlist {  /* Comment list formatting, displayed on single post pages  */
	margin-top: 1.5em;
}


ol#commentlist li {
	border-bottom: 1px solid black;
	margin-bottom: 1.5em;
}



div#page div#content div#calendar {padding-left: 40px;}
div#content h2 span#spacer{padding-left: 40px;}
div#content h2 {padding-top: 10px;}

