@charset "utf-8";
h1 {
	font-size: 14pt;
	letter-spacing: 6px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 20px;
}

#container {
	margin: 0 auto;
	width:auto;
	color: #555;
}

#countdown_dashboard {
	height: 55px;
}

.dash {
	width: 57px;
	height:29px;
	padding:16px 0 0 3px;
	float: left;
	margin-left:10px;
	background:#fff;
	position: relative;
	border-top:1px #999999 solid;
	border-right:1px #999999 solid;
}

.dash .digit {
	font-size: 25px;
	font-weight: bold;
	height:36px;
	overflow:hidden;
	float: left;
	width:auto;
	text-align: center;
	font-family:'pf_agora_sans_proregular';
	color:#58595b;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 12px;
	right: 3px;
	font-size:25px;
	color: #555;
	text-align:center;
}

.dev_comment {
	font-size: 10pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 20px 5px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 8pt;
	padding: 3px 5px;
	width: 150px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 2px 4px;
}

.copyright {
	font-size: 7pt;
	color: #333;
	margin: 20px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 200px;
	padding: 10px;
	margin: 8px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 3px solid #bb3;
	border-right: 3px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 5px;
	display: none;
	position: absolute;
	width: 100%;
	top: 30px;
}