/*  grey style */


/*  Images */
#top-out {
	background: url(grey/bg_top.gif) repeat-x 0 0;
}
#header {
	
}
#middle-out-top { /* Background - Middle Top */
	background: #FFFFFF url(grey/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(grey/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(grey/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(grey/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(grey/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(grey/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	
}

/*  Colors */
a {
	color: #838c1c;
}
.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: #848D1E;
}
.Nav .on, .Nav a:hover {
	background: #838383 !important;
}
#main-content .post h4.continue a:hover {
	background: #607125;
}
#copyright-out {
	background: #000000;
}
#nav li ul li a {
	background: #3a3a3a;
	border-bottom: 1px solid #333333;
}
#footer-out {
	background: #ffffff;
}



