﻿body {
    color: #FB0;
    font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
    font-size: 12pt;
    text-align: center;
    line-height: 1.3;
}

h3 {
    color: #7A1C07;
}

div.sub_header {
    background-color: White;
}

p {
    text-align: justify;
}

ul {
    list-style: disc inside;
    margin-left: 2em;
}

a {
    color: #C80;
}

a:visited {
    color: #FC3;
}

/* Navigation menu */
ul.nav-menu {
    background-color: #7A1C07;
    color: #FB0;
}

ul.nav-menu li.menu-head {
    background-color: White;
    color: #7A1C07;
    font-weight: bold;
}

ul.nav-menu li.menu-subhead {
    border-top: solid 1px White;
    color: White;
}

ul.nav-menu li.last {
    border-bottom: solid 1px White;
}

ul.nav-menu li.book-box {
    background-color: #6A0C00;
}

ul.nav-menu a {
    color: #FB0;
    text-decoration: none;
}

ul.nav-menu li.book-box a {
    color: #FC3;
}

ul.nav-menu li a:hover {
    background-color: #FB0;
    color: #7A1C07;
}

/* Subtext */
span.tiny-text {
    font-size: x-small;
}

/* Footer */
#footer {
    clear: both;
    text-align: center;
}

/* Qutotations and attributions */

/* Verbatim stuff  - ie things I got working and don't want to mess with */
span.expander {
    background-color: #105;
    color: White;
    display: none;
    font-size: small;
    padding: .1em 1em;
}

span.expander:hover {
    cursor: pointer;
    background-color: #FB0;
}

div.expando {
    border-bottom: solid 1px White;
}

span.collapser {
    background-color: #105;
    border-right: solid 1px White;
    border-bottom: solid 1px White;
    border-left: solid 1px White;
    color: White;
    display: none;
    float: right;
    font-size: small;
    margin-right: 1.5em;
    padding: .1em 1em;
}

span.collapser:hover {
    cursor: pointer;
    background-color: #FB0;
}

li.rick_hansen {
    background-color: #0C3;
}

li.rick_hansen a {
    color: White;
}