html, body {
    margin: 0;
    border: 0;
    padding: 0;
}

div.header, div#backlinks {
    display: none;
}

div#sidebar {
    max-width: 13em;
    float: left;
    padding: 0ex 0em 0ex 0.5em;
    margin: 0ex 0ex 0ex 0ex;
    border: 0ex 0ex 0ex 0ex;
}

div#sidebar ul {
    list-style-position: outside;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0 0 0 0;
}

div#sidebar ul li {
    margin: 0 0 0 1em;
    padding: 0 0 0 0;
    border: 0 0 0 0;
}

div#content, div#footer {
    margin-left: 15em;
    margin-right: 1em;
    max-width: 40em;
}

div#content p.quote {
    width: 10em;
    text-align: right;
    float: right;
}

div#footer {
    margin-top: 5ex;
    border-top: 1px solid;
    color: #777777;
}

div#feedlink {
    margin-top: 3ex;
    margin-bottom: 3ex;
}

div.inlinepage h2 a {
    text-decoration: none;
}

div.inlinepage {
    border-top: 1px solid black;
}

.smallestPC { font-size: 70%; }
.smallPC { font-size: 85%; }
.normalPC { font-size: 100%; }
.bigPC { font-size: 115%; }
.biggestPC { font-size: 130%; }

/* Orange feed button. */
.feedbutton {
        background: #ff6600;
        color: white !important;
        border-left: 1px solid #cc9966;
        border-top: 1px solid #ccaa99;
        border-right: 1px solid #993300;
        border-bottom: 1px solid #331100;
        padding: 0px 0.5em 0px 0.5em;
        font-family: sans-serif;
        font-weight: bold;
        font-size: small;
        text-decoration: none;
        margin-top: 1em;
}
.feedbutton:hover {
        color: white !important;
        background: #ff9900;
}

div.inlinepage span.pagedate {
    color: #777777;
}
