/* Home CSS Document */

#features{
  float: left;
  width: 840px;
  height: 365px;
  padding: 0px 20px 10px;
  background: url(../images/css/background_features.gif) 10px 0px no-repeat;
}

#welcome{
  float: left;
  width: 470px;
  padding: 55px 10px 10px;
  margin: 10px 0px 0px 10px;
  display: inline;
  color: white;
  background: #161616 url(../images/css/background_welcome.gif) no-repeat;
}

#welcome_text{
  float: left;
  width: 490px;
  height: 80px;
  overflow: auto;
  margin: 40px 0px 0px;
  line-height: 150%;
}

#welcome_text a{
  font-style: italic;
  text-decoration: underline;
}

#welcome .image{
  float: left;
  width: 275px;
  height: auto;
  border: 1px solid #535064;
  overflow: hidden;
}

#welcome .links{
  float: right;
  width: 190px;
}

#welcome .links ul{
  float: left;
  width: 190px;
  padding: 0px;
  margin: 0px;
}

#welcome .links ul li{
  float: left;
  width: 160px;
  padding: 1px 0px 9px 30px;
  margin: 0px;
  list-style: none;
  font-size: 13px;
  background: url(../images/css/bullet_related_pages.gif) no-repeat 10px 2px;
}

#welcome .links ul li a{
  color: #D3D8CB;
}

#recent_programs{
  float: left;
  width: 340px;
  padding: 55px 10px 10px;
  margin: 10px 0px 0px 10px;
  display: inline;
  background: #161616 url(../images/css/background_recent_program.gif) no-repeat;
}

#recent_programs .image{
  float: left;
  width: 150px;
  height: auto;
  border: 1px solid #535064;
  overflow: hidden;
}

#recent_programs .container{
  float: right;
  width: 180px;
  padding: 0px;
  margin: 0px;
}

#recent_programs .title{
  float: left;
  width: 180px;
  padding: 0px;
  margin: 0px;
}

#recent_programs .title a{
  color: #778063;
  font-weight: bold;
}

#recent_programs .date{
  float: left;
  width: 180px;
  padding: 0px;
  margin: 0px;
  font-weight: 10px;
  color: #948271;
}

#recent_programs .name{
  float: left;
  width: 180px;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  color: #D5CCA0;
}

#recent_programs .intro{
  float: left;
  width: 320px;
  height: 55px;
  line-height: 150%;
  padding: 0px;
  margin: 5px 0px 0px;
  overflow: auto;
  color: white;
}

#recent_programs .scripture{
  float: left;
  width: 180px;
  padding: 0px;
  margin: 10px 0px 0px;
  color: white;
}

#recent_programs .links{
  float: left;
  width: 180px;
  padding: 0px;
  margin: 10px 0px 0px;
}

#recent_programs .links ul{
  float: left;
  padding: 0px;
  margin: 0px;
}

#recent_programs .links ul li{
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#recent_programs .links ul li.listen_now{
  float: left;
  padding: 0px 10px 10px 0px;
  margin: 0px;
}

#recent_programs .links ul li a{
  padding: 0px;
  margin: 0px;
}

#coming_events{
  float: left;
  width: 850px;
  height: 120px;
  padding: 10px 20px 0px 10px;
  margin: 10px 0px 0px;
  background: #263133  url(../images/css/background_coming_events.gif) no-repeat;
}

#coming_events .link{
  float: left;
  width: 120px;
  margin: 6px 0px 0px 262px;
  display: inline;
}

#coming_events #events{
  float: left;
  width: 850px;
  clear: both;
  margin: 6px 0px 0px;
}

#coming_events #events .event{
  float: left;
  width: 160px;
  height: 75px;
  overflow: hidden;
  margin: 0px 0px 0px 10px;
  display: inline;
  border-top: 5px solid #4C818D;
  background: url(../images/css/background_event.gif) bottom left no-repeat;
}

#coming_events #events .event .name{
  float: left;
  width: 160px;
  margin: 3px 0px 0px;
}

#coming_events #events .event .name a{
  color: #5C98A7;
  font-weight: bold;
}

#coming_events #events .event .date{
  float: left;
  width: 160px;
  color: #CBD1D3;
  font-size: 10px;
  margin: 2px 0px 0px;
}

#coming_events #events .event .intro{
  float: left;
  width: 160px;
  font-size: 11px;
  color: white;
}