html {
    background-color: #5A452E;
    color: white;
}

body {
    padding: 20px;
    font-size: 90%;
}

div#content {
    width:900px;
    margin: 0 auto;
}

div#columns {
    overflow:auto;
    width:100%;
}

div#main_block {
    width: 815px;
    float: left;
}

/***** Header *****/

div#header {
    height: 110px;
    width: 900px;
}

div#header a {
    color: #F9D3A9;
}

div#header h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 250%;
    font-weight: bold;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
}

div#header h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 130%;
    line-height: 130%;
    margin-top: 0.2em;
}

#header-pic {
    float:right;
    position: relative;
    z-index:1;
    top:0;
    margin:0;
    padding:0;
}

#header-pic img {
    height: 100px;
    width: auto;
}

#confused {
    margin-top: 2.3em;
    margin-left: 5px;
}

/***** Footer *****/

div#footer {
    width:900px;
}

#feed-icon {
    float:right;
    position: relative;
    z-index:1;
    top:0;
    margin:0;
    padding:0;

}

/***** Sidebar *****/
div#sidebar {
    width: 70px;
    margin: 0;
    margin-left: 10px;
    font-size: 80%;
    float:right;
}

div#sidebar h1 {
    margin-bottom: 0.3em;

}

div#sidebar ul {
    padding: 0px;
    margin: 0px;
    font-size: 110%;
    line-height: 170%;
}

div#sidebar ul li{
    list-style-type: none;
}

/***** Defaults *****/

a {
    text-decoration: none;
}

a:link {
    color: #F9D3A9;
}

a:visited {
    color: #B39879;
}

a:hover {
    color: #CCAD8A;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

li {
    display: list-item;
}

ul li {
    list-style-type: disc;
    list-style-position: inside;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

blockquote {
    margin-left: 3em;
    margin-right: 3em;
    padding: .3em 1em;
    background-color: #332F2B;
}

pre {
    margin-left: 1.5em;
    margin-right: 1.5em;
    padding: .5em 1em;
    background-color: #332F2B;
    line-height: 115%;
    font-size: 110%;

}

/***** Etc *****/
p#pagination {
    text-align:center;
}

/***** Posts ****/

div.blog_post h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 150%;
}

div.blog_post h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 130%;
    margin-bottom: .3em;
}

div.blog_post {
    background-color: #262320;
    border-radius: 5px 5px 5px 5px;
    padding: 0.2em 1em;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.post_prose {
    margin: 1.5em .5em;
    line-height: 150%;
}

div.post_prose h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    /*line-height: 150%;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 130%;
}

div.post_prose p {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify;
}

div.post_prose li {
    margin-top: .3em;
    margin-bottom: .3em;
}

div.post_prose img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: transparent;
}

div.post_prose object {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: transparent;
}

