@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

html, body { height:100%; }
body { background:#252a28; }

a img { border:none; }

p { 
	font-family:Trebuchet MS;
	font-size:12px;
	line-height:1.5;
	margin:0;
	text-align:center;
}

input { font-family:Geneva, Arial, Helvetica, sans-serif; }

.clear { float:none;height:0;line-height:0; }

#wrapper { 
	height:auto !important;
	height:100%;
	margin:0 auto -27px;
	min-height:100%;
}

.top {
	background:#fff url(images/bg_top.png) repeat-x top center;
	height:210px;
	padding-top:35px;
	width:100%;
}

.top .header {
	height:210px;
	margin:0 auto;
	width:450px;
}

#site-name {
	padding-left:20px;
	padding-top:30px;	
}

#links {
	width:450px;
}

#links a { float:left; margin-right:40px; }

#links a#facebook {
	background:url(images/icon_fb_shadow.png) no-repeat bottom;
	height:70px;
	padding-top:16px;
	width:35px;
}

#links a#linkedin {
	background:url(images/icon_li_shadow.png) no-repeat bottom;
	height:56px;
	padding-top:21px;
	width:85px;
}

#links a#twitter {
	background:url(images/icon_twit_shadow.png) no-repeat bottom;
	height:80px;
	padding-top:10px;
	width:40px;
}

#links a#blackbook {
	background:url(images/icon_bb_shadow.png) no-repeat bottom;
	height:80px;
	padding-top:4px;
	width:55px;
}

#links a#ignite {
	background:url(images/icon_ic_shadow.png) no-repeat bottom;
	height:85px;
	margin-right:0;
	width:70px;
}

.bottom {
	background:url(images/bg_bottom.png) repeat-x top center;
	padding-top:30px;
	width:100%;
}

#coming-soon {
	background:url(images/bg_content.png) repeat-y;
	height:335px;
	margin:0 auto 35px;
	padding-bottom:21px;
	width:485px;
}

#coming-soon .top {
	background:url(images/bg_content_top.png) no-repeat top;
	height:255px;
	margin:0;
	padding:0;
	width:485px;
}

#coming-soon .header {
	background:none;
	height:40px;
	margin:0 auto;
	padding-top:24px;
	width:240px;
}

#coming-soon #main-text {
	color:#c7c7c7;
	font-size:13px;
	padding:15px 35px 0;
}

#coming-soon #quote {
	color:#5699c3;
	font-style:italic;
	font-size:13px;
	font-weight:bold;
	padding:17px 25px 0;
}

#subscribe {
	height:60px;
	margin:21px auto 19px;
	width:380px;
}

#inputs { 
	background:transparent url(images/dotted.gif) repeat-y right top;
	display:inline;
	float:left;
	height:55px;
	margin-right:20px;
	padding-left:10px;
	padding-right:25px;
	width:240px;
}

#inputs input {
	background:none;
	border:1px solid #fff;
	color:#5699c3;
	font-size:13px;
	height:16px;
	padding:2px 4px;
	width:230px;
}

#inputs input#name { margin-bottom:10px; }

input#submit {
	background:url(images/btn_submit.png) repeat-x;
	border:none;
	color:#000;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:21px;
	margin-top:15px;
	padding-bottom:0;
	text-align:center;
	text-transform:uppercase;
	width:85px;
}

#coming-soon .bottom {
	background:url(images/bg_content_bottom.png) no-repeat bottom;
	height:10px;
	padding:0;
	width:485px;
}

#additional-info {
	margin:0 auto;
	width:400px;
}

#copyright { color:#cbcbcb; }

#emedia-push {
	height:27px;
}

#emedia-badge { 
	height:27px;
	margin:0 auto;
	width:960px;
}