/* SPLASH ROTATOR */
#splash {
  width:1005px;
  height:422px;
  background:#FFF url(../images/splash.bg.jpg) top left no-repeat;
  float:left;
}

#splash .content {
  width:964px;
  height:370px;
  margin:19px 0 0 20px;
  overflow:hidden;
  background:#FFF none no-repeat center center;
  text-align:center;
  float:left;
}

#splash .thumbnails {
  margin:6px 0 0 20px;
  height:12px;
  padding:0;
  list-style:none;
}

#splash .thumbnails li {
  width:102px;
  height:12px;
  margin-right:3px;
  float:left;
}

#splash .thumbnails .thumbnail {
  width:100%;
  height:100%;
  background:#c3c3c3;
  color:#c3c3c3;
  float:left;
}

#splash .thumbnails .progress {
  width:0px;
  height:100%;
  background:#99c41b;
  float:left;
}

#splash .thumbnails .current {
  background:#aad725;
  color:#aad725;
}

#splash .thumbnails .counter {
  margin:-2px 0 0 4px;
  font-size:0.8em;
}


/* MINI MEDIA PLAYER */
#miniMediaPlayer {
  width:694px;
  height:268px;
  padding:10px;
  margin:0 6px 0 9px;
  background:#FFF url(../images/miniMediaPlayer.bg.jpg) top left no-repeat;
  color:#FFF;
  float:left;
  overflow:hidden;
}

#miniMediaPlayer .player {
  width:441px;
  height:263px;
  margin-right:18px;
  float:left;
}

#miniMediaPlayer h2 {
  padding:0 0 1.2em 0;
  font-size:0.875em;
  text-transform:uppercase;
}

#miniMediaPlayer .sermons ul {
  width:234px;
  height:212px;
  padding:0 !important;
  margin:0 0 0 -12px !important;
  list-style:none;
  color:#141414;
  font-size:0.85em;
  float:left;
}

#miniMediaPlayer .sermons ul li {
  width:100%;
  float:left;
}

#miniMediaPlayer .sermons ul li a {
  width:100%;
  height:1em;
  line-height:1em;
  border-bottom:solid 1px #555;
  padding:0.3em 0;
  margin-left:12px;
  color:#FFF;
  text-decoration:none;
  float:left;
  clear:both;
  overflow:hidden;
}

#miniMediaPlayer .sermons ul li .omega {border-bottom:0;}

#miniMediaPlayer .sermons ul li:hover,
#miniMediaPlayer .sermons ul li.selected {background:transparent url(../images/cursor.png) center left no-repeat !important;}

#miniMediaPlayer .sermons ul li:hover a,
#miniMediaPlayer .sermons ul li.selected a {color:#aad625 !important;}

/* BILLBOARD */
#billboard {
  width:268px;
  overflow:hidden;
  float:left;
}

.bnavLeft {
  width:15px;
  height:28px;
  background:#FFF url(../images/bnavLeft.bg.png) top left no-repeat;
  float:left;
}

.bnavRight {
  width:15px;
  height:28px;
  background:#FFF url(../images/bnavRight.bg.png) top left no-repeat;
  float:left;
}

.bnavContent {
  width:237px;
  height:28px;
  padding:0;
  background:#FFF url(../images/bnav.bg.png) top left repeat-x;
  color:#FFF;
  font-size:0.75em;
  text-transform:uppercase;
  line-height:29px;
  vertical-align:middle;
  float:left;
}

.bnavContent a {color:#FFF;}

#billboard .content {
  width:263px;
  height:219px;
  margin:4px 0 3px 2px;
  padding-bottom:0;
  background:#e0e0e0;
  color:#141414;
  float:left;
}

#billboard .list {
  width:238px;
  padding:0.3em 0 0.3em 0.75em;
  font-size:0.73em;
}

#billboard .list li {
  width:95%;
  background:transparent url(../images/blog.benwindle.png) no-repeat bottom left;
  padding:0 16px;
  float:left;
}

#billboard .list .lifeplace-team {
  background-image:url(../images/blog.lifeplace-team.png);
}

#billboard .amenAndPodcast {
  width:100%;
  margin-left:2px;
  padding:0;
  list-style:none;
  float:left;
}

#billboard .amenAndPodcast li {float:left;}
#billboard .amenAndPodcast li a {color:#aad725;}

#billboard .key {
  width:232px;
  padding:9px 0 2px 3.2em;
  text-indent:-2.4em;
  text-align:left;
  line-height:1.5em;
  font-size:0.7em;
  color:#444;
  float:left;
  clear:both;
}

#billboard .key a {
  color:#444;
  text-decoration:none;
}
#billboard .key a:hover {color:#777;}