/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 12pt;
}
body {
    font-size: 62.5%;
}
body, input, textarea, button {
    font-family: "Arial", "Helvetica Neue", "Helvetica", Sans-Serif;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
a img {
    border: none;
}
/* }}} */
/* {{{ header */
#header {
    position: relative;
    width: 100%;
    height: 31.05em;
}
#logo {
    position: absolute;
    z-index: 10;
}
#logo a {
    display: block;
    text-decoration: none;
    font-size: 1.4em;
    /*padding-left: 1.1em;*/
    width: 14.63em;
}
#logo img {
    display: block;
    width: 14.63em;
}
#logo b {
    font-size: 1.2em;
}
#logo span.slogan {
    font-size: 0.9em;
}
#logo b,
#logo span.slogan {
    display: block;
    line-height: 1.3em;
}
#header #back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#header #back div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#header #back img {
    display: block;
    width: 100%;
}
/* }}} */

/* {{{ content */
body {
    text-align: center;
}
#content {
    position: relative;
    width: 81.1em;
    margin: 0 auto;
    text-align: left;
}
.section {
    position: relative;
    width: 39.715em;
    width: 46.6em;
    margin-left: 20.7em;
    margin-bottom: 1.7em;
}
.section.border {
    margin-left: 0em;
    padding-left: 20.7em;
    padding-top: 1em;
    border-top: 1px solid #000000;
    clear: both;
}
.section.first {
}
.section h1,
.section h2,
.section h3,
.section p,
.section li,
.section dd,
.section dl,
.aside p {
    font-size: 1.3em;
    line-height: 1.3em;
}
.section ul {
    margin-top: 0;
}
.section ul.bullets,
.section ol {
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}
.section li {
    margin-left: 0;
    list-style: none;
}
.section .bullets li {
    margin-left: 1em;
    list-style: disc;
}
.section li li, 
.section li p {
    font-size: 1em;
}
.image {
    padding-top: 1.69em;
}
.image + .image {
    padding-top: 0;
}
.section .image img {
    display: block;
    width: 100%;
}
.image.nocaption {
    padding-bottom: 1em;
}
.image .caption {
    padding-top: 0.79em;
    padding-bottom: 0.9em;
}
.section li a {
    position: relative;
}
.section li a span.type {
    position: absolute;
    text-decoration: none;
    right: -1.5em;
    top: -0.1em;
}
.section li a span.type img {
    height: 1.3em;
}
/* }}} */
/* {{{ aside */
.aside {
    position: absolute;
}
.aside .image {
    padding-top: 0;
}
.aside.left {
    left: 0;
    float: left;
    width: 17.9em;
}
.aside.right {
    float: right;
    width: 11em;
    right: 0;
}
.aside .image img {
    display: block;
    width: 100%;
}
.section .aside {
    position: relative;
}
.section .aside.left {
    margin-left: -20.6025em;
}
.section .aside.right {
    margin-right: -13.7025em;
}
* html .section .aside.left {
    /* hack for IE6 */
    margin-left: -10.4em;
}
/* }}} */
/* {{{ zoom(ed) */
a.zoom {
    text-decoration: none;
}
a.zoom:hover {
    font-weight: bold;
}
a.zoom span {
    display: block;
    position: absolute;
    text-align: right;
    right: 0;
    padding-top: 0.15em;
    font-size: 2em;
}
#zoomed {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}
#zoomed div {
    margin-top: 26.9em;
    background: #ffffff;
    height: 100%;
    width: 100%;
}
#zoomed div img {
    width: 100%;
}
/* }}} */
/* {{{ vcard */
.vcard h3,
.vcard .adr {
    margin-bottom: 1.3em;
}
.vcard .fn {
    font-weight: bold;
}
/* }}} */

/* {{{ footer */
#footer {
    clear: both;
}
/* }}} */

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

