/* soyteen.com - deliberately low-budget imageboard styling.
   Yotsuba-ish/soyjak.party palette. System fonts only. No shadows,
   no gradients, no animations. Looks like 2008. */

body {
    background-color: #F0E0D6; /* classic 4chan Yotsuba B beige */
    color: #800000;           /* default Yotsuba text? no - keep body text dark */
    color: #000;
    margin: 0;
    padding: 0 12px 24px 12px;
    font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* thin reusable frame - the whole site is one table basically */
table.page {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #B86F43;
    background-color: #FFF8F0;
}

table.page td {
    padding: 10px;
    vertical-align: top;
}

/* top banner */
h1.logo {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 34px;
    letter-spacing: -1px;
}

div.admin {
    text-align: center;
    border-bottom: 1px solid #B86F43;
    padding: 4px 8px 8px 8px;
    background-color: #F7E9DC;
}

div.admin p {
    margin: 4px 0 0 0;
    font-size: 12px;
    color: #444;
}

/* nav links row */
div.nav {
    border-bottom: 1px solid #B86F43;
    background-color: #F7E9DC;
    padding: 6px 8px;
    font-size: 12px;
}

/* content block */
h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    margin: 12px 0 6px 0;
    color: #000;
}

p {
    margin: 0 0 8px 0;
    line-height: 1.35;
}

/* greentext-ish soyquote flavour, coloured like the sharty greens */
blockquote {
    margin: 6px 0 10px 0;
    padding: 6px 8px;
    border-left: 2px solid #2F9600;
    color: #2F9600;
}

blockquote p {
    margin: 2px 0;
}

hr {
    border: 0;
    border-top: 1px solid #B86F43;
    margin: 10px 0;
}

/* tables for the feature list - borders on everything */
table.info {
    width: 100%;
    border-collapse: collapse;
    margin: 6px 0 10px 0;
}

table.info td {
    border: 1px solid #B86F43;
    padding: 6px 8px;
    vertical-align: top;
    background-color: #FBF3EC;
}

table.info td.term {
    font-weight: bold;
    white-space: nowrap;
    width: 30%;
    background-color: #F7E9DC;
}

ul {
    margin: 4px 0 10px 0;
    padding-left: 22px;
}

li {
    margin: 2px 0;
}

a {
    color: #0000EE;
}

a:visited {
    color: #551A8B;
}

/* the adjust line near bottom */
.post {
    font-size: 11px;
    color: #555;
}

.footer {
    text-align: center;
    font-size: 11px;
    color: #555;
    border-top: 1px solid #B86F43;
    background-color: #F7E9DC;
    padding: 6px 8px;
}

sup {
    font-size: 9px;
}
