/* CSS for The Mercurials - 08/30/2007 - 10:12 */


/* ===== WIDE-SCOPE ===== */

body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Arial", sans-serif;
}

img {
    border-style: none;
}

.centered {
    text-align: center;
}

.italics {
    font-style: italic;
}

/* Any reference to "The Mercurials" title. */
.titlereference {
    font-style: italic;
}

/* ===== LINKS ===== */

a:link {
    text-decoration: none;
    color: #10B0FF;
}

a:visited {
    text-decoration: none;
    color: #10B0FF;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/* ===== HEADER ===== */

#description {
    border-bottom: solid 1px #FFFFFF;
    text-align: center;
    font-size: 80%;
    font-family: "Arial";
}

/* ===== MAIN ===== */

.pagenav {
    text-align: center;
    font-weight: bold;
    word-spacing: .5em;
}


.errors {
    color: yellow;
    font-weight: bold;
    padding: 15px;
    margin: 10px;
}

/* ===== GUIDE ===== */

#guide {
    float: left;
    border-right: 1px solid #FFFFFF;
    padding-right: 2px;
}

.guidecaption {
    font-weight: bold;
    font-size: 75%;
}

ul.guidelist {
    list-style-type: none;
    margin-left: 0px;
}

li.guideheader {
    font-weight: bold;
    font-size: 70%;
}

li.guidecontent {
    font-size: 70%;
}

/* ===== FOOTER ===== */

.disclaimer {
    border-top: solid 1px #FFFFFF;
    padding: 2px;
    text-align: center;
    font-size: 75%;
}

/* ===== EPISODE INDEX ===== */

.chapterTitle {
     vertical-align: top;
     font-weight: bold;
}