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 {
  clear:both;
  text-align:center;
  background:inherit;
  font-size:24pt;
  color:#AF0A0F;
  width:100%;
}
.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:inert;
	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:right;
        clear:both;
        float:right;
}
.stylesheet {
	text-align:right;
	clear:both;
	float:right;
	padding-left: 3px !important;
        font-size:0.8em
}
.abbrev {
        color:#707070;
}
.highlight {
	background:#d6daf0;
	color:#800000;
	border: 2px dashed #EEAA88;
}

.delete {
	text-decoration:line-through;
}

.spoiler {
 background: #d88766 !important;
 color: #d88766 !important;
}
.spoiler blockquote {
    background: #e6cbc0 !important;
    color: #e6cbc0 !important;
}
.spoiler:hover {
 background: #e6cbc0 !important;
 color: #333333 !important;
}
.spoiler blockquote:hover {
    color:#789922 !important;
}
.spoiler blockquote blockquote:hover {
    color:#406010 !important;
}
.spoiler blockquote blockquote blockquote:hover {
    color:#204010 !important;
}
.topbar {
    /* background: #000000; */  
        background: #eddad2;
    /* border-bottom: 1px solid #000000; */
        -moz-opacity : 0.6;
        opacity : 0.6;
        filter : alpha(opacity=60);     
    border-bottom: 1px solid #5C5B7F; #800000;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 2px 2px 0px 0px;
        color: #AAAAAA;
        }

.topbar:hover {
    /* background: #000000; */  
        background: #eddad2;
    /* border-bottom: 1px solid #000000; */
        -moz-opacity : 1.0;
        opacity : 1.0;
        filter : alpha(opacity=100);     
    border-bottom: 1px solid #5C5B7F; #800000;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 2px 2px 0px 0px;
        color: #AAAAAA;
        }
.navbar {
        text-align: left;
        float: left;
        padding-top: 4px;
        margin-left: 4px;
        font-size:0.8em
}