html, body {
background-image: url('/css/icons/paisley_bg.jpg'); /* this is your main bg image */
background-attachment: fixed; /* toggles whether it is scrollable or not */
color:#909090;
}
* {
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
font-size: 10pt;
}
input, textarea {
background-color: #101010;
color: #ffffff;
border: 1px solid #202020;
}
a {
background:inherit;
color:white;
text-decoration: none;
cursor: pointer;
}
a:visited {
background:inherit;
color:white;
}
a:hover {
color: #A0A0A0;
background:inherit;
text-decoration:underline;
}
a.quotelink {
background:inherit;
color:#36e4f8;
}
.logo {
clear:both;
text-align:center;
background:inherit;
font-size:24pt;
color: #ffffff;
width:100%;
font-weight: bold;
}
.postarea {
background:inherit;
}
.postblock {
background-image: url('/css/icons/paisley_fg.jpg');
background-attachment: fixed;
border: 1px solid #303030;
color: #ffffff;
font-weight: bold;
padding: 2px 5px 2px 5px;
}
.footer {
text-align:center;
font-size:12px;
}
.unkfunc {
background:inherit;
color:#a9ffa9;
}
.filesize {
text-decoration:none;
}
.filetitle {
background:inherit;
color:#606060;
font-weight:800;
}
.postername {
background:inherit;
font-size:11pt;
color:#d5d5d5;
font-weight:bold;
}
.postertrip {
background:inherit;
color:#808080;
}
.oldpost {
background:inherit;
color:#404040;
font-weight:800;
}
.omittedposts {
background:inherit;
color:#707070;
}
.reply {
background-image: url('/css/icons/paisley_fg.jpg');  /* bg of replies in the table */
background-attachment: fixed;
padding: 0px 2px 0px 0px; /* lines it up so the 2 bgs above match */
-moz-border-radius: 3px;
border:1px solid #101010;
color:#b9b9b9;
}
.replyhl {
background:#000000;
color:#b9b9b9;
}
.doubledash {
vertical-align:top;
clear:both;
float:left;
}
.replytitle {
background:inherit;
font-size:18px;
color:#000000;
font-weight:800;
}
.commentpostername {
background:inherit;
font-size:11pt;
color:#505050;
font-weight: bold;
}
a.quotejs {
color:#909090;
text-decoration: none;
}
a.quotejs:hover {
font-weight:bold;
}
.adminbar {
text-align: left;
}
#watchedthreads {
background-color: #000000 !important;
border: 1px solid #303030 !important;
border-top: 0px none !important;
}
.thumb { cursor: pointer; }

hr {  
   color:#0F0;
   width:98%;
   margin-top:-15px;
   margin-left:1%;
   margin-right: 1%;
   height:.2px;
}

hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

