html {
    height: 100%;
}

body {
    font-family: sans-serif;
    text-align: center;
    min-width: 800px;
    height: 100%;
    background-color: #FFFFF0;
}

#nonFooter {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    margin-top: -16px;
    width: 800px;
    text-align: left;
}

* html #nonFooter {
    height: 100%;
}
* a {
    color: black;
}

#content {
    padding-bottom: 2em;
}

#footer {
    position: relative;
    margin: 0 auto;
    margin-top: -2em;
    background-color: transparent;
    color: #596380;
    width: 800px;
    font-size: small;
    font-family: sans-serif;
    padding-bottom: 5px;
}

#footer_content {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #596380;
    border-bottom-width: 1px;
    margin-left: 175px;
}

#footer a span {
    color: #596380;
}

div#header {
    width: 100%;
    background-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #8B0000;
    padding-bottom: .5em;
    padding-top: 1em;
}

.main_header {
    font-size: xx-large;
    font-weight: bold;
    color: #8B0000;
    text-decoration: none;
}
a:hover.main_header {
    background-color: #8B0000;
    color: #FFFFF0;
}

.sub_header {
    font-size: small;
    font-weight: bold;
    color: #BDB76B;
}

div#main_content {
    margin-top: .5em;
    margin-left: 175px;
    background-color: #FFFFE0;
    padding: .5em;
    min-height: 550px;
    max-width: 625px;
}

span.postinfo {
    color: black;
    font-size: medium;
    font-weight: bolder;
}

div#posts {

}

div.post {
    margin-top: 1em;
    padding: .5em;
    border-bottom-color: #8B0000;
    border-bottom-style: double;
    border-bottom-width: 1px;
    overflow: hidden;
}

div.post_interior {
    background-color: transparent;
    color: #FFCC99;
    font-weight: bold;
    margin-bottom: 1em;
    overflow: auto;
    
}

.post_title {
    font-weight: bold;
    font-size: large;
    color: #8B0000;
}

a.post_title {
    text-decoration: none;
}

a.post_title:hover {
    background-color: #8B0000;
    color: white;
}

span.postdate {
    font-size: x-small;
    color: black;
    font-weight: bold;
    padding-right: 1em;
    vertical-align: middle;
}

span.postbody {
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    color: black;
    text-align: justify;
    
}
    
#posteditor {
}

div.post_menu {
    background-color: #FFFFF0;
    border-radius: 10px;
    margin: .25em;
    float: right;
    text-align: center;
    width: 100px;
    padding: 5px;
}

div.post_menu a {
    font-size:x-small;
    color: #8B0000;
    margin-top: .5em;
}

div.post_menu a:hover {
    background-color: #8B0000;
    color: white;
    text-decoration: none;
}

div.posttags {
    margin-top: 1em;
    font-style: italic;
    padding-left: .5em;
}

span.post_tags_title {
    font-size: smaller;
    font-weight: bolder;
    color: black;
}

div.postcommentinfo {
    font-size: xx-small;
    font-weight: bolder;
    text-align: center;
}

span.post_comment_count {
    color: black;
    font-size: xx-small;
}

a.readmore {
    color: red;
    font-size: xx-small;
    font-family: sans-serif;
}
    
div#comments_header {
    text-align: center;
    font-size: larger;
}

div#login {
    text-align: right;
    font-size: small;
    width: 100%;
}

div#adminarea {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}

div#adminarea a {
    font-family: sans-serif;
    font-size: small;
    font-weight: bolder;
    margin-left: .5em;
    margin-right: .5em;
}

div.comment {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #596380;
    margin-bottom: 2em;
}
div.comment_headline {
    width: 100%;
    font-style: italic;
}

div.comment_headline .author {
    font-size: small;
}

div.comment_headline .added {
    font-size: small;
}

div#newcomment {
    margin-top: 1em;
    margin-bottom: 1em;
}

div#newcommenteditor {
    text-align: left;
}

#newcommenteditor textarea {
    float: right;
    margin-right: 1em;
}

div.comment_headline input {
    font-size: xx-small;
    font-weight: bold;
    border: 1px solid;
    color: #050;
    border-top-color: #696;
    border-left-color: #696;
    border-bottom-color: #363;
    border-right-color: #363;
}

div#search_results {
    font-size: larger;
    font-style: italic;
}

div#sidebar {
    float: left;
    width: 150px;
    background-color: #FFFFE0;
    border-bottom-color: #FFFFE0;
    border-bottom-style: solid;
    border-width: 1px;
    margin: .5em;
    min-height: 600px;
    border-radius: 15px;
}

div#popular_tags {
    margin: .25em;
    text-align: center;
}

div#popular_tags a {
    color: #8B0000;
    margin-top: .5em;
}

div#popular_tags a:hover {
    background-color: #8B0000;
    color: #FFFFE0;
    text-decoration: none;
}

a.popular_tag {
    font-size: small;
}

span#popular_tags_title {
    font-weight: bolder;
    font-family: sans-serif;
    font-size: medium;
    padding-bottom: .25em;
}

div#google_ads {
    margin-top: 200px;
    text-align: center;
}

div#error_text {
    margin-top: 2em;
    font-style: italic;
    font-size: larger;
    color: red;
}

div#error_apology {
    margin-top: 2em;
    font-size: medium;
}

div#error_back {
    margin-top: 4em;
}

div#all_tags {
    margin-top: 2em;
}

div.tag_data {
    margin-bottom: 1em;
    height: 50px;
}

div.tag_data_name {
    float: left;
    width: 300px;
    height: 50px;
    font-weight: bold;
    font-size: larger;
}

div.tag_data_count {
    margin-left: 350px;
}

p.about {
    text-align: justify;
}
    
ul.about li {
    margin-bottom: 10px;
    text-align: justify;
}

/* paginator control styles */
div.paginator_control * {
    border: 1px solid darkred;
    padding: 5px;
    margin-right: 1em;
    color: darkred;
}

div.paginator_control a {
    text-decoration: none;
}

div.paginator_control a:hover {
    text-decoration: underline;
}

div.paginator_control span.paginator_curr_page {
    color: #FFFFE0;
    background-color: darkred;
}

div.paginator_control span.paginator_page {
    color: darkred;
    background-color: #FFFFE0;
}

div.paginator_control span.paginator_inactive {
    color: black;
    background-color: #FFFFE0;
    border: none;
}

div.flashreport {
    margin-top: .5em;
    margin-bottom: .5em;
    background-color: #FFFFF0;
}

div.error {
    color: red;
}

div.info {
    color: blue;
}

button#asset_upload_button {
    font-size: x-small;
    font-family: sans-serif;
}