/* {{{ global */
html,
#header,
#footer {
    background: #ffffff !important;
    background: #ffffff;
}
#contentcontainer {
    border-left: 3em solid #ffffff;
    border-right: 3em solid #ffffff;
}
.section, .section_start {
    margin-right: 17em;
}
/* }}} */
/* {{{ content */
#contentcontainer {
    position: relative;
    margin: 0 auto;
    width: 60em;
    height: auto !important;
    text-align: left;
    background: #ffffff;
}
#contentcontainer {
    border-left: 3em solid #ffffff;
    border-right: 3em solid #ffffff;
}
.section, .section_start {
    margin-right: 17em;
}
/* }}} */
/* {{{ footer */
#footer {
    margin-top: 3em;
}
#footer p {
    font-size: 0.8em;
    color: #555555;
}
/* }}} */
/* {{{ navigation */
.topnav,
#crosslinks {
    display: none;
}
#navigation .nav {
    display: none;
}
.autolinklist ul {
    padding-left: 0;
}
.autolinklist li::before {
    content: "http://";
}
.autolinklist li::after {
    content: "";
}
.autolinklist li a {
    color: #000000;
}
/* }}} */

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