/*
roasted-chicken
#A25720: reddish brown
#BA883F: brown
#932B0E: maroon
#EFD392: tan
#8FB467: green
#73924E: dark green
*/

body { background-color: #BA883F; }

a:link, a:visited { color: #932B0E; }
a:hover, a:active { color: #BA883F; }

/*Header*/
.header { background-color: #A25720; color: #EFD392; }
.header a:link, .header a:visited, .header a:hover, .header a:active { color: #EFD392; }

/*Links*/
.links { border: 1px solid black; background-color: #73924E; color: #EFD392; }
#current { background-color: #A25720; color: #EFD392; }
.links a:link, .links a:visited { color: #EFD392; }
.links a:hover, .links a:active { background-color: #A25720; color: #EFD392; }

/*Sidebar*/
#sidebar { border: 1px solid black; background-color: #73924E; color: #EFD392; }
#sidebar a:link, #sidebar a:visited { color: #EFD392; }
#sidebar a:hover, #sidebar a:active { background-color: #A25720; color: #EFD392; }
#newer a:hover, #newer a:active { background-color: #73924E; color: #EFD392; }
#older a:hover, #older a:active { background-color: #73924E; color: #EFD392; }

/*Main content*/
#content { border: 1px solid black; background-color: #EFD392; color: #932B0E; }

/*Footer*/
.footer { background-color: #8FB467; color: #932B0E; }
.footer a:link, .footer a:visited { color: #932B0E; }
.footer a:hover, .footer a:active { color: #EFD392; }
.rss a:link, .rss a:visited { color: #932B0E; }
.rss a:hover, .rss a:active { color: #EFD392; }