#player {
  width:960px;
  height:379px;
  padding:19px 0 0 19px;
  margin:0 0 6px;
  background:#FFF url(../images/player.bg.jpg) no-repeat top left;
  font-size:0.867em;
  line-height:1.33em;
  color:#888;
  
}

#player h1 {
  padding:0 0 0.15em 0;
  color:#f6921e;
  text-transform:uppercase;
  font-weight:normal;
  font-size:1.385em;
  letter-spacing:-0.025em;
}

#player h1 a {
  color:#f6921e;
  text-decoration:none;
}

#video {
  width:640px;
  height:360px;
  float:left;
}

#sermon-info {
  width:271px;
  height:360px;
  padding:0 0 0 16px;
  margin:0 0 0 16px;
  border-left:solid 2px #DDD;
  float:left;
}

#sermon-graphic {
  width:235px;
  height:161px;
  margin:0 0 10px 6px;
  background:#FFF url(../images/sermon-graphic.bg.jpg) no-repeat top left;
  float:left;
}

#countdown {
  margin:10.5em 0 0;
}

#countdown h1 {
  padding:0 0 0.5em;
  color:#AAA;
  text-align:center;
  font-size:2em;
}

#countdown p {
  padding-top:2em;
  clear:both;
  text-align:center;
}

#experienceCountdown {
  width:200px;
  margin:0 auto;
  border:0;
  background:#FFF;
  font-family:Arial;
  clear:both;
}
/* jQuery Countdown styles 1.5.3. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 100%;
}
.countdown_show2 .countdown_section {
	width: 49.5%;
}
.countdown_show3 .countdown_section {
	width: 33%;
}
.countdown_show4 .countdown_section {
	width: 24.75%;
}
.countdown_show5 .countdown_section {
	width: 19.8%;
}
.countdown_show6 .countdown_section {
	width: 16.5%;
}
.countdown_show7 .countdown_section {
	width: 14.1%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
