html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: #eee;
}
html {
	background-image: url(/site/bhg/logo.png);
	background-position: top right;
	background-repeat: no-repeat;
	/* Dropping background-attachment: fixed out per AA request. Apparently it's slow on Firefox/Linux for him. Shame. I think it looks pretty. */
	/*background-attachment: fixed;*/
}
a {
	color: #dfb89c;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
table {
	border: solid 2px #63656a;
	border-collapse: collapse;
	background: #505050;
	opacity: .90;
	filter: alpha(opacity=90);
}
td, th {
	border: solid 1px #63656a;
}
th {
	background: black;
	color: white;
	font-weight: bold;
}
#header {
	display: none;
}

/* Menu styling. */
#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 10em;
	margin: 2px;
	padding: 1px;
	border: solid 2px #63656a;
	background: #505050;
	opacity: .90;
	filter: alpha(opacity=90);
}
#menu ul {
	margin: 0;
	padding: 0;
	border-top: solid 1px #63656a;
	font-size: 80%;
	list-style: none;
}
#menu ul:first-child {
	border-top: none;
}
#menu ul li {
	display: block;
	margin: 0;
	padding: 0.5ex 0.25em 0.5ex 0.25em;
}
#menu ul li a {
	display: block;
	margin: 0;
	padding: 0;
}
#menu ul li a:hover {
	background: #5f5f5f;
	text-decoration: none;
}
#menu ul li.menuTitle {
	background-color: black;
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
}
#menu .newposts {
	background: #506a50;
}
#menu .newposts:hover {
	background: #5f7f5f;
}
#menu .category-heading {
	border-top: solid 1px #63656a;
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -100em;
}
.menuTitle + .category-heading {
	border-top: none !important;
}

#body {
	margin: 2px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 11em;
}

.boardDescription {
	font-size: 80%;
}

.authorInfo {
	width: 10em;
}
.authorInfo .name {
}

.messageInfo {
	border-bottom: solid 1px #63656a;
	margin-bottom: 1ex;
	width: 100%;
}
.messageTime {
	float: left;
}
.messageMenu {
	display: block;
	text-align: right;
}
.messageMenu ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.messageMenu li {
	display: inline;
	margin: 0;
	padding: 0 0 0 0.5em;
}

.messageBody {
	padding: 0 1ex;
}

/* Message content formatting. */
blockquote {
	margin: 0 2em 0 2em;
}
blockquote .quoteHeader {
	font-size: 80%;
}
blockquote .quote {
	border-top: solid 1px #63656a;
	border-bottom: solid 1px #63656a;
}
.monospace {
	font-family: Monospace;
}

.signature {
	margin-top: 2ex;
	margin-left: -1.3ex;
	margin-right: -1.3ex;
	border-top: solid 1px #63656a;
	font-size: 80%;
	padding: 2px;
}

.edits {
	margin-top: 2ex;
}
.edits ul {
	margin: 0;
	padding: 0;
}
.edits li {
	display: block;
	margin: 0;
	padding: 0;
}
.locked {
	background: #404040;
}
.deleted {
	background: #400000;
}

/* Posting help. */
#postingHelp ul li {
	padding-bottom: 1em;
}
#postingHelp ol li {
	padding-bottom: 0;
}
#postingHelp code {
	display: inline;
	font-family: Monospace;
	background: #777;
}

/* Debugging rules. */
#debug:before {
	font-weight: bold;
	content: "Debug Information";
	display: block;
}
#debug {
	border-top: solid 1px #888;
	font-family: Monospace;
}

.byline {
	font-size: 80%;
}

/* Main page formatting. */
td.boardIndexLastMessage, td.boardIndexModerators {
	font-size: 70%;
}

td.boardIndexLastMessage {
	width: 16em;
}

td.boardIndexModerators {
	width: 22em;
}

/* Helper menu formatting. */
#helperMenu {
	position: fixed;
	top: 0;
	right: 0;
	border-bottom: solid 1px #63656a;
	border-left: solid 1px #63656a;
	background: #505050;
	opacity: .90;
	filter: alpha(opacity=90);
	padding: 2px;
}
#helperMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#helperMenu ul li {
	display: inline;
	border-left: solid 1px #63656a;
	padding: 0 0.25em 0 0.25em;
}
#helperMenu ul li:first-child {
	border-left: 0;
}
