html, body {
         background-image:url(page/background.gif)
         color:#000000;
}
a {
        color:#0000EE;
}
hr {
	border-color:#333333;
	border-width:1px;
	border-style:dashed;
}
a:hover {
        color:#DD0000;
}
.adminbar {
        text-align:right;
        clear:both;
        float:right;
}
.maintable {
	background-color:#FFFFFF;
	border-color:#333333;
	border-width:3px;
	border-style:dashed;
	}
.maintd {
	border-bottom-color:#333333;
	border-bottom-width:3px;
	border-bottom-style:dashed;
	}
.logo {
        clear:both;
        text-align:center;
        font-size:2em;
        color:#000000;
        width:100%;
}
.theader {
        background:#FFBDFD;
        text-align:center;
        padding:2px;
        color:#000000;
        width:100%;
}
.postarea {
}
.rules {
        font-size:0.7em;
}
.postblock {
        background:#FFBDFD;
        color:#000000;
        font-weight:800;
}
/*Thorn addition*/
.postblock A {
    color:#000000;
    text-decoration:none;
    }
/* End */
.footer {
        text-align:center;
        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:#000000;
}
.row1 {
	background:#EEEECC;
	color:#000000;
}
.row2 {
        background:#DDDDAA;
        color:#000000;
}
/*Thorn change*/
blockquote {
	/*background:inert;*/
	/*color:#789922;*/
}
code {
	/*background:inert;*/
	/*color:#789922;*/
}
.filesize {
	text-decoration:none;
}
.filetitle {
	background:inherit;
	font-size:1.2em;
	color:#D700D0;
	font-weight:800;
}
.damnopera {
    /*Thorn add*/
    display:block;  
}
.postername {
	color:#117743;
	font-weight:bold;
}
.postertrip {
	color:#228854;
}
.oldpost {
        color:#CC1105;
        font-weight:800;
}
.omittedposts {
        color:#707070;
}
.reply {
	background:#FFBDFD;
	color:#000000;
	max-width:80%;
}
.reply .postername {
	/*Thorn addition*/
	padding-left:16px;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	font-size: 1.2em;
        color:#CC1105;
        font-weight:800;
}
.commentpostername {
        color:#117743;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
	color:#000000;
}

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

/*Thorn's addition*/
#topbar{
background-color:#FFFFFF;
border-color:#333333;
border-width:3px;
border-style:dashed;
position:relative;
padding: 5px;
width: 960px;
visibility:visible;
z-index: 100;
}
#modblock {
    display:none;
    }
	
#modblock1 {
    display:none;
    }
	
#modblock2 {
    display:none;
    }

blockquote {
    float:none;
    clear:both;
    }

.imgbox {
    white-space:nowrap;
    overflow:hidden;
    text-align:left;
    float:left;
    margin-left:1px;
    margin-top:1px;
    padding:1px;
    width:700px;
    }