/* {{{ debug */
img {
    /*background-color: #bae0ef;*/
}
/* }}} */
/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 12pt;
}
body {
    font-size: 68%;
    padding: 4em;
}
body, 
input, 
textarea, 
button {
    font-family: "Georgia", "Times", "Times New Roman", Serif;
}
p,
h1,
h2,
h3,
#navigation li {
    font-size: 1.3em;
    line-height: 1.4em;
}
.section p,
.section h1,
.section h2,
.section h3,
.section ul {
    font-size: 1.3em;
}
a img {
    border: none;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
/* }}} */

/* {{{ header */
#header {
    font-size: 1.5em;
    text-transform: lowercase;
    padding-bottom: 1.1em;
}
/* }}} */
/* {{{ marginalia */
#marginalia {
    position: absolute;
    left: 59em;
    top: 4.2em;
    width: 20em;
}
#marginalia img {
    display: block;
    width: 17em;
    /*height: 40em;
    background-color: #000000;*/
}
/* }}} */
/* {{{ content */
#content {
    position: relative;
    margin-top: 4em;
    width: 52em;
}
.section {
    margin-bottom: 3em;
}
.section img.fullwidth {
    display: block;
    /*width: 43.3em;*/
    width: 40.0em;
    /*height: 14em;*/
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}
.section .imglabel {
    font-size: 1.1em;
    font-style: italic;
}
.section ul {
    padding-left: 1.5em;
    list-style: disc;
}
.section b {
    font-weight: normal;
}
h1 {
    font-weight: normal;
}
h2 {
    font-weight: normal;
    font-style: italic;
}
/* }}} */
/* {{{ navigation */
#navigation {
    font-size: 0.9em;
    position: relative;
}
#navigation .top {
    position: absolute;
    top: -3.5em;
    left: 57em;
    width: 28em;
    text-align: right;
}
#navigation a.active,
#navigation a.parent_of_active {
    text-decoration: underline;
}
#navigation ul li {
    display: inline;
}
#navigation li::before {
    content: ". ";
}
#navigation li.first::before {
    content: "";
}
#navigation a {
    text-decoration: none;
}
#navigation a:hover {
    text-decoration: underline;
}
#navigation .order {
    /*font-size: 1em;*/
}
#navigation .order a {
    text-decoration: underline;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

