html {
	max-width: 70em;
	margin: auto;
	background: #1c1c1c;
	max-width: 70em;
	font-family: sans-serif;
	font-size: 14px;
}
body {
	border: 1px solid #0c0c0c;
	border-top: none;
	margin-top: 0;
	padding: 0.75em;
	background: #2c2c2c;
	color: #fefefe;
}
a {
	color: #ff00cc;
}
a:hover {
	color: #ff66ee;
}
a:active {
	color: #ff0000;
}
a:visited {
	color: #ccccff;
}

#masthead, #main, #footer {
	background: #1c1c1c;
	border: 1px solid #0c0c0c;
	padding: 1em;
}
#masthead { margin-bottom: 0.5em; }
#footer   { margin-top: 0.5em;    }

#masthead {
	padding: 0px;
	background-image: url(/dunkaccino.png);
	background-position: 80% 55%;
	background-repeat: no-repeat;
}
#masthead.bell {
	background-image: url(/alpacino.png);
	background-position: 80% 70%;
}
#masthead.aaga {
	background-image: url(/anotherguy.png);
	background-position: 80% 40%;
}
#masthead h1 {
	margin-top: 3em;
	margin-bottom: 0.33em;
}
#masthead nav {
	border-top: 1px solid #0c0c0c;
	background: #151515;
	padding: 0px;
	font-size: 0;
}
#masthead nav a {
	display: inline-block;
	font-size: 14px;
	padding: 4px 8px;
	text-decoration: none;
	color: #eee;
	text-shadow: 0px -1px #000;
	background: linear-gradient(#2c2c2c, #1c1c1c);
	border-right: 1px solid #0c0c0c;
}
#masthead nav a:first-child {
	padding-left: 0.75em;
}
#masthead nav a:hover {
	color: #ffaaff;
	text-shadow: 0px 0px 2px #ff00cc;
}
#masthead nav a.active, #masthead nav a:focus {
	background: linear-gradient(#1c1c1c, #2c2c2c);
	color: #ff00cc;
}
#masttitle {
	margin-left: 1em;
	margin-right: 1em;
}

#main {
	background: linear-gradient(#1c1c1c, #2c2c2c);
}
#main *:first-child {
	margin-top: 0px;
}
#main *:last-child {
	margin-bottom: 0px;
}

#footer h4, #footer p {
	margin: 0px;
}
#footer p.subtle, li.subtle {
	color: #888;
	font-size: 12px;
	margin: 4px 0px;
}
li a {
	text-decoration: none;
}
li.subtle {
	margin: 0px;
	margin-bottom: 0.25em;
	list-style: none;
}
li.subtle.inv {
	margin: 0px;
	margin-top: 0.25em;
}
li.subtle a {
	color: inherit;
}
#footer a {
	text-decoration: none;
}
