/*
*	Copyright: (CC) 2010, Radio Zero. Some rights reserved.
*	Version: 1.0
*	Author: John Doe
*	
*	File Description: Structure, containers flow control and main definitions.
*/

/** Structure
--------------------------------------------- **/
html {
    color: #fff;
    background: #000 url(../img/bgr-html.gif);
}

#wrap,
.wrapper {
    width: 940px;
    margin: 0 auto;
}
#wrap {
    margin-top: 30px;
}

/** Header
--------------------------------------------- **/
header {
    position: relative;
    margin-bottom: 20px;
}
    /* Logo */
    header h1,
    header h1 a {
        width: 109px;
        height: 106px;
    }
    header h1 a {
        background: url(../img/logo-radiozero-m.png) no-repeat;
    }
    
    /* Nav */
    header nav {
        width: 810px;
        margin-top: 70px;
        background: url(../img/bgr-nav.png);
    }
        header nav ul {
        }
        header nav li {
            float: left;
            margin-right: 1px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            text-shadow: 1px 1px 0px #000;
        }
            header nav li a {
                display: block;
                padding: 10px 10px;
                text-decoration: none;
                color: #fff;
            }
        header nav li a:hover,
        header nav .current-cat-parent a {
            text-decoration: none;
            background-color: #dd2228;
        }
        
        header nav form {
            margin: 6px 10px 0 0;
        }
            header nav form input {
                width: 100px;
                padding: 4px 18px 4px 4px;
                border: 1px solid #515151;
                font-size: 12px;
                color: #666;
                background: #000 url(../img/shp-search.gif) 125px 4px no-repeat;
            }
            header nav form input:focus {
                border-color: #dd2228;
                color: #fff;
            }
    
    /* Social */
    header .social {
        position: absolute;
        bottom: 45px;
        right: 0;
    }
        header .social li {
            float: left;
            margin-left: 10px;
        }

/** Common Definitions
--------------------------------------------- **/
.section {
    margin-bottom: 20px;
    padding: 10px;
}
    .section hgroup {
        margin-bottom: 30px;
        text-transform: uppercase;
    }
        .section hgroup h3 {
            font-size: 30px;
            line-height: 90%;
            font-weight: bold;
        }
        .section hgroup span {
            font-size: 14px;
            color: #ccc;
        }

/** Promo
--------------------------------------------- **/
#promo {
    height: 360px;
    background: url(../img/bgr-section1.png);
}
    /* Slider */
    #promo #slider {
        width: 610px;
        height: 360px;
    }
    
    /* Player */
    .player {
        width: 300px;
        text-shadow: 1px 1px 0 #333;
    }
        .player hgroup {
            margin-bottom: 1px;
            padding-left: 5px;
            font-size: 14px;
            text-transform: uppercase;
            background: url(../img/bgr-gray-aux1.png);
        }
            .player hgroup strong {
                display: block;
                padding: 2px 2px 2px 0;
                color: #fff;
            }
            .player hgroup .listen-up {
                display: block;
                padding: 2px 5px;
                border-left: 1px solid #000;
                font-weight: bold;
                color: #fff;
                background-color: #dd2228;
            }
            .player hgroup .listen-up:hover {
                text-decoration: none;
            }
        
        .player .inside {
            position: relative;
            padding: 5px;
            background-color: #dd2228;
        }
            .player .inside .cover {
                position: relative;
                overflow: hidden;
                width: 73px;
                height: 68px;
                margin-right: 10px;
            }
                .player .inside .cover img {
                    position: absolute;
                    top: 2px;
                    left: 7px;
                }
                .player .inside .cover .plastic {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 99;
                    width: 73px;
                    height: 68px;
                    background: url(../img/shp-cover.png) no-repeat;
                }
            
            .player .inside .songinfo {
                color: #fff;
            }
                .player .inside .songinfo .songtitle {
                    font-size: 14px;
                    font-weight: bold;
                }
                .player .inside .songinfo .duration {
                    color: #ccc;
                    font-size: 11px;
                }
            
            .player .inside .toggle-last10 {
                position: absolute;
                right: 5px;
                bottom: 5px;
                font-size: 11px;
                color: #fff;
            }
        
        .player .last10 {
            display: none;
            overflow: hidden;
            margin-top: 6px;
            padding: 5px;
            text-transform: uppercase;
            background: url(../img/bgr-black-aux1.png);
        }
            .player .last10 strong {
                display: block;
                margin-bottom: 10px;
                font-size: 14px;
                color: #dd2228;
                text-shadow: 0 0 0 #333;
            }
            .player .last10 ul {
            }
            .player .last10 li {
                padding: 4px 0;
                border-top: 1px solid #313131;
                font-size: 11px;
                color: #d6d6d6;
            }
                .player .last10 li span {
                    display: inline-block;
                    margin-right: 10px;
                    color: #919191;
                }
                .player .last10 li a {
                    color: #d6d6d6;
                }
                .player .last10 li a:hover {
                    text-decoration: none;
                    color: #fff;
                }
            .player .last10 li:first-child {
                padding-top: 0;
                border-top-width: 0;
            }
        
        .player .ad300 {
            margin-top: 9px;
            width: 300px;
            height: 250px;
            overflow: hidden;
        }

