/* (c) 2008 Tyler Lesmann All rights reserved. */

.comments {
    background-color: #240;
}

.comments, .entry, .entrylight, .entrydark {
    color: #DFA;
    border-bottom: 1px #DDD dotted;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 15px;
}

.comments .header {
    margin-bottom: 5px;
}

.commentform {
    background-color: #183800;
    color: #DFA;
    padding-left: 15px;
    padding-top: 15px;
}

.content {
    width: 100%;
}

.contentleft {
    background-color: #120;
    overflow: hidden
}

.contentleft .pageheader {
    color: #FFF;
    background-color: #183800;
    border-bottom: 1px #DDD dotted;
}

.contentleft > div:first-child {
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
}

.contentright {
    background-color: #120;
    color: #FFF;
    float: right;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.entry, .entrylight {
    background-color: #351;
}

.entrydark {
    background-color: #240;
}

.errorlist {
    color: #ED9D13;
    margin-bottom: 0;
    margin-top: 30px;
}

.header {
    font-size: large;
}

.indent {
    margin-bottom: 20px;
    margin-left: 10px;
}

.logo {
    background-color: #120;
    font-size: xx-large;
}

.logo img {
    display: block;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 10px;
}

.message {
    color: #FFF;
    margin-left: 15px;
}

.pageheader {
    font-weight: bold;
    padding: 5px;
}

.sig {
    margin-top: 5px;
    font-size: 0.7em;
}

.pagenav {
    color: #FFF;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.pagenav, .tag_count {
    font-size: small;
}

.sociable {
    margin-top: 5px;
}

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

a:hover {
    color: #FFC;
}

body {
    background-color: #120;
    font-family: sans-serif;
    margin: 0px;
}

blockquote, pre {
    background-color: #183800;
    font-family: "Verdana", monospace;
    font-size: small;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

blockquote > p {
    margin-bottom: 0px;
    margin-top: 0px;
}

form {
    margin-bottom: 5px;
    margin-top: 5px;
}

img {
    border: 0px;
}

em {
    color: #ED9D13;
}

li, p {
    font-size: small;
    margin-bottom: 10px;
    margin-top: 10px;
}

strong {
    color: #ED9D13;
}
