/*

Sheldon Comics

Design by Mindfaucet
http://mindfaucet.com

*/

html {
    padding: 0;
    margin: 0;
}

body, button, input, select, label {
    font-size: 13px;
    font-family: 'Trebuchet MS', sans-serif;
    color: #333;
}

body.sheldon {
    padding: 0 0 20px 0;
    margin: 0;
    background: #2b3f43 url('http://cdn.sheldoncomics.com/img/background.jpg') center top repeat-x;
}

a {
    color: #193d92;
    text-decoration: none;
}

a:hover {
    color: #5e7abe;
}

a:focus {
    outline: none;
}

h1 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -2px;
    font-family: Arial, sans-serif;
}

h2 {
    margin:  40px 0 0 0;
    padding: 0;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1px;
    font-family: Arial, sans-serif;
}

h3 {
    margin:  20px 0 0 0;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -1px;
    font-family: Arial, sans-serif;
}

hr {
    clear: both;
    display: block;
    height: 10px;
    margin: 0 5px 10px 5px;
    color: #fff;
    background: #fff;
    border: none;
    border-bottom: 2px dotted #333;
}

button::-moz-focus-inner {
    border: 0;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}

img {
    border: none;
}

.clear {
    clear: both;
}

table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

tr, td {
    padding: 0;
    margin: 0;
}

/* Header */

#header {
    width: 1000px;
    height: 159px;
    padding: 1px 0 0 0;
    margin: 0 auto;
}

#logo {
    width: 250px;
    height: 190px;
    display: block;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    background: url('http://cdn.sheldoncomics.com/img/logo.png') no-repeat;
}

#leaderboard-wrap {
    width: 728px;
    height: 90px;
    padding: 5px;
    margin: 10px 0 0 262px;
    background: #fade70;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#leaderboard {
    position: relative;
    width: 728px;
    height: 90px;
    overflow: hidden;
    background: #e49953;
}

#leaderboard iframe {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 738px;
    height: 100px;
}


/* Menu */

#menu {
    width: 400px;
    height: 40px;
    margin: 2px 0 0 600px;
}

#menu a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    height: 40px;
    background-image: url('http://cdn.sheldoncomics.com/img/menu.png');
    background-repeat: no-repeat;
}

#menu-about {
    width: 113px;
    background-position: 0 0;
}

#menu-about:hover {
    background-position: 0 -40px;
}

#menu-extras {
    width: 120px;
    background-position: -113px 0;
}

#menu-extras:hover {
    background-position: -113px -40px;
}

#menu-store {
    width: 115px;
    background-position: -233px 0;
}

#menu-store:hover {
    background-position: -233px -40px;
}

#menu-rss {
    width: 52px;
    background-position: -348px 0;
}

#menu-rss:hover {
    background-position: -348px -40px;
}


/* Comic */

#comic-wrap {
    width: 1000px;
    min-height: 462px;
    margin: 0 auto;
    background: #f7efe6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 10px #000;
    -webkit-box-shadow: 0px 2px 10px #000;
    box-shadow: 0px 2px 10px #000;
}

#comic-head {
    width: 980px;
    height: 27px;
    margin: 0 10px;
    background: url('http://cdn.sheldoncomics.com/img/comic-head.jpg') center top no-repeat;
}

#comic {
    width: 1000px;
    padding: 2px 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
    background: url('http://cdn.sheldoncomics.com/img/comic.jpg') repeat-y;
}

#comic img {
    display: block;
    padding: 0 50px;
}

#comic-foot {
    padding: 0 0 50px 0;
    background: url('http://cdn.sheldoncomics.com/img/comic-foot.jpg') center bottom no-repeat;
}


/* Comic Nav */

#sidenav-prev {
    width: 17px;
    height: 22px;
    margin: 140px 0 0 6px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/sidenav.png') no-repeat;
}

#sidenav-next {
    width: 17px;
    height: 22px;
    margin: 140px 0 0 976px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/sidenav.png') -17px 0 no-repeat;
}

#navigation {
    width: 360px;
    height: 80px;
    margin: 0 0 0 325px;
    float: left;
    background: url('http://cdn.sheldoncomics.com/img/navigation-inactive.png') no-repeat;
}

