/* Filer urls already resolved */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
   article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display:block;
}

audio,canvas,video {
    display:inline-block;
    display:inline;
    zoom:1;
}

audio:not([controls]) {
    display:none;
}

[hidden] {
    display:none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
 html {
    font-size:100%;
    overflow-y:scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

body {
    margin:0;
    font-size:12px;
    line-height:18px;
    background:#dfdfe0;
}

body,button,input,select,textarea {
    font-family:Arial, Helvetica, sans-serif;
    color:#767676;
}

:focus {
    outline:none;
}

/* ====== media ====== */
.media { margin: 0; }
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
 ::-moz-selection {
    background:#dfdfe0;
    color:#fff;
    text-shadow:none;
}

::selection {
    background:#dfdfe0;
    color:#fff;
    text-shadow:none;
}

/* =============================================================================
   Links
   ========================================================================== */
   a {
    color:#185b64;
    text-decoration:none;
    font-weight:700;
}

a:visited {
    color:#185b64;
}

a:hover {
    color:#06e;
}

a:focus {
    outline:thin dotted;
}

#content article .read-more a {
    text-decoration:none;
    font-size:10px;
}

nav.top a {
    color:#fff;
    font-weight:700;
    font-size:12px;
    text-transform:uppercase;
}

a.taxonomy {
    font-style:italic;
    display:block;
    margin:0 0 5px;
    font-weight:400;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,a:active {
    outline:0;
}

/* =============================================================================
   Typography
   ========================================================================== */
   abbr[title] {
    border-bottom:1px dotted;
}

b,strong {
    font-weight:700;
}

blockquote {
    margin:1em 40px;
}

dfn {
    font-style:italic;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

ins {
    background:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background:#ff0;
    color:#000;
    font-style:italic;
    font-weight:700;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,code,kbd,samp {
    font-family:monospace, monospace;
    _font-family:'courier new', monospace;
    font-size:1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word;
}

q {
    quotes:none;
}

q:before,q:after {
    content:"";
    content:none;
}

small {
    font-size:85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}

sup {
    top:-.5em;
}

sub {
    bottom:-.25em;
}

h1,h2,h3,h4,h5,h6,#nav,.aside-title {
    font-family:EauSansBook, Helvetica, Arial, sans-serif;
}

h4.title {
    font-size:20px;
    margin:0;
    padding:0;
    line-height:20px;
}

section.schedule h4 a {
    font-size:20px;
    font-weight:400;
}

/* =============================================================================
   Lists
   ========================================================================== */
   ul,ol {
    margin:1em 0;
    padding:0 0 0 40px;
}

dd {
    margin:0 0 0 40px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
 img {
    border:0;
    -ms-interpolation-mode:bicubic;
    vertical-align:middle;
}

/*
 * Correct overflow not hidden in IE9
 */
 svg:not(:root) {
    overflow:hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
   figure {
    margin:0;
}

/* =============================================================================
   Forms
   ========================================================================== */
   form {
    margin:0;
}

fieldset {
    border:0;
    margin:0;
    padding:0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor:pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
 legend {
    border:0;
    margin-left:-7px;
    padding:0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
 button,input,select,textarea {
    font-size:100%;
    margin:0;
    vertical-align:baseline;
    vertical-align:middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
 button,input {
    line-height:normal;
    overflow:visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
 table button,table input {
    overflow:auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
 button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor:pointer;
    -webkit-appearance:button;
}

/*
 * Consistent box sizing and appearance
 */
 input[type="checkbox"],input[type="radio"] {
    box-sizing:border-box;
}

input[type="search"] {
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
 button::-moz-focus-inner,input::-moz-focus-inner {
    border:0;
    padding:0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
 textarea {
    overflow:auto;
    vertical-align:top;
    resize:vertical;
}

/* Colors for form validity */
input:valid,textarea:valid {
}

input:invalid,textarea:invalid {
    background-color:#f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
   table {
    border-collapse:collapse;
    border-spacing:0;
}

td {
    vertical-align:top;
}

/* ==|== primary styles =====================================================
   Author: Jen Huls
   ========================================================================== */
   #container {
    width:974px;
    padding:0;
    margin:0 auto;
}

header {
    height:164px;
    /*background:rgb(255,255,255);*/
    background-color:rgba(255,255,255,0.2);
    margin:0 0 7px;
    padding:7px;
    position: relative;
}

.oldie header {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}

header .branding {
    width:auto;
    height:119px;
    background:#fff;
    margin:0 0 7px;
}

    #header-logos {
        position: absolute;
        top: 50px;
        right: 20px;
        list-style-type: none;
    }

        #header-logos li {
            display: inline;
            margin-left: 30px;
        }

nav.nav-menu {
    background:#222;
    padding:0 0 0 10px;
}

#main {
    margin:5px 0 0;
}

#content {
width:640px;
float:left;
}

#content article {
    padding: 20px 9px;
    margin:0 0 7px;
    background:#fff;
    /*width:626px;*/
}

    #content article.error-page-content {
        padding: 30px 20px 65px 20px;
        width: 596px;
        color: #222222;
    }

        #content article h1.error-title{
            font-size: 29px;
            border-bottom: 1px dotted #cacaca;
            padding-bottom: 14px;
            margin: 0 0 12px 0;
        }

        #content article.error-page-content .headline{
            font-size: 14px;
        }

        #content article.error-page-content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

.sub-page #content article {
    padding:10px 22px 22px;
    margin:0 0 5px;
    background:#fff;
    width:602px;
}

.sub-page #content article hr {
    color:#fff;
    background-color:#fff;
    border:1px dotted #cacaca;
    border-style:none none dotted;
    margin-top:35px;
}

#content article .read-more {
    margin:20px 0 0;
    padding:10px 0 0;
    border-top:1px solid #e9e9ea;
    display:block;
    text-align:right;
    text-transform:uppercase;
}

