body, #primary{
	color:#444;
}
#header, #primary{
	background:#FFF;
}

#header .inside {
	/*background-image:url('../images/header.jpg');*/
	//height:131px;
	/*background-repeat:no-repeat;*/
}

#secondary{
	background:#fff;
}

body, #ancillary{
	background:#F3F0DD;
}
#ancillary{
	//border-top:1px solid #8f775b;
}


a, .story .details a, .story .details a:hover{
	color:#a0a12a;
}
.story .details a:hover{
	text-decoration:underline;
}
.story .details{ border-top:1px solid ##8F775B; }

h1 {
//font-weight: bold;
color:#000; 
}

h2, h3{ 
//font-weight: bold;
color:#c00; 
}

#primary h1, #primary h3 {
	font-size:2em;
	font-weight: bold;
}

#primary h2{ color:#333; }

blockquote{ color:#333; }

table th{ color:#FFF; background:#333; }
table td{ color:#000; background:#EAEAEA; }



.secondary .featured p{
	border-bottom:1px solid #8f775b;
	border-top: 1px solid #8f775b;
}
.secondary .featured dl{
	border-bottom:1px solid #8f775b;
}
.secondary dd a{ color:#a0a12a; }
.secondary dd a:hover{ color:#C00; }


.secondary .featured dt{
	color:#333;
}
#primary .story h2, #primary .primary h2, #primary .single-story .primary h3, .story h3, .story h3 a{
	color:#000;
}

#secondary{
	border-top:1px solid #8f775b;
}
.comment-head{
	border-bottom:1px solid #8f775b;
}

ul.dates, ul.counts, ul.blogroll li ul, ul.pages{
	border-top:1px solid #8f775b;
}
ul.dates li, ul.counts li, ul.blogroll li ul li, ul.pages li{
	border-bottom:1px solid #8f775b;
}
ul.dates .date, ul.counts .count{
	color:#7A7A7A;
}
ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#404040;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ color:#000; }

#footer{ color: #666; }
#footer a, #footer p.attributes a{
	color:#333;
}
#footer a:hover, #footer p.attributes a:hover{ color:#000; }


/* Images */

#footer .inside{
	background:url(white/footer.gif) 50% 0 repeat-x;
}
#search .searchimg{
	background:url(white/search.gif) 0 0 no-repeat;
}



.block ul {
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2dbc4;
}

.block ul li {
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2dbc4;
}

.block ul li .date {
        padding:0 1.5em 0 0;
        color:#000 ! important;
}

.block ul li a {
	color:#333 ! important;
	text-decoration:none;
}

.block ul li a:hover {
	color: #C00 ! important;
}

