/* {{{ global */
#content a {
    color: #000000;
}
/* }}} */

/* {{{ header */
#logo a.dots {
    left: 50em;
}
#header.start {
    height: 60em;
}
/* }}} */
/* {{{ content */
#content {
    margin-left: 1.4em;
}
/* }}} */
/* {{{ images */
.images .clickthrough img {
    position: static !important;
    top: auto !important;
    display: block !important;
}
.images .prevnext {
    display: none;
}
/* }}} */
/* {{{ details */
.javascript .details dd {
    display: block;
}
/* }}} */
/* {{{ navigation */
#navigation,
#langswitch {
    display: none;
}
/* }}} */
/* {{{ footer */
#footer {
    margin-left: 1.4em;
    padding-top: 4em;
}
#footer a {
    color: #000000;
    text-decoration: none;
}
#footer a::after {
    content: " ["attr(href)"]";
}
/* }}} */

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