#content article.dl {
height:360px;
padding:0;
border:none;
background:#000;
position:relative;
}

#content article.dl img {
    position:relative;
    z-index:1;
}

#content article.dl .caption {
    position:absolute;
    z-index:2;
    background:rgba(0,0,0,0.5);
    padding:20px;
    height:60px;
    width:606px;
    top:200px;
}

#content article.dl .caption h1 {
    color:#fff;
    font-size:20px;
    font-weight:400;
    margin:0;
    padding:0;
}

#content article.dl .caption p {
    margin:0;
    padding:4px 0 0;
    font-size:14px;
}

aside section {
    padding: 20px;
    margin:0 0 5px;
    background:#fff;
}

aside section.rightrail-ad {
    padding: 10px 9px;
}

aside section h4 {
    margin:0;
    padding:0;
}

section .aside-title {
    color:#464646;
    font-size:20px;
}

aside section.social {
    padding-top: 15px;
}

article #calendarContainer1,.view-container-border {
    background-color:#fff!important;
}

/* =============================================================================
   Sub Pages
   ========================================================================== */
   .subpage-title {
    background:transparent url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/subpage-title-bkg.png') /* logicalurl('/media/station/images/subpage-title-bkg.png') */ top left repeat;
    height:47px;
    width:602px;
    padding:22px;
    margin:0 0 5px;
}

.subpage-title h1 {
    color:#fff;
    font-weight:700;
    font-size:26px;
    margin:25px 0 0;
}

.subpage-graphicheader {
    padding:10px 22px;
    margin-bottom:5px;
    color:#fff;
}

.subpage-graphicheader h2 {
    margin:0;
    padding:0;
    font-size:22px;
    line-height:22px;
}

aside section.schedule {
    background:#fff url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/dark-arrow-rightrail.png') /* logicalurl('/media/station/images/dark-arrow-rightrail.png') */ center right no-repeat;
}

aside section.newsletter form {
    margin:15px 0;
}

aside section.newsletter .form-newsletter div.confirmation-message{
    margin-top:10px;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
}

aside section.newsletter .form-newsletter div.error-message{
    margin-top:10px;
    font-weight: bold;
    font-size: 13px;
    color: red;
}

aside section.newsletter .form-newsletter input.error{
    color: red;
}

