/* Colors */

.color1 {
    color: #FFF;
}
.color2 {
    color: #A5AFB1;
}
.color3 {
    color: #A9C453;
}
.color4 {
    color: #6DABB1;
}
.color5 {
    color: #3B4043;
}
.color6 {
    color: #262A2D;
}


/* General */

body {
    font-family: Arial, sans-serif;
    line-height: 1.4em;
    color: #FFF;
    background: #1D2124;
}
h1 { /* Uses Color 1 */
    font-size: 1.6em;
    line-height: 1.4em;
}
h2 { /* Uses Color 2 */
    font-size: 1.4em;
    line-height: 1.4em;
    color: #84D0E7;
}
h3 { /* Uses Color 3 */
    font-size: 1.2em;
    line-height: 1.4em;
    color: #A9C453;
}
h4 { /* Uses Color 4 */
    font-size: 1em;
    line-height: 1.4em;
    color: #6DABB1;
}
h5 { /* Uses Color 5 */
    font-size: 1em;
    line-height: 1.4em;
    color: #3B4043;
}
h6 { /* Uses Color 6 */
    font-size: 1em;
    line-height: 1.4em;
    color: #262A2D;
}
p { /* Uses Color 2 */
    font-size: .8em;
    line-height: 1.4em;
    color: #EEE;
}
a { /* Uses Color 3 */
    cursor: pointer;
    text-decoration: underline;
    color: #CBF378;
}
a:hover { /* Uses Color 4 */
    color: #84D0E7;
}
a:active { /* Uses Color 2 */
    color: #A5AFB1;
}
ul, ol {
    margin-bottom: .5em;
    font-size: .8em;
    color: #EEE;
}
ul {
    margin-left: 1.5em;
    list-style-type: disc;
}
ol {
    margin-left: 1.85em;
    list-style-type: decimal;
}
table {
    border-collapse: collapse;
    font-size: .8em;
    color: #333;
}
td {
    padding: .25em;
}
thead tr td {
    background: #F2F2F2;
    font-weight: bold;
    border: 1px solid #999;
}
tbody tr td {
    border: 1px solid #999;
}
tfoot tr td {
    background: #F2F2F2;
    font-weight: bold;
    border: 1px solid #999;
}
input, select, textarea {
    border: 1px solid #CBF378;
    font-size: 1em;
    padding: 3px 3px;
    background: #1D2124;
    color: #FFF;
}
select {
    padding: 0;
}

input:focus, select:focus, textarea:focus {
    border-color: #84D0E7;
}

legend {
    font-weight: bold;
}

button {
    font-family: Arial, sans-serif;
    background: #A9C453;
    color: #272B2E;
    font-weight: bold;
    padding: .25em 1.5em;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
button:hover {
    background-color: #CAEB64;
}

/* Layout  */

#wrapper {
    min-width: 980px;
    overflow: auto;
}

#headerWrapper, #bodyWrapper, #footerWrapper {
    clear: both;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.left {
    float: left;
    width: 260px;
}

.noLeft {
    margin-left: 260px;
}

.right {
    float: right;
    width: 700px;
}

#headerWrapper {
    margin: 2em auto 0 auto;
}
    #logo {
        margin-top: 0;
        text-align: center;
    }
    #topNavigation {
        background: #3B4043;
        height: 66px;
        border-bottom: 4px solid #84D0E7;
        font-size: .7em;
    }
        .pageTitle {
            font-size: 2.75em;
            margin: .35em 0 0 .4em;
            padding: 0;
            float: left;
        }
        #topNavigation #nodeCount {
            float: right;
            margin: 1.9em 1em 0 0;
        }
        #topNavigation #userControl {
            float: right;
            margin: 1.9em 1.5em 0 0;
        }
            #topNavigation #userControl a {
                text-decoration: none;
            }

#navigation {
}
    #navigationTop {
        background: #272B2E;
        list-style: none;
        font-size: 1.6em;
        line-height: 1.5em;
        height: 194px;
        border-bottom: 4px solid #CBF378;
    }
        #navigationTop ul {
            padding: .5em 1em .5em 1em;
            margin: 0;
        }
        #navigationTop ul li {
            list-style: none;
            border-bottom: 1px dashed #3B4043;
        }
        #navigationTop a {
            text-decoration: none;
        }
    #navigationBottom {
        padding: .5em 1em .5em 1em;
        background: #3B4043;
        min-height: 200px;

        /* IE6/7 FTL */
        _height: 200px;
    }

#body {
    background: #272B2E;
    border-bottom: 4px solid #84D0E7;
    min-height: 500px;

    /* IE6/7 FTL */
    _height: 500px;
}
    #body #splashImage {
        border-bottom: 4px solid #CBF378;
        width: 700px;
        height: 194px;
        background: url(/images/splash-image.jpg);
    }
    #body #content {
        padding: 1em 1em 1em 1.25em;

    }

    #downloadList li a {
        font-weight: bold;
        text-decoration: none;
    }
    #downloadList li {
        text-align: center;
        display: inline-block;
        list-style: none;
        margin-right: 3em;

        /* IE6/7 FTL */
        zoom: 1;
        *display: inline;
        _height: 30px;
    }

#footerWrapper {
    margin-bottom: 2em;
}
    #footer {
        background: #3B4043;
    }
        #footer .legal {
            margin: 1em 0 1em 1em;
        }
        #footer .legal a {
            text-decoration: none;
        }
        #footer .legal a:hover {
            text-decoration: underline;
        }

.underline {
    border-bottom: 2px solid #7B858B;
    margin-bottom: .25em;
}
