/*  white style */

/*  rj specific styles */
body {
	background-image: url(white/back.gif);
	background-color: #85AD21;
	background-repeat: repeat-y;
	background-position: center;
}

.menu p {
	color:#FFFFFF;
	font-size: 11px;
	line-height: 17px;
}
.menu a, .menu a:visited {
	color: #FFFFFF;
	border-bottom: none;
}
.menu a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}
.tableHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.tableFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}
.footer {
	color: #999999;
}

a {
	color: #648d1e;
}


/*  Images */

/*#top-out {
	background-image: url(white/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
}*/
#middle-out-top { /* Background - Middle Top */
	background-image: url(white/back.gif);
	background-color: #85AD21;
	background-repeat: repeat-y;
	background-position: center;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background-image: url(white/back.gif);
	background-color: #85AD21;
	background-repeat: repeat-y;
	background-position: center;
}
#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.gif) no-repeat 0 bottom;
}
#content {
	background: url(white/bg_middle_content.gif) repeat-y;
}
#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(white/bg_page_full.gif) repeat-y;
}
#content.full {
	background: url(white/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(white/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}

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



