html, body {
         background:#FFFFEE;
         color:#800000;
	#-webkit-font-smoothing: none;
	font-family: sans-serif;
}
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%;
}
.theader {
        background:#E04000;
        text-align:center;
        padding:2px;
        color:#FFFFFF;
        width:100%;
}
tr#DelInput, input#DelPasswB{
	display: none;
}
span.filesize, span.thumbnailmsg{
    display:none;
	
}
.postblock {
        background:#EEAA88;
        color:#800000;
        font-weight:800;
}
.footer {
        text-align:center;
        font-size:12px;
        font-family:serif;
}
form#paypaldonate{
text-align: center;
}

.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:inert;
	color:#789922;
}
.filesize {
	text-decoration:none;
}
.filetitle, .replytitle {
	background:inherit;
	font-size:1.2em;
	font-variant: petite-caps;
	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:bisque;
	color: maroon;
	box-shadow: 2px 2px 1px;
	padding-bottom:15px;
}
.doubledash{
	vertical-align:top;
	clear:both;
	float:left;
}
.commentpostername {
        color:#117743;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
	color:#800000;
}

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

@media only screen and (max-width: 650px) {
        .reply {
                width: 100%;
        }	      
	div.catalog-op{
	      max-width: 46%!important;;
	}
        
   
}


/* index settings*/

div.static{
        background-color: cornsilk;
        color: maroon;
        border-style: groove;
        font-family: sans-serif;
        #-webkit-font-smoothing: none;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
}
div#intro, div#introb{
        text-align: center;
        letter-spacing: 3px;
        background-color: bisque;
}
div#siteinfo{
        margin-bottom: 100px;
}
a#enter{
        font-size: 200%;
}
img#ottmap{
        margin-top: 20px;
        margin-bottom: 20px;
}

h1, h2{
	display: inline;
	font-size: 1.2em;
        font-variant: petite-caps;
	color:#CC1105;
        font-weight:800;
        margin: 0px;
}

button#expbutton{
        width: 25%;
        padding: 4px;
}
.captchachbx:checked + .clabel > img
{
        width: 125px;
        margin: 7.9px;
        border: 5px inset green;
        filter: contrast(60%) brightness(120%);
}


.req{color:red!important}

div#catalog{
	text-align:center;
}
div.catalog-op{
        display: inline-grid;
        padding-bottom: 20px;
        vertical-align: top;
        margin: 7px;
        text-overflow: ellipsis;
        border: 1px solid;
        overflow: hidden;
        max-height: 350px;
        word-wrap: anywhere;
        grid-auto-columns: 200px;
}

div.catalog-img{
        display: flex;
        justify-content: center;
}
.postertrip{
        word-wrap: anywhere;
        max-width: 100%;
}

code{
	display: block;
	background-color: black;
	color: orange;
	text-shadow: 0px 0px 2px orange;
}
