/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
html {
    height: 101%;
    font-size: 12pt;
}
body {
    font-size: 62.5%;
}
body, input, textarea, button {
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica Neue", "Helvetica", Sans-Serif;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
a img {
    border: none;
}
a {
    text-decoration: none;
}
p,
li,
h1,
h2,
h3 {
    font-size: 1.2em;
    line-height: 1.55em;
}
#navigation {
    font-weight: bold;
}
#navigation li a {
    font-size: 1.15em;
}
#navigation li,
#navigation .inpage a,
li li {
    font-size: 1em;
}
#navigation .inpage {
    font-size: 1.1em;
}
/* }}} */
/* {{{ header */
#header {
    position: absolute;
    left: 10em;
    z-index: 4;
}
#logo {
    position: absolute;
    left: 0;
    top: 2em;
}
#logo a {
    display: block;
    width: 11em;
}
#logo img, #logo object {
    display: block;
    border: none;
    width: 11em;
}
#logo span.slogan {
    display: block;
    position: absolute;
    left: 13.6em;
    top: 0.3em;
    width: 24em;
    font-weight: bold;
    font-size: 1.1em;
}
/* }}} */
/* {{{ content */
.section a {
    text-decoration: underline;
}
.size-M {
    padding-right: 1.5em;
}
.size-M p {
    font-size: 1.2em;
    line-height: 1.55em;
}
.size-L {
    margin-top: -0.6em;
    padding-right: 1.5em;
}
.size-L p {
    font-size: 2.2em;
    line-height: 1.55em;
}
.size-XL {
    margin-top: -1.2em;
    padding-right: 1.5em;
}
.size-XL p {
    font-size: 3.2em;
    line-height: 1.15em;
}
.img {
    margin-top: 4em;
}
.img img {
    display: block;
    width: 100%;
}
.img.right {
    position: absolute;
    margin-top: 0em;
    top: 0;
    left: 30em;
}
/* }}} */
/* {{{ project */
.project {
}
.project .hint,
.project .description {
    position: absolute;
    z-index: 19;
    top: 0;
    left: 0;
}
.project .more,
.project .less {
    margin-left: 1em;
    font-size: 1.2em;
}
.project h2 {
    display: inline;
    padding-right: 1em;
}
.project p {
    display: inline;
}
/* }}} */
/* {{{ details */
.details {
    margin-bottom: 1.7em;
}
.details .hgroup {
    cursor: pointer;
}
.details .date {
    text-decoration: underline;
}
.details h2 {
    margin-bottom: 1.55em;
}
.details h2.underline {
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 0;
}
/* }}} */
/* {{{ navigation */
#navigation {
    position: absolute;
    left: 10em;
    top: 5.5em;
    width: 30em;
    z-index: 3;
}
#navigation li {
    list-style: none;
}
#navigation li,
#navigation .overview div {
    display: block;
    float: left;
    width: 15em;
    line-height: 1.8em;
}
#navigation ul ul,
#navigation .overview {
    position: absolute;
    left: 0;
    top: 9.7em;
}
#navigation .overview {
    width: 80em;
}
#navigation ul ul li {
    float: none;
    padding-bottom: 1.8em;
}
#navigation ul .overview ul li,
#navigation ul ul.sub_active li {
    padding-bottom: 0;
}
#navigation h2 {
    text-decoration: underline;
    font-size: 1.1em;
}
#navigation .back {
    position: absolute;
    left: -3em;
    top: 0;
}
#navigation .overview ul {
    position: static;
}
#navigation .goback,
#navigation .goforward {
    padding-left: 0.7em;
}
/* }}} */

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