#comic-meta {
    width: 200px;
    height: 80px;
    margin: 0 0 0 55px;
    float: left;
    color: #193d92;
    font-weight: bold;
    font-size: 20px;
    line-height: 17px;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Patrick Hand', cursive;
}

#comic-meta a {
    font-size: 15px;
    font-weight: normal;
    color: #b1233d;
    font-style: normal;
}

#nav-purchase {
    width: 360px;
    height: 107px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/navigation-purchase.png') no-repeat;
}

#nav-purchased {
    width: 360px;
    height: 107px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/navigation-purchase.png') 0 -107px no-repeat;
}

#nav-first {
    width: 50px;
    height: 42px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/navigation.png') no-repeat;
}

#nav-prev {
    width: 66px;
    height: 42px;
    margin: 0 0 0 50px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/navigation.png') -50px 0 no-repeat;
}

#nav-random {
    width: 75px;
    height: 42px;
    margin: 0 0 0 116px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/navigation.png') -116px 0 no-repeat;
}

#nav-next {
    width: 67px;
    height: 42px;
    margin: 0 0 0 191px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/navigation.png') -191px 0 no-repeat;
}

#nav-last {
    width: 50px;
    height: 42px;
    margin: 0 0 0 258px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/navigation.png') -258px 0 no-repeat;
}



/* Page - Comic */

#page {
    width: 980px;
    padding: 10px;
    min-height: 450px;
    margin: 20px auto 0 auto;
    background: #fade70;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 10px #000;
    -webkit-box-shadow: 0px 2px 10px #000;
    box-shadow: 0px 2px 10px #000;
}

#column-left {
    width: 160px;
    float: left;
}

#column-center {
    width: 500px;
    float: left;
}

#column-right {
    width: 320px;
    float: left;
}


/* Page - Content */

#page-content-wrap {
    width: 1000px;
    margin: 0 auto 0 auto;
}

#column-left-wide {
    width: 775px;
    padding: 20px;
    float: left;
    background: #f7efe6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 10px #000;
    -webkit-box-shadow: 0px 2px 10px #000;
    box-shadow: 0px 2px 10px #000;
}

#page-content {
    padding: 20px;
    min-height: 545px;
    background: #fff;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 10px #49351c;
    -webkit-box-shadow: 0px 2px 10px #49351c;
    box-shadow: 0px 2px 10px #49351c;
}

#page-content img {
    max-width: 100%;
}

#column-right-narrow {
    width: 170px;
    float: left;
    margin: 0 0 0 15px;
}

.news-archive { background-color: #FFDB74 !important; }

/* Sidebar */

#comment {
    width: 167px;
    height: 125px;
    margin: -95px 0 0 -10px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/comment.png') no-repeat;
}

.box-orange {
    color: #fff;
    padding: 8px;
    margin: 0 0 10px 0;
    background: #e49a53;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
}

.box-orange a {
    color: #b1233d;
}

.box-social {
    margin: 29px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
}

.box-social a {
    font-size:13px;
}

#twitter_update_list {
    display: none;
}

.dh_twitter_status_list {
    margin: 0;
    padding: 15px 10px 10px 10px;
    list-style-type: none;
    color: #333;
    font-family: Arial, sans-serif;
    font-family: 'Patrick Hand', cursive;
    font-size: 18px;
    line-height: 20px;
    background: #fdf4d0;
    text-align: center;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

#twitter_update_list li, .dh_twitter_status li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#twitter_update_list a {
    padding-top: 5px;
    display: block;
    font-weight: normal;
    font-size: 11px;
    color: #d78b87;
    display: none;
}

#twitter_update_list span a, .dh_twitter_status a {
    padding: 0;
    display: inline;
    font-weight: bold;
    color: #b1233d;
    font-size: 15px;
}

#twitter-link {
    width: 160px;
    height: 180px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url('http://cdn.sheldoncomics.com/img/twitter.jpg') no-repeat;
}

.sheldon-email-subscribe {
    height: 20px !important;
    padding: 0 !important;
    margin: 5px 0 0 0 !important;
    display: block !important;
}

