/* Home CSS Document */

#features{
  float: left;
  width: 600px;
  height: 360px;
  background: url(../images/css/background_features.png) no-repeat;
}

#weekly_services{
  float: right;
  width: 340px;
  height: 180px;
  background: url(../images/css/background_weekly_services.jpg) no-repeat;
}

#weekly_services ul{
  float: right;
  width: 170px;
  padding: 0px;
  margin: 15px 0px 0px;
}

#weekly_services ul li{
  float: left;
  list-style: none;
  font-size: 14px;
  padding: 0px 0px 5px;
  margin: 0px;
}

#weekly_services ul li a{
  text-decoration: underline;
}

#weekly_services .link{
  float: left;
  width: 340px;
  margin: 15px 0px 0px;
  text-align: center;
}

#custom_recent {
  background: url("../uploads/homebackgroundlowerrightmandm.png") no-repeat scroll 0 0 transparent;
	height: 180px;
}

#recent_programs{
  float: right;
  width: 340px;
  height: 130px;
  padding: 50px 0px 0px;
  background: url(../images/css/background_recent_programs.png) no-repeat;
}

#recent_programs .date{
  float: left;
  width: 50px;
  padding: 0px 0px 0px 15px;
  font: bold 15px Tahoma;
}

#recent_programs .info{
  float: right;
  width: 250px;
  padding: 0px 10px 0px 0px;
}

#recent_programs .info .title{
  float: left;
  width: 250px;
}

#recent_programs .info .title a{
  float: left;
  color: #032869;
  font: bold 15px Tahoma;
  text-decoration: underline;
}

#recent_programs .info .name{
  float: left;
  color: #A36F1B;
  width: 250px;
  padding: 3px 0px 2px;
}

#recent_programs .info .verse{
  float: left;
  color: #A36F1B;
  width: 250px;
}

#recent_programs .links{
  float: left;
  width: 340px;
  margin: 10px 0px 0px;
}

#recent_programs .links ul{
  float: right;
  padding: 0px;
  margin: 0px;
}

#recent_programs .links ul li{
  float: left;
  list-style: none;
  padding: 0px 10px 0px 0px;
}

#content_left{
  float: left;
  width: 460px;
}

#content_left #features{
  float: left;
  width: 460px;
  height: 300px;
}

#quote{
  float: left;
  width: 100%;
  padding: 25px 0px 20px;
  background: #FCF6EC url(../images/css/background_quote.gif) no-repeat;
}

#quote .verse{
  float: left;
  width: 90%;
  padding: 0px 5%;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
}

#quote .attribution{
  float: left;
  width: 90%;
  padding: 10px 5%;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: right;
  color: #1F6BA5;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

#content_right{
  float: left;
  width: 260px;
  background: url(../images/css/background_image.gif) no-repeat;
}

#content_right #content_text{
  float: left;
  width: 240px;
  height: 190px;
  padding: 10px;
  overflow: auto;
  display: inline;
}

#content_right #coming_events{
  float: left;
  width: 260px;
  margin: 10px 0px 0px;
  display: inline;
  background: url(../images/css/background_coming_events.gif) no-repeat;
}

#coming_events .scroll{
  float: left;
  height: 160px;
  width: 240px;
  margin: 40px 0px 10px 10px;
  display: inline;
  overflow: auto;
}

#coming_events img{
  display: block;
  margin: 0px auto;
}

#coming_events .scroll table{
  border-collapse: collapse;
  width: 92%;
}


#coming_events .scroll table tr.over{
  cursor: pointer;
  cursor: hand;
}

#coming_events .scroll table tr.over th,
#coming_events .scroll table tr.over td{
  background: #F9EFDB;
}

#coming_events .scroll table tr td{
  padding: 10px 5px;
  vertical-align: top;
  color: #A4711D;
}

#coming_events .scroll table tr th{
  font-weight: bold;
  color: #1D659F;
  padding: 10px 5px 10px 0px;
  vertical-align: top;
  width: 55px;
}

#coming_events .scroll table tr.alt th,
#coming_events .scroll table tr.alt td{
  background: #FBF5E9;
}

#content_right #coming_events .link{
  float: left;
  width: 260px;
  text-align: center;
}

#content_right #random10{
  float: left;
  width: 240px;
  padding: 10px;
}


/**********************************************/
/* FEATURES CSS */
/**********************************************/
#features {
	display:block;
	margin: 0 auto;
	padding: 0;
  width: 600px;
  height: 360px;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */
#features ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#features li {
	float: left;
	display: none;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#features .main,
#features .feature {
	display:block;
	margin: 0;
	overflow:hidden;
	padding: 0;
	position:absolute;
	z-index: 1;
  width: 600px;
  height: 310px;
}

#features .main .shown {
	z-index: 2;
}

#features .feature img,
#features .feature div.panel-overlay {
	position:absolute;
	width: 100%;
}

#features .feature div.panel-overlay {
	padding:10px;
	margin-top:0;
	background: url(../images/css/spotlightBg.png) repeat top left;
}

#features .feature div.panel-overlay h2{
  color:#fff;
}

#features .feature div.panel-overlay p{
  color:#fff;
  margin: 5px 0;
}

#features .feature div.player {
}

/* THUMBS CONTROLS */
#features.crestwood .thumbs {
	margin: 320px 0 0 15px;
  display: block;
  position: absolute;
}

#features.crestwood .thumbs li {
	margin: 0 5px 0 0;
  display: block;
}

#features .thumbs a {
	display: block;
}

#features .thumbs .shown a {
	display: block;
}

#features .thumbs img {
	border: 1px solid #e7e7e7;
	height: 25px;
	width: 60px;
	display: block;
}

/* SERIES PAGINATION */
#features .thumbSeriesControls {
  position: absolute;
  z-index: 10000;
  margin: 233px 0 0 10px;
}

#features .thumbSeriesControls a {
  padding: 5px 12px 8px;
  margin: 1px 0;
  background: #eee;
  display: block;
  font-size: 17px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  behavior: url(../css/PIE.htc);
  display: none;
}


#features .thumbSeriesControls a:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}
