/*STYLE FOR MOBILE SITE*/

body {
    background: #999;
    font-family: Verdana, Tahoma, sans-serif;
    margin: 0;
}

small {
    color: #ddd;
    font-size: 12px;
}
#container {
    padding: 0 10px;
    /*min-width: 303px;
    max-width: 480px;*/
    /*margin: 0 auto;*/
}

    #header img {
        /*background: transparent url('images/logo_banner.png') no-repeat top center;*/
        /*text-indent: -9999px;*/
        max-width: 100%;
        border: none;
    }


#navigation {
    
}

    #navigation ul {
        padding: 0;
        text-align: center;
        margin: 5px auto;
    }

        #navigation li {
            list-style: none;
            display: inline;
            font-size: 11px;
            padding: 0 5px;
            border-right: 1px solid #333;
            
        }

            #navigation li.last {
                border: none;
            }

            #navigation li a,
            #naviagtion li a:visited {
                text-decoration: none;
                color: #333;
            }

            #navigation li a:hover,
            #naviagtion li a:active {
            color: #ffed40;
            }
    
    
#on_air,
#schedule {
    background: #888 url('images/dark_gray_bg.jpg');
    border: 3px solid #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    width: auto;
    min-height: 145px;
}

    #on_air h2,
    #schedule h2 {
        color: white;
        text-transform: uppercase;
        font-weight: normal;
        margin: 0 0 8px 0;
        font-size: 26px;
        text-align: center;
    }

    #on_air img {
        height: 100px;
        width: 100px;
        border: 2px solid #fff;
        margin-right: 10px;
        float: left;
    }
    
    #on_air h3,
    #schedule th {
        color: #fff549;
        font-weight: normal;
        font-style: italic;
        font-size: 20px;
        margin: 0;
    }
    
        p.on_air_blurb {
            color: #fff;
            font-size: 12px;
            margin-top: 5px;
        }
    

/*SCHEDULE*/
#schedule table {
    margin: 0 auto;
}

    #schedule th {
        text-align: right;
        padding-right: 10px;
    }
    
        #schedule td {
            color: #fff;
        }

#schedule p {
    text-align: center;
    color: #005a57;
    font-size: 14px;
    line-height: 1.6em;
}

    #schedule p a,
    #schedule p a:visited {
        color: #ddd;
    }
    
    #schedule p a:hover,
    #schedule p a:active {
        color: #fff549;
    }
    
#schedule h3 {
    color: #fff;
        font-weight: normal;
        font-size: 20px;
        text-align: center;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 5px 0 8px 0;
}

/*REQUESTS*/

input.request {
    clear: both;
}
    
#adsense {
    width: 320px;
    height: 50px;
    background-color: #fff;
    margin: 10px auto;
    margin-left: auto;
    margin-right: auto;
}

#full_site p {
    text-align: center;
}

    #full_site a,
    #full_site a:visited {
        font-style: italic;
        color: #007383;
    }
    
    #full_site a:hover,
    #full_site a:active {
        font-style: italic;
        color: #ffed40;
    }