/* ------[ Style Adjustments for Gray Color Scheme ]-------- */

body {
	background-color: #e5e5e5;
	background-image: url(images/gray/bodybg.gif);
	}

#head-content {
	background-color:#999;
	background-image: url(images/gray/headbg.gif);
	}

#page-top {
	background-image:url(images/gray/wrap-top.gif);
	} 

#topnav li {
	background:url(images/gray/navbg-black.gif) bottom center no-repeat;
	}

#topnav li a:hover, #topnav li a:active, #topnav li ul {
	background: #bbb;
	}

#topnav li ul a:hover, 
#topnav li ul a:active,
#topnav li.current_page_item ul a:hover, 
#topnav li.current_page_item ul a:active,
#topnav li ul li.current_page_item a { 
	background-image:none;
	background:#aaa !important;
	}

.widgettitle, .content-col1 h2, li.title h2, h1.archive-title {
	background: #999;
	}

#sidebar li ul.tabs li a, #sidebar li ul.tabs li a:link, #sidebar li ul.tabs li a:visited {
	border: 1px solid #999;
	border-bottom: 0;
	background: #999;
	}

#sidebar li ul.tabs li a:hover, #sidebar li ul.tabs li a:active {
	background: #bbb; 
	border: 1px solid #bbb;
	border-bottom: 0;    
	}

#sidebar li ul.tabs li a.on {
	background:#eee;
	border: 1px solid #ddd;
	border-bottom: 0; 
	}

#footer {
	background:#999;
	}







