#header {
    background-color: rgb(160,50,80);
    border-color: black;
    border-width: 2px;
    border-style: solid;
    
    color: white;
    
    font-size: 2em;
    font-weight: bold;
    
    text-align: center;
    
    padding-right: 200px;
    
    margin-top: 20px;
    max-height: 120px;
}

#header-img {
    margin-top: -20px;
    border-style: none;
}

img#robot {
    padding-left: 2em;
}

#sidebar-container {
    float: right;
    margin-top: -140px;
    padding-right: 1em;
    padding-left: 2em;
    margin-bottom: 3em;
}

#sidebar {
    background-color: rgb(100,80,200);
    border-color: black;
    border-width: 2px;
    border-style: solid;
    color: white;
    padding: 0.5em;
}

#footer {
    background-color: rgb(160,50,80);
    border-color: black;
    border-width: 2px;
    border-style: solid;
    color: white;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#content {
    background-color: white;
    padding: 2em;
    
    border-left-color: black;
    border-left-width: 2px;
    border-left-style: solid;
    
    border-right-color: black;
    border-right-width: 2px;
    border-right-style: solid;
}

#content div.post {
    margin-left: 2em;
    margin-bottom: 5em;
    overflow: auto;
}

#content div.post code {
    white-space: pre;
    background-color: rgb(230,230,230);
    display: block;
    padding-bottom: 1em;
    padding-left: 1em;
    overflow: auto;
}

#content div.post span.title {
}

#content div.post span.title a {
    font-size: 1.5em;
}

#content div.post hr {
    background-color: rgb(160,50,80);
    height: 4px;
    border-style: none;
}

#content div.post span.timestamp {
    font-size: 0.7em;
    height: 1.5em;
    padding-top: 0.8em;
    color: rgb(100,100,100);
    margin-left: 3em;
}

#content div.post span.admin-post-controls {
    margin-left: 3em;
}

#content div.post img.left-art {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
    margin-top: 1em;
}

#content div.post img.right-art {
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    margin-top: 1em;
}

#content .note {
    font-style: italic;
}

#content pre {
    width: 50em;
    margin-left: auto;
    margin-right: auto;
    
    font-family: monospace;
    background-color: rgb(150,150,150);
    color: white;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    padding: 1em;
}

#sidebar div#sidebar-links p {
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#sidebar div#sidebar-links div#friends p {
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#sidebar div#sidebar-links hr {
    background-color: white;
    border-width: 0px;
    height: 2px;
}

#sidebar form#openid input[type="text"] {
    width: 10em;
}

#sidebar p#openid {
    margin-top: 0em;
    margin-bottom: 0.5em;
    text-align: center;
}

#sidebar a {
    font-weight: bold;
}

#sidebar a:link {
    color: white;
}

#sidebar a:visited {
    color: rgb(200,200,250);
}

input[type="text"] {
    border-style: solid;
    border-color: black;
}

input[type="submit"] {
    background-color: rgb(240,80,90);
    color: white;
    border-style: solid;
    border-color: black;
}

input[type="text"].posttext {
    width: 30em;
}

textarea.postbox {
    width: 100%;
    height: 24em;
}

textarea.descbox {
    width: 50em;
    height: 4em;
}

div.caption {
    background-color: rgb(50,50,50);
    color: white;
    padding: 0.5em;
    margin: 1em;
}

div.caption img {
    margin-bottom: 0.5em;
    border-color: white;
    border-width: 1px;
    border-style: solid;
}

#page-links {
    text-align: center;
    margin: auto;
    width: 510px;
}

#page-links div {
    width: 250px;
    float: left;
}

#page-links div.spacer {
    width: 1px;
    height: 30px;
    float: none;
}

#page-links div a img {
    border-width: 0px;
    border-bottom-width: 0px;
}