#pbs_tvschedules_modules-whatson-module_fab a:visited, #pbs_tvschedules_modules-whatson-module_fab a:hover {
    color: #444444 !important;
}

section.media-feed div.feed{
    margin:15px 0 0 0;
}

section.media-feed div.read-more{
    border-bottom: 1px solid #E9E9EA;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

section.media-feed div.last{
    border: 0;
    padding: 0;
}

section.media-feed div.description{
    border-bottom: 1px solid #E9E9EA;
    margin-bottom:10px;
    padding-bottom:10px;
}

section.media-feed div.read-more a{
    font-weight:normal !important;
}


aside {
    width:318px;
    float:right;
}

aside span.desc {
    margin:0 12px; display:block;
}

aside .text-plugin { background: #fff; padding: 13px; margin-bottom: 10px; }
aside .text-plugin p { margin: 0 0 1em; width: 100%; }

/* =============================================================================
   Footer
   ========================================================================== */
   footer {
    width:944px;
    height:28px;
    background:#222;
    padding:10px 15px;
}

footer ul {
    margin:0;
    padding:0;
    list-style:none;
    font-size:11px;
}

footer ul li {
    margin:0;
    padding:0 10px 0 0;
    list-style:none;
    display:inline;
}

footer ul li a {
    font-weight:700;
    text-decoration:none;
}

footer ul li:last-child {
    padding:0;
}

footer p {
    font-size:10px;
    margin:0;
    padding:0;
    color:#cbcbcb;
}

/* =============================================================================
   Universal Header
   ========================================================================== */
   form#search {
    margin:-31px 0 0 0;
    padding:0;
    position:relative;
    top:31px;
    right:0;
    width:305px;
    height:31px;
    float:right;
    background:#fff;
}

form#search input {
    width:269px;
    height:36px;
    padding:0 5px 0 38px;
    border:none;
    background:url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/search-icon.png') /* logicalurl('/media/station/images/search-icon.png') */ no-repeat left center;
    font-weight:700;
}

a.call-letter-logo img {
    position:relative;
    bottom:20px;
    left:20px;
    border:none;
}

img.mini-logos {
    margin:25px 0 0;
}


/* =============================================================================
   Blog River
   ========================================================================== */

#content .row {
    padding:15px 20px;
    margin:0 0 7px;
    background:#fff;
    /*width:626px;*/
}

    #content .row img {
        float:left;
        /*margin-left:15px;*/
        margin-right:15px;
    }

    .module-title {
        font-size:20px;
        margin:0;
        padding:0;
        line-height:20px;
    }

        section#content .module-title a:link, section#content .module-title a:visited {
            color:#535353;
        }

        section#content .module-title a:hover {
            color:#d0cecd;
        }

        #content .row .read-more {
            border-top:none;
            display: block;
            text-align: right;
            text-transform: uppercase;
            margin:15px 0 0 0; padding:0;

        }


/* =============================================================================
   Blog Pagination
   ========================================================================== */

.pagination {
    /*padding-left: 20px !important;*/
}
#content .pagination img {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

span.meta-data {
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
}

    span.meta-data a {
        font-style: italic;
        font-weight: normal;
    }

.current-page {
    color: #767676;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0 !important;
    padding: 0 !important;
}

