.overlay-menu {
	background:rgba(20,20,20,0.9);
}

html, body {
	font-size:1em;
	background:none #1d1f21;
	color:#c5c8c6;
	font-family: "Trebuchet MS", Trebuchet, tahoma, sans-serif;
}
form {font-size:0.9em}
a {
	color:#81a2be;
}
a:hover {
	color:#5f89ac;
}
.adminbar {
	text-align:right;
	background:inherit;
	clear:both;
	float:right;
	font-size: .8em;
}
.adminbar a { 
	font-weight: bold;
}
.logo {
	clear:both;
	text-align:center;
	background:inherit;
	font-size:24pt;
	color:#B294BB;
	width:100%;
}
.postarea {
	background:inherit;
}
.rules {
	font-size:10px;
}
.postblock {
	background:#282A2E;
	color:#C5C8C6;
	font-weight:800;
	padding: 2px 5px 2px 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .9em;
}
.footer {
	text-align:center;
	font-size:10px;
}
.passvalid {
	background:#282A2E;
	text-align:center;
	width:100%;
	color:#C5C8C6;
}
.dellist {
	background:inherit;
	text-align:center;
}
.delbuttons {
	background:inherit;
	text-align:center;
	padding-bottom:4px;

}
.row1 {
	background:#282A2E;
	font-size:12px;
/*	color:#000000;*/
}
.row2 {
/*	background:#FFFFFF;*/
	font-size:12px;
/*	color:#000000;*/
}
.unkfunc {
	color:#B5BD68;
}
.unkfunc2 {
	color:#18a952;
}
.filesize {
	font-size:12px;
}

.doubledash {
	display: none;
 	vertical-align:top;
	clear:both;
	float:left;
}

.filetitle {
	background:inherit;
	font-size:16px;
	color:#B294BB;
	font-weight:800;
}
.postername, .postnumber_green  {
	background:inherit;
	font-size:1em;
	color:#C5C8C6;
	font-weight:800;
}
.oldpost {
	background:inherit;
	font-size:18px;
	color:#0F0C5D;
	font-weight:800;
}
.omittedposts {
	background:inherit;
	font-size:1em;
	color:#B294BB;
	font-weight:800;
	font-family:sans-serif;
}
.reply {
	background:#282a2e;
	padding-right: 3px;
/*	font-family:serif;*/
	border-color: #282a2e;
	border-radius: 0;
/*	display : table;
	padding : 2px;*/
}

.replymode {
	background:#282A2E;
	text-align:center;
	padding:2px;
	color:#C5C8C6;
	clear: both;
	font-weight: bold;
	margin-bottom: .5em;
	border: solid 1px #282A2E;
	-webkit-border-radius: 5px;
}

.highlight {
background:#09090a;
border-color: #111811;
}

.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	background:inherit;
	font-size:18px;
	color:#B294BB;
	font-weight:800;
}
.thumbnailmsg {
	background:inherit;
	font-size:11px;
}

hr {
	border-top : 1px solid #282a2e;
	height : 0;
}
td {
	margin : 0;
	padding : 0;
}

input[type="text"], input[type="password"], input:not([type]), input[type="submit"], input[type="button"], select, textarea, .stchkbox + span:before, .stradio + span:before, .stfile + span {
	border: #555 solid 1px;
	color: #c5c8c6;
	background-color: #383838;
	transition: border 0.13s ease-in-out;
}

input[type="text"]:focus, input[type="password"]:focus, input:not([type]):focus, input[type="submit"]:focus, input[type="button"]:focus, select:focus, textarea:focus, .stchkbox:focus + span:before, .stradio:focus + span:before, .stfile:focus + span, .stfile.has-focus + span, .stfile:active + span {
	border : #888 solid 1px;
}

/*input[type="submit"], input[type="button"] {
	padding: 0.1em 0.7em 0.1em 0.7em;
}*/

/* code duplicate */
input[type=file]::-webkit-file-upload-button {
	border: #555 solid 1px;
	color: #c5c8c6;
	background-color: #383838;
}
input[type=file]::-webkit-file-upload-button:focus {
	border : #000 solid 1px;
}
/* code duplicate */

#imagefile {
	border: 0px;
}

.title {
	background-color: #282a2e;
	color: #c5c8c6;
}

span.spoiler {background: #111; color: #111;}

div.messagehelperC {
	/*float:left;*/
	/*width:48px;*/
}
div.messagehelper {
	font-family:Impact;
	font-size:14px;
	cursor:pointer;
	background: #282A2E;
	margin-left:3px;
	margin-top:3px;
	min-width: 19px;
	height:19px;
	text-align:center;
	text-decoration:none;
	float:left;
}
div.messagehelper:hover { background: #1d1f21; }
div.messagehelper a { font-family:Impact;font-size:14px;text-decoration:none;color:#81a2be; }
div.messagehelper a:hover { text-decoration:none; }

.reflink a {
/* color: inherit; */
color:#81a2be;
text-decoration: none;
}

.reflink a:hover{
	color: #5f89ac;
}

#options {
font-size: .8em;
z-index: 99999;
right: 10px;
top: 50px;
position: fixed;
padding: 10px;
text-align: left;
background:#282a2e;
border: solid 1px #1d1f21;
}

.reflinkpreview {
	background-color: #282a2e !important;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}

.admin {
color: #BB2222;
}

.reply blockquote {
margin-bottom: 1.6em;
}

li a:hover {
  color: #5f89ac;
}

li a {
  color:#81a2be;
}

.ulsearch {
    background: #282a2e !important;
}

.stchkbox, .stradio, .stfile {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.stchkbox + span:before, .stradio + span:before {
	font-size: 1.2em;
	width: 0.7em;
	height: 0.7em;
	margin: 0.2em;
	padding: 0;
	display: inline-block;
	content: " ";
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.stfile + span {
	display: inline-block !important;
	vertical-align: middle;
	width: 14em;
	text-align: center;
	overflow: hidden;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.stchkbox + span:before {
	line-height: 0.65em;
}

.stradio + span:before {
	border-radius: 100%;
	line-height: 0.7em;
}

.stchkbox:checked + span:before { content: '\2714'; }
.stchkbox:disabled + span:before, .stradio:disabled + span:before { border-color: #777; color: #777; }

.stradio:checked + span:before { content: '\25E3'; }
