html, body {
  font-size:10pt;
  background:#EDDAD2;
  color:#000000;
}
* {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 10pt;
}
input, textarea {
  background-color: #E6CBC0;
  border: 1px solid #CA927B;
}
a {
  background:inherit;
  color:#34345C;
}
a:visited {
  background:inherit;
  color:#34345C;
}
a:hover {
  color:#DD0000;
  background:inherit;
}
a.quotelink {
  background:inherit;
  color:#DD0000;
}
.logo, .logo a {
  clear:both;
  text-align:center;
  background:inherit;
  font-size:24pt;
  color:#AF0A0F;
  width:100%;
}
.sublogo {
  clear:both;
  text-align:center;
  width:100%;
  padding: 3px 0px 11px 0px;
}
.banner {
	margin-top: 10px;
}
.postarea {
  background:inherit;
}
.postblock {
  background: #D9AF9E;
  border: 1px solid #CA927B;
  color: black;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
}
.footer {
  text-align:center;
  font-size:12px;
}
.unkfunc {
	background:inherit;
	color:#789922;
}
.filesize {
	text-decoration:none;
}
.filetitle {
	background:inherit;
	color:#0F0C5D;
	font-weight:800;
}
.postername {
  background:inherit;
  font-size:11pt;
  color:#117743;
  font-weight: bold;
}
.postertrip {
	background:inherit;
	color:#228854;
}
.oldpost {
  background:inherit;
  color:#0F0C5D;
  font-weight:800;
}
.omittedposts {
  background:inherit;
  color:#070707;
}
.reply {
	background:#D9AF9E;
	color:#000000;
	border:1px solid #CA927B;
}
.replyhl {
	background:#D6BAD0;
	color:#000000;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	background:inherit;
	font-size:18px;
  color:#0F0C5D;
  font-weight:800;
}
.commentpostername {
  background:inherit;
  font-size:11pt;
  color:#117743;
  font-weight: bold;
}
a.quotejs {
  color:#000000;
	text-decoration: none;
}
a.quotejs:hover {
  font-weight:bold;
}

.adminbar {
  text-align: center;
  float:none;
}

/* board list */

.category {
	margin-bottom: 5px;
}

.header {
	background:#D9AF9E;
	color:#0F0C5D;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

.list {
	padding: 5px;
}

/* admin posts */

.adminname {
	color: #FF0000;
}

/* rules */

.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:#D9AF9E;
	color:#0F0C5D;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

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

.spoiler {
	background-color: #E6CBC0;
	color: #E6CBC0;
}

.spoiler:hover {
	background: #E6CBC0;
	color: #000000;
}


.captcha {
        color: #AF0A0F;
	/*
	  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: #34345C;
}

.iichan-hide-thread-btn > svg {
	color: #34345C;
}