.pagination > ul { margin-left: 10px !important; }

    .pagination ul li {
        float: left;
        border: 0 !important;
        font-size: 20px;
        height: 24px;
        line-height: 24px;
        font-family: 'EauSansBold' Arial, sans-serif;
        margin-left: 15px;
    }


        .pagination ul .first, .pagination ul .previous, .pagination ul .next, .pagination ul .last {
            padding: 0;
            margin: 0;
        }


            .pagination .next {
                margin-left: 15px !important;
            }

        .pagination .pages-listing {
            /*width: 471px;*/
            margin-right: 15px;
        }

        .pagination .pages-listing li {
            font-size: 20px;
            height: 24px;
            line-height: 24px;
            font-family: 'EauSansBold' Arial, sans-serif;
            margin-left: 15px;
        }
        .pagination ul li.first div.first{
            background:transparent url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/arrow-pag-first.png') /* logicalurl('/media/station/images/arrow-pag-first.png') */ center left no-repeat;
            width:18px;
            height: 24px;
        }
        .pagination ul li.first div.first-inactive{
            background:transparent url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/arrow-pag-first-inactive.png') /* logicalurl('/media/station/images/arrow-pag-first-inactive.png') */ center right no-repeat;
            width:18px;
            height: 24px;
        }

        .pagination .previous div.left{
            background:transparent url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/arrow-pag-left.png') /* logicalurl('/media/station/images/arrow-pag-left.png') */ center left no-repeat;
            width:13px;
            height: 24px;
        }
        .pagination .next div.right{
            background:transparent url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/arrow-pag-right.png') /* logicalurl('/media/station/images/arrow-pag-right.png') */ center right no-repeat;
            width:13px;
            height: 24px;
        }

        .pagination ul li.last div.last{
            background:transparent url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/arrow-pag-last.png') /* logicalurl('/media/station/images/arrow-pag-last.png') */ center left no-repeat;
            width:18px;
            height: 24px;
        }
        .pagination ul li.last div.last-inactive{
            background:transparent url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/arrow-pag-last-inactive.png') /* logicalurl('/media/station/images/arrow-pag-last-inactive.png') */ center left no-repeat;
            width:18px;
            height: 24px;
        }

            .selected-page:link, .selected-page:visited { color: #767676 !important; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
   /* For image replacement */
   .ir {
    display:block;
    border:0;
    text-indent:-999em;
    overflow:hidden;
    background-color:transparent;
    background-repeat:no-repeat;
    text-align:left;
    direction:ltr;
}

.ir br {
    display:none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display:none!important;
    visibility:hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border:0;
    clip:rect(0000);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility:hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    zoom:1;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
   @media only screen and min-width 480px{
    /* Style adjustments for viewports 480px and over go here */

}

@media only screen and min-width 768px{
    /* Style adjustments for viewports 768px and over go here */

}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
   @media print{
    * {
        background:transparent!important;
        color:#000!important;
        text-shadow:none!important;
        filter:none!important;
        -ms-filter:none!important;
    }

    /* Black prints faster: h5bp.com/s */
    a,a:visited {
        text-decoration:underline;
    }

    a[href]:after {
        content:" (" attr(href) ")";
    }

    abbr[title]:after {
        content:" (" attr(title) ")";
    }

    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content:"";
    }

    /* Don't show links for images, or javascript/internal links */
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }

    thead {
        display:table-header-group;
    }

    /* h5bp.com/t */
    tr,img {
        page-break-inside:avoid;
    }

    img {
        max-width:100%!important;
    }

    @page {
        margin:.5cm;
    }

    p,h2,h3 {
        orphans:3;
        widows:3;
    }

    h2,h3 {
        page-break-after:avoid;
    }
}

/*SEARCH RESULTS STYLING */

div.search-results div.search-title{
    color: #4E4E4E;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

div.search-results .search-form{
    width:600px;
    padding-top:30px;
    padding-left:10px;
    padding-bottom:40px;
}

div.search-results .search-form div.search-text{
    float:left;
    padding-right: 10px;
    font-weight: bold;
}
div.search-results .search-form form#search-form input.search{
    width:250px;
}
div.search-results .search-form form#search-form input.search-button{
    background: #979796;
    height: 21px;color: white;
    font-weight: bold;
    padding: 2px;
    margin-left: 2px;
}

div.search-results article.search-form div.search-form-text{
    float:left;
    margin-right: 10px;
}

div.search-results article.search-form div.search-additional{
    float:left;
}

div.search-results div.station-navigation{
    margin-top:20px;
}
div.search-results div.station-navigation ul{
    list-style: none;
    padding-left:0px;
}
div.search-results div.no-results-suggestions{
    border-bottom: 1px solid #E9E9EA;
}
div.search-results div.no-results-suggestions ul{
    padding-left:20px;
}

div.search-main{
    background-color: white;
}

div.search-main article.search-item {
    margin: 0 !important;
    padding: 10px 10px 10px 10px !important;
}

