body {
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000;
	line-height: 1.8;
	font-weight: normal;
	background-color: #FFFFFF;
	overflow-y: scroll;
}

a {outline: none;}

a, a:link, a:visited {
	color: #C86924;
	text-decoration: none;
}

a:hover, a:active  {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #C86924;
	padding-bottom:2px;
}

a.noborder {
	border: none;
	padding: 0;
}

#container {
	border: 0px solid #ccc;
	background: #fff;
	padding: 1px 20px 20px 20px;
}

/*
h1, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #000;
	font-weight: bold;
	padding-bottom:0px;
	border: none;
	text-decoration: none;
}
*/

h1 {
	font-family: "Segoe Print", Verdana;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 24px;
	text-shadow: 1px 1px 3px #d2d2d2;
}

.navigation {
	border: 1px solid #f1f1f1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f8f8f8;
	padding: 4px 10px 4px 10px;
	margin: 20px 0 20px 0;
	font-size: 12px;
}

#infobox {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 20px;
}

#fullversion {
	display: none;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.post {
	border: 1px solid #f1f1f1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 1px;
	background: #fff;
	margin-bottom: 20px;
}

.post .header {
	background: #f8f8f8;
}

.post .header .author a {
	text-decoration: none;
}

.post .header .dateline{
	color: #555;
	float: right;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin-top: -21px;
}

.post .message {
	background: #FFFFFF;
	padding: 20px;
	text-align: justify;
	font-size: 12px;
}

.listing {
	border: 1px solid #f1f1f1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.header {
	background: #f8f8f8;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-bottomleft: 0px;
	-webkit-border-radius-bottomright: 0px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	border-radius-bottomleft: 0px;
	border-radius-bottomright: 0px;
}

.threadlist .threads {
	padding: 4px;
}

.threadlist .threads .replycount {
	color: #000;
	font-size: 0.8em;
}

.header h2 {
	font-size: 1.0em;
	margin: 0;
}

h3 {
	font-size: 1.0em;
	margin: 5px 0 0 10px;
}

.forumlist .forums ul {
	list-style: circle;
	line-height: 2.0;
}

.error {
	border: 1px solid #f1f1f1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.error .header {
	background: #f8f8f8;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	border-bottom: 0px solid #ccc;
}

.error .message {
	padding: 10px;
}

.multipage {
	background: #F5F5F4;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 4px;
}

#footer {
	margin: 40px 0 10px 0;
	text-align: center;
	font-size: 0.8em;
}

.quote_body, .code_body {
	margin: 0 20px 30px 20px;
	padding:10px;
	border: 1px dashed;
}

.quote_header {
	font-weight: bold;
	margin: 0 20px 0 20px;
	padding:10px;
	border: 1px dashed;
	border-bottom: none;
}

img {
	border: none;
}

table, tr, td {
	font-size: 12px;
}