/** Featured
--------------------------------------------- **/
.home-featured {
    position: relative;
    padding-bottom: 0px;
    background: url(../img/bgr-section1.png);
}
    /* Highlights */
    .home-featured .highlights {
        width: 610px;
    }
    #today.home-featured .highlights {
        width: auto;
    }
        .home-featured .highlights .a-group {
            position: relative;
            margin-top: 10px;
            margin-bottom: 30px;
            padding-top: 35px;
            border-top: 1px solid #555;
        }
            .home-featured .highlights .a-group .group-label {
                position: absolute;
                top: -13px;
                left: 0;
                padding: 6px 7px 21px 27px;
                font-size: 13px;
                line-height: 100%;
                font-weight: bold;
                text-transform: uppercase;
                text-shadow: 1px 1px 0 #770704;
                color: #fff;
                background-image: url(../img/group-label.png);
            }
        .home-featured .highlights .first {
            margin-top: 0;
            border-top: 0;
        }
        .home-featured .highlights hgroup {
            margin-top: 10px;
            text-shadow: 1px 1px 0px #333;
        }
        .home-featured .highlights article {
            width: 290px;
            float: left;
            margin: 0 14px 0 0;
            text-shadow: 1px 1px 0px #333;
        }
            .home-featured .highlights article div {
                height: 84px;
                margin-bottom: 10px;
                overflow: hidden;
            }
            .home-featured .highlights article .pic {
                display: inline-block;
                float: left;
                margin-right: 7px;
                padding: 0 4px 4px 0;
                background: url(../img/bgr-article-pic.gif) right bottom;
            }
            .home-featured .highlights article .pic,
            .home-featured .highlights article .pic img {
                width: 80px;
                height: 80px;
            }
            .home-featured .highlights article .title {
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff;
            }
            .home-featured .highlights article .title:hover {
                text-decoration: none;
                color: #fff2bf;
            }
            .home-featured .highlights article .overview {
                margin-top: 3px;
                font-size: 11px;
            }
            .home-featured .highlights article .comment-count {
                display: inline-block;
                width: 23px;
                height: 19px;
                margin: 0 7px 0 61px;
                padding-top: 1px;
                font-size: 10px;
                text-align: center;
                color: #fff;
                background: url(../img/bgr-comment-counter.png) no-repeat;
            }
            .home-featured .highlights article .more {
                display: inline-block;
                padding: 2px 5px;
                font-size: 11px;
                text-transform: uppercase;
                color: #fff;
                text-shadow: 1px 1px 0 #000;
                background-color: #000;
            }
            .home-featured .highlights article .more:hover {
                text-decoration: none;
                color: #fff;
                background-color: #dd2228;
            }
        .home-featured .highlights .more-news {
            position: absolute;
            top: 22px;
            left: 442px;
            padding: 3px 5px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            text-shadow: 1px 1px 0 #333;
            background-color: #dd2228;
        }
        .home-featured .highlights .more-news:hover {
            text-decoration: none;
            background-color: #000;
        }
    
    /* Zero TV */
    #misc-content .zerotv {
        width: 280px;
        padding: 10px;
        margin-left: 10px;
        text-shadow: 1px 1px 0px #333;
        background: url(../img/bgr-zerotv.png);
    }
         #misc-content .zerotv hgroup {
            margin-bottom: 20px;
        }
         #misc-content .zerotv article {
            margin-bottom: 10px;
        }
             #misc-content .zerotv article .title {
                font-size: 20px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff;
            }
             #misc-content .zerotv article .title:hover {
                text-decoration: none;
                color: #fff2bf;
            }
             #misc-content .zerotv article .overview {
                line-height: 120%;
                margin: 5px 0 10px 0;
                font-size: 13px;
            }
        
        /* Last Videos */
         #misc-content .zerotv .last-videos {
        }
             #misc-content .zerotv .last-videos li {
                margin-bottom: 1px;
            }
                 #misc-content .zerotv .last-videos a {
                    display: block;
                    padding: 4px;
                    color: #fff;
                    background-color: #333;
                }
                 #misc-content .zerotv .last-videos a:hover {
                    text-decoration: none;
                    background-color: #dd2228;
                }

