/* Reset everything */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #e3e3e3 url(../images/bg.jpg) repeat-x;
}

/* Center everything in the page */
#warp {
	margin: 0 auto;
	width: 881px;
}

.typeface-js {
	font-family: Droid Sans;
}

/* Blue border removal */
a img {
	border: none;
}

/* Company Name title */
h1 {
	color: #4e4 e4e;
	font-size: 35px;
	text-align: center;
	margin-top: 50px;
}

/* "We are currently down for maintance" */
h2 {
	color: #574b14;
	font-size: 30px; 
	text-align: center;
	margin-top: 55px;
}

span.normal_fontweight {
	font-weight: normal;
}

/* "If everything goes as planned, we should be back in:" */
p {
	color: #6a590c;
	font-size: 10px;
	text-align: center;
	margin-top: 45px;
	font-weight: normal;
}

/* Digit titles */
ul#dash_titles {
	margin-left: 110px;
}

ul#dash_titles li {
	text-align: center;
	color: #6a590c;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	list-style: none;
	display: inline;
	float: left;
	margin-top: 15px;
	width: 125px;
	margin-right: 10px;
}

ul#dash_titles li.last {
	margin-right: 0px;
}

/* Extra border around yellow block */
#outerline {
	margin-top: 50px;
	border: 1px solid #ffffff;
	width: 879px;
}

/* Yellow block which contains the timer */
#container {
	border: 1px solid #e3e3e3	;
	background: #548dd4;
	padding: 1px;
	padding-bottom: 50px;
	height:100px;
}

/* The timer */
#timer {
	background: url(../images/timer_bg.jpg) no-repeat;
	height: 91px;
	width: 881px;
	margin-left: -3px;
	margin-top: 10px;
}

#timer_warp {
	margin: 0 auto;
	width: 668px;
}

.dash {
	float: left;
}

/* Countdown clock numbers */
.digit {
	float: left;
	background: #1c1c1c url(../images/timer_digit_bg.jpg) repeat-x;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #1c1c1c;
	padding: 0px 10px;
	font-family: Helvetica;
	margin: 10px 2px 0px 2px;
	font-size: 60px;
	line-height: 74px;
	font-weight: bold;
	color: #fff;
	height: 70px;
}

/* Collins between clock numbers */
.collin {
	float: left;
	font-size: 50px;
	font-weight: bold;
	margin-top: 13px;
	font-family: Georgia, Times, serif;
}

/* Extra border around emailsubscribtion/social media */
#outerline2 {
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	width: 800px;
	margin-left: 40px;
}

/* Email subscribtion/social media div */
#subscribe {
	padding: 10px 25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f4f4f4;
	overflow: hidden;
}

/* Email input form */
form input[type=text] {
	float: left;
	padding: 10px;
	border: 1px solid #fff;
	background: #eaeaea;
	width: 350px;
	color: #bcbcbc;
	font-size: 11px;
}

#email {
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}

/* Submit button form */
form input[type=submit] {
	float: left;
	padding: 10px;
	width: 73px;
	height: 35px;
	border: 1px solid #919191;
	background: #2f2f2f;
	color: #fff;
	font-size: 11px;
}

#submit {
	border: 1px solid #282828;
	float: left;
}

/* Social media list */
ul#socialmedia {
	float: right;
}

ul#socialmedia li {
	list-style: none;
	display: inline;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	
}

/* Shadow below, on the "ground" */
#shadow {
	width: 881px;
	height: 80px;
	background: url(../images/shadow.jpg) no-repeat;
}

/* Tooltip for social media icons */
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#000;
	padding:3px 8px;
	font-family: Helvetica;
	font-size: 12px;
	color:#fff;
	display:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}