/* stylesheet for the site */
body {
    /* yucky red / yellow
    background-color: #3d0000;
    color: yellow;
    */
    background-color: white;
    color: black;
    margin: 10px;
}

a:link {
    /* yucky red/yellow
    color: yellow;
    */
    color: #0000b0;
}
a:visited {
    /* yucky red/yellow
    color: #ffc060;
    */
    color: #4040ff;
}

div.nav {
    position: relative;
    text-align: center;
    font-size: 80%
    padding-top: 20px;
    padding-bottom: 10px;
}
div.nav2 {
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
span.nav {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: sub;
    font-size: 100%;
}
span.title {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: sub;
    font-size: 150%;
    font-weight: bold;
}
span.updates {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: sub;
    font-style: italic;
    font-size: 0.9em;
}
h1 {
    text-align: center;
    font-size: 1.2em;
}
h2 {
    font: italic;
    text-align: center;
}

div.comic {
    margin-top: 2em;
    margin-bottom: 10px;
    text-align: center;
}
img.comic {
    border-style: solid;
    border-width: 5px;
}

div.question {
    margin-top: 20px;
    font-size: 150%;
    font-style: italic;
    font-weight: bold;
}
div.answer {
    margin-bottom: 10px;
}

div.scene {
    margin-top: 1em;
    margin-bottom: 0px;
    margin-left: 4px;
    font-style: italic;
}
div.line {
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 10px;
}
span.character {
    font-weight: bold;
    margin-right: 3px;
}
span.line {
}
div.forum {
    margin-top: 30px;
}
div.forum span {
    font-style: italic;
}

#license {
    border-top: solid;
    margin-top: 2em;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: .5em;
    text-align: left;
}
#license img {
    border: medium none;
    float: left;
    margin-right: 10px;
}
#license p {
    margin-top: 0;
    padding-top: 0 !important;
}
#forward {
    margin-top: 2em;
}
#comment {
    margin-top: 2em;
}
#transcript {
    border-top: solid;
    margin-top: 30px;
}