html,body {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, sans-serif;
}

img {
    border-style: none;
}

div.archive_list, div.seo, div.links, div.admin_content {
    top: 100px; 
    margin-top: 100px;
    margin-left:50px; 
    left: 50px;
}

div.archive_list ul li.month {
    font-weight: bold;
}

ul.no_bullet {
    list-style: none;
}

div.logo {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-top: -80px;
    margin-left: -378px;
}

div.logo_header {
    margin: 0;
    padding: 0;

}

div.footer {
    width: 99.9%;
    position: absolute;
    bottom: 5px;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #81633c;
    background-color: #fffed8;
    font-size: 10pt;
}

div.footer span {
    padding-left: 10px;
    padding-right: 10px;
}

div.footer span a {
    text-decoration: none;
    color: black;
}

div.footer span a:hover {
    text-decoration: underline;
}

div.logo {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-top: -80px;
    margin-left: -378px;
}

div.logo_header {
    margin: 0;
    padding: 0;

}

div.nav_right_title {
    border-bottom: 1px solid  #81633c;
    padding-left: 20px;
    background: #fffff8;
    font-weight: bold;
    font-size: 10pt;
}

div.nav_right_spacer {
    height: 10px;
}

div.nav_item {
    margin: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

div.nav_right_action {
    margin: 3px;
}

div.nav_right_action a {
    text-decoration: none;
}

div.nav_right_action a:visited {
    color: blue;
}   

div.inner_header {
    position: absolute;
    top: 0;
    width: 100%;
}

div.inner_header_nav {
    width: 100%;
    background: #f9f7b7;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #f4ee56;
}

div.nav_action {
    width: 120px; 
    height: 18px;
    text-align: center;
    font-weight: bold;
    font-size: 0.85em;
    color: #81633c;
    border: 1px #f4ee56 solid; 
    padding: 5px 5px 5px 5px;
    background:transparent url(/static/images/nav_bg.png) repeat-x 0 0; 
}

div.right_action {
    margin-left: 140px;
    margin-top: -30px;
}

div.nav_left {
    width: 15px;
    background: #81633c;
    position: absolute;
    height: 100%;
    top: 71px;
    border-right: 5px solid #f4ee56;
}

div.nav_right {
    position: absolute;
    top: 71px;
    right: 0px;
    width: 20%;
    background: #fffed9;
}

div.nav_action:hover {
    background: url(/static/images/nav_bg.png) 0 -100px repeat-x;
    border-color: #ad6;
    color: #692;
    cursor: pointer;
}

div.avatar {
    position: absolute;
    left: 50%;
    margin-top: 170px;
    margin-left: -250px;
}

div.tag {
    position: absolute;
    left: 50%;
    margin-top: 150px;
    margin-left: -198px;
}

div.comic {
    background: #f9f7b7;
    width: 75%;
    top: 90px; 
    position: relative;
    border: 3px solid #81633c;
    border-left: none;
}

div.loader {
    width: 80%;
    border: 1px solid #8bd781;
    margin: 20px;
    padding: 20px;
    font-weight: bold;
    font-size: 13pt;
    background: #f9f7b7;
}

div.comic_content {
    border: 10px solid #f9f7b7;
    margin-top: 20px;
    background: #fffff8;
}

div.comic_share {
    position: absolute;
    right: 0px;
    width: 20%;
    background: white;
    background: #fffff8;
    border: 2px solid #f9f7b7;
}

div.comic_share_top {
    top: 0px;
}

div.comic_share_bottom {
    bottom: 0px;
}

div.comic_nav {
    position: absolute;
    top: 3px;
    width: 100%;
    font-size: 11pt;
}

div.comic_created {
    text-align: center;
    height: 10px;
    top: 30px;
    position: absolute;
    width: 100%;
}

div.previous_link {
    margin-left: 30%;
}

div.next_link {
    margin-top: -18px;
    margin-left: 55%;
}

div.twitter_div {
    margin-left: 0px;
}

div.twitter_div ul {
    margin: 0 auto;
    padding: 0 0 0 0;
}

div.twitter_div li {
    list-style-type: none;
}

div.twitter_follow {
    margin-top: 10px;
}

a.stico_default {
    right: 0px;
    text-decoration: none;
    font-family: verdana, arial, sans-serif;
    color: black;
    font-size: 10pt; 
}

.stico_default {
    float: right;
    margin-top: 3px;
}

