body {
    color: #b8b49c;
    background-color: #423a3a;
    font-family: "Trebuchet MS", Arial, sans-serif;
    padding: 2%;
}

#header {
    background-color: #123456;
    border: solid 1px black;
    padding-top: 1.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-bottom: 1em;
}

#header h1 {
    font-family: "Times New Roman","Times",serif;
    font-size: 300%;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    color: #b8b49c;
    margin-top: 0px;
    margin-bottom: 0.1em;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

#header h2 {
    font-family: "Times New Roman", "Times", serif;
    font-size: x-large;
    font-weight: normal;
    letter-spacing: 0.3em;
    text-align: center;
    color: #b8b49c;
    background-color: #345178;
    border: solid 1px black;
    margin: 0px;
    padding-top: 0.4em;
}

#nav h1, #content h1 {
    font-size: medium;
    font-weight: normal;
    color: #b8b49c;
    margin-top: 0px;
    margin-bottom: 0.1em;
    margin-left: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

#nav ul.menu {
    list-style: none;
    padding-left: 0.7em;
}

#nav .menu li {
    margin-left: 0;
    padding: 0.06em 0.3em;
}


.contentbox {
    color: #b8b49c;
    background-color: #345178;
    border: solid 1px black;
    margin: 0px;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    padding-left: 0.2em;
    padding-right: 0.4em;
}

#nav {
/*
    position: fixed;
    left: 3%;
    top: 30%;
*/
    float: left;
    width: 20%;
    border: solid 1px #000000;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    background-color: #123456;
}

#content {
    float: right;
    width: 75%;
    border: solid 1px black;
    margin-bottom: 0.6em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    background-color: #123456;
}

#content p {
    padding-left: 10%;
    padding-right: 2ex;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: justify;
}

#content table {
    /* margin-left: 10%; */
}

#content p.postedby {
    padding-left: 5%;
    text-align: left;
    font-size: medium;
    color: #123456;
    margin-top: 0px;
    margin-bottom: 0px;
}

#nav p {
    padding-left: 1em;
    padding-right: 2ex;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: large;
    font-weight: normal;
    margin-bottom: 0px;
    padding-left: 0.2em;
}

h3 {
    font-size: medium;
    font-weight: bold;
    margin-top: 0.4em;
    margin-bottom: 0px;
    padding-left: 5%;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #999999;
    color: #999999;
}

a:hover {
    color: #cccccc;
    border-bottom: 1px dotted #cccccc;
}

a.imglink {
    text-decoration: none;
    border-bottom: 0px;
    color: #000000;
}

a.imglink:hover {
    text-decoration: none;
    color: #000000;
    border-bottom: 0px;
}

address {
    font-size: x-small;
    padding-left: 10%;
}

hr {
    color: #123456;
    height: 1px;
    width: 100%;
    clear: both;
    margin-top: 0.5em;
}

div.imgleft {
    padding-right: 2ex;
    float: left;
    display: inline;
}

div.imgright {
    margin-left: 0ex;
    padding: 2ex;
    /* border: thin dotted black; */
    float: right;
    display: inline;
}

p.footer {
    font-size: x-small;
}

/* nowplaying.cgi */

table.nowplaying {
    margin-top: 1em;
}
table.nowplaying td {
    vertical-align: top;
}

table.nowplaying td.label {
    font-weight: bold;
    padding-right: 1em;
}

/* indexer.cgi */

table.filelist {
    font-size: small;
    width: 100%;
    border: thin dotted black;
    background-color: #345178;
    border-collapse: collapse;
}

table.filelist caption {
    text-align: left;
    font-weight: bold;
    font-size: medium;
    background-color: #123456;
    border: thin dotted black;
    padding-left: 1em;
}

table.filelist th {
    padding-left: 0.2em;
    padding-right: 0.2em;
    border: thin dotted black;
}

table.filelist td.type {
    width: 5em;
}

table.filelist td.name {
    font-weight: bold;
    min-width: 40%;
}

table.filelist td.mtime {
    text-align: center;
    width: 13em;
}

table.filelist td.size {
    text-align: center;
    width: 10%;
}

table.filelist td {
    padding-left: 0.2em;
    padding-right: 0.2em;
    border: thin dotted black;
}

