body {	
	text-align: left;
}	
a:hover, a:link, a:visited, a:active, .thead a:link, .thead a:visited, .thead a:hover, 	.thead a:active,
.trow_selected a:link,	
.trow_selected a:visited,	
.trow_selected a:hover,	
.trow_selected a:active,
.tfoot a:link,
.tfoot a:visited,
.tfoot a:hover,	
.tfoot a:active,
.red_alert a:link,	
.red_alert a:visited,	
.red_alert a:hover,	
.red_alert a:active,
.post .post_meta a:link,	
.post .post_meta a:visited,
.post .post_meta a:hover,	
.post .post_meta a:active {	
    color: #fff;
    text-decoration: none;	
}
a:hover, .thead a:hover, .tcat a:hover, .trow_selected a:hover, .tfoot a:hover, .red_alert a:hover, .post .post_meta a:hover {
    color: #a09999;
}
#container {	
	color: #fff;	
	text-align: left;	
	line-height: 1.4;
	min-width: auto;	
}
.forum_status {
	height: 19px;
	width: 22px;
    display: inline-block;
    background: none;
	background-repeat: no-repeat;
}
.forum_on, .forum_off, .forum_offlock, .forum_offlink, .subforum_minion, .subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {
    background-position: 0 0;
}
.forum_on {
	background-image: url(../../../images/darkblue/forum-on.png);
}
.forum_off {
	background-image: url(../../../images/darkblue/forum-off.png);
}
.forum_offlock {
	background-image: url(../../../images/darkblue/forum-closed.png);
}
.forum_offlink {
	background-image: url(../../../images/darkblue/forum-link.png);
}
.subforumicon {
	height: 6px;
    width: 6px;
    vertical-align: middle;
    border-radius: 50%;
    background: none;
}
.subforum_minion {
	background: #30a621;
}
.subforum_minioff {
	background: #343434;
}
.subforum_miniofflock {
	background: #a62121;
}
.subforum_miniofflink {
	background: #2b7aa0;
}
table {
	color: #fff;
	font-size: 13px;
}
.tborder {
    background: none;
    border: 0;
    padding: 0;
}
.thead {
	height: 59px;
	background: #080809 url(../../../images/darkblue/thead.png) repeat-x;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 11.25pt;
	padding: 23px 21px;
	color: #fff;
    box-sizing: border-box;
    border: 0;
}
.tcat {
	border: 0;
	background: rgb(52, 52, 52);
	color: #fff;
	padding: 6px 15px;
    font-size: 12px;
}
.tcat strong {
	font-size: 10.5pt;
	font-weight: normal;
}
.trow1,
.trow2 {
	background: #080809;
    padding: 10px 15px;
    border: 0;
}
.trow_shaded {
	background: #100f0f;
	border: 0;
}
.trow_deleted,
.post.deleted_post {
	background: #3b1414;
}
.trow_selected,	
tr.trow_selected td {
    background: none;
    border-color: none;
}
.trow_selected .author-info,
.trow_selected .post-info {
    background: rgba(164, 146, 146, 0.06);
}
.tfoot {
	border-top: 1px solid #0b0b0b;
	padding: 12px;
	background: #080809;
	color: #666;
}
fieldset {
	border: 1px solid #343434;
	color: #7d7373;
}
input.textbox {
	border-radius: 3px;
	border: 0;
	padding: 7px 12px;
    font-family: 'Roboto', sans-serif;
}
textarea {
	border: 0;
	border-radius: 3px;
	font-size: 10.5pt;
	box-sizing: border-box;
    min-width: 337px;
    font-family: 'Roboto', sans-serif;
	margin: 3px 0;
}
select {
	border-radius: 3px;
	border: 0;
    padding: 7px 12px;
    font-family: 'Roboto', sans-serif;
}
button,
input.button {
	padding: 10px 16px;
	color: #fff;
	background: #343434;
	border-radius: 3px;
	border: 0;
	transition: background 0.6s ease-in-out;
	margin: 3px;
}
button:hover,
input.button:hover {
	background: #282828;
}
form #message {	
	width: 100%;	
}
.editor_control_bar {
	background: #433535;
	padding: 10px 20px;
	margin-top: 5px;
    border-radius: 3px;
    border: 0;
}
.editor_control_bar a {
	font-weight: bold;
}
.trow_reputation_positive {	
	background: none;	
}	
.trow_reputation_negative {	
	background: none;	
}	
hr {
	background-color: #2e2b29;
	color: #2e2b29;
}
blockquote {
	border: 1px solid #494747;
	margin: 5px 0;
	background: #343434;
	border-radius: 3px;
}
blockquote cite {
	border-bottom: 1px solid #494747;
	font-size: 10pt;
	padding: 10px;
	padding-top: 3px;
}
blockquote cite span {	
	float: none;	
	font-weight: normal;	
	font-size: 12px;	
	color: #fff;	
}	
blockquote cite>span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}
.codeblock {
	border: 1px solid #494747;
	margin: 5px 0;
	background: #343434;
	border-radius: 3px;
}
.codeblock .title {
    border-bottom: 1px solid #494747;
}
.codeblock.phpcodeblock span {
	color: #fff!important;
}
div.error {
	padding: 10px 15px;
    background: #b23636;
    border: 0;
	color: #fff;
	border-radius: 3px;
}
div.error p em {
    padding-left: 0;
    background: none;
	color: #fff;
}
div.error ul {
	margin-left: 0;
	padding-left: 16px;
}
.pagination {
	font-size: 10pt;
	margin: 10px 0;
}
.pagination a {
	background: #343434;
	display: inline-block;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px 8px;
	border-radius: 5px;
	margin-left: 5px;
	transition: background 0.3s ease-in-out;
    border: 0;
}
.pagination .pagination_current {
    background: none;	
	background: #0f76f7;
	cursor: default;
	border: none;
	font-weight: bold;
	display: inline-block;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px 8px;
	border-radius: 5px;
    margin-left: 5px;
    border: none;	
	font-weight: normal;	
}
.pagination a:hover {
	background: #201e1e;
    color: #fff;
    border-color: none;	
	text-decoration: none;
}
.postbit_buttons>a:hover {	
	border-color: none;	
}	
.postbit_buttons a,
.postbit_buttons>a:link,	
.postbit_buttons>a:hover,	
.postbit_buttons>a:visited,	
.postbit_buttons>a:active {
	color: #fff;
	background: #343434;
	font-size: 10.5pt;
	padding: 5px 10px;
	border-radius: 3px;
	margin: 0 1px;
    transition: background 0.3s ease-in-out;
	border: 0;
}
.postbit_buttons a:hover {
    background: #201e1e;
    color: #fff;
}
.post {	
	overflow: auto;	
}
.post .post_head {	
	font-size: 13px;	
	padding-bottom: 0;	
	border-bottom: 0;	
	margin-bottom: 0;	
}
.post .post_head span.post_date {	
	color: #fff;	
}	
.post .post_head span.edited_post {	
	font-size: 13px;	
	color: #fff;	
}	
.post .post_head span.edited_post a {	
	color: #fff;	
}
.post_body {	
	padding: 0;	
}
.post_content {
    padding: 0;
}
.post .post_meta {	
	margin: 0;	
	font-size: 13px;	
	color: #fff;	
}
.postbit_buttons a span {	
	padding-left: 0;	
	display: inline-block;	
	height: auto;	
	background: none;
}
a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	padding: 8px 15px;
	background: #343434;
	border-radius: 3px;
}
a.button.small_button {
    padding: 8px 15px;
}
.modal {
    display: none;
    width: 500px;
    box-sizing: border-box;
    margin: 0!important;
    padding: 20px;
    text-align: left;
    background: #0c0b0b;
    border: 5px solid rgba(26, 25, 24, 0.55);
}
.pm_alert, .red_alert {
	background: #FFF6BF;
	border: 0;
	padding: 10px 20px;
	border: 0;
    border-radius: 5px;
	background: #232222;
}
.blocker {
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}
		
		