html {
	background-color: #000;
	color:#EEE;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, sans-serif;
	font-size: 15px;
}
a {
	color:#CCC;
	text-decoration:underline;
}
a.rep {
	color:#FFF;
}
a:hover {
	color:#FFF; background: #000;
}
input {padding:0}
.reflink a:hover{
	font-weight: bold;
}
.adminbar {
	text-align:left;
	clear:both;
	float:left;
}
.thread {word-wrap: break-word;margin-left:20px}
.ell {display:none}
.logo {
	clear:both;
	text-align:center;
	font-size:4em;
}
.replymode {
	background:#1D7548;
	text-align:center;
	padding:2px;
	width:100%;
}
.extramode {
	background:#0040E0;
	text-align:center;
	padding:2px;
	width:100%;
}
.rules {
	/*font-size:0.7em;*/
	width: 468px;
	font-size: 11px;
  padding:17pt;
	font-family: sans-serif;
}
.rules li {
	margin-left: 1em;
	text-decoration:underline;
	/*text-indent: 0em;*/
}
.postblock {
  padding:0 40pt;
	font-weight:800;
}

.footer {
	text-align:center;
	font-size:12px;
	font-family:serif;
}
.passvalid {
	background:#EEAA88;
	text-align:center;
	width:100%;

}
.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:#DDDDAA;
	color:#800000;
}
.row2 {
	background:#EEEECC;
	color:#800000;
}
.unkfunc {
	background:#3B5994;
	color:#BDF46C;
  font-size:16pt;
}
blockquote blockquote {
	background:inherit;
	color:#BDF46C;
	text-decoration:underline;
}
.filesize {
  margin:0 !important;
	text-decoration:underline;
}
.thumb {
  margin-left:0 !important;
}
.reply .thumb {
  margin-bottom:0 !important;
}
.filetitle {
	background:inherit;
	font-size:1.3em;
	color:#DE9D7F;
	font-weight:800;
}
.name {
	text-decoration:underline;
}
.trip {
	color:#AFD775;
	text-decoration:underline;
}
.oldpost {
	color:#CC1105;
	font-weight:800;
}
.omittedposts {
	color:#909090;
}
.reply {
  padding:5px;
}
blockquote {
    color: #EEE;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    font-weight: bold;
}
textarea {
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
  font-weight: bold;
  font-family: sans-serif;
}
.replyhl {
	background: #F0C0B0;
	color: #800000;
}
.replytitle {
	font-size: 1.2em;
	color:#DE9D7F;
	font-weight:800;
}
.commentpostername {
	color:#117743;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
  margin: 0;
}

.abbrev {
	color:#707070;
}
.highlight {
	/*background:#95CBE9;*/
	background: #5B8BB4;
	/*color:#2C5700;*/
	/*border: 2px dashed #070;*/
	border: 2px dashed #AFD775;
}
.managertable td {
	background:#3B6B94;
	color:#FFF;
}
.managertable th {
	background:#AAF;
	color:#FFF;
}

#controlbox {
/*	position: fixed;
	bottom: 0;
	right: 0;*/

	background: #000;
	color: #C00;
        width: 200px;
        margin: 0 auto;
        font-size: small;
}
#controlbox #titlebox {
        font-style: italic;
        font-size: 12pt;
}
#controlbox #timerbox {
	font-size: 20pt;
	font-weight: bold;
}
@keyframes epil {
	0%{color:#FF0;}
	25%{color:#00F;}
	50% {color:#0F0;}
	75%{color:#F00;}
	100%{color:#FF0;}
}
@keyframes epil_img {
	0%{filter:hue-rotate(0deg);}
	50% {filter:hue-rotate(180deg);}
	100%{filter:hue-rotate(360deg);}
}
@keyframes rot {
	0%{transform:rotate(-45deg);}
	50% {transform:rotate(45deg);}
	100%{transform:rotate(-45deg);}
}
@keyframes trans {
	0%{transform:translateX(-10px);}
	50% {transform:translateX(10px);}
	100%{transform:translateX(-10px);}
}
@-webkit-keyframes epil {
	0%{color:#FF0;}
	25%{color:#00F;}
	50% {color:#0F0;}
	75%{color:#F00;}
	100%{color:#FF0;}
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}
