body {
    font-family: sans-serif;
    font-size: 18px;
}

#site-content {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#page-content {
    width: 960px;
    height: 600px;
    overflow: none;
    display: block;
}

#index-content {
    width: 960px;
    height: 600px;
    overflow: none;
    background-image: url(../images/hero_1.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

#index-sidewall {
    width: 400px;
    margin-right: 0;
    float: left;
}

#title {
    font-family: sans-serif;
    letter-spacing: 2px;
    font-size: 27px;
    color: black;
    font-style: normal;
    font-variant: normal;
    margin-bottom: 3px;
    font-weight: bold;
}

#title a {
    text-decoration: none;
    color: black;
}

h1 {
    font-family: sans-serif;
    font-style: normal;
    font-variant: normal;
    margin-bottom: 3px;
    margin-top: 3px;
    font-weight: normal;
    font-size: 28px;
    color: #987; margin-bottom: 5px;
}

h1::before {
    content: '» ';
}

h1 a {
    text-decoration: none;
}

h2 {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: normal;
}

h2::before {
    content: '» ';
}

h3 {
    margin-top: 0;
    font-family: sans-serif;
    font-style: normal;
    font-variant: normal;
}

h3 a {
    text-decoration: none;
}

p {
    font-family: sans-serif;
    font-style: normal;
    font-variant: normal;
}

blockquote {
    font-family: Consolas, monospace;
}

pre {
    font-family: monospace;
}

.entry-title {
    margin-top: 3px;
    margin-bottom: 3px;
}

.entry-title a {
    text-decoration: none;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
}

header {
    margin-top: 4px;
}

header a {
    color: black;
}

a {
    color: black;
}

a:hover {
    text-decoration: underline;
}

nav li {
    font-weight: bold;
}

nav ul {
    padding: 0;
    margin: 5px;
    margin-left: 0;
}

ul {
    margin-top: 0;
}

#post-list {
    padding-left: 0;
    margin-left: 0;
}

#post-list li {
    list-style: none;
}
