/*
Project: Landing Page
File: css/style.css
Last edited: May 14, 2012, 6:31 am
*/
/*Typo*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lobster13Regular';
    src: url('fonts/Lobster_1.3-webfont.eot');
    src: url('fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CapsuulaRegular';
    src: url('fonts/Capsuula-webfont.eot');
    src: url('fonts/Capsuula-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Capsuula-webfont.woff') format('woff'),
         url('fonts/Capsuula-webfont.ttf') format('truetype'),
         url('fonts/Capsuula-webfont.svg#CapsuulaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*  Main  */
body {
 background:#FFF url(../images/bg.png) repeat;
 color:#000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#light{
	width:980px;
	height:580px;
	margin:0 auto;
	background:url(../images/light.png) no-repeat bottom;
	z-index:1;
}
.content{
	width:980px;
	margin:-260px auto 0 auto;
}
.logo{
	text-align:center;
}
.logo h1{
	color:#fff;
	text-shadow:0 1px 1px #000, 2px 5px 6px #093356;
	font-family: 'Lobster13Regular';
	font-size:55px;
	
}
.content h2{
	font-family: 'BebasNeueRegular';
	font-size:20px;
	color:#fff;
	text-shadow:0 1px 1px #093356;
	text-align:center;
	margin:30px 0 0 0;
}
.content p{
	font-family: 'CapsuulaRegular';
	line-height:1.4em;
	color:#fff;
	font-size:16px;
	text-align:center;
	margin:20px 0 0 0;
}
#countdown{
	margin:60px auto 0 auto ;
	background: url(../images/timer_bg.png) no-repeat center;
	width:462px; height:96px;
	color:#fff;
	
}
#countdown_dashboard {
	height: 110px;
}

.dash {
	width: 100px;
	height: 114px;
	float: left;
	margin: 10px 0 0 15px;
	position: relative;
}

.dash .digit {
    color: #FFFFFF;
    float: left;
    font-family: 'BebasNeueRegular';
    font-size: 45pt;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 35px;
}
.dash_title {
	position: absolute;
	display: block;
	top: 60px;
	left: 8px;
	font-size: 9pt;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*contactlist*/
.contactlist{
	width:400px;
	margin:20px auto;
	color:#3a3a3a;
}
.contactlist p{
	color:#333;
	margin-bottom:5px;
}.newsletter{
	margin-left:50px;
}
.contactlist input[type="text"]{
	float:left;
	width:230px;
	height:30px;
	padding:3px;
	color:#999;
	font-style:italic;
	border:1px solid #ccc;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-radius-topleft:5px;
	border-radius-bottomleft:5px;
}
.contactlist input[type="submit"]{
	background:#186ea5;
	border:0;	
	color:#fff;
	padding:10px 5px;
	cursor:pointer;
	margin:0;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-radius-topright:5px;
	border-radius-bottomright:5px;
}
.fixed{
	position:fixed;
	top:10px;
	left:10px;
	background:#fff;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 2px 4px #111;
	-webkit-box-shadow:0 2px 4px #111;
	box-shadow:0 2px 4px #111;
}
.fixed a{
	color:#156BA2;
}
