﻿/* 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;
}

.hidden {
    display: none;
}


/* ===== 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;
}

.grayedout {
    color: #ACACAC;
}

#content {
    text-align: center;
    padding: 3px;
    height: 655px;
}

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

/* ===== NAVBAR ===== */

.navbar {
    text-align: center;
    font-weight: bold;
    word-spacing: .5em;
    border: 1px solid #ACACAC;
    width: 50%;
    z-index: 10;
}

.navbarVert {
    text-align: center;
    font-weight: bold;
    word-spacing: .5em;
    border: 1px solid #ACACAC;
    width: 4em;
    height: 12em;
    line-height: 150%;
    z-index: 10;
    font-size: 75%;
    position: relative;
    float: left;
}

.navbarHoriz {
    text-align: center;
    font-weight: bold;
    word-spacing: .5em;
    border: 1px solid #ACACAC;
    width: 50%;
    z-index: 10;
}

.navbarHSpace {
    text-align: center;
    font-weight: bold;
    word-spacing: .5em;
    width: 50%;
    height: 30px;
}

.navbarVSpace {
    text-align: center;
    font-weight: bold;
    word-spacing: .5em;
    width: 4em;
    height: 10em;
    line-height: 150%;
    z-index: 10;
}

#mover.gif {
    z-index: 11;
}

#moverV.gif {
    z-index: 11;
}

/* ===== SPONSORS ===== */

#sponsors {
    font-size: 75%;
    text-align: center;
    padding: 3px;
    width: 206px;
    height: 106px;
}

#sponsors img {
    border-style: solid;
    float: left;
}

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

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

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

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