@charset "UTF-8";

/*
    S T A N D A R T * S T U F F  * * * * * * * * * * * * * * * * * * * * * * *
*/
* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    font-family: "Bitstream Vera Sans", Arial, Helvetica, Verdana, sans;
    font-size: 1em;
    color: #BDD4BD;
    background: #A1B3A1;
    margin: auto;
}

noscript {
    font-weight: bold;
    color: #CB6234;
    text-align: center;
}

a:link, a:visited {
    color: #93ED93;
    text-decoration: none;
    border-bottom: 0;
}
a:hover, a:active {
    color: #E0FCE0;
    text-decoration: none;
    border-bottom: 1px dotted #AEE8AE;
}

h1, h2, h3, h4 { color: #AEE8AE; }
h1 { font-size: 2em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }



/*
    N I F T Y * C L A S S E S * * * * * * * * * * * * * * * * * * * * * * * * *
*/
.small { font-size: .8em; }
.center { text-align: center }
.coolHr { width: 100%; border-top: 1px solid #6E916E; }
.dark { color: #92C292; }
.gbPost { border-bottom: 1px solid #658565; margin: 1em 0 0 0; }
.newsPost { border-bottom: 1px solid #658565; margin: 1em 0 0 0; }
.playerTd { text-align: center; }
.spamButton { opacity: 0.5; }
.spamButton:hover { opacity: 1; }
.fileTd a { display: block; }


/*
    C O N T A I N E R * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
#container {
    width: 600px;
    margin: 1em auto 1em auto;
}
#container .top {
    height: 15px;
    background: transparent url(container_top.png) no-repeat;
}
#container .bottom {
    height: 15px;
    background: transparent url(container_bottom.png) no-repeat;
}




/*
    H E A D E R * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
#header {
    height: 58px;
    background: transparent url(header_h1.png) no-repeat bottom right;
}
#header h1 {
    display: none;
}



/*
    N A V I G A T I O N * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
#navigation {
    font-size: .8em;
    color: #A9BDA9;
    padding: 0 10px 10px 10px;
    background: #5F7E5F;
    text-align: right;
}

#navigation a:link, #navigation a:visited { color: #AEE8AE; border: 0; }
#navigation a:hover, #navigation a:active { color: #87E887; border: 0; }


#navigation ul { }
#navigation ul li {
    display: inline;
    border-left: 3px solid #7AA17A;
    padding: .1em;
}

#navigation ul li:hover {
    color: red;
    background: #6E916E;
}
#navigation ul li:hover a:hover, #navigation ul li:hover a:visited {
}

/*
    C O N T E N T * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
#content {
    font-size: .8em;
    padding: 0 15px 0 15px;
    background: #5F7E5F;
    overflow: auto;
}
#content p, #content ul {
    margin: 0 0 1em 0;
}
#content ul li {
    list-style: none url(li.png) inside;
}

#content table {
    width: 100%;
}

#content table thead th {
    color: #AEE8AE;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding: 0 0 0 .3em;
}
#content table tfoot td {
    color: #83AE83;
    font-size: .8em;
    padding: 0 0 0 .3em;
}

#content table tbody td {
    font-size: .8em;
    padding: .3em;
/*
    border-left: 1px solid #6E916E;
*/
    border-bottom: 1px solid #6E916E;
}
#content table tbody td a {
    border: 0;
}
#content table tbody tr:hover {
    background: #729772;
}



/*
    F O O T E R * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
#footer {
    text-align: center;
    color: #607F60;
    font-size: .8em;
    margin: 2em 0 0 0;
}
#footer a:link, #footer a:visited { color: #475E47; }
#footer a:hover, #footer a:active { color: #578C57; }



/*
    M O D _ F I L E * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
#modFileNavNodes {
    font-weight: bold;
    border-top: 1px solid #6E916E;
}
p#modFileNavNodes:before { content: '→'; }



/*
    G U E S T B O O K * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
#gbForm {
    text-align: center;
    font-size: .8em;
    border-bottom: 1px solid #6E916E;
    margin: 0 0 1em 0;
}

#gbForm input, #gbForm textarea {
    color: #C2F0C2;
    background: #6E916E;
    border-right: 1px solid #80A880;
    border-bottom: 1px solid #80A880;
    border-top: 1px solid #536E53;
    border-left: 1px solid #536E53;
}

#gbForm input[type=submit] {
    font-weight: bold;
    color: #AEE8AE;
    border-left: 1px solid #80A880;
    border-top: 1px solid #80A880;
    border-bottom: 1px solid #536E53;
    border-right: 1px solid #536E53;
}

#gbForm span {
    display: block;
    font-weight: bold;
}

#gbForm .formError {
    border: 1px solid #AD3F4E;
}