#header h1 {
	font-size: 400%;
	padding-top: 50px;
	color: #000080;
}
.row {
	font-size: 130%;
	font-weight: bold;
	overflow: auto;
	padding: 5px;
}
.progress {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 5px;
	background-color: #CCC;
	margin-bottom: 20px;
}
.progress.active {
	background-color: #AFA;
}
.row label {
	text-align: right;
	width: 150px;
	display: block;
	float: left;
	margin-right: 5px;
}
.row input {
	width: 235px;
	padding: 5px;
	border-radius: 5px;
}
textarea {
	width: 100%;
	height: 300px;
}
h3, h4, h5, h6 {
	color: #000080;
}
h4 {
	padding-left: 30px;
}
.comment {
	padding-left: 50px;
}
.nope {
	text-decoration: line-through;
	color: #AAA;
}
h2 {
	font-size: 130%;
	position: relative;
	top: -10px;
	color: #000080;
}
h2 .hilight {
	color: #FFF;
	text-shadow: #000080 0px 0px 2px;
}
h1, h2 {
	font-family: 'IM Fell English', arial, serif;
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
}
#header {
	background-color: #8AF;
	border: 0px solid black;
	border-bottom-width: 5px;
}
body, html {
	margin: 0px;
	padding: 0px;
	font-family: arial, serif;
}
#boy {
	position: absolute;
	right: 50px;
	top: -147px;
}
#bulb {
	position: absolute;
	right: 0px;
	top: -236px;
}
#sidebar {
	position: absolute;
	width: 400px;
	right: 10px;
	top: 93px;
	background-color: #646a24;
	border: 4px solid black;
	background: -webkit-gradient(
		radial,
		100 350, 200,
		100 350, 400,
		from(#646a24), to(#919934)
	);
}
.main {
	width: 400px;
	margin-top: 25px;
	margin-left: 25px;
	overflow: auto;
	padding-bottom: 40px;
	min-height: 700px;
}
#sidebar .key, #sidebar .value {
	padding: 5px;
	font-size: 140%;
}
#sidebar .value a {
	font-size: 12pt;
	text-decoration: none;
	line-height: 18pt;
}
#sidebar .key {
	float: left;
	font-weight: bold;
	font-family: san-serif;
}
#sidebar .value {
	border: 0px dotted black;
	border-bottom-width: 1px;
	text-align: right;
}
#sidebar a {
	color: black;
}
#chat {
	margin-left: 25px;
	margin-right: 10px;
}
#commentform {
}
#commentform div {
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#commentform span.label {
	display: block;
	border: 0px dotted black;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	font-size: 80%;
}
#commentform input {
	width: 100%;
}
#wrapper {
	position: relative;
	min-width: 850px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper p a {
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}
a.eitheror {
	display: block;
	padding: 10px;
	background-color: #919934;
	text-decoration: none;
	width: 40%;
	float: left;
	margin-right: 10px;
	text-align: center;
	color: white;
	text-shadow: #646a24 0px 0px 4px;
	border: 3px solid #646a24;
}
a.eitheror span {
	display: block;
	font-size: 80%;
	color: #CCC;
}
#header a {
	text-decoration: none;
	color: #000080;
}
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #8AF;
	padding: 5px;
	border: 0px solid black;
	border-top-width: 5px;
}
#footer a {
	color: black;
	text-decoration: none;
	margin-right: 20px;
}
#sidebar .value.smallish {
	font-size: 80%;
	padding: 10px;
	clear: both;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}