.sheldon-email-input {
    height: 25px !important;
    width: 110px !important;
    padding: 0 0 0 4px !important;
    margin: 0 !important;
    display: block !important;
    float: left !important;
    font-family: 'Trebuchet MS', sans-serif !important;
    font-size: 12px !important;
    line-height: 25px !important;
    color: #b1233d !important;
    border: none !important;
    background: #eebf93 !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.sheldon-email-input:hover {
    background: #f7dfc9 !important;
}

.sheldon-email-input:focus {
    background: #fff !important;
}

.sheldon-email-submit {
    height: 25px !important;
    width: 25px !important;
    margin: 0 0 0 5px !important;
    padding: 0 !important;
    display: block !important;
    float: left !important;
    border: none !important;
    color: #fff !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    background: #b1233d url('http://cdn.sheldoncomics.com/img/arrow-right.png') 8px 7px no-repeat !important;
    cursor: pointer !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.sheldon-email-submit:hover {
    background: #fff url('http://cdn.sheldoncomics.com/img/arrow-right.png') -42px 7px no-repeat !important;
}


#flaco {
    width: 111px;
    height: 89px;
    margin: -93px 0 0 199px;
    text-indent: -9999px;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/flaco.png') no-repeat;
}

#fiveyearsago {
    width: 276px;
    height: 79px;
    text-indent: -9999px;
    position: absolute;
    background: url('http://cdn.sheldoncomics.com/img/5yearsago.png') no-repeat;
}

#fiveyearsago-comic {
    width: 284px;
    min-height: 100px;
    padding: 5px;
    margin: 71px 0 5px 5px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #777;
    background: #fff;
    -moz-box-shadow: 0px 2px 10px #000;
    -webkit-box-shadow: 0px 2px 10px #000;
    box-shadow: 0px 2px 10px #000;
}

#fiveyearsago-comic p {
    margin: 0;
    padding: 2px 0 0 0;
}

.box-archive {
    color: #fff;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
}

.tower-ad {
    width: 160px;
    padding: 5px;
    margin: 0 0 15px 0;
    color: #e49a53;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: right;
    text-transform: lowercase;
    background: #fade70;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 10px #000;
    -webkit-box-shadow: 0px 2px 10px #000;
    box-shadow: 0px 2px 10px #000;
}

.box-ad {
    width: 300px;
    padding: 5px;
    margin: 0 0 0 0;
    color: #e49a53;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: right;
    text-transform: lowercase;
    background: #fade70;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 10px #000;
    -webkit-box-shadow: 0px 2px 10px #000;
    box-shadow: 0px 2px 10px #000;
}

.tower-ad-code {
    width: 160px;
    height: 600px;
    overflow: hidden;
    color: #fade70;
    background: #e49a53;
}

.tower-forums {
    width: 160px;
    color:  #333333;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    text-transform: lowercase;
    background: #e49a53;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 10px #000;
    -webkit-box-shadow: 0px 2px 10px #000;
    box-shadow: 0px 2px 10px #000;
}


/* Calendar */

.archive_calendar {
    height: 250px;
    padding-bottom: 20px !important;
}

.calendar {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 13px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 5px;
}

