
html {
    font-family: Cambria, Georgia, serif;
    margin: 0; padding: 0;
    background: white;
    color: black;

    height: 100%;
    margin-bottom: 1px;
    font-size: 90%;
}

body { margin: 0; padding: 0; }

h1 {
    height: 96px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;

    font-weight: normal;
    font-size: 5em;
    letter-spacing: 5px;
    text-indent: -900%;

    background-image: url("header.png");
    background-repeat: no-repeat;
    background-position: center;
}

p {
    margin: 1em 0;
    padding: 0;
}

    /* editions/ */
    p.summary {
        margin-top: -1em;
    }

a {
    color: #9f0304;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.block {
        color: black;
        display: block;
    }

/*************************************/
div#motto {
    color: #333;
}


div#navigation {
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: -1px;
    padding: 1em 0;
    background-image: url("stripe.png") !important;
}

/*************************************/
#layout {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #999;
}

#layout p, #layout ul, #layout dl,
div#singleton, #layout ol,
div#navigation {
    line-height: 1.7;
}

#layout td {
    padding: 1em 2em;
    vertical-align: top;
}

    #layout td.sidebar {
        width: 30%;
        border-right: 1px solid #999;
    }

/* Article tables, not our tables */
#layout .article table {
    margin: 0 auto;
    border: 2px solid black;
    border-width: 2px 0 2px 0;
    border-collapse: collapse;
}

    #layout .article td, th {
        padding: 0.25em 1em;
        vertical-align: top;
        line-height: 1.8;
    }


    #layout .article thead {
        border-bottom: 1px solid black;
    }

#layout h2 {
    font-family: "Palatino Linotype", "Palatino", Cambria, Georgia, serif;
    margin: 0 0 1em 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: -1px;
    line-height: 1;
    color: #850502;
}

#layout p {
}
    #layout .byline p {
        text-indent: 0;
        line-height: 1;
        padding-top: 5px;
    }

    #layout #content p {
        text-align: justify;
     }

    #layout p + p {
        margin-top: -1em;
        text-indent: 5%;
    }

#layout .article {
    margin-bottom: 2em;
}

#layout div.byline {
    margin-top: -1.8em;
    font-size: .9em;
}

#layout ul, #layout ol {
    margin: 0;
    padding: 0;
    margin-left: 5%;
}

/*************************************/
#singleton {
    margin: 0 25%;
}

#footer {
    text-align: center;
    font-size: .7em;
    border-top: 1px solid #999;
    margin: 0;
    margin-top: 2px;
    padding-top: 0.5em;
}

.grayer {
    color: gray;
}

    .grayer a {
        color: #333;
    }
