





:link {
    color: #FC0;
}

h1, h2, div, ul, img {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
    padding-left: 3px;
}

h1 :link, h1 :visited {
    color: white;
    font-style: inherit;
    text-decoration: inherit;
}
:visited {
    color: #090;
}

div.header {
    border-style: solid;
    border-width: 0 0 1px 0;
}

body {
    color: white;
    background-color: black;
    font-family: verdana,helvetica,sansserif;
    font-size: 15px;
    margin: 0;
}

input, button, textarea, select {
    color: white;
    background-color: black;
    border: 1px solid white;
}

div.comment-content {
    margin-bottom: .75em;
    padding-left: 3px;
    font-family: Georgia, serif;
}

div.comment-footer {
    margin-bottom: .75em;
    font-size: .8em;
}

span.comment-author {
    font-weight: bold;
}

div.moderation-entry {
    border-top: 1px solid white;
}

div.properties {
    display: table;
}

div.property {
    display: table-row;
}

span.property-key {
    display: table-cell;
}

span.property-value {
    display: table-cell;
}

div.entry {
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted white;
}

div.entry > * {
    margin-left: 3px;
}

div.entry-header {
    font-size: 1.5em;
    font-weight: bold;
}

div.entry-body {
    font-family: Georgia, serif;
}

div.entry-body > * {
    margin: .5em 1px 0 0;
    padding-left: 3px;
}

div.entry-body > img {
    margin: 0;
    padding: 0;
}

div.entry-body > blockquote {
    padding-left: 1em;
    padding-right: 3em;
}

div.entry-body > :first-child {
    margin-top: 0;	      
}

div.entry-header :visited, div.entry-header :link {
    font-style: inherit;
    text-decoration: inherit;
    color: white;
}

div.entry-footer {
    margin: 0;
    margin-left: 3px;
    padding: 0;
}

div.sidebar {
    position: absolute;
    left: 50em;
    top: 2.5em;
    padding: .25em;
    border-left-style: none;
}

div.content {
    /*width: 30em;*/
    width: 50em;
    border-right-style: none;
}

div.nav li, div.nav ul {
    display: inline;
    padding: 0;
}

div.content > h2:first-child {
    border-bottom: 1px dotted;
}

div.sidebar > div {
    margin-bottom: 1em;
}

div.isa p {
    margin: 0;
    text-indent: 0;
}

div.license {
    border-top: 1px dotted;
}

div.comment_form {
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    margin-bottom: .5em;
}

div.comment_form > * {
    margin-left: 3px;
    padding-right: 3px;
}

div.comments > * {
    margin-left: 3px;
    padding-right: 3px;
}
