body {
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 1em;
}

h1 {
    height: 45px;
    margin: 0;
    padding: 0 0 0 5%;
    border-bottom: 3px solid #a63ebd;
    background: url('images/header_background.png') repeat-x;
}
h1 img { border: 0; }

#content {
    padding: 1em 5%;
    font-size: 0.8em;
    background: #fff;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

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

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li { border-bottom: 1px dotted #777; }

input.text {
    width: 90%;
    font-family: Arial, Tahoma, sans-serif;
}

textarea {
    width: 95%;
    height: 10em;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 1em;
}

a#logout {
    font-size: 0.85em;
    font-weight: bold;
}

#post {
    display: block;
    padding-bottom: 1em;
    border-bottom: 1px dotted #777;
    font-weight: bold;
}
a#post { text-align: right; }
h2#post { font-size: 1.1em; }

img.post-img { max-width: 100%; }
.nickname { font-weight: bold; }
.date {
    color: #555;
    font-size: 0.85em;
    font-style: italic;
}