body{
	color:#444;
}
#header, #primary{
	/*background:#FFF;*/
	background:#ECE9D8;
	color:#202020;
}

#secondary{
	/*background:#F3F3F3;*/
	background:#94B8C5;
}

body, #ancillary{
	/*background:#D8D8D8;*/
	background:#25211E;
	color: #000;
}
#ancillary{
	color: #CCC;
}
#ancillary h2 {
	color: #F34105;
}
#ancillary a.post-edit-link {
	color: #F34105;
}
#ancillary a {
	color: #CCC;
	text-decoration:none;
}
#ancillary a:hover {
	color: #FFF;
	text-decoration:underline;
}

a, .story .details a{
	text-decoration:underline;
	color:#202020;
}
a:hover, .story .details a:hover {
	color:#404040;
}
.story .details{ border-top:1px solid #7F7F7F; }

h1, h2, h3{
 color:#202020; 
}

#primary h2{ color:#333; }

blockquote{ color:#333; }

table th{ color:#FFF; background:#333; }
table td{ color:#000; background:#EAEAEA; }

#header h2{
  border-right:1px solid #7F7F7F; 
}
#header h2 a{ 
  color:#F34105;
}
.secondary dd a:hover {
	color: #000;
}
.secondary .featured {
  border-top: 1px solid #CCC;
}
.secondary .featured p{
	border-bottom:1px solid #CCC;
	border-top: 1px solid #CCC;
}
.secondary .featured dl{
	border-bottom:1px solid #CCC;
}
.secondary .featured dt{
	color:#333;
}
#primary .story h2, #primary .primary h2, #primary .single-story .primary h3, .story h3, .story h3 a{
	color:#333;
}

#secondary{
	border-top:1px solid #E3E3E3;
}
.comment-head{
	border-bottom:1px solid #E3E3E3;
}

ul.dates, ul.counts, ul.blogroll li ul, ul.pages{
	border-top:1px solid #C2C2C2;
}
ul.dates li, ul.counts li, ul.blogroll li ul li, ul.pages li{
	border-bottom:1px solid #C2C2C2;
}
ul.dates .date, ul.counts .count{
	/*color:#7A7A7A;*/
	color:#202020;
}
#ancillary ul.dates .date, #ancillary ul.counts .count{
	/*color:#7A7A7A;*/
	color:#CCC;
}
ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	/*color:#404040;*/
	color:#202020;
	text-decoration: underline;
}
#ancillary ul.dates a, #ancillary ul.counts a, #ancillary ul.blogroll a, #ancillary ul.pages a{
	/*color:#404040;*/
	color:#CCC;
}
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:#404040;
	text-decoration: underline;
}
#ancillary ul.dates a:hover, #ancillary ul.dates a:hover .date, #ancillary ul.counts a:hover, #ancillary ul.counts a:hover .count, #ancillary ul.blogroll a:hover, #ancillary ul.pages a:hover{ 
	/*color:#000; */
	color:#FFF; 
}
#footer a, #footer p.attributes a{
	/*color:#333;*/
	color:#CCC;
}
#footer a:hover, #footer p.attributes a:hover{ color:#FFF; }


/* Images */

#footer .inside{
	background:url(white/footer.gif) 50% 0 repeat-x;
}
#search .searchimg{
	background:url(white/search.gif) 0 0 no-repeat;
}
