body {
	background: #000;
	color: #ddd;
	margin: 0;
	padding: 0;
	font: normal .8em Helvetica Neue, Verdana, sans-serif;
}
body * {
	margin: 0;
	padding: 0;
}
body a {
	text-decoration: none;
	color: #cccc00;
}
body a:hover {
	font-weight: bold;
}

/* HEADER STYLING */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #222;
}
#header h1 a {
	font: normal 1em inherit;
	float: left;
}
#header h1 a {
	border: 0;
}
#header h1 a img {
	margin: 7px 0 0 10px;
	border: 0;
}
#header ul {
	list-style: none;
	float: right;
}
#header ul li {
	float: left;
	border-left: 1px solid #000;
}
#header ul li a {
	color: #cccc00;
	text-decoration: none;
	display: block;
	padding: 1em;
	font-weight: bold;
}
#header ul li a:hover {
	color: #000;
	background: #cccc00;
}

/* CONTENT STYLING */
#content {
	position: relative;
	top: 3em;
	left: 0;
}
#content .rule {
	margin: 12.5% 15% 0 15%;
	width: 70%;
	font: italic 3.5em Garamond, Georgia, serif;
	text-align: center;
	line-height: 1.5em;
}
#content .navigation {
	list-style: none;
	width: 50%;
	margin: 4em 0 0 25%;
	text-align: center;
}
#content .navigation a {
	text-decoration: none;
	color: #777;
	padding: .5em;
}
#content .navigation a:hover {
	color: #000;
	background: #cccc00;
}
#content ol.rules {
	list-style: decimal-leading-zero;
	margin: 2em 25% 1em 25%;
	font: normal 1.5em Garamond, Georgia, serif;
}
#content ol.rules li {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
#content .thin_column {
	margin: 3em 35% 0 35%;
}
#content .thick_column {
	margin: 3em 20% 0 20%;
}
#content .thick_column .half {
	width: 48%;
	float: left;
	margin: 0 1% 0 1%;
}
#content h2 {
	font: italic 2em Garamond, Georgia, serif;
	margin: 1.5em 0 .5em 0;
}
#content p {
	margin: 0 0 1em 0;
}
#content form label {
	font: bold 1em inherit;
	display: block;
	margin: .5em 0 .5em 0;
}
#content form label span {
	font: normal 1em inherit;
	color: #555;
}
#content form input.field, #content form textarea {
	width: 95%;
	margin: 0 0 .5em 0;
	padding: .5em;
	font: normal .9em Helvetica, Verdana, sans-serif;
}
#content form button {
	padding: .5em;
}
#content h3 {
	font: bold 1.3em Helvetica, Verdana, sans-serif;
	color: #cccc00;
	margin: 0;
}
#content .post p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
#content .post p.metadata {
	font: normal .85em inherit;
	color: #555;
	margin: 0 0 2em 0;
}

#content ul.options {
	list-style: none;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #555;
}
#content ul.options li {
	display: inline;
	margin: 0 1em 0 0;
}
#content table {
	border: 1px solid #222;
}
#content table thead {
	text-align: left;
	background: #222;
}
#content table th, #content table td {
	padding: .5em;
	vertical-align: top;
	line-height: 1.5em;
}

/* FOOTER STYLING */
#footer {
	position: relative;
	top: 3em;
	width: 100%;
	text-align: center;
}
#footer p {
	margin: 1em;
}