html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #EBF3FF;
}

body, textarea {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

.clear {
    clear: both;
}

.top-list {
    padding: 5px;
}

.content {
    padding: 20px;
}

.motd {
    font-weight: bold;
    text-align: center;
}

.board-header h1 {
    text-align: center;
    color: #af0a0f;
    font-weight: bold;
    font-size: 2.5em;
}

.board-header .description {
    text-align: center;
}

.content-divider {
    border: none;
    border-top: 1px solid #B1B1B1;
    margin: 0.7em 0 0.7em 0;
}

.post-form {
    max-width: 500px;
}

.post-form legend {
    font-size: 2em;
    font-weight: bold;
}

.post-form [name="comment"] {
    width: 100%;
    padding: 0;
}

.post-manage-container {
    width: 100%;
}

.post-manage-container .thread-controls {
    float: left;
    vertical-align: middle;
    line-height: 21px;
}

.post-manage-form-container {
    float: right;
}

.post {
    padding: 12px 10px 12px 10px;
}

.post.snippet {
    margin-left: 50px;
}

.post.divider {
    border-bottom: 1px solid #d4dce8;
}

.post:target, .post.highlight {
    background-color: #fff4e2;
}

.header .subject {
    color: #0200ff;
}

.header .refno {
    color: #000;
    text-decoration: none;
}

.header .refno:hover {
    text-decoration: underline;
    color: #ff0000;
}

.header .name {
    font-weight: bold;
    color: #018a00;
}

.header .name .trip {
    font-weight: normal;
    font-size: 0.9em;
}

.header .modcode {
    color: #ff0000;
}

.header .date {
}

.styled-text {
    padding: 0.3em 0 0.3em 0;
    word-wrap: break-word;
}

.styled-text .quote {
    color: #789922;
}

.styled-text .spoiler {
    background-color: black;
    color: #000;
    text-decoration: none;
}

.styled-text .spoiler:hover {
    color: #fff;
}

.styled-text h3, .styled-text h2, .styled-text h1 {
    margin: 0.5em 0 0.5em 0;
}

.styled-text .red {
    color: #ff0000;
}

.post .styled-text .abbreviated {
    color: #5a5a5a;
}

.post .file-link img {
    margin: 15px 0 0 0;
}

.post .boardinfo {
    margin: 20px 0 0 0;
    color: #5a5a5a;
}

.catalog-post {
    display: inline-block;
    width: 130px;
    vertical-align: top;
    margin: 0.7em;
}

.catalog-post .header {

}

.catalog-post .header .date {
    color: #5a5a5a;
}

.catalog-post .file {
    text-align: center;
}

.catalog-post .file img {
    max-width: 130px;
    max-height: 100px;
    margin: 0 auto;
    width: auto;
    height: auto;
}

.catalog-post .styled-text {
    overflow: hidden;
    max-height: 100px;
    margin: 0 0 0.7em 0;
}

.catalog-post .stats {
    color: #5a5a5a;
}

.footer {
    margin: 3em 0 1em 0;
    text-align: center;
    font-size: 11px;
    color: #5a5a5a;
}

.footer-pages {
    font-size: 13px;
}

.message {
    border: 1px solid #B1B1B1;
    background-color: #fff4e2;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.message h3, .message h2, .message h1 {
    margin-top: 0;
}

.page {

}

@media (max-width: 425px) {
    .post.snippet {
        margin-left: 20px;
    }
}
