/* Primeira versão, vamos ver se ela consegue O JOGO sair bem com todo tipo de post. */

html, body {
	 font-family: monospace;
	 font-size:11pt;
	 background:#000;
	 color:#0f0;
}
a {
	background:inherit;
	color:#34545C;
	text-decoration:none;
	font-family:sans-serif;
}
a:visited {
	background:inherit;
	text-decoration:none;
	font-family:sans-serif;
}
a:hover {
	color:#ee0;
	background:inherit;
	font-family:sans-serif;
}
.filesize a {
	text-decoration:underline;
}
.filesize a:visited {
	text-decoration:underline;
}
.navbar {
	/* letter-spacing: -0.1em; */
	text-align: center;
	background:#0f0;
        color: #0f0;
        letter-spacing: -0.2em;
	font-size: 0.01em;
	margin-bottom: 1em;
}


.navbar > a {
	background-color: transparent;
	padding: 0.2em 0.1em;
	margin: -0.1em;
        font-size: 4mm;
        margin-right: 0.2em;
        color: #090;
}

.navbar > a:hover {
	color: white;
	background-color: #ff7800;
}

a.novosposts {
    color: #ff7800;
    font-weight: bold;
    font-size: 5mm;
}

.adminbar {
	text-align:right;
	background:inherit;
	clear:both;
	float:right;
	display: none;
}
.logo {
	clear:both;
	text-align:center;
	background:inherit;
	font-size:24pt;
	color:#003333;
	width:300px;
        height:30px;
        text-align: center;
        overflow: hidden;
        margin-top: 1em;
        margin-left: auto;
        margin-right: auto;
}

.logo img {
    position: relative;
    top: -25px;
    background-color: red;

}
.replymode {
	color:#FFFFFF;
	width:100%;
}
.catalogmode {
	background:#00e040;
	color:#FFFFFF;
	width:100%;
}
.postarea {
	background:inherit;
}
.rules {
	/*font-size:0.7em;*/
	width: 468px;
	font-size: 10px;
	font-family: sans-serif;
}
.rules li {
	margin-left: 1em;
	/*text-indent: 0em;*/
}
.postblock {
	background:#ff7800;
	color:#fff;
	font-weight:800;
}

ainput{
	border: 0;
}

.footer {
	text-align:center;
	font-size:10px;
	font-family:sans-serif;
}
.passvalid {
	background:#ff7800;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {
	background:inherit;
	text-align:center;
}
.delbuttons {
	background:inherit;
	text-align:center;
	padding-bottom:4px;
}
.managehead {
	background:#0fe163;
	color:#000000;
	font-family:sans-serif;
	font-size:14px;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#000000;
}
.row1 {
	background:#9AD2F6;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.row2 {
	background:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.unkfunc {
	color:#789922;
}
.filesize {
	font-size:12px;
	font-family:sans-serif;
	text-decoration:underline;
	padding-left:3em;
}
.filetitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}
.postername {
	background:inherit;
	font-size:12px;
	font-family:serif;
	color:#117743;
	font-weight:800;
}
.oldpost {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}
.omittedposts {
    background:inherit;
    font-size:0.8em;
    color:#0ff;
    font-weight:10;
		text-transform: uppercase;
}
.omittedposts::before {
    content: "(";
}

.omittedposts::after {
    content: ")";
}

div > table{
    clear: both;
    position: relative;
    left: 3em;
    top: 0em;
}

.reply {
    background:#060606;
    color:#0f0;
}
.replyhl {
	background: #D6BAD0;
	color: #000000;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}
.commentpostername {
	background:inherit;
	font-size:12px;
	font-family:serif;
	color:#117743;
	font-weight:800;
}
.thumbnailmsg {
	background:inherit;
	font-size:9px;
	font-family:sans-serif;
	color:#000000;
}

.reflinkpreview {
	background-color: #d6f0e4 !important;
}

.userdelete input:hover,
.pagelist input:hover { 
	color: #ff7800;
	cursor: pointer;
	cursor: hand;
}

.userdelete input,
.pagelist input{
background:#d6f0e4;
border: 0;
font-size: 0.8em;
}

.userdeletepass:hover {
background: white;
color: black !important;
}

.pagelist{
border: none;
background:#d6f0e4;
font-size: 0.8em;
}

.pagelist *{
border: none;
}

.pagelist > tr + td{
display: none
}

#boards_6 a,
#boards_6{
	color: #f00;
}

#boards_6 a:hover {
    color: #ff7800;
}

.extrabtns,
.reflink > a:first-child,
.postblock,
.filesize{
    display: none;
}

.reflink > a:last-child{
color: #ff0;
font-size: 2em;
font-weight: bold;
}
br,
div > label,
label,
#watchedthreads{
    display: none;
}
blockquote > br{
display: inline;
}


hr{
    clear: both;
}
