/* Begin Typography & Colors */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", verdana;
	background: #009500;
	}
img { border: 0px; }

h2, h3 { margin-bottom: 3px; }
h2 { color: #67a938; }

h2 a, h3 a { color: #3b4f88; text-decoration: none;}
h2 a:hover, h3 a:hover { color: #000; text-decoration: none;}
h2 a:visited, h3 a:visited { color: #3b4f88; text-decoration: none;}

#header .background { width: 100%; background: #000 url('/images/blog/header_bg.jpg') center; }
#header .spacer { width: 100%; background: url('/images/blog/header_blue_spacer.jpg') repeat-x; }

#content { background: #fff;}
#footer { height: 265px; background: url('/images/blog/footer_long_bg.jpg') no-repeat center; }

#sidebar { margin-top: 150px; margin-left: 33px; width: 315px; float: right;}
#sidebar ul { padding-left: 0px; list-style: none;}
#sidebar ul li { padding-left: 0px; color: #4a4a4a; font-size: 12px; }
#sidebar ul li a { color: #4a4a4a; font-size: 12px; text-decoration: none;}
#sidebar ul li ul li { padding-left: 15px; margin-bottom: 7px; }
#sidebar .image-header { margin-bottom: 14px;}
#sidebar .search { padding-bottom: 7px; }
#sidebar .search .search-input { padding-top: 4px; padding-left: 4px; color: #6cad3d; border: 1px solid #b0d198; margin: 0px; font-size: 20px; height: 28px; width: 225px; margin-bottom: 5px; }
#sidebar hr {  border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	color: #fff;
	background-color: #fff;
	border-left: 0px;
	border-right: 0px;
	height: 4px;
	margin-top: 21px;
	margin-bottom: 21px;
}

#page { width: 610px; padding-left: 24px; background: none;}
#page .postmetadata { color: #aaaaaa; font-size: 12px; border-top: 1px solid #cbd9a7; padding-top: 7px; margin-top: 7px; margin-bottom: 41px; }
#page .postmetadata a { color: #aaaaaa; text-decoration: none; font-size: 12px; }

#page .navigation { margin-top: 24px; }
#page .navigation a { color: #666; text-decoration: none;}
#respond input, textarea { border: 1px solid #acbed0; background: #e2f3ff; }

.entry { line-height: 22px; font-size: 13px; }
.content-wrapper { margin: auto; width: 991px; }
.green-text { color: #6eaf3e; }
.grey-text { color: #4a4a4a;}
.white-wrapper { background: #fff;}
.social-media {  }
.date { color: #aaaaaa; }

.commentlist { list-style: none; padding-left: 0px; }
.commentlist li { margin-top: 14px; padding-top: 14px; border-top: 1px dotted #cbd9a7;}
.commentlist .author { margin-left: 14px; margin-top: 25px; color: #3c3c3c; font-size: 12px;}
.commentlist .author a { color: #3c3c3c; text-decoration: none;}
.commentlist .author .date { color: #8b8b8b; }
.commentlist p { margin: 0px;}
.commentlist .body { margin: 0px; background: #d8ffae; color: #577d3e; padding: 10px; font-size: 12px;}

#footer .content-wrapper { padding-top: 77px; color: #fdffb9;}
#footer .content-wrapper a { color: #fdffb9; text-decoration: none;}
#footer .karma { float: left; width: 635px;}
#footer .social { float: right; width: 314px; margin-right: 30px; }

