/*  green style */


/*  Images */
#top-out {
	background: url(green/bg_top.gif) repeat-x 0 0;
	height:268px;
}

#middle-out-top { /* Background - Middle Top */
	background: #003300;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: #003300;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(green/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(green/bg_middle_content.gif) repeat-y;
	width:990px;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(green/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(green/bg_middle_top.gif) no-repeat 0 0;
	width: 924px;
}
#footer {
	background: url(green/bg_middle_out_bottom.gif) repeat-x #003300;
}

/*  Colors */
a {
	color: #207020;
}
#footer h2.widget_title {
	background: url(green/sidebartitle.gif) repeat-x center #471860;
	color: #ffffcb;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #471860 5px solid;
	background: #FFF;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul#idTabs li a {
	background: url(green/sidebartitle.gif) repeat-x #003300;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	background: #471860;
}
.Nav .on, .Nav a:hover {
	background: #003300 !important;
}
#main-content .post h4.continue a:hover {
	background: #398639;
}
#copyright-out {
	background: #471860;
}
#nav li ul li a {
	background: #2d3409;
	border-bottom: 1px solid #262b08;
}
#footer-out {
	background: url(green/bg_middle_out_bottom.gif) repeat-x #003300;
}

/* jims pic */

#jimtalbott { 
	background:url(green/jimtalbott.png) no-repeat;
	
	position: absolute;
	left: 700px;
	top:-1px;
	width:244px;
	height:193px;
}

