body, html
{
    font-family: sans-serif;
    font-size: small;
    width: 800px;
}

/* === header section styles ================================================*/
#header
{
}

#header img
{
    border-width: 0;
}

/* === footer section styles =================================================*/
#footer
{
    border-top: medium solid black;
    clear: both;
}

/* === navigation section styles ============================================*/
#navigation
{
}

#navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation li
{
    display: inline;
    margin: 0;
}

/* === main section styles ===================================================*/
#main
{
}

#main h1
{
    border-bottom: medium solid black;
    font-size: large;
}

#main p.comicnavigator
{
    text-align: right;
}

#main ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#main li
{
    display: inline;
    margin: 0;
}

#main .cast
{
    clear: both;
}

#main img.castmember
{
    float: left;
    margin-right: 5px;
    vertical-align: text-top;
}

#main .histogramcaption
{
    text-align: right;
}

/* === dialog section styles =================================================*/
#dialog
{
    border: thin solid black;
    font-family: monospace;
    margin: 5px 0px 20px 20px;
    max-width: 680px;
    padding: 0px 10px 0px 10px;
}

/* === message section styles ================================================*/
#message
{
    border-top: medium solid black;
    clear: both;
}

p.newmessage
{
    clear: both;
}

/* === speaker section styles ================================================*/
#speaker
{
    float: left;
    width: 100px;
    min-height: 120px;
}

#speaker img
{
    border-width: 0;
}

/* === spoken section styles =================================================*/
#spoken
{
    float: right;
    width: 700px;
}

#spoken .bl
{
    background: url(bl.jpg) 0 100% no-repeat #99CCFF;
}
#spoken .br
{
    background: url(br.jpg) 100% 100% no-repeat;
}

#spoken .tl
{
    background: url(tl.jpg) 0 0 no-repeat;
}

#spoken .tr
{
    background: url(tr.jpg) 100% 0 no-repeat;
    padding: 10px;
}

#spoken .clear
{
    font-size: 1px;
    height: 1px
}
