/* white styles in style.css */

html {
	background: #fff ;
}

#header{
	background:url(white/header.jpg) no-repeat;
}

/*
#menu ul {
	background-color:#fff;
}

#menu ul li.current_page_item a ,#menu ul li a:hover{
	background: url(white/menu_button.png) no-repeat right top;
}

#menu ul li.current_page_item a span ,#menu ul li a span:hover {
	background: url(white/menu_button.png) no-repeat left top;
}
*/
#menu ul li a {
	background:url(white/menubg.png) no-repeat;
}

.post-content h1 a ,.post-content h2 a{
	color: #422721;
}

.post-meta {
	border-right:1px solid #ffc600;
	color:#2b1a16;
}

.post-meta h4.comments {
	background: url(white/commnetsmetabg.png) no-repeat;
}
h4.author{
padding:5px 0 10px 0;
}

h4.author ,h4.author a{
	word-spacing:2px;
	font-size:11px;
	color:#ff9c00;
}
h4.author a{
text-decoration:underline;
}

.post-content a span.read_more {
	color: #b40000;
}
.post-content a:hover span.read_more {
	color: #4A0000;
}


h2.arh {
	background: #FFFFEE url(white/arhbg.png) no-repeat right;
	border-bottom: #D7D7D7 1px solid;
	border-top: #D7D7D7 1px solid;
}


#footer a {
	color: #CCCCCC;
}

#footer a:hover {
	font-weight:bold;
	/*color: #FFFFFF;*/
}