body {
	background: black;
	color: #CCCCCC;
	margin: 0;
	padding: 1px;
}

img {
	border: none;
}

h1#header {
	font-family: Georgia, serif;
	position: absolute;
	top: 0px;
	left: 20px;
	margin-right: 340px;
}

p#header {
	font-family: Georgia, serif;
	position: absolute;
	top: 40px;
	left: 100px;
	margin-right: 340px;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	margin: 0px;
	font-size: 170%;
}

h3 {
	font-family: sans-serif;
}

p, li {
	font-family: sans-serif;
	font-size: 80%;
}

p.titleish {
	font-weight: bold;
}

p.info {
	background: #363636;
}

p.small {
	font-size: 70%;
}

p.postbodytopinfo {
	padding-bottom: 2px;
	margin: 0px;
	font-size: 85%;
	border-bottom: 1px dashed silver;
}

a {
	color: #CCCCCC;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
}

.alignedright {
	text-align: right;
}

.centered {
	text-align: center;
}

textarea {
	font-family: sans-serif;
	font-size: 80%;
}

input, textarea, select {
	color: #CDCDCD;
	border-color: #A0A0A0;
	background: #000000;
}

select {
	background-color: #333333;
}

div.left {
	margin-top: 110px;
	padding: 10px;
	margin-right: 330px;
}

div.right {
	font-family: sans-serif;
	font-size: 80%;
	background: #2A2A2A;
	border: 1px solid black;
	padding: 10px;

	float: right;
	line-height: 150%;
	width: 300px;
	clear: both;
	margin-bottom: 10px;
}

div.catrow {
	font-family: sans-serif;
	font-size: 80%;
	background: #363636;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid black;
}

div.forumrow {
	background: #2A2A2A;
	border: 1px solid black;
	margin: 10px;
	padding: 5px;
}

div.base {
	background: #363636;
	padding: 5px;
	border: 1px solid black;
	margin-bottom: 10px;
}

div.text {
	background: #2A2A2A;
	margin: 10px;
	padding: 5px;
	border: 1px solid black;
}

div.topics {
	background: #363636;
	border: 1px solid black;
	padding: 3px;
	text-align: center;
}

table.topics {
	margin-bottom: 5px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background: #2A2A2A;
	border: 1px solid black;
	width: 95%;
	text-align: left;
	
}

table.topics td {
	font-family: sans-serif;
	font-size: 80%;
}

div.bottom {
	font-family: sans-serif;
	font-size: 70%;
	color: silver;
	text-align: center;
	clear: both;
}

div.posts {
	background: #2A2A2A;
	border: 1px solid black;
	padding: 10px;
}

div.postbody {
	background: #363636;
	border: 1px solid black;
	margin-bottom: 10px;
	font-family: sans-serif;
	font-size: 80%;
	padding: 5px;
	padding-left: 170px;
}

	div.postbody li {
		font-size: 100%;
	}

div.spacer {
	height: 5px;
}

div.postbodyleft {
	width: 160px;
	position: absolute;
	left: 30px;
	font-size: 85%;
}

div.quote1 {
	margin: 20px;
	margin-bottom: 0px;
	font-size: 90%;
}

div.quote2 {
	margin: 20px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	background: #161616;
}

div.quote2_code {
	margin: 20px;
	margin-top: 0px;
	border: 1px solid silver;
	background: #161616;
	font-family: monospace, sans-serif;
	font-size: 90%;
}

div.inboxbar {
	background: #2A2A2A;
	border: 1px solid black;
}

div.pmtext {
	font-family: sans-serif;
	font-size: 80%;
}

div.poll {
	text-align: left;
	padding-left: 40%;
}

acronym {
	cursor: help;
}

span.forum_desc {
	font-style: italic;
}
