/* front page*/
.frontpageheatmap { font-weight: normal;	line-height: 30px; }

ol li { margin: 15px 0;}

#latest, #forumlist, #favorites {
	margin: 10px 0;
	width: 100%;
}

#latest a, #latest a:visited, #forumlist a, #forumlist a:visited,  #favorites a, #favorites a:visited {
	color: #fff;
}

#latest a:hover, #forumlist a:hover,  #favorites a:hover {
	text-decoration: underline;
}

#latest th, #forumlist th, #favorites th {
	color: #E5CA45;
	padding: 5px;
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
}

#latest td, #forumlist td, #favorites td {
	vertical-align: center;
	padding: 6px 5px;
	border-bottom: 1px solid #222;
	}
	
#latest .alt, #forumlist .alt, #favorites .alt  {
	background-color: #090909;
	}

div.nest {
	padding-left: 20px;
	}
	
p.rss-link {
	text-align: right;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url(../images/feed-icon-16x16.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}









.admin {font-size: 0.9em; line-height: 2em;}

a.new-topic {
	position: absolute;
	right: 0;
	display: block;
	border: 0;
	font-size: 10px;
	color: #606060;
	text-align: center;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: url(../images/bg-button.png) no-repeat top left;
	text-transform: uppercase;
}
	
h2.post-form { font-size: 18px; }

/* page navigation */
.nav { margin: 15px 0;	padding: 12px 0; text-align: center; }
a.page-numbers, span.page-numbers { padding: 2px 6px 2px 6px; margin-left: 5px; background: #151515; border: 1px solid #1f1f1f; }
span.page-numbers.current { background: #E5CA45;	color: #000; }
span.page-numbers.dots {	padding: 0; }
#latest a.page-numbers {font-size: 0.8em; padding: 3px 3px 1px 4px; margin-left: 3px; }
a.prev.page-numbers:hover, a.next.page-numbers:hover {	color: #606060; }

.bb-parent td, .bb-parent td a, .bb-parent td a:visited {
	font-weight: bold;
	color: #606060!important; 
	}
	
/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em 0;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

.infobox ul li { padding-bottom: 3px; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 0;
	width: 120px;
}

.threadauthor p {
	padding: 8px 0 0 0;
}

.threadpost {
	padding: 1em 1em;
	margin-left: 140px;
	border: 1px solid #1f1f1f;
	background-color: #0b0b0b;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dashed #1f1f1f;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	
/* Post Form
=================================== */
	
.postform {
	background-color: #0b0b0b;
	border: 1px solid #1f1f1f;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 540px;
	border: 1px solid #1f1f1f;
	background: #000;
	color: #606060;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform label { display: block;}

.postform #topic,
.postform #tags-input {
	color: #606060;
	margin: 5px 0;
	padding: 5px;
	width: 540px;
	border: 1px solid #1f1f1f;
	background: #000;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

p.submit { text-align: right; }

p.submit input, input#tagformsub, .admin input, #login-page input[type=submit]
{ border: 0; font-size: 10px; color: #606060; text-align: center; width: 100px; height: 30px; line-height: 30px; background: url(../images/bg-button.png); margin: 0 auto; }

p.allowed { color: #606060; margin-bottom: 0; }

/* Tag Form
=================================== */

input#tag {
	border: 1px solid #1f1f1f;
	background: #0b0b0b;
	color: #606060;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border: 1px solid #1f1f1f;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 0 10px 10px;
	background-color: #0b0b0b;
	margin-bottom: 20px;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	color: #E5CA45;
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	left: 410px;
	color: #E5CA45;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #1f1f1f;
	background: #000;
	color: #606060;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
}

.form-invalid {
	background-color: #E5CA45 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #E5CA45 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

/* Profile Page
=================================== */
.vcard {padding: 10px 0;}
#useravatar {float: left; margin-right: 10px; background: url(../images/bg-image.png) no-repeat;}
#useravatar img { margin: 5px; }
#userinfo { margin: 10px 0 0 100px; }
#userinfo dt, .user-recent h4 { color: #E5CA45; font-weight: bold; }
#userinfo dd { margin: 0 0 5px; } 
.user-recent { margin: 0 0 20px; }
.user-recent ol { margin: 0; list-style-type: decimal; list-style-position: inside; }
.user-recent ol li { padding: 6px 5px; border-bottom: 1px solid #1f1f1f;}
.user-recent ol li.alt { background: #0b0b0b; }