div.search-main img.search-item-thumb{
    float: left;
    width: 142px;
    margin-right: 15px;
}

div.search-main div.search-item-thumb{
    float: left;
}

div.search-main p.search-item-description{
    max-height: 32px;
    overflow: hidden;
    margin:0px;
    color:#767676;
    font-family: Arial;
    line-height: 16px;
}

div.search-main p.search-item-url{
    height: 1.3em;
    line-height: 1.2em;
    overflow: hidden;
    clear: both;
}

div.search-main a.search-item-url {
    color: #959596;
    font-size: 11px;
    line-height: 16px;
    height: 1.3em;
    overflow: hidden;
    display: block;
    white-space: normal;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

div.search-main a.search-item-title{
    font-size: 13px;
    line-height: 16px;
    color: #959596;
    font-style: normal;
    font-weight: bold;
}

div.search-main a.search-taxonomy{
    display: block;
    font-family: arial;
    font-size: 12 !important;
    color:#959596;
    font-style: italic;
    font-weight: normal;
}

div.search-main div.search-item-content{
    height:80px;
}

div.search-main div.search-item-container{
    margin-right: 20px;
    margin-left: 20px;
    border-bottom: 1px dotted #B3B3B3;
    padding-bottom: 10px;
}



div.search-main div.search-details{
    padding: 10px 0px 10px 0px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px dotted #B3B3B3;
}

/* BOTTOM PAGINATION */
/*------------------------------------------------------------------------------------------------------------------*/

div.search-main div.search-sort{
    color: #959596 !important;
    float: right;
    font-size: 12px;
    width: auto;
    padding: 0px;
    margin: 0;
}

div.search-main div.search-sort .sort-by{
    font-style: italic;
    font-weight: normal;
    color: #959596 !important;
}

div.search-main div.search-sort .sort-by-active{
    color: #959596;
    font-weight: bold;
}

div.search-main div.search-pagination {
    border-color: #959596;
    border-style: solid;
    border-width: 5px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

div.search-main div.search-pagination .last{
    border-right: none;
}

div.search-main .search-pagination-page {
    color:#959596;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border-right-style: dotted;
    border-right-width: 1px;
}

div.search-main .search-pagination-current {
    color:black;
    font-weight: bold;
}

div.search-main .search-pagination-lastpage {
    border-right-style: none !important;
    border-right-width: 0px !important;
}

div.search-main div.search-item-title-wrap {
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div .aside-title {
    color: #464646;
    font-size: 20px;
}

.social ul, .partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social ul li, .partners ul li {
    list-style: none;
    float: left;
    display: block;
    padding-right: 8px;
}

/* PROGRAMS A-Z */
/*------------------------------------------------------------------------------------------------------------------*/
#programaz h1 {
    font-size: 20px !important;
    line-height: 20px !important;
    font-family: EauSansBook, Helvetica, Arial, sans-serif !important;
}

#programaz .programlist ul li {
    margin-bottom: 25px !important;
}

#programaz .tabrule {
    margin-bottom: 25px !important;
    width: 100% !important;
}

#programaz .alphabetnav {
    width: 609px !important;
    padding-left: 11px !important;
}

#programaz .alphabetnav a { padding: 2px 7px 2px 7px !important; }


/*DFP Ads*/
/*------------------------------------------------------------------------------------------------------------------*/
/*TODO: test and update themes.*/
div.pbs-ad-caption{
    font-size:12px;
    position:relative;
    top:3px;
    height: 10px;
}

div.pbs-ad-caption a.ads_learn_more{
    text-align: right;
    line-height: 12px;
    float: right;
    font-weight: normal;
    color: black;
}

/*BUG4810*/
/*------------------------------------------------------------------------------------------------------------------*/
.player-large .partner-player {
    display: block;
    margin: 0 auto;
    width: 512px;
}
.player-large .title {
    text-align: center;
}

/*LUN-256*/
/*------------------------------------------------------------------------------------------------------------------*/
.player-large .information .description {
    text-align: center;
}
/*New arrows for the carousel*/
/*------------------------------------------------------------------------------------------------------------------*/
.theme-default .nivo-directionNav a {
    background: url('') /* logicalurl('/media/station/images/carousel-nav-arrows.png') */ no-repeat;
}

