/* Home CSS Document */

#home{
  float: left;
  width: 960px;
  margin: -10px 0px 0px;
  display: inline;
  position: relative;
}

#left{
  float: left;
  width: 300px;
  height: 420px;
}

#spotlight{
  float: left;
  width: 290px;
  height: 180px;
  padding: 45px 0px 0px 10px;
  background: url(../images/css/background_spotlight.png) no-repeat;
}

#coming_events{
  float: left;
  width: 290px;
  height: 150px;
  padding: 45px 0px 0px 10px;
  background: url(../images/css/background_coming_events.png) no-repeat;
}

#coming_events .scroll{
  float: left;
  width: 280px;
  height: 100px;
  overflow: auto;
  margin: 5px 0px 0px 10px;
  display: inline;
}

#coming_events .event{
  float: left;
  width: 260px;
  margin: 0px 0px 10px;
  display: inline;
}

#coming_events .event .date{
  float: left;
  width: 35px;
  height: 45px;
  padding: 0px;
}

#coming_events .event .date .month{
  float: left;
  text-align: center;
  width: 35px;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #B09C55;
  text-transform: uppercase;
}

#coming_events .event .date .day{
  float: left;
  text-align: center;
  width: 35px;
  font: bold 21px Verdana, Arial, Helvetica, sans-serif;
  color: #B09C55;
}

#coming_events .event .description{
  float: right;
  padding: 5px 10px 0px 0px;
}

#coming_events .event .description .title{
  float: left;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #C63E54;
  clear: both;
  width: 205px;
}

#coming_events .event .description .time{
  float: left;
  clear: both;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  width: 205px;
}

#coming_events .link{
  float: left;
}

#welcome{
  float: left;
  width: 350px;
  height: 370px;
  padding: 55px 0px 0px;
  margin: -5px 0px 0px;
  background: url(../images/css/background_welcome.jpg) no-repeat;
}

#welcome .scroll{
  float: left;
  width: 330px;
  height: 305px;
  padding: 10px;
  overflow: auto;
  line-height: 150%;
}

#welcome .scroll img{
  padding: 4px;
  background: white;
  border: 1px solid #F1EEC0;
  margin: 10px;
}

#right{
  float: left;
  width: 310px;
  height: 420px;
}

#home #right #service_times{
  float: left;
  width: 300px;
  height: 150px;
  padding: 45px 10px 5px 0px;
  margin: 0px;
  background: url(../images/css/background_service_times.png) no-repeat;
}

#home #right #service_times ul{
  float: left;
  width: 300px;
  padding: 10px 0px;
  margin: 0px;
}

#home #right #service_times ul li{
  float: left;
  width: 275px;
  list-style: none;
  padding: 5px 10px 5px 15px;
  margin: 0px;
  font-weight: bold;
  color: #BFAA62;
}

#home #right #service_times ul li a{
  color: black;
  text-decoration: underline;
}

#recent_programs{
  float: left;
  width: 300px;
  height: 270px;
  padding: 45px 10px 5px 0px;
  background: url(../images/css/background_recent_programs.png) no-repeat;
}

#recent_programs .scroll{
  float: left;
  width: 275px;
  height: 105px;
  padding: 15px 10px 10px 15px;
  overflow: auto;
}

#recent_programs .scroll .date{
  float: left;
  width: 275px;
  color: #B09C55;
  font-size: 11px;
}

#recent_programs .scroll .title{
  float: left;
  width: 275px;
  padding: 2px 0px;
  color: #C63E54;
  font: normal 16px Verdana, Arial, Helvetica, sans-serif;
}

#recent_programs .scroll .title a{
  color: #C63E54;
}

#recent_programs .scroll .name,
#recent_programs .scroll .scripture{
  font-size: 11px;
}

#recent_programs ul{
  float: left;
  margin: 0px;
  padding: 0px;
}

#recent_programs ul li{
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#recent_programs ul li a{
  margin: 0px;
  padding: 0px;
}



/* HOME PAGE IMAGE STYLING */
#features {
	display: block;
	overflow: hidden;
}


#features{
  float: left;
  width: 945px;
  height: 300px;
  padding: 5px 5px 0px 10px;
  margin-bottom: -10px;
  background: url(../images/css/background_features.png) 4px 0px no-repeat;
}

#features ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px;
}

#features li {
	list-style: none;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#features ul.main li
#features ul.features li {
	/*display: none;*/
}
#features .main,
#features .feature {
	height:280px;
	margin: 0;
	padding: 0;
	width: 940px;
	z-index: 1;
}

#features .main li {
	padding:0;
	position: absolute;
	visibility: visible;
	z-index: 1;
	display: none;
}

#features .main li.shown {
	z-index: 2;
	visibility: visible;
}

#features .main li.shown a {
	z-index: 99;
}

#features .main a:hover {
	text-decoration: none;
	border: none;
}

#features .feature img {
	background:#fff;
	position:absolute;
	display: block;
	width: 640px;
	height: 280px;
	right: 0;
}

#features .feature div {
	/*background:url(../images/css/spotlightBg.png) top left;*/
	background:url(../images/css/background_features_panel.png) no-repeat scroll top left;
	color: #000;
	height: 190px;
	padding: 75px 10px 10px;
	position:absolute;
	width: 280px;
	color: #fff;
	margin: 0;
	left: 0;
	top: 0 !important;
}

#features .feature div h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px;
	color: #73222E;
}

#features .feature div p {
	margin: 0;
	padding: 0;
	width: 90%;
	color: #000;
	line-height: 15px;
}

#features .feature div span {
	text-transform: uppercase;
	clear: both;
	float: left;
	margin: 8px 0 0;
	color: #000;
	font-size: 16px;
}

#features .feature div a {
	color: #000;
}

#features .main li span {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#features div.player,
#features div.player span {
	padding: 0;
	margin: 0;
}

/*.feature div.player {
	display: none;
}
*/
.feature.shown div.player {
	display: block;
}

/* PREVIOUS NEXT CONTROLS */
.pnControl {
	display: block;
	margin: 245px 0 0;
	position: absolute;
	width: 300px;
	z-index: 100000;
}

.pnControl a {
	display: block;
	background: url(../images/features-next.png) no-repeat center left;
	float: left;
	font-size: 0;
	text-indent: -9999999999px;
	height: 20px;
	line-height: 20px;
	padding: 5px 0px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 15px;
	z-index: 10000;
}

.pnControl a.next {
	float: right;
	width: 30px;
	margin-right: 10px;
}

.pnControl a.prev {
	width: 8px;
	display: none;
}


.countOf {
  display: none;
}

#features ul.count {
  position: absolute;
  margin: 250px 0 0 10px;
}

#features ul.count li {
  float: left;
  margin: 1px 3px 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Trebuchet MS", Futura, Arial Narrow, Arial, Helvetica, sans-serif;
}

#features ul.count li a {
  position: relative;
  z-index: 1000000000;
}

#features ul.count li a:hover {
  position: relative;
  color: #000;
  z-index: 1000000000;
  text-decoration: none;
}

#features ul.count li.shown a {
  color: #000;
}

