html {
    background-color: #206293;
    font-family: Garamond, Georgia, serif;
}
body {
    background: url(images/other/logo.png) no-repeat top left;
    width: 1050px;
    padding: 0;
    margin: 20px auto;
}
img {
    border: 0;
}
a {
    color: #0d4367;
    text-decoration: none;
}
h1 {
    margin: 0;
}
h2 {
    margin: 10px 0 0 0;
}
form {
    margin: 10px 0;
}
.clear {
    clear: both;
}
hr.separator {
    width: 300px;
    margin: 25px auto;
}
#search_form .errorlist {
    display: none;
}
#search_form label {
    display: none;
}
#navbar {
    width: 100%;
    height: 150px;
    background: url(images/other/lamarr.png) no-repeat top right;
}
#navbar ul {
    list-style: none;
    position: relative;
    top: 10px;
    padding-left: 400px;
}
#navbar ul li {
    display: inline;
    position: relative;
    padding-left: 40px;
}
#top_banner {
    position: absolute;
    left: 40%;
    top: 5%;
}
#content {
    background-color: #ced7d0;
    width: 800px;
    float: right;
    padding: 10px;
}
#other_boxes {
    width: 145px;
    padding: 0;
    margin-top: 60px;
    overflow: hidden;
}
#other_boxes .box_content {
    background-color: #ced7d0;
    vertical-align: bottom;
    padding: 10px;
    margin-bottom: 20px;
}
#other_boxes h3 {
    text-align: center;
    margin-top: 0;
}
#latest_comic {
    background: url(images/other/pranks.png) no-repeat top center;
    padding-top: 99px;
}
#forum_posts {
    background: url(images/other/junk.png) no-repeat top center;
    padding-top: 176px;
}
#forum_posts .byline {
    text-align: right;
    margin: -1em 0 0 0;
}
.news_post .header {
    text-align: right;
}
.news_post .header .avatar {
    float: right;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
}
.news_post .header h1 {
    margin: 0;
    margin-right: 60px;
}
.news_post .header .byline {
    margin: 5px 60px 0 0;
}
#comic {
    display: block;
    margin: 0 auto;
}
.cast {
    list-style: none;
    text-indent: 0;
    margin: 10px 0 0 0;
}
.cast li {
    clear: both;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border: 1px solid #000;
    padding: 10px;
    margin-top: 10px;
}
.cast .pic {
    float: left;
    margin-right: 10px;
}
.cast h3 {
    margin: 0;
    text-align: center;
}
.cast h4 {
    margin: 0;
    text-align: center;
}
#scrubber {
    background: url(images/scrubber/axis.png) no-repeat top center;
    width: 323px;
    height: 63px;
    padding: 0;
    margin: 20px auto;
}
#scrub_first {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
#scrub_last {
    position: relative;
    margin: 0;
    padding: 0;
    left: 287px;
    vertical-align: top;
}
#arrows {
    display: inline;
    position: relative;
    top: 0;
    /* range is -42px to 238px. */
    left: 98px;
    z-index: 300;
    height: 63px;
    width: 47px;
    margin: 0;
    padding: 0;
}
#arrows img {
    margin: 0;
    padding: 0;
}
#comic_news {
    font-size: 12pt;
}
#comic_news h2 {
    font-family: Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
    font-size: 12pt;
    margin: 0;
}
#comic_news ul {
    margin-top: 0;
    list-style: none;
}
#copyright {
    clear: both;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
#copyright a {
    color: #fff;
}
#copyright a:hover {
    color: #0d4367;
}