/* Autum Color Theme */

body {
	background: #fafafa;
	color: #333;
	}

#header {
	background: #282923;
	}
	
#footer {
	background: #eee;
	}

#headerimg .description {
	color:#aaa;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	color: #333;
	}
	
#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
	color: #ddd;
	}	
	
h2, h3 {
	color: #333;
	}

small, strike {
	color: #aaa;
	}

code {
	border: 1px solid #eee;
	background: #fff;
	}

a {
	color: #B85B5A;
	border-bottom: 1px solid #E8C8C8;
	}

a:hover {
	color: #333;
	background: #E8C8C8;
	border-bottom: 1px solid #c47373;
	}

fieldset {
	border: 1px solid #ccc;
	}
	
legend {
	background: #ccc;
}

acronym, abbr {
	border-bottom: 1px dashed #ccc;
	}
	
blockquote {
	border-left: 4px solid #ddd;
	background:#eee;
	color: #666;
	}		

#pagemenu {	
	background: #ccc;
	border-top: 1px solid #ddd;
}

#pagemenu ul li.page_item a {
	color: #888;
	background:#eee;	
}	

#pagemenu ul li.page_item a:hover {
	color: #333;
	background: #fafafa;	
}

#pagemenu ul li.page_item { background: #ddd;}

#pagemenu #page-list li:hover {
		background:#eee;
	}
	
