@import url(layout.css);

/*
color scheme: adapted from Bujumbura by Nemoflow @ Color Scheme Gallery
*/

a, a:visited {
	color: #be420e;
}
a:hover, a:active, .active {
	color: #79051b;
}
body {
	color: #000;
	background-color: #6b4e2e;
}
td, .blogbody {
  background-color: #d5d5d5; /* gray */
}
th {
	border-bottom: 1px solid #6b4e2e; /* same as body */
}
button, input, textarea {
	background-color: #dcdcdc; /* lighter gray */
	border: 1px solid #6b4e2e; /* same as body */
}


/* structural tags */

#main {
	background-color: #C7C09E;
}

#toplinks {
	color: #fff;
	background-color: #4197e3;
}
#toplinks a, #toplinks a:visited {
	color: #fff;
}
#toplinks a:hover, #toplinks a:active {
	color: #79051b;
}

#tablinks, #navlinks {
	background-color: #a5be0e;
	border: 1px solid #6b4e2e; /* same as body */
}
#tablinks li.active {
	background-color: #C7C09E; /* same as #main bgcolor */
	border-bottom: 1px solid #C7C09E; /* same as #main bgcolor */
	border-top: 1px solid #6b4e2e; /* same as body */
	border-left: 1px solid #6b4e2e; /* same as body */
	border-right: 1px solid #6b4e2e; /* same as body */
}
#navlinks select {
	background-color: #a5be0e;
}

#comments td.subject, #comments td.name {
	background-color: #dcdcdc; /* lighter gray */
}
