/* ===== THEME: VOID ===== */

body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Comic Neue', 'Comic Sans MS', cursive;
    margin: 0;
    padding: 0;
}

.boardHeader {
    background: #000000;
    border-bottom: 1px solid #333333;
    padding: 20px;
    text-align: center;
}

.boardHeader h1 {
    color: #ffffff;
    font-family: 'Impact', sans-serif;
    font-size: 2.5em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.boardHeader h2 {
    color: #666666;
    font-size: 1em;
    margin-top: 10px;
}

.navBar {
    background: #000000;
    border-bottom: 1px solid #222222;
    padding: 10px;
    text-align: center;
}

.navBar a {
    color: #888888;
    text-decoration: none;
    padding: 8px 16px;
    margin: 0 5px;
    font-family: 'Impact', sans-serif;
    text-transform: uppercase;
}

.navBar a:hover {
    color: #ffffff;
}

.postCell {
    background: #000000;
    border: 1px solid #222222;
    border-left: 3px solid #444444;
    margin: 15px 0;
    padding: 15px;
    color: #cccccc;
}

.postHeader {
    background: #000000;
    border-bottom: 1px solid #333333;
    padding: 10px;
    margin: -15px -15px 10px -15px;
}

.postHeader .name {
    color: #ff0000;
    font-family: 'Impact', sans-serif;
}

.postHeader .subject {
    color: #ffffff;
    font-weight: bold;
}

.postHeader .dateTime {
    color: #555555;
    font-size: 0.85em;
}

a {
    color: #ff0000;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

.opCell {
    background: #000000;
    border: 1px solid #333333;
    border-left: 3px solid #ff0000;
}

input[type="text"],
input[type="password"],
textarea,
select {
    background: #000000;
    border: 1px solid #333333;
    color: #ffffff;
    padding: 10px;
    font-family: 'Comic Neue', cursive;
}

input[type="text"]:focus,
textarea:focus {
    border-color: #555555;
    outline: none;
}

input[type="submit"],
button {
    background: #000000;
    color: #ffffff;
    border: 1px solid #444444;
    padding: 12px 24px;
    font-family: 'Impact', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
    border-color: #ffffff;
}

.quote {
    color: #00aa00;
}

.greentext {
    color: #00aa00;
}

.spoiler {
    background: #000000;
    color: #000000;
}

.spoiler:hover {
    color: #ffffff;
}

code {
    background: #111111;
    color: #ff0000;
    padding: 2px 6px;
    font-family: monospace;
}

pre {
    background: #111111;
    border-left: 2px solid #333333;
    padding: 15px;
}

.pagination {
    background: #000000;
    border-top: 1px solid #222222;
    padding: 20px;
}

.pagination a {
    color: #666666;
    padding: 8px 12px;
    margin: 0 3px;
}

.pagination a:hover {
    color: #ffffff;
}

.footer {
    background: #000000;
    border-top: 1px solid #222222;
    color: #333333;
    padding: 20px;
    text-align: center;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: #222222;
}

::-webkit-scrollbar-thumb:hover {
    background: #333333;
}

::selection {
    background: #333333;
    color: #ffffff;
}

.sticky {
    border-left: 3px solid #ff0000 !important;
}

.postId {
    color: #ff0000;
    font-family: monospace;
    font-size: 0.85em;
}

.replyBacklinks a {
    color: #444444;
    font-size: 0.85em;
}

.replyBacklinks a:hover {
    color: #666666;
}