body  {
	background: #E9E9E9 url(../images/home/bg.jpg) top repeat-x;
	color: #333;
	}
	
ul#topmenu li a {
	color: #223656;
	text-shadow: 1px 1px 0px #5F82A4;
	}
	ul#topmenu li a:active {
		position: relative;
		top: 1px; 
		}

ul#topmenu li a:hover {
	color: #B6D3EE;
	text-shadow: 1px 1px 0px #314D76;
	opacity:1;
	
	}
	
.topmenu_li_desc {
	color: #8096B7;
	}
	
h1#logo a {
	background: transparent url(../images/home/logo.png) no-repeat;
	}
	
.post_title h2 a {
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
	}
	.post_title h2 a:active {
		position: relative;
		top: 1px; 
		}
	
.post_title h2 a:hover {
	color: #466596;
	}
	
.when, .comment, .cat,
.when a, .comment a, .cat a {
	color: #999999;
	text-shadow: 1px 1px 0px #FFF;
	}
	
.when a:hover, .comment a:hover, .cat a:hover {
	color: #466596;
	}
	
.post_meta {
	color: #333;
	}
	
.homeentry {
	font: normal 12px/20px Verdana, Arial, sans-serif;
	width: 630px;
	margin: 0 0 0 160px;
	color: #333333;
	text-shadow: 1px 1px 0px #FFF;
	}
	
#footer {
	background: #333 url(../images/footer_bg.jpg) top repeat-x;
	}
	
	
/*-------------------------------------------*/

#basic-accordian {
	width: 100%;
	text-align: center;
	background-color: #292929;
	}
	
.accordion_headings {
	text-indent: -9999px;
	background: transparent url(../images/ads.jpg) no-repeat;
	width: 950px;
	height: 30px;
	margin: 0px auto;
	text-align: left;	
	display: block;
	cursor: pointer;
	}
	
.accordion_child {
	width: 948px;
	margin: 0px auto;
	text-align: left;	
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	}
		
.accordion_child p {
	border-bottom: 1px solid #232323;
	margin: 0 0 0 10px;
	padding: 10px 0;
	display: block;
	float: left;
	width: 150px;
	color: #3E3E3E;
	}
	
#basic-accordian .accordion_child p a {
	color: #666;
	}