body {
    font-family: arial, sans-serif, verdana;
    font-size: 0.75em;
    margin: 0;
    color: #000000;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre {
    border: 1px solid #666;
    overflow: auto;
    padding: 1em 1em;
}

code {
    font-family: 'Courier New', 'Bitstream Vera Sans Mono';
    font-weight: bold;
}

pre code {
    font-size: 1.5em;
    font-weight: normal;
}

fieldset {
    border: 1px solid black;
}

input {
    border: 1px solid black;
    color: black;
}

textarea {
    border: 1px solid black;
}

select {
    border: 1px solid black;
    color: black;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

#links {
    width: 40em;
    margin: 0 0 0 190px;
}

#links ul {
    list-style: none;
    padding: 0.3em 0 0 0;
    margin: 0; 
}

#links a {
    text-decoration: none;
    padding: 0 0.3em 0 0.3em;
}

#links a:hover {
}

#links li {
    display: inline;
    margin: 0 0 0 0.5em;
}

#links #level0 {
}

#links #level0 li {
}

#links #level0 li:hover {
}

#links #level0 .current {
}

#links #level1 {
}

#links #level1 li {
}

#links #level1 li:hover {
}

#links #level1 .current {
}

#links #level2 {
}

#links #level2 li {
}

#links #level2 .current {
}

#links #level2 li:hover {
}

#links #level3 {
}

#styles {
    float: right;
    position: relative;
    left: 11px;
}

#styles a.red {
    background-color: #956c6e;
}

#styles a.green {
    background-color: #6c9575;
}

#styles a.blue {
    background-color: #687d8a;
}

#styles a.orange {
    background-color: #ffd094;
}

#styles a.white {
    background-color: #cbcbcb;
}

#styles a.drab {
    background-color: #383733;
}

#styles a.soft {
    background-color: #f4efe8;
}

#styles a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px 0px 0px 0px;
    border: 1px solid black;
}

#main {
    width: 45em;
    margin: 0 0 0 170px;
    padding: 0 10px 10px 10px;
}

.donate {
    text-align: center;
}

#footer {
    width: 45em;
    margin: 0 0 0 170px;
    text-align: center;
}

#footer span {
    display: block;
}

#footer small {
    display:block;
}

#footer a:hover {
    text-decoration: none;
}

table.files {
    width: 90%;
    margin: 20px auto;
    color: #aaa;
}

table.files tr {
}

table.files td {
    padding: 3px 1px 3px 1px;
    border-bottom: 1px solid #ddd;
}

table.files td table {
    width: 100%;
    margin: 0;
    padding: 0 0 0 1em;
}

table.files th {
    text-align: left;
    border-bottom: 1px solid #eee;
    color: #000;
}

table.files td.file {
    width: 15em;
    color: #000;
}

table.files td.dir {
    color: #000;
}

table.files td.mtime {
    font-size: 0.8em;
}

table.files td table td.file {
    width: 14em;
}

table.files a:hover {
}

h3.history {
width: 85%;
    margin: 0 auto 5px auto;
}

div.commitlog {
    font-size: 0.85em;
    width: 75%;
    margin: 0 auto 15px auto;
}

div.commitlog span {
    display: block;
}

div.commitlog span.date {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #eee;
}

div.commitlog div.message {
    padding: 0 3em 0 3em;
}

div.image {
    text-align: center;
}

div.image img {
    padding: 2px;
    border: 1px solid #666;
}

.image_footer {
    padding: 0 0 10px 0;
}

.hidden {
    display: none;
}
