/* Style sheet for radio page */

h1.title-radio{font-size:30px;font-family:helvetica,arial,sans-serif;color:#0C1436}

h2.radio-sections{font-size:20px;font-family:helvetica,arial,sans-serif;color:#0C1436;padding-bottom:10px;}

p.radio-summary{font-size:17px; font-family:times, georgia,serif;color:#0C1436;text-indent:8px;margin-bottom:5px}

p.marketplace-comm{font-size:13px; font-family:times,georgia,serif;color:#0C1436;text-indent:8px;margin-bottom:5px}

p.interview-date{font-size:115px;font-weight:bold;font-family:helvetica,arial,sans-serif;color:#0C1436;text-indent:0px;padding-top:100px}

p.interview-title{font-size:15px;font-weight:normal;font-style:italic;font-family:times,georgia,serif;color:#0C1436;text-indent:0px;margin-left:10px;margin-top:0px}

p.interview-description{font-size:15px;font-weight:normal;font-family:times,georgia,serif;color:#0C1436;text-indent:0px;margin-left:10px;margin-top:0px}

p.listen-download{font-size:15px;font-family:helvetica,arial,sans-serif;color:#0C1436;margin-top:5px;text-indent:10px}

div#title-radio{
    position:absolute;
    width:900px;
    height:39px;
    top:155px;
    background-color:#FFFFFF;
    padding:0px;
    text-align:center;
}

div#interviews{
    position:absolute;
    width:400px;
    height:176px;
    top:200px;
    left:40px;
    /*background-color:yellow;*/
    padding:0px;
}
div#long-format{
    position:absolute;
    width:400px;
    height:300px;
    top:200px;
    left:460px;
    /*background-color:yellow;*/
    padding:0px;
}
div#marketplace {
    position:absolute;
    width:400px;
    height:300px;
    top:395px;
    left:40px;
    /*background-color:yellow;*/
    padding:0px;
}
div#commentaries {
    position:absolute;
    width:400px;
    height:115px;
    top:520px;
    left:460px;
    /*background-color:yellow;*/
    padding:0px;
}
div#vertical-line{
    position:absolute;
    width:2px;
    height:575px;
    top:200px;
    left:1450px;
    background-color:#868686;
    padding:0px;
}

div#footer-left {
    position:absolute;
    width:585px;
    height:20px;
    left:0px;
    top:700px;
    background-color:#E5ECFF;   
}
div#footer-right {
    position:absolute;
    width:315px;
    height:20px;
    left:585px;
    top:700px;
    background-color:#E5ECFF;   
}
