body {
	background-color: #2a2b26;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

#page, #contentholder {
	background-color: #000;
	color: #888;
}

#banner {
	background-image: url(/images/stripe.png);
	border-bottom: 2px solid #5b1;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #372;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 14pt;
	color: #888;
	font-weight: bold;
	margin: 0 0 12px 0;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 8px 0;
	
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#header h2 {
	font-size: 18pt;	
	color: #372;
}

.column .panel {
	background-color: #333;
	border: 1px solid #888;
	padding: 5px 10px 5px 10px;
	font-size: 9pt;
}

.column .panel h3 {
	color:  #5b1;
}

.column .panel h3 em {
	color: #888;
	font-style: normal;
}

.column .panel b {
	color:  #5b1;
}

a { color: #ccc; text-decoration: none; }
a:link { color: #ccc; }
a:visited { color: #ccc; }
a:active { color: #ccc; }
a:hover { color: #ccc; text-decoration: underline; }
a img { border: none; }

table {
	border-collapse: collapse;
}

table th {
	color: #5b1;	
	background-color: #333;
	border: 1px solid #888;
}

table td {
	background-color: #000;
	border: 1px solid #333;
}

.column .panel table {
	margin-left: 0;
	margin-right: 0;
	font-size: 9px;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	width: 200px;
}

input, select, textarea {
	border: 1px solid #888;
	background: #333;
	font: "Courrier New", Courrier, mono;
	color: #5b1;	
}

#subject {
	display: none;
}
.message p {
	margin-top: 3px;
	font-size: 10.5pt;
	line-height: 1.3em;
}
.message b {
	color: #372;
	font-weight: bold;
}
.message em {
	font-size: 8.5pt;	
}

.post {
	margin: 0 0 50px 0;
}

.post .footer {
	font-size: 0.8em;
}

.post .footer h4 {
	font-size: 0.8em;
	margin: 10px 0 10px 0;
}

.pagination {
	font-size: 0.8em;		
}
