/* Home CSS Document */

#features{
  width: 920px;
  height: 400px;
  background: url(../images/css/bg_features.jpg) no-repeat left bottom;
}

#recent_programs h2,
#tv h2,
#spotlight h2{
  height: 25px;
  padding: 15px 0px;
  text-indent: -9999px;
  width: 180px;
  font: 25px Arial Narrow, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

#recent_programs,
#tv,
#spotlight{
  width: 180px;
  height: 290px;
  padding: 0px 15px 0px;
  float: left;
  font: 12px Georgia, "Times New Roman", Times, serif;
}

#recent_programs{background: url(../images/css/bg_recent_program.jpg) no-repeat;}

#tv{background: url(../images/css/bg_tv.jpg) no-repeat;}

#spotlight{background: url(../images/css/bg_spotlight.jpg) no-repeat;}

#recent_programs .image,
#tv .image,
#spotlight .image{
  width: 180px;
  height: 100px;
  float: left;
  background: white;
  margin: 0px 0px 7px;
}

#recent_programs .name,
#tv .name,
#spotlight .name{
  font-size: 17px;
  color: #3E3E3E;
  width: 180px;
  float: left;
  margin: 0px 0px 3px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; 
}

#recent_programs .details,
#tv .details,
#spotlight .details{
  width: 115px;
  float: left;
}

#recent_programs .date,
#tv .date,
#spotlight .date{
  font-size: 13px;
  color: #A5A4A0;
  margin: 0px 0px 3px;
}

#recent_programs .speaker,
#tv .speaker,
#spotlight .speaker{
  font-size: 12px;
  color: #F14E39;
}

#recent_programs .icon,
#tv .icon,
#spotlight .icon{
  width: 65px;
  height: 65px;
  float: left;
}

#recent_programs .links,
#tv .links,
#spotlight .links{
  float:left;
  width: 185px;
  height: 40px;
}

#recent_programs .links ul,
#tv .links ul,
#spotlight .links ul{
  padding: 0px;
  margin: 0px;
}

#recent_programs .links ul li,
#tv .links ul li,
#spotlight .links ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline;
  height: 16px;
}

#recent_programs .links ul li a,
#tv .links ul li a,
#spotlight .links ul li a{
  color: white;
  padding: 12px 12px 13px 0px;
  height: 15px;
  float: left;
}

#sections{
  width: 290px;
  height: 235px;
  float: left;
}

#sections #tabs{
  width: 290px;
  height: 55px;
}

#sections #tabs ul{
  padding: 0px;
  margin: 0px;
}

#sections #tabs ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 145px;
  height: 55px;
  float: left;
}

#sections #tabs h2{
  font: 25px Arial Narrow, Arial, Helvetica, sans-serif;
  height: 25px;
  padding: 15px 0px;
  text-indent: -9999px;
  cursor: pointer;
  cursor: hand;
}

#sections #tabs ul li #t1{
  background: url(../images/css/bg_coming_events_h2.jpg) no-repeat 0px 0px;
}

#sections #tabs ul li #t1.active{
  background-position: 0px 0px;
}

#sections #tabs ul li #t1.inactive{
  background-position: 0px -55px;
}

#sections #tabs ul li #t2{
  background: url(../images/css/bg_visiting_h2.jpg) no-repeat 0px 0px;
}

#sections #tabs ul li #t2.active{
  background-position: 0px -55px;
}

#sections #tabs ul li #t2.inactive{
  background-position: 0px 0px;
}

#coming_events{
  background: url(../images/css/bg_coming_events.jpg) no-repeat;
  width: 290px;
  height: 235px;
  padding: 5px 0px;
  float: left;
}

#visiting{
  background: url(../images/css/bg_visiting.jpg) no-repeat;
  width: 290px;
  height: 235px;
  padding: 5px 0px;
  float: left;
}

#coming_events .scroll{
  height: 185px;
  overflow: auto;
  width: 290px;
  margin: 0px 0px 5px;
}

#visiting .scroll{
  height: 175px;
  overflow: auto;
  width: 275px;
  padding: 5px 5px 5px 10px;
  margin: 0px 0px 5px;
}

#coming_events .section{
  width: 270px;
  float: left;
  background: url(../images/css/bg_section.gif) repeat-x;
  margin: 0px;
}

#coming_events .section .date{
  width: 35px;
  height: 44px;
  padding: 6px 7px 0px 8px;
  background: url(../images/css/bg_section.png) no-repeat;
  float: left;
  text-align: center;
}

#coming_events .section .date .month{
  width: 35px;
  font: bold 10px Arial, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 2px 0px 0px;
}

#coming_events .section .date .day{
  font: 22px Georgia, "Times New Roman", Times, serif;
  margin: -3px 0px 10px;
}

#coming_events .section .event{
  width: 220px;
  float: right;
  background: url(../images/css/bg_event.gif) repeat-x left top;
  padding: 4px 0px;
}

#coming_events .section .event a{
  color: #666;
}

#coming_events .section .first{
  background: none;
}

#coming_events .section .event .name{
  font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #666;
  width: 170px;
  float: left;
}

#coming_events .section .event .link{
  width: 50px;
  float: left;
  background: url(../images/css/bg_event_link.gif) no-repeat 0px 3px;
}

#coming_events .section .event .link a{
  color: #FAA003;
  width: 50px;
  text-indent: -9999px;
  float: left;
}


#coming_events .links,
#visiting .links{
  width: 260px;
  padding: 0px 15px;
  float: left;
  font: 13px Georgia, "Times New Roman", Times, serif;
}

#coming_events .links ul,
#visiting .links ul{
  padding: 0px;
  margin: 0px;
}

#coming_events .links ul li,
#visiting .links ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 40px;
}

#coming_events .links ul li a,
#visiting .links ul li a{
  color: white;
  padding: 12px 12px 13px 0px;
  height: 15px;
  float: right;
}
