/*
Color Scheme:
#540909
#8E130C
#BA2325 rgba(186, 35, 37, 0.)
#A31F21 rgba(163, 31, 33, 0.)
#DCE0D9
*/
@import url(mother.css);
body {
	background-color: #540909;
	color: #DCE0D9;
}
header, aside, section {
	background-color: #8E130C;
}
ul#menu>li>a {
	background-color: #BA2325;
	color: #DCE0D9;
}
ul#menu>li>a:hover {
	background-color: #A31F21;
}
ul.submenu a {
	background-color: rgba(186, 35, 37, 0.9);
	color: #DCE0D9;
	border-top: 1px solid #A31F21;
}
ul.submenu a:hover {
	background-color: rgba(163, 31, 33, 0.9);
}
table.toc a, footer a {
	color: #DCE0D9;
}