/** Misc
--------------------------------------------- **/
.ad-block {
    background: url(../img/bgr-section1.png);
}
    .ad-block .ad728 {
        width: 728px;
        height: 90px;
        overflow: hidden;
        margin: 0 auto;
    }

/** Misc Content
--------------------------------------------- **/
#misc-content {
    background: url(../img/bgr-section1.png);
}
    /* Highlights */
    #misc-content .highlights2 {
        width: 300px;
    }
        #misc-content .highlights2 .a-group {
            position: relative;
            margin-top: 10px;
            margin-bottom: 30px;
            padding-top: 35px;
            border-top: 1px solid #555;
        }
            #misc-content .highlights2 .a-group .group-label {
                position: absolute;
                top: -13px;
                left: 0;
                padding: 6px 7px 21px 27px;
                font-size: 13px;
                line-height: 100%;
                font-weight: bold;
                text-transform: uppercase;
                text-shadow: 1px 1px 0 #770704;
                color: #fff;
                background-image: url(../img/group-label.png);
            }
        #misc-content .highlights2 .first {
            margin-top: 0;
            border-top: 0;
        }
        #misc-content .highlights2 hgroup {
            margin-top: 10px;
            text-shadow: 1px 1px 0px #333;
        }
        #misc-content .highlights2 article {
            width: 290px;
            float: left;
            margin: 0 14px 12px 0;
            text-shadow: 1px 1px 0px #333;
        }
            #misc-content .highlights2 article div {
                height: 84px;
                margin-bottom: 10px;
                overflow: hidden;
            }
            #misc-content .highlights2 article .pic {
                display: inline-block;
                float: left;
                margin-right: 7px;
                padding: 0 4px 4px 0;
                background: url(../img/bgr-article-pic.gif) right bottom;
            }
            #misc-content .highlights2 article .pic,
            #misc-content .highlights2 article .pic img {
                width: 80px;
                height: 80px;
            }
            #misc-content .highlights2 article .title {
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff;
            }
            #misc-content .highlights2 article .title:hover {
                text-decoration: none;
                color: #fff2bf;
            }
            #misc-content .highlights2 article .overview {
                margin-top: 3px;
                font-size: 11px;
            }
           #misc-content .highlights2 article .comment-count {
                display: inline-block;
                width: 23px;
                height: 19px;
                margin: 0 7px 0 61px;
                padding-top: 1px;
                font-size: 10px;
                text-align: center;
                color: #fff;
                background: url(../img/bgr-comment-counter.png) no-repeat;
            }
            #misc-content .highlights2 article .more {
                display: inline-block;
                padding: 2px 5px;
                font-size: 11px;
                text-transform: uppercase;
                color: #fff;
                text-shadow: 1px 1px 0 #000;
                background-color: #000;
            }
            #misc-content .highlights2 article .more:hover {
                text-decoration: none;
                color: #fff;
                background-color: #dd2228;
            }
            
            #misc-content .highlights2 .more-news {
                display: inline-block;
                margin-top: 12px;
                padding: 3px 5px;
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff;
                text-shadow: 1px 1px 0 #333;
                background-color: #dd2228;
            }
            #misc-content .highlights2 .more-news:hover {
                text-decoration: none;
                background-color: #000;
            }
    
    /* Podcast */
    #featured .podcast {
        width: 276px;
        padding: 7px;
        border: 5px solid #dbdbdb;
    }
        #featured .podcast hgroup {
            margin-bottom: 20px;
        }
            #featured .podcast hgroup h3 {
                color: #dc2428;
            }
        #featured .podcast article {
            margin-bottom: 1px;
            padding: 4px;
            background-color: #ebe7e5;
        }
            #featured .podcast article .title {
                font-weight: bold;
            }
            #featured .podcast article .title:hover {
                text-decoration: none;
                color: #dc2428;
            }
            #featured .podcast article .comment-count {
                display: block;
                margin-bottom: 3px;
                font-size: 11px;
                color: #333;
            }

