/*
 * This file is distributed under the MIT License.  See LICENSE.txt for
 * details.
 *
 * Copyright (C) 2008, Stephen Wilson
 */

[id=menu] {
    position         : fixed;
    width            : 12em;
}

[id=content] {
    position         : absolute;
    left             : 14em;
    padding-right    : 4em;
}

#menu .web_submenu {
    padding-top      : 0em;
    display          : block;
    font-family      : "Georgia, Palatino, Times, Roman";
    font-size        : 12pt;
    margin-left      : 0em;
    margin-right     : 0em;
    border           : 2px solid #cccccc
}

#menu label {
    display          : block;
    font-weight      : bold;
    text-align       : center;
    background-color : #cccccc;
}

#menu a {
    padding          : 0 .2em;
    display          : block;
    text-align       : center;
    background-color : #eeeeee;
}

.web_title {
    font-family      : "Georgia, Palatino, Times, Roman";
    font-size        : 12pt;
    font-weight      : bold;
    text-align       : center;
}

.web_sectiontitle {
    width            : 100%;
    font-family      : "Georgia, Palatino, Times, Roman";
    font-weight      : normal;
    font-size        : 16pt;
    background-color : #cccccc;
    padding          : 0.1em 0.1em 0.1em 0.1em;
    border-width     : 1px;
}

.web_text {
    text-align       : left;
    font-family      : "Georgia, Palatino, Times, Roman";
    font-size        : 12pt;
}

.web_code {
    border           : solid 1px #aaaaaa;
    background       : #eeeeee;
    font-family      : "Monospace";
    font-size        : 10pt;
    margin           : 0 1em 0 1em;
    padding          : 0 1em 0 1em;
    display          : table;
}

body {
    color            : #000;
    background-color : #fff;
    padding          : 24px;
    margin           : auto;
    font-family      : "Georgia, Palatino, Times, Roman";
    font-size        : 12pt;
}
