/*

	File: live-countdown.css
	Media: screen
	Copyright: (c) 2010 Church Media Group, Inc. www.churchmedia.cc
	Author: Church Media Group
	Notes: 

/* Live Countdown Homepage
--------------------------------------------------------------------------------------- */

.live_countdown { float: right; display: inline; min-width: 300px; height: 64px; overflow: hidden; position: relative; }
.live_info_title { float: right; display: inline; margin-right: 15px; }
.live_info_title h4 { line-height: 66px; color: #0387d5; font-size: 1.7em; font-weight: 600; text-align: right; }
.live_info_title h4 a { line-height: 66px; color: #0387d5; font-size: 1.7em; font-weight: 600; text-align: right; }
.live_info_title h4 a { color: #039cf7;  }
.live_now .live_info_title h4 { font-size: 2em; line-height: 67px; }
.live_now .live_info_title h4 a  { color: #ed1b2f; font-weight: 600; }
.live_countdown_timer { float: right; display: inline; margin-right: 28px; height: 64px; }
.live_countdown_timer li { float: left; display: inline; height: 41px; font-family: source-sans-pro, Helvetica, Arial, sans-serif; font-size: 1.7em; line-height: 66px; color: #666; font-weight: 700; }
.live_countdown_timer li span { font-weight: 400; }

.live_countdown.live_now a:hover { text-decoration: underline;}