/** Inside
--------------------------------------------- **/
#inside {
    background: url(../img/bgr-section1.png);
}
    #inside .inside-left {
        width: 610px;
    }
    #inside aside {
        width: 300px;
    }
    
    /* Post Body */
    #inside .post-body {
        padding: 10px 10px 0;
        background-color: #fff;
    }
        #inside .post-body a {
            text-decoration: underline;
            color: #0088b5;
        }
        #inside .post-body a:hover {
            color: #000;
        }
        #inside .post-body hgroup {
            position: relative;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
            text-transform: none;
        }
            #inside .post-body hgroup span {
                font-size: 11px;
                color: #666;
            }
                #inside .post-body hgroup span img {
                    margin-top: 1px;
                    vertical-align: text-top;
                }
            #inside .post-body hgroup h1 {
                padding-bottom: 7px;
                font-size: 28px;
                line-height: 100%;
                font-weight: bold;
                letter-spacing: -2px;
                color: #dd2228;
            }
            #inside .post-body hgroup summary {
                margin-bottom: 7px;
                font-size: 14px;
                color: #000;
            }
            #inside .post-body hgroup .tweetmeme,
            #inside .post-body hgroup .fblike {
                position: absolute;
                background-color: white;
            }
            #inside .post-body hgroup .tweetmeme {
                right: 0;
                bottom: -14px;
            }
            #inside .post-body hgroup .fblike {
                left: 410px;
                bottom: -17px;
            }
        
        #inside .post-body article p,
        #inside .post-body article ul,
        #inside .post-body article ol,
        #inside .post-body article blockquote,
        #inside .post-body article code {
            margin-bottom: 20px;
        }
        #inside .post-body article p,
        #inside .post-body article li {
            font-size: 13.6px;
            line-height: 150%;
            color: #333;
        }
        #inside .post-body article div.pic {
            margin-right: 10px;
            margin-bottom: 10px;
            padding: 3px;
            border: 1px solid #ccc;
        }
        
        #inside .post-body .contest-form {
                    padding: 10px;
                    background-color: #eee;
                }
                    #inside .post-body .contest-form br {
                        display: none;
                    }
                    #inside .post-body .contest-form div {
                        margin-bottom: 7px;
                        text-shadow: 1px 1px 0 #fff;
                    }
                        #inside .post-body .contest-form div label {
                            display: block;
                            margin-bottom: 3px;
                            font-weight: bold;
                            font-size: 12px;
                            line-height: 120%;
                            color: #333;
                        }
                        #inside .post-body .contest-form div input {
                            -moz-border-radius: 3px;
                            -webkit-border-radius: 3px;
                            padding: 3px;
                            border: 1px solid #333;
                            font-size: 12px;
                            background-color: #ccc;
                        }
                    #inside .post-body .contest-form .submit {
                        margin-top: 10px;
                    }
                        #inside .post-body .contest-form .submit input {
                            border-width: 0;
                            font-weight: bold;
                            color: #fff;
                            text-shadow: 1px 1px 0 #000;
                            background-color: #333;
                            cursor: pointer;
                        }
    
    /* Post Info */
    #inside .post-info {
        margin-bottom: 30px;
        padding: 10px 10px 80px;
        background: url(../img/bgr-inside-content.png) center bottom repeat-x;
    }
        #inside .post-info div {
            padding: 10px;
            background-color: #eee;
        }
        #inside .post-info h4 {
            margin-bottom: 10px;
            font-size: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #dd2228;
        }
        #inside .post-info p {
            font-size: 12px;
            color: #333;
        }
        #inside .post-info ul {
            margin-left: 30px;
        }
        #inside .post-info li {
            margin-bottom: 5px;
            list-style-image: url(../img/ico-s-right-arrow.gif);
            font-size: 12px;
            color: #333;
        }
            #inside .post-info li a {
                color: #333;
            }
    
    /* Comments */
    #comments {
        text-shadow: 1px 1px 0 #333;
    }
        #comments hgroup {
            position: relative;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px dotted #666;
            text-transform: none;
        }
            #comments hgroup h3 {
                margin-bottom: 4px;
                font-size: 20px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff;
            }
            #comments hgroup a {
                position: absolute;
                top: 10px;
                right: 0;
                color: #dd2228;
            }
        
        #comments ol {
            margin-bottom: 20px;
        }
        #comments li {
            position: relative;
            min-height: 80px;
            padding: 10px 10px 10px 104px;
            background: url(../img/bgr-section1.png);
        }
        #comments li.alt {
            background-image: none;
        }
            #comments li .gravatar {
                position: absolute;
                top: 10px;
                left: 10px;
                width: 80px;
                height: 80px;
                padding: 0 4px 4px 0;
                background: url(../img/bgr-article-pic.gif) left top no-repeat;;
            }
            
            #comments li .info {
            }
                #comments li .info a {
                    color: #fff;
                }
                #comments li .info span {
                    display: block;
                    margin-bottom: 10px;
                    padding-bottom: 3px;
                    border-bottom: 1px dotted #999;
                    color: #fff;
                }
                #comments li .info p {
                    margin-bottom: 10px;
                }
        
        #comments #respond {
            padding: 10px;
            text-shadow: 1px 1px 0 #333;
            background: url(../img/bgr-section1.png);
        }
            #comments #respond a {
                color: #fff;
            }
            #comments #respond h3 {
                margin-bottom: 15px;
                padding-bottom: 3px;
                border-bottom: 1px dotted #999;
                font-size: 20px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff;
            }
            #comments #respond form {
            }
            #comments #respond p {
                margin-bottom: 10px;
            }
            #comments #respond label {
                text-align: left;
                color: #fff;
            }
                #comments #respond label span {
                    color: #999;
                }
            #comments #respond input {
                width: 200px;
                padding: 3px 4px;
                border: 1px solid #333;
                color: #000;
                background-color: #ccc;
            }
            #comments #respond textarea {
                width: 450px;
                height: 120px;
                padding: 7px;
                border: 1px solid #333;
                color: #000;
                background-color: #ccc;
            }
            #comments #respond input.submit {
                width: auto;
                border: 1px solid #333;
                font-size: 13px;
                font-weight: bold;
                color: #fff;
                background-color: #dd2228;
                cursor: pointer;
            }
    
    /* Aside */
    aside {
    }
        aside .box {
            margin-bottom: 20px;
            text-shadow: 1px 1px 0 #333;
        }
            aside .box h3 {
                font-size: 15px;
                font-weight: bold;
                text-transform: uppercase;
                color: #dd2228;
            }
                aside .box h3 span {
                    display: inline-block;
                    padding: 4px 10px;
                    background: url(../img/bgr-section1.png);
                }
            aside .box .inner {
                padding: 10px;
                background: url(../img/bgr-section1.png);
            }
            
            /* Popular Posts */
            aside .popular-posts {
            }
                aside .popular-posts ul {
                    margin-left: 18px;
                }
                aside .popular-posts li {
                    padding: 3px 0;
                    border-bottom: 1px solid #666;
                    list-style-position: outside;
                    list-style-image: url(../img/ico-s-right-arrow.gif);
                }
                    aside .popular-posts li a {
                        color: #fff;
                    }
            
            /* Twitter */
            aside .zero-twitter {
            }
                aside .zero-twitter ul {
                }
                aside .zero-twitter li {
                    position: relative;
                    min-height: 32px;
                    margin-bottom: 1px;
                    padding: 5px 5px 5px 45px;
                    font-size: 11px;
                    background: url(../img/bgr-section1.png);
                }
                    aside .zero-twitter li .tweet_avatar {
                        position: absolute;
                        top: 5px;
                        left: 5px;
                        width: 32px;
                        height: 32px;
                        border: 1px solid #999;
                    }
                    aside .zero-twitter li a {
                        color: #fff;
                        text-decoration: underline;
                    }
                    aside .zero-twitter li em a {
                        font-size: 10px;
                        color: #999;
                        font-style: normal;
                        text-decoration: none;
                    }