.theme-default a.nivo-nextNav { background-position: -44px -2px; }
.theme-default a.nivo-nextNav:hover { background-position: -128px -2px; }
.theme-default a.nivo-nextNav:active { background-position: -212px -2px; }

.theme-default a.nivo-prevNav { background-position: -2px -2px; }
.theme-default a.nivo-prevNav:hover { background-position: -86px -2px; }
.theme-default a.nivo-prevNav:active { background-position: -170px -2px; }

/*------------------------------------------------------------------------------------------------------------------*/
#disqus_thread { background: #fff; padding: 15px; margin-bottom: 10px; }


/*FB Activity*/
/*------------------------------------------------------------------------------------------------------------------*/
.fb-activity { background: #fff; margin-bottom: 10px; }

/* Feature Bucket List 01 */
/*------------------------------------------------------------------------------------------------------------------*/
.bucket-list-01 { padding: 20px 55px; width: 510px; }
.bucket-list-01 a { text-decoration: none; }
.bucket-list-01 .jcarousel-clip { width: 511px; overflow: hidden; }
.bucket-list-01 .items { margin: 0; padding: 0; list-style: none; width: 10000px; }
.bucket-list-01 .items .item { float: left; width: 157px; margin-right: 20px; }
.bucket-list-01 .items .item .image img { display: block; width: 157px; height: 88px; background: #ccc; }
.bucket-list-01 .items .item .title { font: bold 16px EauSansBook, Helvetica, Arial, sans-serif; color: #464646; height: 57px; overflow: hidden; margin: 10px 0 7px; } 
.bucket-list-01 .items .item .title a { color: #464646; display: block; }
.bucket-list-01 .items .item .title a:hover { color: #d0cecd; }
.bucket-list-01 .items .item .body { font: normal 12px/18px Arial; color: #767676; height: 54px; overflow: hidden; margin-bottom: 10px; }
.bucket-list-01 .items .item .more { font: bold 10px/13px Arial; height: 13px; overflow: hidden; text-align: right; text-transform: uppercase; border-top: 1px solid #ccc; padding: 10px 20px 0 0; }
.bucket-list-01 .items .item .more a { color: green; }

.autumn .bucket-list-01 .items .item .more a { color: #762f08; }
.autumn .bucket-list-01 .items .item .more a:hover { color: #ce6717; }
.dusk .bucket-list-01 .items .item .more a { color: #40324c; }
.dusk .bucket-list-01 .items .item .more a:hover { color: #705984; }
.bronze .bucket-list-01 .items .item .more a { color: #5b4208; }
.bronze .bucket-list-01 .items .item .more a:hover { color: #ae8014; }
.magenta .bucket-list-01 .items .item .more a { color: #5d163e; }
.magenta .bucket-list-01 .items .item .more a:hover { color: #9d2669; }
.marine .bucket-list-01 .items .item .more a { color: #185b65; }
.marine .bucket-list-01 .items .item .more a:hover { color: #2690a0; }
.moss .bucket-list-01 .items .item .more a { color: #476016; }
.moss .bucket-list-01 .items .item .more a:hover { color: #769f24; }

.bucket-list-01 .jcarousel-prev, .bucket-list-01 .jcarousel-next { 
    position: absolute; 
    width: 20px; 
    height: 20px; 
    background: url('http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/media/station/images/arrowSprite.png') /* logicalurl('/media/station/images/arrowSprite.png') */ no-repeat;
    cursor: pointer; 
    top: 120px; 
}
.bucket-list-01 .jcarousel-prev { left: -40px; background-position: -33px -5px; }
.bucket-list-01 .jcarousel-prev:hover { background-position: -33px -28px; }
.bucket-list-01 .jcarousel-prev:active { background-position: -33px -51px; }
.bucket-list-01 .jcarousel-next { right: -40px; background-position: -5px -5px; }
.bucket-list-01 .jcarousel-next:hover { background-position: -5px -28px; }
.bucket-list-01 .jcarousel-next:active { background-position: -5px -51px; }
