body, html {
    margin: 0;
    padding: 0;
    background: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;    
}

header {
   position: static;
   top:0;
   z-index: 10;
   background: #333;
   width: 100%;   
   padding-top: 10px;
}
.menu_icon {
    width: 22px;
    float: left;
}
#headpic {
    display: block;
    position: relative;
    height: 250px;
    width: 100%;
    background-image: url('../images/fundo-base.jpg');
    background-size: 100% 250px;
    background-repeat: no-repeat;
}
#shows {
    display: block;
    position: absolute;
    top: 10px;
    right: 40px;
    width: 500px;
    height: 210px;
    border-top-left-radius: 8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    overflow: hidden;
    
}
#sfill {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
        background: #fff;
        opacity: 0.4;
    border-top-left-radius: 8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 3px;
    z-index: 0;        
}
#spot {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;    
}
.img_top {
    float: left;
    margin: 10px;
    z-index: 10;
}
.img_top img {
    width: 48px;
    height: 48px;
}

.top_image {
    width: 100%;
    text-align: center;
    background: #8B8B8B;
}

#search_area {
    display: block;
    padding: 6px;
    background: #444;
    border-radius: 12px;
    height: 24px;
}
#search {
    background: #222;
    color: #fff;
    font-family: inherit;
    border:none;
    padding: 3px;
    border-radius: 2px;
}
#breadcrumbs {
    padding: 10px;
    color: #fff;
    font-variant: small-caps;
}
#breadcrumbs a {
    color: #fff;
    text-decoration: none;
    font-variant: small-caps;
}
#error {
    display: none;
    position: relative;
    width:100%;
    background: #FF8080;
    font-weight: bold;
    padding: 20px; 
}
#success {
    display: none;
    position: relative;
    width:100%;
    background: #80FF80;
    font-weight: bold;
    padding: 20px;
}
.navegador {
    text-align: center;
}
.navButtonOff, .navButtonSel, .navButton {
    font-size: 15px;
    border: 1px solid #222;
    padding: 3px;
    margin-left: 5px;
}
.navButtonOff {
    color: #777;
    background: #aaa;
}
.navButtonSel {
    color: #23dbdb;
    font-weight: bold;
    background: #fff;
}
.navButton {
     background: #333;  
}
.navButton a{
   color: #fff;
   text-decoration: none; 
}
.line, .next_on_play {
    display: block;
    width: 95%;
    position: relative;
    margin: 10px auto;
    background: #555;
}
.line_rub, .nx_top {
    padding: 5px 15px;
    color: #555;
    background: #fff;
}
.nx_inner {
    padding: 10px;
}
.nx_inner a {
    color: #fff;
    text-decoration: none;
    font-variant: small-caps;
}
.c_date {
    color: #BB4A00;
    font-weight: bold;
    float: left;
    width: 140px;
}
.inner_info {
    padding: 10px;
}
.c_emissora {
    float: right;
}
.rub_icon {
    float: left;
}
.inner_info_2 {
    margin-left: 55px;
    margin-right: 55px;
}
.c_title {
    font-variant: small-caps;
    color: #fff;
    font-weight: bold;
}
.c_descr {
    font-style: italic;
    color: #fff;
    padding: 3px;
}
.c_size {
    color: #FF9853;
    font-weight: bold;
    margin: 0 15px 0 0;
}
.c_tempo {
    color: #23dbdb;
    margin: 0 15px 0 0; 
}
.c_qualidade {
    color: #fff;
    font-style: italic;
}
.c_fundo, audio {
    background: #333;
    color: #fff;
}
.ico {
    margin: 0 15px;
    font-size: 17px;
}
.fb-share {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}
#info_button {
    cursor: pointer;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
}
#info_link a {
    text-decoration: none;
    color: #fff;
}
#info_content {
    padding: 10px;
    margin: 10px;
    display: none;
    background: #aaa;
}
.fb-like-box {
    width: 95%;
    margin: 10px auto;
}
.red {
    color: #F10101;
}
.green {
    color: #4BB300;
}
.likes {
    margin-left: 20px;
}
.h_space {
    margin-left: 10px;
}
@media all and (max-width: 700px) {
    #headpic {
        height: 100px;
        background-size: 100% 100px;
        background-repeat: no-repeat;
    }    
    #shows {
        height: 60px;
        width: 300px;
    }
    a.logo img {
        height: 30px;
    }
    header {
       padding-top: 1px;
    }  
    .img_top {
        margin: 5px;
    }  
    .img_top img {
        width: 24px;
        height: 24px;
    }
    .top_image img {
        width: 50%;
        height: 50%;
    }
    #clip_9,#clip_10,#clip_11,#clip_12,#clip_13 { display:none;}
}