
body {
	background-color      : #202020;
	color             : #AAAAAA;
}

a {
	color : #AAAAAA;
}

header {
	background-color      : #202020;
	background-image      : url(/imgs-dark/logo.svg);
}
/*
body.scrolled header {
	
	border-bottom : 1px solid #202020;
	box-shadow: 0 2px 2px #202020;
	background-color      : #404040;
}*/

nav a.link.highlight {
	color : #202020;
}

#central-view {
	background-color : #404040;
}

#content {
	background-image      : 
		linear-gradient(rgba(64, 64, 64, 0.95), rgba(64, 64, 64, 0.95)),
		url(/imgs-dark/logo.svg);
}

footer p, footer a {
	background-color : #202020;
}

footer a:hover {
	background-color : #303030;
}


