/* vim: set ts=4 sw=4 sts=4 et : */

.japanese {
    font-family: "MS Mincho", "Trebuchet MS", "Trebuchet", serif;
}

.chinese {
    font-family: "MingLiU", "SimSun", "Trebuchet MS", "Trebuchet", serif;
}

.korean {
    font-family: "Gulim", "Trebuchet MS", "Trebuchet", serif;
}

.big, .caption {
    border: 1px solid #7e9b2e;
    background: #f0f7a0 url(/pix/knot_solid_f0f7a0.png) 100% 0 no-repeat fixed;
}

.big {
    margin-top: 5px;
    padding: 1px;
    font-size: 5em;
    line-height: 1em;
    border-bottom: none;
}

.caption {
    font-family: "Arial", sans-serif;
    font-size: 0.7em;
    border-top: none;
    line-height: 1em;
    padding-bottom: 1px;
}

.sidebar_l, .sidebar_r {
    text-align: center;
}
