* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 62.5%;
    letter-spacing: 0;
    line-height: 2em;
    background: #fff;
}

a {
    color: maroon;
    text-decoration: none;
    font-family: Verdana;
}

img {
    border: 0;
}

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}

#header-wrapper {
    width: 100%;
    top: 0;
    
    color: #ededed;
    background: #363636;
}

#header {
    width: 750px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    
    font-size: 1.2em;
}

#header h1 {
    font-size: 2.4em;
}

#header * a {
    color: white;
    text-decoration: none;
}

#feedbox {
    font-size: 1.1em;
    width: 230px;
    float: right;
}

#feedbox a:hover {
    text-decoration: underline;
}

#content-wrapper {
    width: 750px;
    margin: 0 auto;
    font-family: Palatino Linotype;
}

#content {
    width: 500px;
    float: left;
}

hr.separator {
    border: 1px dotted silver;
    margin: 0 0 10px 0;
}

div.post {
    font-size: 1.3em;
}

hr.separator + div.post {
    margin: 20px 0 0 0;
}

div.post h2 {
    font-size: 2.4em;
    margin: 0 0 10px 0;
}

div.post p {
    margin: 10px 0 10px 0;
    text-align: justify;
}

div.post h2 {
    margin: 50px 0 0 0;
}

div.post h2 a {
    color: black;
    text-decoration: none;
    font-family: Palatino Linotype;
}

div.post h2 a:hover {
    color: maroon;
}

div.post p a {
    color: maroon;
    font-family: Verdana;
    text-decoration: none;
}

div.post p a:visited {
    font-weight: bold;
}

div.post a {
    color: maroon;
    font-family: Verdana;
    text-decoration: none;
}

div.post ul, div.post ol {
    list-style-position: inside;
    margin-left: 20px;
}

div.post blockquote {
    background: #eee;
    padding: 5px;
}

div.post p ul li + li, div.post p ol li + li {
    margin-top: 10px;
}

div.postmeta {
    font-size: 1.3em;
    margin: 10px 0 0 0;
    padding: 5px;
    text-align: left;
    background: #f5f5f5;
}

div.postmeta a {
    color: maroon;
    font-family: Verdana;
    text-decoration: none;
    font-size: 1em;
}

div.postmeta a:visited {
    font-weight: bold;
}

div.navbox {
    font-size: 1.2em;
    font-family: Verdana;
    margin-top: 10px;
}

div.navbox a {
    color: #333;
    text-decoration: none;
}

div.navbox a:hover {
    font-weight: bold;
}

#sidebar {
    float: right;
    width: 230px;
    margin: 35px 0 0 0;
    font-size: 1.3em;
}

#sidebar ul, #footer ul {
    list-style-type: none;
    list-style-position: inside;
}

#sidebar ul * li, #footer ul * li {
    margin: 0 0 0 20px;
}

#comments {
    font-size: 2.1em;
}

ol.commentlist {
    font-size: 1.5em;
    font-weight: bold;
}

li.comment {
    clear: both;
}

li.comment + li.comment {
    margin: 20px 0 0 0;
}

div.comment-body {
    width: 500px;
    border-bottom: 1px solid silver;
    padding: 0 0 5px 0;
}

div.comment-author {
    width: 100px;
    float: left;
    font-weight: normal;
}

div.comment-author a {
    color: maroon;
    text-decoration: none;
}

img.avatar {
    display: block;
}

cite.fn {
    font-size: 1em;
}

span.says {
    display: none;
}

div.comment-body p {
    width: 400px;
    float: right;
    font-weight: normal;
    font-family: Times;
}

li.bypostauthor {
    background: #f5f5f5;
}

div.comment-meta a {
    color: #444;
    text-decoration: none;
}

div.comment-body em {
    color: green;
}

div.reply {
    clear: both;
}

form#commentform input {
    border: 1px solid silver;
}

textarea#comment {
    border: 1px solid silver;
    width: 500px;
}

#sidebar ul li h2 {
    margin: 15px 0 0 0;
}

img.ad {
    border: 5px solid silver;
    float: left;
    margin: 5px 0 0 5px;
}

img.ad:hover {
    border: 5px solid gray;
}

#footer-wrapper {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 0 10px 0;
    
    color: #ededed;
    background: #363636;
}

#footer {
    width: 750px;
    margin: 0 auto;
    font-size: 1.2em;
}

#footer * a {
    color: white;
    text-decoration: none;
}

#footer * a:hover {
    text-decoration: underline;
}

div.footbox {
    width: 230px;
    margin: 15px 0 0 0;
    float: left;
}

div.footbox + div.footbox {
    margin: 15px 0 0 30px;
}

div.footbox ul li {
    margin: 5px 0 5px 10px;
}

div.combobox {
    width: 490px;
    float: left;
    margin: 15px 0 0 0;
}

div.footbox + div.combobox {
    margin-left: 30px;
}

div.combobox + div.footbox {
    margin-left: 30px;
}

#copyright {
    margin: 10px auto;
    border-top: 1px solid silver;
    padding: 2px;
    text-align: center;
    width: 750px;
}

pre {
    background: black;
    color: white;
    padding: 5px;
    overflow: auto;
}