body {
    background-color: #444444;
    border-color: black;
    border-style: solid;
    border-width: 0 256px 0 128px;
    margin: 0;
    padding: 0;
    font-family: geneva, trebuchet ms, sans-serif;
}

div#header {
    border: none;
    background-color: white;
    height: 108px;
    background-attachment: scroll;
    background-image: url(images/cookieandscream.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0 2px;
    padding: 0;
}
div#header h1 {
    display: none;
}

div#nav {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 256px;
    font-size: 12px;
    font-height: 12px;
    height: 14px;
    padding: 0 1em;
    margin: 0;
}

div#nav h2 {
    display: none;
}
div#nav ul {
    border: none;
    margin: 0;
    text-align: right;
}
div#nav li {
    display: inline;
}

div#sidebar {
    background-color: black;
    color: white;
    position: absolute;
    top: 108px;
    right: 0;
    width: 256px;
    text-align: right;
    font-size: 80%;
}
div#sidebar>* {
    margin: 0 16px 32px 16px;
    padding: 0;
}
div#sidebar li {
    list-style-type: none;
}
div#sidebar hr, div#sidebar h2 {
    display: none;
}

div#content {
    border-top: solid 1px white; /* why do i need this? */
    border-bottom: solid 1px white; /* why do i need this? */
    padding: 0;
    margin: 0 2px;
    background-color: white;
}

div#footer {
    border-top: solid 2px #444444;
    background-color: black;
    color: #444444;
    font-size: 80%;
    text-align: center;
}
div#footer hr {
    display: none;
}
div#footer a {
    color: #444444;
}

div.entry {
    background-color: white;
    margin: 0 0 32px 0;
}
div.entry p {
    padding: 0 2px;
}

.entry .drama {
    font-size: 80%;
    margin-bottom: 1em;
    text-transform: lowercase;
    font-style: italic;
    color: #444444;
}
.drama + .drama { margin-top: -1em; }


a {
    color: #800080;
    text-decoration: none;
}
a:hover {
    color: #800080;
    border-bottom: dotted 1px #444444;
}

h2 {
    font-size: 120%;
    background-color: white;
    color: #444444;
    margin: 0;
    border-bottom: solid 1px black;
}

h3 {
    font-size: 80%;
    background-color: #444444;
    color: white;
    margin: 0;
    padding: 0 2px;
    text-align: right;
    border-bottom: solid 1px #888888;
}
h3 a {
    color: #C444C4;
}
h3 a:hover {
    color: #C444C4;
    border-bottom: dotted 1px white;
}

img {
    max-width: 95%;
    border: solid 4px #444444;
    margin: 4px;
}

code {
    font-family: monospace;
    color: #444444;
    font-size: 100%;
}

