body {
    font-family: arial, helvetica;
    background-color: #ccc;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

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

a:hover {
    text-decoration: underline;
}

label {
    clear: left;
    float: left;
    width: 7em;
}

#sidebar {
    position: fixed;
    float: left;
    width: 0;
    overflow-x: hidden;
}

#content {
    border-left-style: solid;
    padding-left: 1em;
}

#footer {
    clear: both;
}

#header {
    text-align: center;
    border-bottom-style: solid;
}

.comment {
    border: 1px solid black;
    background: gray;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 1em;
}

.post {
    background: #eee;
    padding: 1em;
    border-style: solid;
    border-width: 0.1em;
    margin-top: 1em;
}

#commentform {
    display: none;
}
