html, body 
{
    font-family:"Calibri", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a:link, a:visited
{
    color: #007bbe;
    text-decoration: none;    
}

body {
	text-align: center;
}

h1 {
	font-size: 28pt;
	letter-spacing: 12px;
	border-bottom: 1px solid #ddd;
	margin-left: 80px;
	margin-bottom: 0px;
	float:left;
}

h2.subtitle 
{
    font-weight:normal;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 80px;
	float:left;
	clear:right
}

#container {
	margin: 50px auto;
	width: 700px;
	color: #555;
}


.dash {
	width: 110px;
	height: 114px;
	background: transparent url('/Content/images/cd/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.ba_logo {
	margin: 30px 10px;
	float:left;
}

#countdown_container {
	margin: 20px auto 0px auto;
	width: 900px;
	color: #555;
	border: 0px solid #DDDDDD;
}

#countdown_dashboard 
{
    margin: 0px 0px 0px 50px;
	height: 110px;
	float: left;
	clear: both;
}

.dev_comment {
	font-size: 10pt;
	color: #777;
	font-style: italic;
	border: 0px solid #cccccc;
    padding: 5px 5px 5px 5px;
    width:565px;
    margin: 0px 0px 0px 310px;
    clear: right;
}

.countdown_logo {
	margin: 10px 5px 10px 0px;
	float:left;
}

.videoArea {
	margin: 30px 10px 10px 20px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	float:left;
}

.comentArea {
	margin: 30px 20px 10px 0px;
	width:150px;
	text-align:left;
	font-size:0.85em;	
	padding: 5px 5px 5px 5px;
	border: 0px solid #CCCCCC;
	float:left;
}

.photoArea {
	margin: 0px 12px 10px 20px;
	float:right;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}