/**
* dark.css
* For AwsumChan by Circlepuller
*/
body {
background: black;
color: #ffffff;
font-family: "Monaco", Monaco, Palatino, monospace;
font-size: 18px;
}
span.quote {
color:#99ff00;
}
h1 {
font-size: 20pt;
text-align: center;
letter-spacing: 0px;
}

div.blotter {
  color: #660000;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
 h1 a{
    color: #cc0033;
    font-size: 22pt;
    }
    header div.subtitle {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    margin: 1em 0;
    }
   

div.title, h1 {
color: #ff0000;
font-family: Arial, Helvetica, sans-serif;
}
div.title p {
font-size: 19px;
}
a:link, a:visited, p.intro a.email span.name {
color: #ff00ff;
text-decoration: none;
font-family: sans-serif;
}
a:link:hover, a:visited:hover {
color: #fff;
font-family: sans-serif;
text-decoration: none;
}
a.post_no {
color: #faf0be;
text-decoration: none;
}
a.post_no:hover {
color: #32DD72 !important;
text-decoration: underline overline;
}
div.post.reply {
background: #000000;
border: #ff3333 0px solid;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
div.post.reply.highlighted {
background: #000000;
border: transparent 0px solid;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
color: #9107b5;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
color: #32DD72;
}
p.intro span.subject {
font-size: 20px;
font-family: monospace;
color: #ff075f;
font-weight: 800;
}
p.intro span.name {
color: #ff00ff;
font-weight: 800;
}
p.intro a.capcode, p.intro a.nametag {
color: magenta;
margin-left: 0;
}
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
color: #32ddaf;
}
input[type="text"], textarea, select {
background: #000000;
color: #ffff33;
border: #EF1919 0px solid;
padding-left: 5px;
padding-right: -5px;
font-family: monospace;
font-size: 16pt;
}
input[type="password"] {
background: #000000;
color: #cc00cc;
border: #008b8b 0px solid;
}
form table tr th {
background: #000000;
color: #ff0033;
font-weight: 800;
text-align: center;
padding: 4;
}
div.banner {
background: #00000;
color: #000;
text-align: center;
width: 250px;
padding: 4px;
padding-left: 12px;
padding-right: 12px;
margin-left: auto;
margin-right: auto;
font-size: 16px;
}
div.banner a {
color:#000;
}
input[type="submit"] {
background: #0000;
border: #888888 0px solid;
color: #ffff00;
}
input[type="submit"]:hover {
background: #00000;
border: #888888 0px solid;
color: #32DD72;
}
input[type="text"]:focus {
border:#aaa 0px solid;
}
p.fileinfo a:hover {
text-decoration: underline;
}
span.trip {
color: #00000;
}
div.pages {
color: #cc0000;
background: #000000;
border: #EF1919 0px solid;
font-family: sans-serif;
font-size: 14pt;
}
div.pages a.selected {
color: #fffff;
}
hr {
height: 1px;
border: #010000 1px solid;
}
div.boardlist {
color: #000000;
background-color: rgba(0%, 0%, 0%, 100);
}
div.ban {
background-color: black;
border: transparent 0px solid;
}
div.ban h2 {
background: black;
color: lime;
font-size: 12px;
}
table.modlog tr th {
background: #000000;
color: #000000;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
background-color: #000000;
}
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(0%, 0%, 0%, 100);
}
div.report {
color: #666666;
}
/* options.js */
#options_div, #alert_div {
background: #000000;
}
.options_tab_icon {
color: #AAAAAA;
}
.options_tab_icon.active {
color: #FFFFFF;
}