
input[type=checkbox] {
	vertical-align: bottom;
	background-color:#555555;
}

input[type=text]{
    background-color:#555555;
    font:#fff;
}

input[type=text], select, textarea{
    color: #ffffff;
}

textarea{
    background-color:#555555;
    border-color:#222222;
}

* {
	font-size: 12px;
}

/* GLOBAL STYLES */

body {
	margin: 0;
	padding: 8px;
	margin-bottom: auto;
}

blockquote blockquote {
	margin-left: 0em;
}

form {
	margin-bottom: 0px;
}



.container {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: fixed;
  z-index:1;
  top: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  width: 50%;
  opacity: 0;
  background-color: #008CBA;
}

.container:hover .overlay {
  opacity: 1;
}




.postarea {
	text-align: center;
}

.postarea table {
	margin-left: 10px auto;
	padding: 10px;
	border:5px #222222;
	border-style:solid;
	text-align: left;
	float:left;
	display:flex;
	right:10px;
	background:#333333;
}


.replylink {
	float: right;
}
/*
.aa {
	white-space: pre;
	text-align: left;
	font-family: IPAMonaPGothic, Mona, 'MS PGothic', YOzFontAA97 !important;
}
*/
.thumb {
	border: none;
	float: left;
	margin: 2px 20px;
}

.nothumb {
	float: left;
	background: #000FFF;
	border: 0px dashed #aaa;
	text-align: center;
	margin: 2px 20px;
	padding: 1em 0.5em 1em 0.5em;
}

.reply blockquote, blockquote :last-child {
	margin-bottom: 0em;
}
/*
.reflink a {
	color: inherit;
	text-decoration: none;
}

.reflink a:hover{
	color: #800000;
}
*/
.reply .filesize {
	margin-left: 20px;
}
/*
.userdelete {
	float: right;
	text-align: center;
	white-space: nowrap;
}
*/
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.moderator {
	color: #D358F7;
	font-weight:bold;
}
.managebutton {
	font-size: 15px;
	height: 28px;
	margin: 0.2em;
}

.footer {
	clear: both;
	text-align:center;
}

.rules ul {
	margin: 0;
	padding-left: 0;
}

.floatpost {
	float: right;
	clear: both;
}

.login {
	text-align: center;
}

/* BOARD STYLE */
html {
	width:100%;
	margin:0px;
	padding:0px;
}
body {
	padding:4px;
	margin-left:10px; /*auto;*/
	margin-right:10px; /*auto;*/
}

html, body {
	background:#525252;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}/*
.reflink a:hover{
	font-weight: bold;
}*/
.adminbar {
	text-align:right;
	clear:both;
	float:right;
}
.logo {
	clear:both;
	text-align:center;
	font-size:3em;
	font-style: bold;
	color:#5786F9;
	width:100%;
}
.replymode {
	background:#E04000;
	text-align:center;
	padding:2px;
	color:#FFFFFF;
	width:100%;
}/*
.catalogmode {
	background:#0040E0;
	text-align:center;
	padding:2px;
	color:#FFFFFF;
	width:100%;
}*/
.rules {
	width: 300px;
	text-align:justify;
	font-size:6px;
}
.postblock {
	text-align:right;
	color:#5786F9;
	font-weight:800;
	font-size:13px;
}
.footer {
	font-size:12px;
	font-family:serif;
}/*
.passvalid {
	background:#EEAA88;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {
	font-weight: bold;
	text-align:center;
}
.delbuttons {
	text-align:center;
	padding-bottom:4px;

}
.managehead {
	background:#AAAA66;
	color:#400000;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#800000;
}*/
.row1 {
	background:#EEEECC;
	color:#800000;
}
.row2 {
	background:#00FFFF;
	color:#800000;
}
.unkfunc {
	background:inherit;
	font-style:bold;
	color:#58FA58;
}
.filesize {
	text-decoration:none;
}
.filetitle {
	background:inherit;
	font-size:1.2em;
	color:#CC1105;
	font-weight:800;
}
.postername {
	color:#5786F9;
	font-weight:bold;
}
.postertrip {
	color:#228854;
}/*
.oldpost {
	color:#CC1105;
	font-weight:800;
}*/
.omittedposts {
	color:#707070;
	font-style:italic;
}
.reply {
    /*REPLY BOXES*/
	background:#333333;
	padding:4px;
	/*background: #F0E0D6;
	color: #800000;*/
}
.replyhl {
	background: #00FFFF;
	color: #800000;
}
.replytitle {
	font-size: 1.2em;
	color:#CC1105;
	font-weight:800;
}
.commentpostername {
	color:#00FFFF;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
	color:#800000;
}
.abbrev {
	color:#00ff00;
}
.highlight {
	background:#333355;
	color:#FFFFFF;
	border: 0px dashed #00ff00;
}
