
body {
    background-color: #fff;
    margin: 10px;
    font-family: georgia, sans-serif;
    font-size: small;
    line-height: 150%;
}

/* anchors */

a {
    color: #008;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

/* headings */

h1 {
    font-size: small;
    background-color: #cde;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: small;
    background-color: #eee;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* last modified */

.lastmod {
    font-size: x-small;
}

/* page content */

.content {
}

/* console */

.console {
    color: #eee;
    background-color: #000;
    padding: 5px;
    font-family: "Andale Mono", monospace;
    line-height: 125%;
}

.console .in {
    color: #ff0;
}

/* file */

.file {
    background-color: #fffbf0;
    border: 1px solid #888;
    padding: 5px;
    font-family: "Andale Mono", monospace;
    line-height: 125%;
}

.file .diff {
    background-color: #ffa;
}

/* web */

.web {
    background-color: #fff;
    border: 1px solid #888;
    padding: 5px;
}

.web .prefsTitle {
    float: left;
    font-weight: bold;
}

.web .prefsBlurb {
    margin-left: 100px;
}

.web .prefsInput {
    background-color: #eee;
    border: 1px solid #888;
    padding: 1px;
    width: 300px;
    margin-left: 100px;
}

/* quoted */

.quote {
    border: 8px solid #eeeae4;
}

.quote .source {
    padding: 5px;
    background-color: #eeeae4;
}

.quote .quoted {
    padding: 10px;
}

/* irc */

.irc {
    border: none !important;
}

.irc td {
    font-family: "Andale Mono", monospace;
    line-height: 125%;
    border: none !important;
}

.irc .date {
    background: #cde;
    color: black;
    padding: 2px;
}

.irc .time {
    color: #888;
    padding-right: 5px;
}

.irc .nick {
    color: #844;
    padding-right: 10px;
}

.irc .action {
    color: #844;
}

.irc .join, .irc .part {
    color: #888;
}

.irc .hilite {
    background: #ffa;
}

.title {
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 10px;
}

/* irc tabs */

.tabs {
    margin-left: 10px;
    margin-top: 10px;
}   
        
.tab { 
    display: inline;
    padding: 5px;
    cursor: pointer;
    background: #eee;
    color: #008;
}   

.tab:hover {
    color: red;
    text-decoration: underline;
}
                            
.tab-current {
    background: white;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #000;
    cursor: default;
}

.tab-current:hover {
    text-decoration: none;
}

.channel {
    float: right;
    color: #888;
    padding: 2px;
}

.tabsheets {
    margin-top: 2px;
}
                                                        
.tabsheet { 
    border: 1px solid #eee;
    display: none;
    padding: 10px;
}

.tabsheet-current {
    display: block;
}

.search-note {
    margin: 0px;
    font-size: x-small;
    color: #888;
}

/* tables */

table, td, th {
    border: 1px solid #eee;
}

th {
    font-weight: normal;
}

table, td, th .noborder {
    border: none !important;
}

/* logo */

#logo {
    float: right;
}