/** Category
--------------------------------------------- **/
#category #inside {
}
    #category #inside .inside-left h1 {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 90%;
        text-transform: uppercase;
        font-weight: bold;
        color: #dd2228;
        text-shadow: 1px 1px 0 #333;
    }
    
    /* Shows */
    #category #inside .big-items {
        text-shadow: 1px 1px 0 #333;
    }
        #category #inside .big-items li {
            position: relative;
            min-height: 154px;
            margin-bottom: 20px;
            padding-left: 245px;
        }
            #category #inside .big-items li a {
                color: #fff;
            }
            #category #inside .big-items li .pic {
                position: absolute;
                top: 0;
                left: 0;
                display: inline-block;
                padding: 0 4px 4px 0;
                background: url(../img/bgr-programa-pic.gif) right bottom no-repeat;
            }
            #category #inside .big-items li .pic,
            #category #inside .big-items li .pic img {
                width: 230px;
                height: 150px;
            }
            #category #inside .big-items li hgroup {
                margin-bottom: 10px;
            }
                #category #inside .big-items li hgroup h2 {
                    font-size: 18px;
                    font-weight: bold;
                }
                #category #inside .big-items li hgroup span {
                    text-transform: none;
                }
            #category #inside .big-items li p {
                margin-bottom: 10px;
            }
            #category #inside .big-items li .item-footer {
                font-style: normal;
            }
                #category #inside .big-items li .item-footer strong {
                    color: #dd2228;
                }
    
    /* Show Detail */
    #category #inside .show-detail {
        text-shadow: 1px 1px 0 #333;
    }
            #category #inside .show-detail h3 {
                margin-bottom: 10px;
                font-size: 16px;
                font-weight: bold;
                text-transform: uppercase;
                color: #dd2228;
            }
            
            #category #inside .show-detail .show-overview {
                width: 230px;
                padding-right: 20px;
                border-right: 1px solid #666;
            }
                #category #inside .show-detail .show-overview .show-rss,
                #category #inside .show-detail .show-overview .show-itunes {
                    margin-top: 10px;
                    color: #ccc;
                }
                    #category #inside .show-detail .show-overview .show-rss a,
                    #category #inside .show-detail .show-overview .show-itunes a {
                        text-decoration: none;
                        color: #ccc;
                    }
                    #category #inside .show-detail .show-overview .show-rss img,
                    #category #inside .show-detail .show-overview .show-itunes img {
                        vertical-align: middle;
                    }
                #category #inside .show-detail .show-overview .show-time {
                    margin-top: 10px;
                    color: #999;
                }
                #category #inside .show-detail .show-overview .show-host strong {
                    color: #dd2228;
                }
                #category #inside .show-detail .show-overview p {
                    margin-bottom: 10px;
                }
            #category #inside .show-detail .show-podcasts {
                width: 340px;
            }
                #category #inside .show-detail .show-podcasts li {
                    padding: 7px 0px;
                    border-bottom: 1px solid #666;
                }
                #category #inside .show-detail .show-podcasts a {
                    color: #fff;
                }
    
    /* Podcast Archive */
    #category #inside .podcasts-archive {
    }
        #category #inside .podcasts-archive hgroup {
            padding-bottom: 10px;
            border-bottom: 1px solid #666;
        }
        #category #inside .podcasts-archive select {
            margin-left: 5px;
            padding: 1px 4px;
            border: 1px solid #666;
            text-transform: none;
            color: #fff;
            background-color: #000;
        }
        #category #inside .wp-pagenavi {
            font-size: 14px;
        }
            #category #inside .wp-pagenavi * {
                display: inline-block;
            }
            #category #inside .wp-pagenavi .pages {
                margin-right: 5px;
                color: #ccc;
            }
            #category #inside .wp-pagenavi .current {
                margin-left: 2px;
                padding: 2px 4px;
                border: 1px solid #fff;
                text-decoration: none;
                color: #fff;
                background-color: #dd2228;
            }
            #category #inside .wp-pagenavi .page,
            #category #inside .wp-pagenavi .nextpostslink,
            #category #inside .wp-pagenavi .previouspostslink,
            #category #inside .wp-pagenavi .first,
            #category #inside .wp-pagenavi .last {
                margin-left: 2px;
                padding: 2px 4px;
                border: 1px solid #666;
                color: #fff;
            }
            #category #inside .wp-pagenavi .page:hover,
            #category #inside .wp-pagenavi .nextpostslink:hover,
            #category #inside .wp-pagenavi .previouspostslink:hover,
            #category #inside .wp-pagenavi .first:hover,
            #category #inside .wp-pagenavi .last:hover {
                border: 1px solid #fff;
                text-decoration: none;
                background-color: #dd2228;
            }
            #category #inside .wp-pagenavi .nextpostslink {
            }
            #category #inside .wp-pagenavi .larger {
            }
            #category #inside .wp-pagenavi .extend {
                margin-left: 2px;
                padding: 2px 4px;
                color: #ccc;
            }
            #category #inside .wp-pagenavi .last {
            }
        #category #inside .podcasts-archive p,
        #category #inside .podcasts-archive .podcasts-list {
            margin: 15px 0;
        }
        #category #inside .podcasts-archive .podcasts-list li {
            position: relative;
            margin-bottom: 1px;
            background-color: #666;
        }
            #category #inside .podcasts-archive .podcasts-list li .embed {
                display: inline-block;
                margin-right: 5px;
                padding: 4px 4px 2px;
                border-right: 1px solid #333;
                background-color: #666;
            }
                #category #inside .podcasts-archive .podcasts-list li object {
                    display: inline;
                    margin: 0;
                    padding: 0;
                }
            #category #inside .podcasts-archive .podcasts-list li span {
                padding: 6px 0px;
                display: inline-block;
                vertical-align: text-bottom;
            }
            #category #inside .podcasts-archive .podcasts-list li a {
                color: #fff;
                text-shadow: 1px 1px 0 #333;
            }
            #category #inside .podcasts-archive .podcasts-list li .dl {
                position: absolute;
                top: 9px;
                left: 586px;
            }
        
        #category #inside .podcasts-archive .itunes-feeds {
            margin-bottom: 15px;
        }
            #category #inside .podcasts-archive .itunes-feeds li {
                float: left;
                width: 280px;
                margin-right: 10px;
                margin-bottom: 5px;
                text-transform: none;
            }
                #category #inside .podcasts-archive .itunes-feeds li a {
                    color: #fff;
                }
                #category #inside .podcasts-archive .itunes-feeds li img {
                    vertical-align: middle;
                }

