body {
    color: #bbb;
    background-color: #555;
    margin: 0;
}

p {
    font-family: Linux Libertine, Times New Roman, serif;
    font-size: 12pt;
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333;
    border-style: solid none;
    border-top-color: #000;
    border-bottom-color: #000;
    border-width: 1px;
    width: 100%;
    height: 56px;
    background-image: url('../title_gradient.png');
    background-repeat: repeat-y;
    background-position: center;
    text-align: center;
}

#middle {
    background-image: url('../body_gradient.png');
    background-position: top;
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin-top: 58px;
    padding: 1em;
}

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

a:hover {
    color: #f77;
    text-decoration: underline;
}

h1 {
    color: #aaa;
    text-align: right;
    font-size: 150%;
    border-bottom-style: solid;
    border-bottom-color: #666;
    border-width: 1px;
    margin: 0;
}

h1 a {
    text-decoration: none;
    color: #aaa;
}

h1 a:hover {
    color: #bbb;
    text-decoration: overline;
}

div.entry {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 512px;
    max-width: 44em;
    text-align: center;
    clear: both;
}

div.entry:after { 
    content: "";
    display: block;
    height: 0;
    clear: both;
}

img {
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    background-color: #fff;
    padding: 3px;
    margin: 12px;
}

#top img {
    border-style: none;
    padding: 0;
    margin: 0;
}

img.left {
    float: left;
}

img.right {
    float: right;
}

div.entry p {
    text-align: justify;
    margin: 0.6em;
}

#single {
    display: block;
    margin: 32px auto;
}

#info {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

#info a {
    text-decoration: none;
    color: #aaa;
}

#info a:hover {
    color: #bbb;
    text-decoration: underline;
}