/* Style sheet for interview archive page */

h1.interview{font-size:25px;font-family:helvetica,arial,sans-serif}

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

p.interview-title{font-size:17px;font-weight:normal;font-style:italic;font-family:times,georgia,serif;color:#0c1436;text-indent:0px;margin-left:15px;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}

#container.interview-archive {
	height:	2025px;
}

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

div#column-01{
    position:absolute;
    width:400px;
    height:1800px;
    top:200px;
    left:40px;
    /*background-color:yellow;*/
    padding:0px;
}
div#vertical-line{
   position:absolute;
    width:2px;
    height:1800px;
    top:200px;
    left:450px;
    background-color:#868686;
    padding:0px
}
div#column-02{
    position:absolute;
    width:400px;
    height:1800px;
    top:200px;
    left:460px;
    /*background-color:yellow;*/
    padding:0px;
}
div#footer-left {
    position:absolute;
    width:585px;
    height:20px;
    left:0px;
    top:2015px;
    background-color:#e5ecff;   
}
div#footer-right {
    position:absolute;
    width:315px;
    height:20px;
    left:585px;
    top:2015px;
    background-color:#e5ecff;   
}

