/*
Color Scheme:
#CCCCCC
#663E2E
#C9A17B rgba(201, 161, 123, 0.)
#936E54 rgba(147, 110, 84, 0.)
#F9E4C9
*/
@import url(mother.css);
body {
	background-color: #CCCCCC;
	background-image: url("../assets/othbg.jpg");
	background-attachment: fixed;
	background-size: 100% 100%;
	color: #F9E4C9;
}
header, aside, section {
	background-color: #663E2E;
}
ul#menu>li>a {
	background-color: #C9A17B;
	color: #F9E4C9;
}
ul#menu>li>a:hover {
	background-color: #936E54;
}
ul.submenu a {
	background-color: rgba(201, 161, 123, 0.9);
	color: #F9E4C9;
	border-top: 1px solid #936E54;
}
ul.submenu a:hover {
	background-color: rgba(147, 110, 84, 0.9);
}
table.toc a, footer a {
	color: #F9E4C9;
}
footer {
	background-color: rgba(147, 110, 84, 0.3);
}