/* Home CSS Document */

#home{
  float: left;
  width: 924px;
}

#features{
  float: left;
  width: 620px;
  height: 330px;
  padding: 11px 12px 12px 12px;
  display: block;
  overflow: hidden;
  background: url(../images/css/background_features.gif)  no-repeat;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */
#features ul {
	display: none;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#features li {
	float: left;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#features.ManorChurch ul,
#features .main,
#features .feature,
#features .feature a {
	display:block;
	height:245px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	position:absolute;
	width: 620px;
	z-index: 1;
}

#features .feature.shown,
#features .feature.shown a {
	z-index: 2;
}

#features .feature img,
#features .feature div.panel-overlay {
	position:absolute;
	width: 100%;
}

#features .feature div.panel-overlay {
	background: url(../images/featuresBarBg.png) repeat top left;
	padding:10px;
	margin-top:0;
	color: #fff;
	width: 600px;
}


#features .feature div.panel-overlay h2 {
	color: #fff;
}


/* THUMBS CONTROLS */
#features ul.thumbs {
	background: url(../images/css/thumbbelt-bg.png) repeat-x top left;
	margin: 245px 0 0 0;
	padding: 10px;
	width: 600px;
	height: 80px;
}

#features .thumbs li {
	margin: 0 10px 0 0;
	width: 95px;
}

#features .thumbs a {
	display: block;
	text-align: center;
	color: #FFF;
}


#features .thumbs .shown a {
	display: block;
}

#features .thumbs p {
	padding: 2px 0;
	margin: 0;
}

#features .thumbs img {
	border: 2px solid #000;
	height: 40px;
	width: 93px;
	display: block;
}

/* SERIES PAGINATION */
#features .thumbSeriesControls {
  position: absolute;
  z-index: 10000;
  margin: 350px 0 0 150px;
}

#features .thumbSeriesControls a {
  background: #000;
  padding: 5px;
  margin: 1px 0;
}

#features video {
	display: block;
	position: relative;
}

#recent_programs{
  float: right;
  width: 255px;
  height: 155px;
  padding: 60px 6px 7px;
  background: url(../images/css/background_recent_programs.gif) no-repeat;
}

#recent_programs h2 {
  font-weight: normal;
  color: #aaa;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 0 0;
}

#recent_programs img {
  float: left;
  border: 3px solid #fff;
  margin: 5px 10px 5px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
  -webkit-box-shadow: #999 0px 1px 3px;
  -moz-box-shadow: #999 0px 1px 3px;
  box-shadow: #999 0px 1px 3px;
  behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#recent_programs span {
  display: block;
  clear: both;
  float: left;
  margin: 12px 0 0;
}

#recent_programs a {
  background: url(../images/recent_programs_links.gif) no-repeat 0 0;
  text-indent: -999999999px;
  overflow: hidden;
  font-size: 0;
  display:block;
  float: left;
  height: 30px;
  width: 88px;
}

#recent_programs a.listen {
  margin-left: 2px;
}

#recent_programs a.download {
  background-position: -90px 0;
  width: 84px;
}

#recent_programs a.archives {
  background-position: -175px 0;
  width: 77px;
}


#service_times{
  float: right;
  width: 250px;
  height: 80px;
  padding: 5px 8px 7px;
  margin: 38px 0 0;
  background: url(../images/css/background_service_times.gif) no-repeat;
}

#service_times h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  padding: 10px 0 0;
}

#service_times h3 {
	font-size: 18px;
}

#service_times .left,
#service_times .right {
  float: left;
  padding: 5px 26px;
}

#service_times .right {
  float: right;
}


#home #marquee{
  width: 920px;
  padding: 10px 2px 10px;
  z-index: 100;
  clear: both;
  display: block;
}

#marquee ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#marquee ul li {
  float: left;
  padding: 0 15px 15px 0;
}

#marquee ul li a {
  display: block;
  float: left;
  width: 215px;
  color: #aaa;
  text-transform: uppercase;
  font-size: 20px;
}

#marquee ul li a span {
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 25px 0 0;
}

#marquee ul li a span:hover,
#marquee ul li a:hover {
	color: #f98f39;
}

#marquee ul li a img {
  float: left;
  border: 3px solid #fff;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #999 0px 1px 3px;
  -moz-box-shadow: #999 0px 1px 3px;
  box-shadow: #999 0px 1px 3px;
  behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}
