/* ikiwiki local style sheet */
html {
    background-color: #8c734d;
}

body {
    background: #8c734d;
}

#hd {
    background: #fff8db;
    margin-top: 2em;
    padding: 0.5em 0 0.5em 0.5em;    
}

#bd {
    margin: 1em;
    background: #fff8db;
}

#content {
    padding: 1em 1em 1em 2em;
}

#sidebar {
    margin-right: 1em;
    padding: 1em 1em 1em 1em;
    background: #f1eaea;
}

#ft {
    background: #fff8db;
    text-align: center;
    padding-top: 1em 0 1em 0;
}

/*
#pageinfo {
        clear: both;
        margin: 1em 0;
        border-top: 1px solid #000;
}
#pagedate {
        clear: both;
        font-style: italic;
        display: block;
        margin-top: 1em;
}
*/

/* 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;
}