/** Partnership
--------------------------------------------- **/
#partnership {
}
    .ad-block .b1,
    .ad-block .b2,
    .ad-block .b3 {
        float: left;
    }
    .ad-block .b1,
    .ad-block .b2 {
        margin-right: 10px;
    }

/** Footer
--------------------------------------------- **/
footer {
}
    footer .wrapper {
        width: 920px;
        padding: 10px;
        background: url(../img/bgr-section1.png);
    }
        footer .wrapper div {
            margin-left: 15px;
            width: 296px;
        }
        footer .wrapper div:first-child {
            margin-left: 0;
        }
        footer .wrapper h3 {
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            color: #ab312d;
            text-shadow: 1px 1px 0 #333;
        }
        footer .wrapper ul {
        }
        footer .wrapper li {
            padding: 4px 0;
            border-bottom: 1px solid #555;
            font-size: 11px;
            color: #ccc;
        }
            footer .wrapper li a {
                font-weight: normal;
                color: #ccc;
            }
            footer .wrapper li span {
                font-weight: bold;
            }
        footer .wrapper .disclaimer {
            font-size: 11px;
            color: #999;
        }
            footer .wrapper .disclaimer a {
                text-decoration: underline;
                color: #999;
            }

.vvqbox { display: block; clear: both; }
