body {
	background-color: #0C0032;
	font-family: sans-serif;
}

#container {
	margin: 0 auto;
	max-width: 75em;
}

a {
	color: rgb(100,100,255);
	text-decoration: none;
}

a:hover {
	color: blue;
}

#dynamicheader {
	position: fixed;
	top: 0;
	width: 100%;
	margin-left: -8px;
	height: 3em;
	background-color: rgba(100,100,100,0.3);
}

.dheader, #logo {
	float: left;
}

.dheader {
	padding: 0 1em;
	display: block;
	position: relative;
	height: 100%;
	line-height: 3em;
}

.dheader a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: inline-block;
	height: 1.5em;
	width: 100%;
}

.dheader:hover {
	background-color: rgba(100,100,255,0.3);
	border-bottom-style: solid;
	border-color: blue;
}

#logo a img {
	height: 3em;
}

#logo:hover {
	border-bottom-style: solid;
	opacity: 0.7;
}

#content, #staticheader {
	/*margin: 0 auto;*/
}

#staticheader {
	font-variant: small-caps;
	color: white;
	text-shadow: 5px 2px 4px grey;
	font-size: 36px;
	padding-top: 2.2em;
	font-family: monospace;
}

#content {
	padding: 10px;
	background-color: black;
	color: white;
	font-size: 16px;
}

footer {
	padding-top: 15px;
	color: rgb(100,100,100);
	text-align: center;
}	

.moecounter {
	width: 15rem;
	height: 6rem;
	opacity: 0.2;
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}


.moecounter:hover {
	opacity: 1.0;
}
