/*  white style */


/*  Images */
#top-out {
	background: url(white/bg_top.gif) repeat-x 0 0;
}
#header {
	background: url(white/bg_top_gradient2.jpg) no-repeat 0px 0;
	margin-top: -33px;
}
#middle-out-top { /* Background - Middle Top */
	background: #e0e0e0 url(white/bg_middle_out_top.gif) repeat 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(white/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#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 {
	background: url(white/bg_footer_gradient2.jpg) no-repeat 0 0;
}

/*  Colors */
a {
	color: #8bc53f;
}
#footer h2.widget_title {
	/*background: #855914;*/
	color: #855914;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #ece8da 5px solid;
	background: #ffffff;
	color: #613a00;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul#idTabs li a {
	background: #ece8da;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	background: #ece8da;
}
.Nav .on, .Nav a:hover {
	background: #dcdcdc !important;
}
#main-content .post h4.continue a:hover {
	/*background: #855914;*/
	text-decoration:underline
}
#copyright-out {
	background: #613a00;
}
#nav li ul li a {
	background: #3a3a3a;
	border-bottom: 1px solid #333333;
}
#footer-out {
	background: #f6f3e8;
	padding-bottom:-20px;
}



