html, body {
         background:#FFFFEE;
         color:#800000;
}
a {
        color:#0000EE;
}
a:hover {
        color:#DD0000;
}
.adminbar {
        text-align:right;
        clear:both;
        float:right;
}
.logo {
        clear:both;
        text-align:center;
        font-size:2em;
        color:#800000;
        width:100%;
}
.sublogo {
        clear:both;
        text-align:center;
        font-size:1em;
        color:#800000;
        width:100%;
	padding: 2px 0px 12px 0px;
}
.banner {
	margin-top: 10px;
}
.theader {
        background:#E04000;
        text-align:center;
        padding:2px;
        color:#FFFFFF;
        width:100%;
}
.postarea {
}
.postblock {
        background:#EEAA88;
        color:#800000;
        font-weight:800;
}
.footer {
        text-align:center;
        font-size:12px;
        font-family:serif;
	clear: both;
	padding-top: 10px;
}
.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:#DDDDAA;
        color:#800000;
}
.unkfunc {
	background:inherit;
	color:#789922;
}
.filesize {
	font-size:12px;
	font-family:sans-serif;
	text-decoration:none;
}
.filetitle {
	background:inherit;
	font-size:1.2em;
	color:#CC1105;
	font-weight:800;
}
.postername {
	color:#117743;
	font-weight:bold;
}
.postertrip {
	color:#228854;
}
.oldpost {
        color:#CC1105;
        font-weight:800;
}
.omittedposts {
        color:#707070;
}
.reply {
	background:#F0E0D6;
	color:#800000;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
	color:#e0bfb7;
}
.replytitle {
	font-size: 1.2em;
        color:#CC1105;
        font-weight:800;
}
.commentpostername {
    color:#117743;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
	color:#800000;
}



.abbrev {
        color:#707070;
}
.highlight {
	background:#F0E0D6;
	color:#800000;
	border: 2px dashed #EEAA88;
}

/* board list */

.logo a, .sublogo a {
        clear:both;
        text-align:center;
        font-size:1.0em;
        color:#800000;
        width:100%;
}

.category {
	font-family: sans-serif;
	font-size: small;
	margin-bottom: 8px;
	background: #F0E0D6;
}

.header {
        background: #EEAA88;
	color: #800000;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
}

.list {
        border-left: 1px solid #F0E0D6;
        border-right: 1px solid #F0E0D6;
        border-bottom: 1px solid #F0E0D6;
}

.list div a {
	display: block;
	text-decoration: none;
	color: #800000;
	padding: 0px 3px 0px 3px;
}

.list div a:hover {
	background: #FFFFEE;
}

/* admin posts */

.adminname {
	color: #FF0000;
}

/* rules */

.rules {
        font-size:0.7em;
		font-family:sans-serif;
}

.rules table {
	margin: 5px 0px 5px 0px;
}

.prohibition {
	color: #FF0000;
}

.prohibition ul, .info ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

/* title page */

.news {
        background: #F0E0D6;
	color: #800000;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.greeting {
	text-align: center;
	font-weight: bold;
	color: #800000;
}

.spoiler {
	background: #F0D0B6;
	color: #F0D0B6;
}

.spoiler:hover {
	background: #F0D0B6;
	color: #800000;
}


.captcha {
	color: #800000;
	/*
	  Foreground color of the letters on pictures generated by captcha.pl.
	  Don't use comments right before declaration of this class.
	*/
}
.iichan-quick-reply-btn > svg {
	color: #133b5e;
}

.iichan-hide-thread-btn > svg {
	color: #133b5e;
}
.iichan-quick-reply-btn > svg:hover {
	color: #DD0000;
}

.iichan-hide-thread-btn > svg:hover {
	color: #DD0000;
}

hr {
	border-top: 1px solid #D9BFB7 !important;
	height: 0;
	border: 0;
}

.topmenu {
    border-bottom: 1px solid #F0E0D6;
    opacity: 0.95;
    background: #FFFFEE;
}

.nav-btn {
    fill: #133b5e;
}

.nav-btn:hover {
    fill: #d60c0c;
}

.mainpagecntnr {
    border-bottom: 1px solid #D9BFB7 !important;
}