.calendar .dh_stripcal_month_label th {
    padding: 3px;
    color: #fff;
    background: #d06a4a;
    text-transform: lowercase;
    font-weight: bold;
    letter-spacing: 10px;
    font-size: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.calendar.small .dh_stripcal_month_label th {
    letter-spacing: 5px;
}

.calendar th {
    font-size: 12px;
    color: #d06a4a;
}

.calendar td {
    background: #d06a4a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 22px;
    width: 37px;
    padding: 3px 0 2px 0;
}

.calendar td.strip {
    padding: 0;
}

.calendar td a {
    display: block;
    padding: 6px 0 3px 0;
    height: 100%;
    color: #fff;
    background: #b1233d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.calendar td a:hover {
    color: #b1233d;
    background: #fff;
    text-decoration: none;
}


/* Search */

.sheldon-search-form {
    height: 35px !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    display: block !important;
}

.sheldon-search-input {
    height: 25px !important;
    width: 270px !important;
    padding: 0 0 0 4px !important;
    margin: 0 !important;
    display: block !important;
    float: left !important;
    font-family: 'Trebuchet MS', sans-serif !important;
    font-size: 15px !important;
    line-height: 25px !important;
    color: #b1233d !important;
    border: none !important;
    background: #eebf93 !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.sheldon-search-input:hover {
    background: #f7dfc9 !important;
}

.sheldon-search-input:focus {
    background: #fff !important;
}

.sheldon-search-submit {
    height: 25px !important;
    width: 25px !important;
    margin: 0 0 0 5px !important;
    padding: 0 !important;
    display: block !important;
    float: left !important;
    border: none !important;
    color: #fff !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    background: #b1233d url('http://cdn.sheldoncomics.com/img/arrow-right.png') 8px 7px no-repeat !important;
    cursor: pointer !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.sheldon-search-submit:hover {
    background: #fff url('http://cdn.sheldoncomics.com/img/arrow-right.png') -42px 7px no-repeat !important;
}


.arhcives-link {
    height: 25px;
    width: 270px;
    padding: 0 0 0 4px;
    margin: 0;
    display: block;
    float: left;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #b1233d;
    border: none;
    background: #eebf93;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



/* Blog */

.blog-head {
    width: 450px;
    padding: 35px 25px 10px 25px;
    background: url('http://cdn.sheldoncomics.com/img/blog-head.jpg') no-repeat;
}

.blog {
    width: 450px;
    padding: 0 25px;
    background: url('http://cdn.sheldoncomics.com/img/blog.jpg') repeat-y;
}

.blog-foot {
    width: 500px;
    height: 15px;
    background: url('http://cdn.sheldoncomics.com/img/blog-foot.jpg') no-repeat;
}

.dh_post {
    margin: 0 auto;
    padding: 0 0 15px 0;
    width: 500px;
    background: url('http://cdn.sheldoncomics.com/img/blog-foot.jpg') 0 bottom no-repeat;
}

.flat .dh_post {
    width: 500px;
}

.dh_post h1 {
    padding: 50px 25px 0 25px;
    margin: 0;
    font-family: 'Patrick Hand', cursive;
    font-size: 30px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    background: url('http://cdn.sheldoncomics.com/img/blog-head.jpg') 0 0 no-repeat;
}

.dh_post h2 {
    padding: 1px 25px;
    margin: 0;
    font-size: 13px;
    line-height: 13px;
    background: url('http://cdn.sheldoncomics.com/img/blog-head.jpg') 0 bottom no-repeat;
}

.dh_post h3.date {
    padding: 5px 25px 20px 25px;
    margin: 0;
    font-size: 13px;
    line-height: 13px;
    color: #9d9d9d;
    background: url('http://cdn.sheldoncomics.com/img/blog-head.jpg') 0 bottom no-repeat;
}

.dh_post .content {
    padding: 1px 25px;
    line-height: 20px;
    background: url('http://cdn.sheldoncomics.com/img/blog.jpg') repeat-y;
    width: 450px;
}

.dh_post .content p {
    padding: 0;
    margin: 20px 0 0 0;
}

.dh_post .content p:first-child {
    margin-top: 0;
}

/*
.dh_titledbox {
	padding: 30px 25px 1px 15px;
	font-family: 'Patrick Hand', cursive;
	background-image: url('http://cdn.sheldoncomics.com/img/blog-head.jpg');
	background-repeat: no-repeat;
	background-position: 0 top;
	background-color: #fade70;
}
 */

.dh_titledbox {
    padding: 1px 25px;
    background: url('http://cdn.sheldoncomics.com/img/blog-head.jpg') 0 bottom no-repeat;
    font-family: 'Patrick Hand', cursive;
}

.forums-right-nav-top {
    padding: 30px 25px 0px 25px;
    background: url('http://cdn.sheldoncomics.com/img/blog-head.jpg') 0 top no-repeat;
    background-color: #fade70;
}
.forums-right-nav-content {
    background: url('http://cdn.sheldoncomics.com/img/blog.jpg') repeat-y;
    background-color: #fade70;
}
.forums-right-nav-bottom {
    padding: 0px 25px 15px 25px;
    background: url('http://cdn.sheldoncomics.com/img/blog-foot.jpg') 0 bottom no-repeat;
    background-color: #fade70;
}

.forums-right-nav-content .dh_titledbox {
    background: none;
    padding: 0px 5px 0px 15px;
    text-align: left;
    text-transform: lowercase;
}


.box-orange .dh_titledbox {
    background: none;
}

#column-center .box-orange {
    margin-left: 10px;
    margin-right: 10px;
}

.dh_titledbox {
    clear: both;
}

.dh_titledbox h3 {
    margin: 0;
    padding: 10px 0 0 25px;
    font-family: 'Patrick Hand', cursive;
    font-size: 18px;
    font-weight: bold;
    background: url('http://cdn.sheldoncomics.com/img/balloon.png') 0 10px no-repeat;
}



/* Ads */

.ad-box {
    padding: 10px 10px 0 10px;
    width: 300px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #fcebb7;
    text-transform: uppercase;
    text-align: right;
    background: #f3cb52;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    height: 260px;
}

.ad-box iframe {
    border: 0;
    position: absolute;
    top: 0px;
    left: 3px;
    width: 310px;
    height: 260px;
}

.ad-tower {
    position: relative;
    padding: 10px 0 0 0;
    width: 160px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #e4b62a;
    text-transform: uppercase;
    text-align: right;
}

.ad-tower iframe {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 170px;
    height: 610px;
}


/* Content Boxes */

.box {
    margin: 5px;
    padding: 10px;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box-archives {
    height: 25px;
    width: 270px;
    margin: 0;
    padding: 0 0 0 4px;
    color: #b1233d;

}

.box a {
    color: #b1233d;
}

.box a:hover {
    color: #fff;
}

.full {
    width: 705px;
}

.half {
    width: 337px;
}

.third {
    width: 215px;
}

.quarter {
    width: 153px;
}

.yellow {
    background: #fade70;
}

.orange {
    background: #e49953;
}

.beige {
    background: #e7d6c0;
}

.lightbeige {
    background: #f2e8dc;
}

.floatright {
    float: right !important;
}


/* Footer */

#footer {
    margin: 20px auto;
    width: 950px;
}

#footer-ad-box {
    width: 300px;
    height: 250px;
    padding: 10px;
    float: left;
    background: #46676d;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 8px;
    color: #d3d3d3;
    text-transform: uppercase;
    text-align: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

#footer-ad-box iframe {
    border: 0;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 310px;
    height: 260px;
}


#footer-ad-large {
    width: 600px;
    height: 250px;
    padding: 10px;
    margin: 0 0 0 10px;
    float: left;
    background: #46676d;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 8px;
    color: #d3d3d3;
    text-transform: uppercase;
    text-align: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

#footer-ad-large iframe {
    border: none;
    position: absolute;
    /*top: -10px;
    left: -10px;*/
    width: 610px;
    height: 260px;
}

