body {
    font-family: "Comic Sans MS", sans-serif;
    background: #3F006C;/*#600093, #CC66FF*/
    color: #FFFFFF;
}

header h1 {
    font-size: 250%;
    padding: 0.5em 20px 0;
    margin: 0;
}

section.content {
    border-left: 1px solid #FFFFFF;
    padding: 0 0 2em 4em;
}
section.content h1 {
    font-size: 190%;
    margin-top: 0;
}
section.content h2 {
    font-size: 130%;
}
section.content h3 {
    font-size: 100%;
}

strong {
    display: block;
    padding: 0 125px 2.5em;
}
nav {
    display: block;
    float: left;
    width: 13em;
    margin: 0 0 1em 10px;
}
nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul a {
    padding: 0 10px;
    text-decoration: none;
    background: #3F006C;
    color: #FFFFFF;
}
nav ul a:hover {
    color: #380060;
    background: #FFFFFF;
    -webkit-border-radius: 0.7em;
    -moz-border-radius:    0.7em;
    -ms-border-radius:     0.7em;
    -o-border-radius:      0.7em;
    border-radius:         0.7em;
}
nav ul li.active a,
nav ul li.active {
    color: #380060;
    background: #FFFFFF;
    -webkit-border-radius: 0.7em 0 0 0.7em;
    -moz-border-radius:    0.7em 0 0 0.7em;
    -ms-border-radius:     0.7em 0 0 0.7em;
    -o-border-radius:      0.7em 0 0 0.7em;
    border-radius:         0.7em 0 0 0.7em;
}
nav ul li {
    white-space: nowrap;
    margin-bottom: 1px;
}

.nav-up {
    clear: both;
    text-align: center;
    margin-top: 1em;
}

.content ul li {
    margin-bottom: 1.0em;
}
.content ul.short li {
    margin-bottom: 0;
}

.content a {
    color: #E3E42D;
    text-decoration: underline;
}
.content a:visited {
    color: #E2E488;
}
.content a:active,
.content a:hover {
    color: #FBFE34;
}
/* Underlining titles is a common typographical mistake. */
.content cite a {
    text-decoration: none;
}
.content cite a:hover {
    text-decoration: underline;
}
.content pre {
    font-family: "Comic Sans MS", sans-serif;
}

img {
    border: 1px solid black;
    /* doesn't crop image in FF3.6
    border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    */
}

.small-figure {
    display: block;
    clear: both;
    float: left;
    margin: 0 20px 20px 0;
}

.medium-figure {
    display: block;
    clear: both;
    float: right;
    margin: 0 0 20px 20px;
}

.medium-figure .caption {
    font-size: 80%;
    line-height: 125%;
    text-align: center;
    width: 100%;
    display: block;
}

.content {
    float: left;
    width: 28em;
    margin-bottom: 5em;
}

.schedule {
    border-collapse: collapse;
}

.schedule th,
.schedule td {
    padding: 0.2em 0.5em;
    border: 1px solid #ddcccb;
}


.translation {
    float: left;
}
/* wider than standard content */
.translation-intro {
    width: 40em;
}
.translation .translation-footer {
    width: 80%;
}

.blessings-of-the-moon .translations { width: 61em; }
.blessings-of-the-moon .translation { width: 30em; }

.le-blues-braillant .translations { width: 51em; }
.le-blues-braillant .translation { width: 25em; }
/* Footer not nested; shown in single column */
.le-blues-braillant .translation-footer { width: 38em; }

.les-fils .translations { width: 61em; }
.les-fils .translation { width: 30em; }

.les-strates .translations { width: 53em; }
.les-strates .translation { width: 26em; }


/* For non-HTML5 compliant browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

@media only screen
and (max-width : 799px) {
    header h1 {
        font-size: 200%;
        padding: 0em 0 0 0px;
    }
    strong {
        padding: 0 0 0.5em 4px;
    }
    nav {
        display: block;
        float: none;
        width: 100%;
        border: 0px solid white;
        border-width: 1px 0;
        margin: 0 0 1em 0px;
    }
    nav ul li.active a,
    nav ul li.active {
        /* round *all* four corners */
        -webkit-border-radius: 0.7em;
        -moz-border-radius:    0.7em;
        -ms-border-radius:     0.7em;
        -o-border-radius:      0.7em;
        border-radius:         0.7em;
    }
    nav ul a {
        padding: 0 10px;
    }
    nav ul li {
        white-space: nowrap;
        margin: 7px 0;
    }
    section.content {
        border-left: none;
        padding: 0 0 2em 0px;

        float: none;
        width: 100%;
    }
    section.content h1 {
        font-size: 175%;
    }

    .translation {
        float: none;
    }
    .translation-intro {
        width: 100%;
    }
    .translation .translation-footer {
        width: 100%;
    }
    .le-blues-braillant .translation-footer { width: 100%; }

    .blessings-of-the-moon .translations,
    .le-blues-braillant .translations,
    .les-fils .translations,
    .les-strates .translations { width: 100%; }

    .blessings-of-the-moon .translation,
    .le-blues-braillant .translation,
    .les-fils .translation,
    .les-strates .translation { width: 100%; }

    .nav-up {
        text-align: left;
        margin-top: 2em;
    }

    /* Footer not nested; shown in single column */




}
