/* CSS Document */
.article form.comment_form .box { width: 280px; margin: 0; }
.article form.comment_form .form_row { margin-bottom: 5px; }
.article form.comment_form label { vertical-align: top; }
.article form.comment_form .box.captcha { width: 120px; vertical-align: top; }
form.comment_form img.capimage { vertical-align: top; margin: 0; }
.article form.comment_form .button { margin-left: 125px; }

div.navibar {
	background-color: #201F1F;
	padding:1px 4px 2px 10px;
	text-align:right;
	margin-bottom: 2px;
	color: white;
}

div.navibar strong {
	float: left;
}

ul.nodes {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	margin-bottom: 5px;
}

ul.nodes li {
  line-height: 1.5em;
	display: inline;
	width: 25%;
	padding: 2px 5px;
	font-size: 0.83em;
	font-weight: bold;
	margin: 0;
	border-right: solid 2px #7C806B;
	color:#F03F99;
}

.article h3 { margin-bottom: 2px; border-bottom: none; }

.forumPost {
	border: solid 1px #898C79;
	padding: 2px;
	margin-bottom: 1em;
}

.forumPost.parent {
	background:#4D4D4D;
	border:3px double white;
}

.forumPost h5.postTitle {
	background: #7C806B;
	padding: 1px 2px;
	margin: 0px;
}

.forumPost .postFooter,
.forumPost .postHeader {
	background: #201F1F;
	padding: 1px 2px;
	font-size: 0.83em;
}

.forumPost .postFooter {
	text-align: right;
}

.forumPost .postBody {
	padding: 5px 2px;
	border-style: solid none;
	border-width: 1px;
	border-color: #898C79;
}

.forumPost.parent .postBody {
	border-bottom: none;
}

#replyTo {
	background: #201F1F;
	border: solid 1px gray;
	padding: 5px;
	display: none;
	margin-bottom: 5px;
	font-size: 0.83em;
}



.article .errorMessage {
	color: Red;
	font-weight: bold;
	border: solid 1px red;
	margin-bottom: 1em;
	padding: 5px;
}

.article .errorMessage ul {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.article .statusError .box { border-color: red; }
.article .statusError label { color: red; }

