img { border: 0px; }
a:link { color: #000; }
a:visited { color: #666; }
a.adminlink:link { color: #ccc; }
a.heading { text-decoration: none; }
a.heading:visited { color: #000; }

#page
{
    font-family: sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #eee;
    font-size: .75em;
    overflow: auto;
}

#header
{
    padding: 1em 1em 0em 1em;
    background-color: #ddd;
    border-bottom: 1px solid #000;
    margin: 0em 0em 1em 0em;
    
}

#tagline
{
    position: relative;
    top: -2em;
    left: 7.5em;
}

h1
{
    color: black;
    font-size: 225%;
}

#sidebar
{
    width: 15%;
    float: left;
    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: .5em;
    padding-right: .5em;
}

#sidebar h2
{
    font-size: 125%;
    font-weight: bold;
}

#fineprint
{
    padding-top: 5em;
}

.smalltext
{
    font-size: 90%;
}

#main
{
    max-width: 80%;
    padding: 1em;
    margin-bottom: 1em;
    float: left;
    border-left: 1px dotted #000;
}

.warning
{
    font-weight: bold;
    font-size: 110%;
    color: #b22222;
}

.highlight
{
    color: #22b222;
}

.post
{
    border-bottom: 1px dotted #000;
    margin-bottom: 2em;
}

.comment
{
    margin-bottom: 2em;
    margin-left: 1em;
}

.commenttext
{
    margin-left: 2em;
}

#main h2
{
    margin-bottom: 0em;
}

.timestamp
{
    color: #888;
}


