html, body {
    background: #FFFFEE;
    color: #800000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

a {
    color: #0000EE;
}

a:hover {
    color: #DD0000;
}

.reflink a:hover {
    font-weight: bold;
}

.logo {
    clear: both;
    text-align: center;
    font-size: 2em;
    font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    color: #800000;
    width: 100%;
}

.logo:first-letter {
    letter-spacing: -3px;
}

hr {
    color: #800000;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 238, 1), rgba(128, 0, 0, 0.75), rgba(255, 255, 238, 1));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 238, 1), rgba(128, 0, 0, 0.75), rgba(255, 255, 238, 1));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 238, 1), rgba(128, 0, 0, 0.75), rgba(255, 255, 238, 1));
    background-image: -o-linear-gradient(left, rgba(255, 255, 238, 1), rgba(128, 0, 0, 0.75), rgba(255, 255, 238, 1));
}

.replymode {
    background: #E04000;
    text-align: center;
    padding: 2px;
    color: #FFFFFF;
    width: 100%;
}

.manageinfo {
    background: #00B930;
    text-align: center;
    padding: 2px;
    color: #FFFFFF;
    width: 100%;
}

.catalogmode {
    background: #0040E0;
    text-align: center;
    padding: 2px;
    color: #FFFFFF;
    width: 100%;
}

.rules {
    /*font-size:0.7em;*/
    width: 468px;
    font-size: 10px;
    font-family: sans-serif;
}

.rules li {
    margin-left: 1em;
    /*text-indent: 0em;*/
}

.postblock {
    background: #f3e1d2;
    color: #800000;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
    border-top: 1px solid #e3c7c0;
    border-bottom: 1px solid #CC9999;
    border-left: 1px solid #e3c7c0;
    border-right: 1px solid #CC9999;
}

.postform input[type=text], .postform input[type=password], .postform textarea {
    border: 1px solid #a24540;
    padding: 4px;
}

.postform input[type=submit] {
    color: #800000;
    background-color: #FFFFFF;
    border: 1px solid #a24540;
    padding: 4px;
}

.postform input[type=text]:focus, .postform input[type=password]:focus, .postform textarea:focus, .postform input[type=submit]:focus, .postform input[type=submit]:active {
    outline: none;
    border: 1px solid #800000;
}

.footer {
    font-size: 12px;
    font-family: serif;
}

.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 {
    text-decoration: none;
}

.filetitle {
    background: inherit;
    color: #CC1105;
    font-weight: 800;
}

.postername {
    color: #117743;
    font-weight: bold;
}

.postertrip {
    color: #228854;
}

.oldpost {
    color: #CC1105;
    font-weight: 800;
}

.omittedposts {
    color: #707070;
}

.doubledash {
    margin: 0px;
    padding: 0px;
    color: #a24540;
    font-size: 1.2em;
}

.reply {
    background: #F0E0D6;
    color: #800000;
    padding-bottom: 5px;
    padding-right: 7px;
    border-top: 1px solid #e9d3cb;
    border-bottom: 1px solid #CC9999;
    border-left: 1px solid #e9d3cb;
    border-right: 1px solid #CC9999;
}

.replyhl {
    background: #F0C0B0;
    color: #800000;
}

.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;
}

/* 1chan specific: */

fieldset {
    border: 1px dotted #800000;
}

.hoverpost {
    background: #FFFFEE;
    color: #800000;
}

.spoiler {
    text-shadow: 0px 0px 10px #800000;
}

.spoiler:hover {
    text-shadow: 0px 0px 0px #800000;
}

#pagenav {
    background: #F0E0D6;
    color: #800000;
    border-left: 1px solid #CC9999;
    border-bottom: 1px solid #CC9999;
}

#accountnav {
    background: #F0E0D6;
    color: #800000;
    border-right: 1px solid #CC9999;
    border-bottom: 1px solid #CC9999;
}

.select2-input:focus {
    border: 0 !important;
}

.select2-choices {
    border: 1px solid #a24540 !important;
}

.select2-drop {
    border: 1px solid #a24540 !important;
    border-top: 1px solid #CC9999 !important;
}

.select2-result-label {
    color: #800000 !important;
}

.select2-highlighted {
    background-color: #f9e3cd !important;
}

.ms-res-ctn {
    background: #FFFDFC;
    color: #800000;
}

.ms-res-ctn .ms-res-item {
    color: #800000;
}

.ms-res-ctn .ms-res-odd {
    background: #FFF6F0;
    color: #800000;
}

.ms-sel-ctn .ms-sel-item:hover {
    background: #FFF1E8;
}

.ms-sel-ctn .ms-sel-text:hover {
    background: #FFF1E8;
}

.ms-sel-ctn .ms-sel-item-active {
    background: #FFF1E8;
}

/*.ms-res-item-active {
	background: #FFF9F5 !important;
}

.ms-res-odd.ms-res-item-active {
	background: #FFF1E8 !important;
}*/

.ms-res-item-active .tag {
    font-weight: bold;
}

.newreply {
    background: #F0E0D6;
    border-right: 1px solid #D9BFB7;
    border-bottom: 1px solid #D9BFB7;
    padding-bottom: 5px;
    padding-right: 7px;
}

.newdivider {
    color: #D9BFB7;
    font-size: 1.2em;
}
