@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);

body {
    background: #ffffff url('img/bc-ribbon.png') repeat-x;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.page {
    -webkit-box-shadow: 0px 0px 12px #888888;
    -moz-kit-box-shadow: 0px 0px 12px #888888;
    box-shadow: 0px 0px 12px #888888;
}

#stationbar {
    border-bottom: 1px solid #ffffff;
    background-color: #333;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

/*.post-title,*/
/*h2.archive-page-title,*/
/*a,*/
/*a:focus,*/
/*a:active,*/
/*a:hover,*/
/*#breadcrumb a,*/
/*.item h2 a,*/
/*#featuredshow .widget a,*/
/*#featuredshow .widget a:hover,*/
/*#featuredshow .widget a:focus,*/
/*.entry-meta a,*/
/*.entry-footer a,*/
/*ul ul li.has_children > a:after,*/
/*ul ul ul li.has_children > a:after,*/
/*ul ul ul ul li.has_children > a:after,*/
/*.alertmessage,*/
/*footer a,*/
/*footer a:hover,*/
/*footer a:focus {*/
    /*color: #ee8795;*/
/*}*/

.flair {
    background: none;
}

.widget h1,
#dynamiclead h1,
#topstory h1,
article h1,
footer .widget h1,
#featuredshow .widget h1 {
    background: #ffc8cf;
    color: #222;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

#featuredshow .widget h1 {
    background: rgb(255, 200, 207); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(229, 91, 113)), color-stop(100%, rgb(255, 200, 207))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* IE10+ */
    background: linear-gradient(to right, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55b71', endColorstr='#ffc8cf', GradientType=1); /* IE6-9 */
}

.widget h1 {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.widget h1 span {
    height: auto;
    background: rgb(255, 200, 207); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(229, 91, 113)), color-stop(100%, rgb(255, 200, 207))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* IE10+ */
    background: linear-gradient(to right, rgb(229, 91, 113) 0%, rgb(255, 200, 207) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55b71', endColorstr='#ffc8cf', GradientType=1); /* IE6-9 */
}

#stationbar a {
    color: #ffffff;
}

.pagination .current {
    background-color: #c60815;
    color: #ffffff;
}

.alertmessage {
    border-color: #c60815;
}

#selector li.activeSlide {
    background: transparent url('img/selector-arrow.png') no-repeat top center;
    background-image: -webkit-image-set(url('img/selector-arrow.png') 1x, url('img/selector-arrow@2x.png') 2x);
    background-image: -o-image-set(url('img/selector-arrow.png') 1x, url('img/selector-arrow@2x.png') 2x);
    background-image: -ms-image-set(url('img/selector-arrow.png') 1x, url('img/selector-arrow@2x.png') 2x);
}

#selector li.activeSlide a {
    background-color: #e55b71;
    background-color: rgba(229, 91, 113, 0.8);
    color: #ffffff;
}

.headline a,
.headline a:focus,
.headline a:hover {
    color: #ffffff;
}

#smallcol .itemimg {
    float: none;
}

input#s {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

article.news h1 span, .widget h1 span {
    width: 85%;
}

footer, #masthead {
    background: #ffffff;
    background-image: none;
    color: #666;
}

footer p, footer .widget ul, #featuredshow .widget ul, #featuredshow .widget p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    font-weight: 400;
}

div.flair {
    background: none !important;
}

@media only screen and (max-width: 800px) {
    #selector li.activeSlide {
        background: none;
    }

    #selector li.activeSlide a {
        background-color: #c60815;
        background-color: rgba(198, 8, 21, 0.8);
        color: #ffffff;
    }

    .widget h1,
    #dynamiclead h1,
    article h1,
    footer .widget h1,
    #featuredshow .widget h1 {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        font-size: 16px;
    }

    #smallcol .itemimg {
        float: left;
    }
}

footer a, footer a:hover, footer a:focus {
    color: #e35d73;
}