/*
Theme Name: Pondering the Obvious 2
Theme URI: http://www.ponderingtheobvious.com
Description: The theme for Pondering the Obvious
Author: Josh Marshall
Author URI: http://blog.joshmarshall.org
Version: 2.0
*/

body {
    font-size: 12px;
    line-height: 18px;
    font-family: "Trebuchet MS", sans-serif;
    background: #666 url("images/pto_slash_bg.jpg") top left repeat-x;
    margin: 0;
    padding: 0;
}

a {
    color: #2244AA;
    text-decoration: underline;
}

.main {
    border: 1px solid #000;
    padding: 0;
    margin: 0 auto;
    width: 978px;
    background: #bababa;
}

.header {
    height:149px;
    border-bottom: 3px solid #4d4d4d;
    overflow: hidden;
    background: #FFF url("images/pto_header_bg.jpg") top left repeat-x;
}

    .header h1 {
        width: 198px;
        height: 149px;
        overflow: hidden;
        margin: 0;
        padding: 0; 
        float: left;  
    }
    
    .header h1 a {
        display: block;
        width: 0;
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 149px 0 0 198px;
        background: url("images/pto_logo.jpg") top left repeat-x;
    }
    
    .header .ad.banner {
        float: left;
        margin: 13px 0 0 5px;
    }
    
    .header .description {
        display: none;
    }

.ad {
    background: #FFF;
    padding: 10px;
    overflow: hidden;
    background: url("images/ad_bg.jpg") top left no-repeat;
}

    .ad .ad-frame {
        border: 1px solid #A5A5A5;
    }
    
    .ad.banner {
        background-image: url("images/banner_ad_bg.jpg");
        width: 730px;
        height: 92px;
        padding: 11px 10px 11px 22px;
    }
    
    .ad.banner .ad-frame {
        width: 728px;
        height: 90px;
    }
    
    .ad.sidebar {
        background-image: url("images/sidebar_ad_bg.jpg");
        width: 302px;
        height: 252px;
        padding: 21px 10px 10px 11px;
        margin: 0 auto;
    }

    .ad.sidebar .ad-frame {
        width: 300px;
        height: 250px;
    }
    
    .ad.midpage {
        background-image: url("images/midpage_ad_bg.jpg");
        width: 470px;
        height: 62px;
        padding: 11px 11px 11px 21px;
        margin: 0 auto;
    }

    .ad.midpage .ad-frame {
        width: 468px;
        height: 60px;
    }


.navbar {
    height: 50px;
    overflow: hidden;
    background: #9d9d9d url("images/pto_navbar_bg.jpg") top left repeat-x;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #000;
    padding: 0 10px;
}

    .navbar h3 {
        height: 50px;
        font-size: 25px;
        line-height: 50px;
        font-weight: bold;
        text-align: center;
        background: none;
        width: 450px;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        padding: 0;
        overflow: hidden;
        color: #FFF;
    }

    .navbar .navbutton
    {
        display: block;
        margin: 10px 0;
        width: 215px;
        height: 30px;
        text-align: center;
        overflow: hidden;
        float: left;
    }

    .navbar .navbutton.hidden {
        visibility: hidden;
    }

    .navbar .navbutton a {
        background: #333 url("images/button_shine.png") top left repeat-x;
        color: #FFF;
        padding: 5px 12px;
        display: block;
        border: 1px solid #FFF;
        float: left;
        height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 18px;
        text-decoration: none;
    }

    .navbar .navbutton a:hover {
        background-color: #666;
    }

    .navbar .navbutton.alignright {
        float: right;
    }

    .navbar .navbutton.alignright a {
        float: right;
    }

    .navbar .alignleft a {
        float: left;
        background-image: url("images/previous.png");
        background-position: top left;
        background-repeat: none;
        padding-left: 30px;
    }

    .navbar .alignright a {
        background-image: url("images/next.png");
        background-position: top right;
        background-repeat: none;
        padding-right: 30px;
        float: right;
    }

    .navbar .navbutton.first, .navbar .navbutton.last {
        width: 29px;
        height: 30px;
    }

    .navbar .navbutton.first a, .navbar .navbutton.last a {
        width: 0;
        height: 0;
        overflow: hidden;
        padding: 28px 0 0 28px;
        background-image: url("images/first.png");
        background-repeat: no-repeat;
        margin: 0;
    }

    .navbar .navbutton.first a {
        border-right: none;
    }

    .navbar .navbutton.last a {
        background-image: url("images/last.png");
        margin-left: 0;
        border-left: none;
    }

