body {
    bgcolor: #ffebe6;
    color: black;

    font-family: Helvetica;
    font-size: 12px;

    margin-left: 80px;
    margin-top: 60px;
}

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

#header {
    font-size: 30px;
    color: #FF3300;
    margin-bottom: 30px;
}

#content {
    width: 500px;
    float: left;
}

.post {
    margin-bottom: 20px;
}

.post .title {
    color: #FF3300;
    font-size: 14px;
    font-weight: bold;
}

.post .date {
    margin-top: 2px;
    font-size: 9px;
}

.post .content {
    margin-top: 10px;
}

.post .comments {
    margin-top: 10px;
    color: #444444;
}

.post .content img {
    max-width: 500px;
}

.post .content ol {
    margin-left: 0px;
    padding-left: 20px;
}

.post .content li {
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar {
    float: left;
    width: 200px;
    margin-left: 20px;
}

#sidebar .sidebartext, #sidebar a {
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 12px;
}

#sidebar .seperator {
    height: 0px;
    border-top: dotted #ff3300 2px;
    margin-bottom: 3px;
}

#sidebar #menu .menuitem, #sidebar #linklist .link {
    text-transform: uppercase;
    text-size: 18;
    margin-bottom: 3px;
}

.prevnext {
    margin-top: 10px;
    margin-bottom: 10px;
}

.prevnext .prev {
    float: left;
}

.prevnext .next {
    float: right;
}

input, textarea, button {
    border: 1px #ff3300 solid;
    background: white;
    margin-bottom: 10px;
}

input, textarea {
    width: 100%;
}

button {
    float: right;
    margin-left: 10px;
    width: 80px;
    align: right;
    color: #ff3300;
}

.admin-posts {
    font-size: 12px;
    overflow: hidden;
}

.admin-posts .title {
    width: 55%;
}

#edit #preview {
    float: none;
    margin-top: 30px;
}

.address {
    margin-left: 10px;
}

.address .name, .address .street, .address .city {
    display: block;
}

.address .city {
    margin-top: 1em;
}

.cv-entries {
    font-size: 12px;
}

.cv-entries .entry, .cv-skills, .cv-remark {
    margin-bottom: 10px;
}

.cv-entries {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cv-entries .entry .date {
    float: left;
    width: 110px;
    font-weight: bold;
}

.cv-entries .entry .content {
    display: block;
}

.cv-skills .title {
    font-weight: bold;
}

.cv-remark {
    color: #444444;
}

.quote, .quote p {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
}

p.formattedcode, p.code {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: monospace;
    color: #444444;
}

.formattedcode .span {
    font-weight: normal;
    font-style: normal;
}

.formattedcode .constant, .formattedcode .string, .formattedcode .comment {
    color: #444444;
    font-style: italic;
}

.formattedcode .keyword {
    font-weight: bold;
    color: #444444;
}

.formattedcode .comment, .formattedcode .rparen, .formattedcode .lparen {
    color: #444444;
}

.formattedcode .paren-active {
    background-color: #444444;
    color: #ffebe6;
    font-weight: bold;
}