body{
	color:#444;
}
#header{
	background:#000;
	background-image: url(../images/back.gif);
}

#primary {
	background-color: #222;
	background-repeat: repeat-x;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	padding-top: 25px;
}

#secondary{
	background:#333;
}

body, #ancillary{
	background:#111;

}

a, .story .details a, .story .details a:hover{
	color: #ea4157;
}

div.formactions {
	height: 30px;
}
.story .details a:hover{
	text-decoration:underline;
}
.story .details{ border-top:1px dotted #555; }

h1, h2, h3{ color:#ffff; }

#primary h2{ color:#666; }

blockquote{ color:#333; }

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

#header h2{ border-right:1px solid #7F7F7F; }
.secondary dd a:hover {
	color: #000;
}
.secondary .featured p{
	border-bottom:1px solid #333;
	border-top: 1px solid #333;
}
.secondary .featured dl{
	border-bottom:1px solid #333;
}
.secondary .featured dt{
	color:#666;
}
#primary .story h2, #primary .primary h2, #primary .single-story .primary h3, .story h3, .story h3 a{
	color:#333;
}

#secondary{

}
.comment-head{
	border-bottom:1px dotted #000;
}

ul.dates, ul.counts, ul.blogroll li ul, ul.pages{
	border-top:1px solid #666;
}
ul.dates li, ul.counts li, ul.blogroll li ul li, ul.pages li{
	border-bottom:1px solid #555;
}
ul.dates .date, ul.counts .count{
	color:#7A7A7A;
}
ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#404040;
	text-decoration: none;
}
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 a, #footer p.attributes a{
	color:#333;
}
#footer a:hover, #footer p.attributes a:hover{ color:#000; }


/* Images */

#footer .inside{

}
#search .searchimg{
	background:url(/images/search.gif) 0 0 no-repeat;
}


