/**** CALLOUT ON DMCA, TOS & SEARCH ****/

body.custom {
    background: #F0F0F0;
}

body.custom #broadcast_callout {
    width: 640px;
    margin: 30px auto;
    padding: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #FFFFFF;
}

#broadcast_callout {
    position: relative;
}

h1 {
    font-size: 24px;
}

#broadcast_message {
    margin: 20px 0;
    padding: 10px;
    line-height: 1.5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #F0F0F0;
}

#broadcast_message #callout_broadcast_button {
    margin-left: 10px;
    padding: 0 20px;
    float: right;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.6667;
    border: 1px solid transparent;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.pretty_button_red {
    color: #FFFFFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.pretty_button_red {
    border-color: #CA0B0B;
    background-color: #CA0B0B;
    background-image: none;
    background: -moz-linear-gradient(top, #E51717, #B20000);
    background: -webkit-gradient(linear, left top, left bottom, from(#E51717), to(#b20000));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E51717', endColorstr='#b20000');
}

.pretty_button_red:hover {
    text-decoration: none;
    border-color: #960808;
    background-color: #960808;
    background-image: none;
    background: -moz-linear-gradient(top, #FF1A1A, #CC0000);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF1A1A), to(#CC0000));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A1A', endColorstr='#CC0000');
}

    /* Channels List */

#callout_channel_list li {
    float: left;
    margin-right: 20px;
}

.live_bubble {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.7;
}

.screencap_mask {
    display: block;
    position: relative;
    overflow: hidden;
}

.screencap_mask .mask_image {
    position: absolute;
    top: 0;
    left: 0;
}

.screencap_mask .overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 4px 0;
    color: #FFFFFF;
    text-align:center;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}

.mask150x113 { width: 120px; height: 108px; }
.mask150x113 .screencap {
    margin-top: -6px;
    margin-left: -15px;
}

body.custom #callout_arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

body.search #callout_arrow {
    position: absolute;
    right: -10px;
    bottom: -10px;
}

/** Floaty Buttons **/

.admin_nxtchan {
    display: block;
    position: fixed;
    right: 0.7143em;
    padding-top: 0.7143em;
    text-align: right;
    z-index: 5;
}

.floaty_button {
    display: inline-block;
    padding: 0.3575em 0.7143em;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    background: rgba(34,34,34,0.75);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.85);
    cursor: pointer;
    z-index: 2;
}

.floaty_button button {
    display: none;
}

#search_filters {
    border-bottom: 1px solid #CCCCCC;
}

/** Footer **/

#fp_footer {
    width: 680px;
    margin: 30px auto;
}

.opa_pushdown #fp_footer {
    width: 970px;
}

#fp_footer ul {
    float: left;
    padding: 2px 12px;
    border-top: 1px solid #C0C0C0;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: #e3e3e3;
    -moz-box-shadow: 0 1px 0 #FFFFFF;
    -webkit-box-shadow: 0 1px 0 #FFFFFF;
    box-shadow: 0 1px 0 #FFFFFF;
}

#fp_footer li {
    float: left;
    margin: 3px 5px 5px;
}

#copyright {
    float: right;
    padding: 9px;
    color: #666666;
    font-size: 12px;
}

#digitalfuture {
    float: right;
    margin-top: 6px;
}

/* hidden stuff */

body.custom #footer {
    display: none;
}


#producer_spotlight_holder {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px 0;
    width: 727px;
    padding: 20px;
    width: 640px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#producer_spotlight_holder h3 {
    text-align: center;
}

#directory_player_container {
    display: block;
    margin: 0 auto;
}

.list_item_content {
    margin: 0 auto;
    width: 400px;
}

.small {
    display: block;
}
