/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* SCHEDULE                                         */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.schedule-head
{
    background: #444444;
    background: -moz-linear-gradient(top, #221f21, #444444);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#221f21), to(#444444));
}

/* OUTLETS ----------------------------------------- */
.outlets
{
    width: 100%;
    margin-bottom: 10px;
}

.outlet
{
    float: left;
    padding: 10px;
    height: auto;
    font-weight: bold;
    color: white;
    background-color: #3AABE0;
}


.outlet:link,
.outlet:visited,
.outlet:hover,
.outlet:active
{
    color: white;
    background-color: #3AABE0;
    text-decoration: none;
}

.outlet.off:link,
.outlet.off:visited,
.outlet.off:hover,
.outlet.off:active
{
    background-color: transparent;
    text-decoration: none;
    color: #ccc;
}

.outlet.off:hover,
.outlet.off:active
{
    background-color: #3AABE0;
    color: white;
}

/* DATES ----------------------------------------- */
.schedule_date.slot
{
    text-align: center;
    background: #3AABE0;
    padding-bottom: 0;
    height: 62px;
    overflow: visible;
    border-bottom: none;
}

.schedule_date h1
{
    color: white;
    float: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 25px;
}

.schedule_date .nav,
.schedule_date .nav:link,
.schedule_date .nav:visited
{
    background-color: white;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    text-align: center;
    color: #3AABE0;
    display: block;
    padding: 3px;
    font-family: Georgia,Times,'Times New Roman',serif;
    font-size: 30px;
    line-height: .7em;
    margin: 5px 0 10px 0;
}

.schedule_date .nav:hover,
.schedule_date .nav:active
{
    background-color: black;
    color: #ccc;
}

.schedule_date .prev
{
    float: left;
}

.schedule_date .next
{
    float: right;
}

.schedule_date .time_header
{
    float: left;
    text-align: center;
    line-height: 1.2em;
    display: block;
    margin: auto 1px;
    padding: 10px 0 0 0;
    color: #333;
    background-color: #3AABE0;
    position: relative;
    width: 70px;
    height: 52px;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.schedule_date .time_header.on,
.schedule_date .time_header:hover,
.schedule_date .time_header:active
{
    background-color: white;
    color: #696969;
    cursor: pointer;
    background-position: center 50px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.schedule_date .time_header.on:after
{
    content:"";
    border-color: white transparent transparent transparent;
    border-style:solid;
    border-width:8px;
    width:0;
    height:0;
    position:absolute;
    bottom:-14px;
    left:27px;
}

.schedule_date .time_header:hover strong,
.schedule_date .time_header:active strong,
.schedule_date .time_header.on strong
{
    color: black;
    text-decoration: none;
}

.schedule_date .time_header strong
{
   color: #fff;
    font-weight: bold;
    margin: 0;
    display: block;
    font-size: 16px;
}

/* mobile header */
.schedule_date h1
{
    text-align: center;
    line-height: 1.2em;
    color: #c3e8fa;
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 14px;
    margin-top: 8px;
}

.schedule_date h1 strong
{
    font-weight: bold;
    color: white;
    font-size: 20px;
}

/* TIME JUMP MENU ----------------------------------------- */
.slot.jump
{
    background-color: #257094;
    padding: 10px 10px;
    border: none;
}

.slot.jump strong
{
    font-weight: bold;
    color: white
}

.slot.jump a:link,
.slot.jump a:visited
{
    color: #c3e8fa;
    text-decoration: underline;
    margin-left: 15px;
}

.slot.jump a:hover,
.slot.jump a:active
{
    color: white;
}

.jump .search
{
    float: right;
    margin-top: 0;
}

.jump .search input[type="text"]
{
    padding: 2px 4px;
    width: 200px;
    font-size: 11px;
    margin-right: 4px;
}

.jump .search input[type="image"]
{
    width: 22px;
}

/* MARKER ----------------------------------------- */
.marker
{
    display: none;
    background-color: #221F21;
    color: #ccc !important;
    width: 85px;
    position: absolute;
    z-index: 10;
    margin-left: -60px;
    padding: 10px;
    text-align: right;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.marker:after
{
    content:"";
    border-color: transparent transparent transparent #221F21;
    border-style:solid;
    border-width:8px;
    width:0;
    height:0;
    position:absolute;
    bottom:80px;
    left:80px;
}

.marker h1
{
    font: 14px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    color: #fff;
}

.marker strong
{
    color: white;
    font-size: 18px;
}

.marker h5
{
    color: #ccc;
    font-size: 11px;
}

.marker a:link,
.marker a:visited
{
    font: 12px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    text-decoration: underline;
    color: #3AABE0;
}

.marker a:hover,
.marker a:active
{
    color: #c3e8fa;
}


/* TIME SLOTS ----------------------------------------- */
.slot_col.mobile
{
    width: 100%;
}

.slot
{
    clear: left;
    background: #ccc;
    padding: 10px;
    border-bottom: 1px solid white;
    display: block;
}

.slot.overnight
{
   background: #717171;
   border-color: #4d4d4d;
}

.slot.morning,
.slot.afternoon
{
   background: #bebebe;
   border-color: #acacac;
}

.slot.morning .time,
.slot.afternoon .time
{
    color: white;
}

.slot.evening
{
   background: #a09f9f;
   border-color: #898989;
}

.slot .time
{
    width: 12%;
    float: left;
    color: white;
    padding-top: 20px;
    font-size: 11px;
    text-align: right;
    line-height: 1em;
}

.slot .time strong
{
    font-weight: bold;
    font-size: 18px;
}

.slot .listing
{
    background-color: white;
    padding: 10px;
    font-size: 13px;
    width: 82%;
    float: right;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.slot .listing h2
{
    background-color: transparent;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.slot .listing h5 img
{
    margin: 0;
}

.slot .listing p
{
    margin-bottom: 10px;
    font-size: 15px;
}

.slot .listing p.date
{
    line-height: 1.3em;
    font-size: 11px;
}



/* MOBILE EARLIER IN DAY ----------------------------------------- */
#show_early
{
    padding: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* CHANNEL BRANDING                                 */
/* ------------------------------------------------ */
/* ------------------------------------------------ */

/* KMHD COLORS */
#c_kmhd.outlet:hover,
#c_kmhd.outlet:active,
#c_kmhd.outlet.on,
.kmhd .schedule_date .time_header,
.kmhd .schedule_date
{
    background-color: #ffdd00;
    color: #373737;
}

.kmhd .schedule_date .time_header.on,
.kmhd .schedule_date .time_header:hover,
.kmhd .schedule_date .time_header:active
{
    background-color: white;
}

.kmhd .schedule_date .time_header,
.kmhd .schedule_date h1
{
    color: #684c00;
}

.kmhd .schedule_date .nav,
.kmhd .schedule_date .nav:link,
.kmhd .schedule_date .nav:visited
{
    color: black;
}

.kmhd .slot.jump,
.kmhd #show_early
{
    background-color: #a28c00;
}

.kmhd .slot.jump a:link,
.kmhd .slot.jump a:visited
{
    color: #513b01;
}

.kmhd .slot.jump a:hover,
.kmhd .slot.jump a:active,
.kmhd .schedule_date .nav:hover,
.kmhd .schedule_date .nav:active
{
    color: white;
}

.kmhd .schedule_date .time_header strong
{
    color: #373737;
}

/*.kmhd .outlets,*/
/*.kmhd .outlets .ui-datepicker-trigger*/
/*{*/
    /*display: none;*/
/*}*/

/* -------------------------------------------------- */
/* OPBMUSIC COLORS */
.schedule-head.opbmusic
{
    /*margin-top: -20px;*/
    margin-top: 5px;
}
#c_opbmusic.outlet:hover,
#c_opbmusic.outlet:active,
#c_opbmusic.outlet.on,
.opbmusic .schedule_date .time_header,
.opbmusic .schedule_date
{
    background-color: #BEDC1B;
}

.opbmusic .outlets .ui-datepicker-trigger
{
    margin-right: 0;
    margin-top: -25px;
}

.opbmusic .schedule_date .time_header.on,
.opbmusic .schedule_date .time_header:hover,
.opbmusic .schedule_date .time_header:active
{
    background-color: white;
}

.opbmusic .schedule_date .time_header,
.opbmusic .schedule_date .nav,
.opbmusic .schedule_date .nav:link,
.opbmusic .schedule_date .nav:visited,
.opbmusic .schedule_date h1
{
    color: #384106;
}

.opbmusic .slot.jump
{
    background-color: #94ab14;
}

.opbmusic .schedule_date .nav,
.opbmusic .schedule_date .nav:link,
.opbmusic .schedule_date .nav:visited
{
    color: #BEDC1B;
}

.opbmusic .slot.jump a:link,
.opbmusic .slot.jump a:visited
{
    color: #384106;
}

.opbmusic .slot.jump a:hover,
.opbmusic .slot.jump a:active,
.opbmusic .schedule_date .nav:hover,
.opbmusic .schedule_date .nav:active
{
    color: white;
}

/*.opbmusic .outlets,*/
/*.opbmusic .outlets .ui-datepicker-trigger*/
/*{*/
    /*display: none;*/
/*}*/

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* playlist                                         */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.playlist .slot
{
    border: none;
}

.playlist .slot.odd
{
    background-color: #aaa;
}

.playlist .slot .time
{
    padding-top: 15px;
}

.playlist.slot_col .slot
{
    padding: 5px 10px;
}

.playlist.slot_col .slot .listing
{
    line-height: 1em;
    padding: 8px 10px 5px 10px;
}

.playlist .slot .listing h2
{
    font-size: 20px;
    font-size: 16px;
    padding-bottom: 2px;
    padding-top: 0;
}

.playlist .slot .listing h3
{
    font-size: 13px;
    font-weight: 100;
    margin-top: 1px;
}

.playlist .slot .listing p
{
    font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 12px;
    text-align: right;
    margin-bottom: 0;
}

.playlist .slot .listing button
{
    float: right;
}

.playlist .jump
{
    padding: 5px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* DATE PICKER                                      */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.outlets .ui-datepicker-trigger
{
    float: right;
    margin: 8px 10px 0 0;
    cursor: pointer;
}

.ui-widget-header
{
    background: #444444;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#221f21), to(#444444));
    background-image: none;
    border: none;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{
    border: none;
    background-color: transparent;
    cursor: pointer;
    top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover
{
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover
{
    right: 2px;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/static/chrome/ui-icons_cyan.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/static/chrome/ui-icons_cyan.png");
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* MOBILE                                           */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.window_mobile
{
    display: none;
}

@media all and (max-width: 960px) {
    .window_mobile
    {
        display: block;
    }

    .window_full
    {
        display: none;
    }

    .schedule_date.slot
    {
        height: 47px;
        padding: 3px 10px;
    }

    .schedule_date .nav,
    .schedule_date .nav:link,
    .schedule_date .nav:visited
    {
        margin-top: 0;
        margin-bottom: 0;
    }

    .outlet
    {
        font-size: 11px;
        padding: 8px;
    }

    .slot .time
    {
        width: 15%;
    }

    .slot .listing
    {
        width: 70%;
    }

    .outlets .ui-datepicker-trigger
    {
        margin: 2px 8px 0 0;
    }
}