#footer-ad-box p.ads, #footer-ad-large p.ads, .ad-box p.ads, .ad-tower p.ads {
    position: absolute;
    bottom: -5px;
    right: 9px;
    text-align: right;
    margin: 0;
    padding: 0;
}

#footer-meta {
    width: 930px;
    padding: 10px;
    margin: 15px 0 0 0;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#footer-logos {
    width: 218px;
    height: 50px;
    float: left;
    padding: 1px;
    margin: 0;
}

#footer-sheldon {
    width: 71px;
    height: 50px;
    display: block;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url('http://cdn.sheldoncomics.com/img/footer-logos.jpg') no-repeat;
}

#footer-sheldon:hover {
    background-position: 0 -50px;
}

#footer-smallfish {
    width: 61px;
    height: 50px;
    display: block;
    margin: 0 0 0 7px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url('http://cdn.sheldoncomics.com/img/footer-logos.jpg') -78px 0 no-repeat;
}

#footer-smallfish:hover {
    background-position: -78px -50px;
}

#footer-drive {
    width: 61px;
    height: 50px;
    display: block;
    margin: 0 0 0 7px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url('http://cdn.sheldoncomics.com/img/footer-logos.jpg') -146px 0 no-repeat;
}

#footer-drive:hover {
    background-position: -146px -50px;
}

/*

Everything south of this is forum-specific css that needs to modify to fit the new style

*/

#forumbreadcrumbs, #forumdescription {
    display: none;
}

#forumtable {
    background-color: #e7d6c0;
    width: 740px;
    margin: 0px;
}

#forumtable td {
    background-color: #f2e8dc;
    color: #01415c;
    padding: 3px 6px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


