/*  white style */


/*  Images */
#top-out {
	background: url(white/bg_top.gif) repeat-x 0 0;
}
#header {
	background: url(white/bg_top_gradient.gif) no-repeat 60px 0;
}
#middle-out-top { /* Background - Middle Top */
	background: #e0e0e0 url(/wp-content/uploads/2009/01/bg.gif) ;
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(white/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(white/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(white/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(white/bg_middle_top.gif) no-repeat 0 0;
}
#footer {

}

/*  Colors */
a {
	color: #648d1e;
}
#footer h2.widget_title {
	background: #767872;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #d3d3d3 5px solid;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul#idTabs li a {
	background: #767676;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	background: #838383;
}
.Nav .on, .Nav a:hover {
	background: #838383 !important;
}
#main-content .post h4.continue a:hover {
	background: #607125;
}
#copyright-out {
	background: #252525;
}
#nav li ul li a {
	background: #3a3a3a;
	border-bottom: 1px solid #333333;
}
#footer-out {
}



