/* @override 
	http://www.napawritersconf.org/styles/colors.css
	http://writecon.local/styles/colors.css
*/
body {
	background: white;
	/*background: url(/bg/sky.jpg) fixed repeat-x;*/
}
body, #header #the, #nav a {
	color: #333440;
}
#content {
	background: white;
}
/* @group Links */
a:link, a:visited {
	color: #981e1e;
}
a:visited {
	color: #651414;
}
a:hover, a:focus, #header a:hover, #nav a:hover {
	color: #3f467f;
	background-color: #e4e7ff;
}
a:link img, a:visited img {
	outline-color: #3f467f;
}
a.edit {
	color: #067f2e;
}
a.edit:hover {
	background-color: #a6ffc4;
}
/* @end */
/* @group Nav */
#nav > li {
	background: white;
}
#nav ul {
	/*background: #fafae5;*/
}
#nav a {
	/*color: #737680;*/
}
#nav ul a:hover {
}
#nav a:hover, #nav a:focus {
}
#nav .current_page_item	a, #nav .current_page_item a:hover {
	background-color: #d8def1;
	/*color: #808073;
	background-color: #E6E6CF;*/
}
/* @end */
/*	Headings should be a little lighter than others */
h1, h2, h3, h4, #header h1 a, dt {
	color: #2c3040;
}
.sub, .updated, .time, .caption {
	color: #7e7e7e;
}
h1, h2, h3, h4, fieldset, li, dd, dt {
	border-color: #E5E5E5;
}
#search-results ins {
	color: #ccc;
}
#search-results strong {
	background-color: #FFFFBF;
/* orange: #FFA080 */
}