#dh_titledbox  {
    width: 160px;
    color:  #333333;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    text-transform: lowercase;
    background: #e49a53;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 10px #000;
    -webkit-box-shadow: 0px 2px 10px #000;
    box-shadow: 0px 2px 10px #000;
}




#forumtable th {
    background-color: #29637b;
    font-size: 11px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 3px 6px;
    color: #FFFFFF;
}

#forumtable td.discussion {
    padding-left: 18px;
}

.locked {
    background: url(/common/images/forums_lock.gif) 0px 50% no-repeat;
}

.newpostson {
    background: url(/common/images/news_on.gif) 0px 50% no-repeat;
}

.newpostsoff {
    background: url(/common/images/news_off.gif) 0px 50% no-repeat;
}

.post {
    background-color: #f2e8dc;
    font-size: 11px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 6px;
    color: #FFFFFF;
    margin-bottom: 10px;
    float: right;
    width: auto;
}

.flat, .flat .post {
    width: 100%;
}

.user {
    background-color: #f2e8dc;
    font-size: 12px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 3px 6px;
    color: #006699;
    margin-bottom: 0px;
    margin-right: 6px;
    width: 114px;
    float: left;
}

.wideinput {
    width: 500px;
}

.forumname {
    font-weight: bold;
    font-size: 13px;
}

.forumposttitle {
    color: #006699;
    font-size: 13px;
    font-weight: bold;
    padding: 0px;
    margin-left: 128px;
}

.forumposttitlenew {
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    margin-left: 128px;
    margin-bottom: 2px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2e8dc;
}

.forumpostcredit {
    color: #FFFFFF;
    font-size: 11px;
    padding: 0px 0px 8px;
    margin-left: 128px;
    border-bottom: 2px solid #f2e8dc;
}

.forumresponse {
    color: #FFFFFF;
    font-size: 12px;
}

.forumpost {
    color: #01415c;
    font-size: 14px;
    padding: 0px 0px;
    margin: 8px 0px 0px 128px;
}

.sig {
    color: #FFFFFF;
    font-size: 12px;
}

.buttonbox {
    margin: 12px 0px 4px 128px;
    border-top: 2px solid #f2e8dc;
    padding-top: 8px;
}

.forummoderate {
    margin: 18px 0px 4px 128px;
}

a.reply {
    background-color: #DDDDDD;
    color: #333333;
    font-weight: bold;
}

.discusslinks {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 6px 6px 0px;
}

#commentlistfoot {
    clear: right;
}

img.avatar {
    border: 2px solid #006699;
}

.indent1 {
    margin-left: 40px;
}

.indent2 {
    margin-left: 80px;
}

.indent3 {
    margin-left: 120px;
}

.indent4 {
    margin-left: 160px;
}

.indent5 {
    margin-left: 200px;
}

#postform {
    clear: right;
}

.postformtable {
    width: 100%;
}

.postformtable td {
    padding: 3px;
    background-color: #f2e8dc;
    color: #01415C;
}

.postformtable input {
}

.postformtable #postercomment {
    height: 150px;
}

.deletebox {
    display: inline;
    margin-left: 10px;
}

.deletebox input, .checkboxalign {
    margin: 0px;
    padding: 0px;
}

#discussioninfo, #discussionoptions, #fineprint, #modbox {
    padding: 5px;
    margin-bottom: 4px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#modbox {
    background-color: #f2e8dc;
    color: #01415c;
}

#discussioninfo {
    text-align: center;
    color: #01415c;
    background-color: #f2e8dc;
}

#discussionoptions {
    background-color: #f2e8dc;
    text-align: center;
    color: #01415c;
}

#fineprint {
    background-color: #f2e8dc;
    color: #01415c;
}

.commentlog {
    clear: left;
    padding-top: 5px;
}

#admin-logged-in-as {
    margin-top: -15px;
}

#admin-buttons {
    margin-top: -65px;
}

#admin-buttons > div {
    margin-left: 10px;
}

.admin-dashboard a:hover, .admin-dashboard a:active {
    text-decoration: none;
}

.dh_post .redactor_box { width: 460px; }
#redactor-toolbar {
    width: 600px;
    margin: 0 auto !important;
}

.well form {
    margin-bottom: 0;
    text-align: center;
}

.admin-table-actions { text-align: center !important; }