/*
File:   custom.css
Author: Jeremy L. Gaddis
*/

#header {
    border: none;
    height: 100px;
    padding: 10px;
    position: relative;
}

.custom #header #logo a {
    width: 346px;
    height: 100px;
}

.custom #header #tagline {
    color: #888888;
}

.custom #header #header-icons {
    position: absolute;
    top: 16px;
    left: 677px;
    display: block;
}

#feature_box {
    height: 110px;
    width: 882px;
    display: block;
    margin-left: 37px;
    padding: 0px;
    background: #b31212;
    position: relative;
}

.featurebox_image {
    padding: 10px 0px 10px 15px;
}

#featurebox_leaderboard {
    display: block;
    position: absolute; left: 137px; top: 10px;
    padding: 0;
}

.custom pre { background: #e0e0e0; }

.custom #copyright { float: left; }
.custom #footer-links { float: right; }

.custom .teaser {
    width: 100%;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px dotted #bbb;
    text-align: justify;
}

.custom .teasers_box {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
}

.custom img#wpstats { display:none; }
