a {
    color: #444;
}
a:hover, blockquote a, .email b:hover {
    color: #666;
}
article, aside, .pagination {
    background-color: #ddd;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
article.highlight {
    background-color: #ccc;
    border-color: #bbb;
}
/* shouldn't happen */
article.editing {
    background-color: #fa6;
    border-color: #e95;
}
b {
    color: #444;
}
b.admin {
    color: #f00000;
}
b.moderator {
    color: purple;
}
html, body {
    background: #f5f5f5;
    color: #000;
    padding-top: 20px;
}
body, pre, .themed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
em {
    color: #888962;
}
h1 {
    color: #999;
    font: bolder 28px Tahoma;
    letter-spacing: -2px;
}
h2 {
    color: #999;
    font-family: Tahoma;
}
header nav a {
    color: black;
}
hr {
    border-top: 1px solid #ccc;
}
.popup-menu li:hover {
    background-color: #f5f5f5;
}
.act:before {
    content: "[";
}
.act:after {
    content: "]";
}
.email, .email b {
    color: #0f0c5d;
}
.modal, .preview, .popup-menu {
    background-color: white;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.omit {
    color: gray;
}
form table tr th {
    background: none;
    text-align: right;
    border-right: black 1px solid;
}

div.boardlist {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    height: 19px;
    background: #001017 url() no-repeat left bottom;
    background-color: #001017 !important;
    font-family: sansationregular,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 17px;
    z-index: 999999;
    padding-left: 20px;
    padding-top: 2px;
    border-bottom: none !important;
}

div.boardlist.bottom {
    display: none;
}

div.boardlist a {
    text-decoration: none;
    color: #7ed0f3 !important;
    transition: color 200ms;
    font-family: sansationregular,Arial,Helvetica,sans-serif !important;
}

div.boardlist a:hover {
    color: #c2edff;
}

div.boardlist > a {
    margin-right: 25px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-top: 175px;
    top: 0;
    background-color: #6dc7ed;
    color: white;
    margin: 0;
    padding-bottom: 0px;
    margin-left: -8px;
}

img.banner, img.board_image {
    display: block;
    border: none;
    border-radius: 5px;
    margin: 12px auto 120px auto;
    position: relative;
    z-index: 2;
}

h1 {
    font: bolder 28px Tahoma;
    letter-spacing: -2px;
    color: white;
    z-index: 3;
    font-size: 37px;
    font-weight: normal;
    font-family: sansationregular,Arial,Helvetica,sans-serif;
}

form:first-of-type {
    background-color: #001017;
    color: white;
    width: 100%;
    margin: -10px 0 0 -8px;
    padding: 13px;
}

#favorite-star {
    margin-left: 5px;
}

div.ban {
    margin: 222px auto 30px;
}

footer {
    position: absolute;
    width: 100%;
    background-color: #6dc7ed;
    padding-bottom: 10px;
    margin-left: -13px;
    margin-top: 20px;
}

body > div:nth-child(7) > div {
    padding: 10px !important;
    background-color: rgb(109, 199, 237) !important;
}

div.banner, div.banner a {
    color: black;
    background: transparent;
    margin: 0px 0 20px 0;
}

div.banner a:hover {
    color: black;
}

.desktop-style .sub {
    background: none;
}