.comic-section {
    min-height: 288px;
    overflow: hidden;
    padding: 10px 0;
    background: #808080 url("images/pto_frame_bg.jpg") top left repeat-x;
    border-top: 3px solid #4d4d4d;
    border-bottom: 1px solid #000;
}

    .comic-frame {
        border: 1px solid #4d4d4d;
        margin-left: 10px;
        background: #FFF;
        overflow: hidden;
        width: 920px;
        min-height: 300px;
        float: left;
        text-align: center;
    }
    
    .share-frame {
        float: right;
        width: 26px;
        margin-right: 10px;
    }
    
        .share-frame .icon {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: 8px;
            background: url("images/share.jpg") top left no-repeat;
            padding: 26px 0 0 26px;
            overflow: hidden;
        }
        
            .share-frame .icon:last-child {
                margin-bottom: 0;
            }

            .share-frame .icon.blambot {
                padding-top: 209px;
                margin-bottom: 10px;
                background-image: url("images/blambot.jpg");
            }

            .share-frame .icon.facebook {
                background-image: url("images/fb_icon.jpg");
            }
            
            .share-frame .icon.twitter {
                background-image: url("images/twit_icon.jpg");
            }

            .share-frame .icon.reddit {
                background-image: url("images/reddit_icon.jpg");
            }

            .share-frame .icon.digg {
                background-image: url("images/digg_icon.jpg");
            }

.content {
    background: url("images/content_bg.jpg") top left repeat-x;
    overflow: hidden;
    min-height: 300px;
    border-top: 3px solid #4d4d4d;
    padding-top: 1px;
}

.column {
    float: left;
    width: 565px;
    min-height: 400px;
    padding: 0 15px 30px 30px;
}

    .column.right {
        float: right;
        width: 335px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }
    
        .column.right .ad.sidebar {
            margin-bottom: 20px;
        }
        
        
h3 {
    font-size: 34px;
    line-height: 36px;
    margin: 25px 0 5px;
    padding: 0;
    color: #FFF;
}

    h3.title {
        margin: 22px 0 0 0;
        padding: 30px 10px 5px;
        background: #666666;
        font-size: 34px;
        line-height: 36px;
        color: #FFF;
    }

.author-info {
    margin-top: 10px;
    clear: both;
    background: url("images/author_talk_bg.jpg") 50px bottom no-repeat;
    overflow: hidden;
    padding-bottom: 10px;
}

    .author-info .avatar {
        float: left;
        margin-left: 7px;
        border: 1px solid #999;
    }
    
        .author-info .avatar-32 {
            width: 32px;
            height: 32px;
        }

    .author-info .author, .author-info .date {
        float: left;
        height: 38px;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 38px;
        letter-spacing: 1px;
        margin-left: 6px;
        color: #555;
    }
    
    .author-info .author {
        color: #000;
        font-weight: bold;
        margin-left: 10px;
    }

        .author-info .author a {
            color: #000;
        }

.post-content, .comment-content {
    background: #FFF;
    padding: 15px 20px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    overflow: hidden;
}

    .post-content p, .comment-content p {
        margin: 0;
        padding: 0;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .post-content p:last-child, .comment-content p:last-child {
        margin-bottom: 0;
    }
    
.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments .children {
    list-style: none;
}

    .comments .comment-content {
        overflow: hidden;
    }

    .comment-info a,
    .post-info a {
        display: block;
        margin: 0;
        padding: 4px 5px 0;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        float: right;
        color: #AAA;
        text-decoration: none;
    }
    
.gravatar-info {
    padding: 9px 0 10px 70px;
    background: url("images/gravatar_bad.png") top left no-repeat;
    min-height: 40px;
    line-height: 18px;
}

.gravatar-info a {
    color: #A00;
    text-decoration: underline;
    font-weight: bold;
}


#respond input.text, #respond textarea.text {
    padding: 0 5px;
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #777;
    background: #FFF url("images/input_bg.jpg") top left repeat-x;
    border: 1px solid #AAA;
    font-family: "Trebuchet MS", sans-serif;
} 

#respond textarea.text {
    overflow: auto;
}

.email-subscribe {
    width: 290px;
    height: 86px;
    padding: 20px 10px;
    background: #AFA url("images/email_subscribe_bg.jpg") top left no-repeat;
    margin: 0 auto 10px;
}

    .email-subscribe .title {
        width: 0;
        height: 0;
        padding: 35px 0 0 254px;
        margin: 0 auto;
        overflow: hidden;
        background: url("images/email_subscribe_title.jpg") top left no-repeat;
    }
    
    .email-subscribe input.text {
        display: block;
        float: left;
        width: 170px;
        height: 28px;
        padding: 0 5px;
        overflow: hidden;
        margin: 10px 10px 0 30px;
        font-size: 16px;
        line-height: 28px;
        color: #777;
        background: #FFF url("images/input_bg.jpg") top left repeat-x;
        border: 1px solid #3e8f20;
    }
    
    .email-subscribe .go-button {
        display: block;
        float: left;
        width: 0;
        height: 0;
        margin: 10px 0 0 0;
        overflow: hidden;
        padding: 31px 0 0 51px;
        background: #0A0 url("images/email_subscribe_go_button.jpg") top left no-repeat;
    }

.follow {
    display: block;
    width: 0px;
    height: 0px;
    padding: 56px 0 0 310px;
    overflow: hidden;
    background: #AAA url("images/follow.bg") top left no-repeat;
    margin: 0 auto 10px;
}

    .follow.tshirt {
        padding-top: 80px;
        background-image: url("images/buy_tshirt.jpg");
    }

    .follow.facebook {
        background-image: url("images/follow_facebook.jpg");
    }
    
    .follow.twitter {
        background-image: url("images/follow_twitter.jpg");
    }
    
    
.footer {
    text-align: center;
    color: #FFF;
}

.footer a {
    color: #CCC;
}   
