body {
	background: #daf2cd url(images/bg.gif) repeat top center;
	margin:0px;
	font: 13px Verdana, Arial, sans-serif;
	color:#3e6f22;
	line-height:18px;
}

#header {
	background: #ffffff url(images/header_bg.gif) repeat top center;
}

a:link {color:#d75f41; text-decoration:underline; font-style:bold;}
a:visited {color:#d75f41; text-decoration:underline;}
a:active {color:#ffa27f; text-decoration:none;}
a:hover{color:#d75f41; text-decoration:underline;}

.nav {
	margin-bottom:2px;
}

.contentbox-header {
	margin: 0px 0px 0px 0px;
}

.contentbox {
	background: #ffffff url(images/content_bg.gif) no-repeat bottom;
	margin: 0px 0px 0px 0px;
	padding:8px 8px 1px 8px;
	width:464px;
	text-align:left;
}

.sidebox-header {
	margin: 20px 0px 0px 0px;
}

.sidebox {
	background: #e6ffd8 url(images/side_bg.gif) no-repeat bottom;
	margin: 0px 0px 40px 0px;
	padding:8px 8px 1px 8px;
	width:196px;
	text-align:left;
}

p, form {
	margin: 0px 0px 12px 0px;
	padding:0px;
}

.image-right {
	margin:0px 0px 14px 14px;
	padding:0px 0px 0px 14px;
	float:right;
	border-left:1px solid #daf2cd;
}

blockquote {
	font: italic 13px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color:#5ca633;
	margin:8px 0px 0px 0px;
	padding:0px;
}

.footer {
	font: italic 11px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	color:#5ca633;
	margin: 30px 0px 50px 0px;
}

.newsdate {
	font: italic 12px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	text-align:right;
	color:#5ca633;
	margin:8px 12px 0px 0px;
}

.newsitem {
	margin:0px 0px 10px 0px;
	padding: 8px 8px 1px 8px;
	background-color:#ecfae3;
}

.newstitle {
	font: bold 14px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	margin:0px 0px 12px 0px;
}

.sectionbox {
	padding:8px;
	margin: 0px 0px 8px 0px;
	background-color:#ecffdf;
	vertical-align:center;
	display:block;
	cursor: pointer;
	
	/* IE hover fix,
	courtesy of http://www.vladdy.net/Demos/IEPseudoClassesFix.html */
	behavior: url('/IEFixes.htc');
}

.sectionbox:hover, .sectionbox.hover {
	background-color:#cbedb9;
}

/* fix to keep images from floating outside of the div,
taken from http://www.positioniseverything.net/easyclearing.html */
.sectionbox:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .sectionbox {height: 1%;}
/* End hide from IE-mac */

.sectionbox_img {
	margin-left:8px;
	float:right;
	border:solid 6px #ffffff;
}

.thumb {
	padding:8px;
	margin: 0px;
	background-color:#ecffdf;
	
	/* IE hover fix,
	courtesy of http://www.vladdy.net/Demos/IEPseudoClassesFix.html */
	behavior: url('/IEFixes.htc');
}

.thumb:hover, .thumb.hover {
	background-color:#cbedb9;
}


h1 {
	font: italic 20px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 0px 12px 0px;
	padding:0px;
}

h2 {
	font: italic 18px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 0px 4px 0px;
	padding:0px;
}

.entry-footer {
	font-size:10px;
	text-align:right;
}

.comment-footer {
	font-size:10px;
	text-align:right;
	padding-bottom:10px;
}

#comments-open {
	margin-top:16px;
}

.comment {
	background-color:#f4fff4;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
}

hr {
	border: 0;
	color: #daf2cd;
	background-color: #daf2cd;
	height: 1px;
	width: 100%;
	text-align: left;
	margin:18px 0px 22px 0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

