/* Table of Contents:

	1. Typography
	2. Generic
	3. Content Layout
		3.1 Countdown Dashboard & Progress Bar
		3.2 Email and Subscribe field
		3.3 Twitter Update List
		3.4 Top Icon
	4. Footer Layout
	5. Styles for Mobile Version
	
*/






html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#floater {
	position: relative; 
	float: left;
	height: 50%;	
	margin-bottom: -310px;
	width: 1px;
}

#centered {
	position: relative; 
	clear: left;
	height: 550px; 
	max-width: 960px; 
	min-width: 400px;
	
}






/* ****** 1. TYPOGRAPHY ****** */

h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	letter-spacing: 1px;
}






/* ****** 2. GENERIC ****** */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.topSpace50 {
	margin-top: 50px;
}

.bottomSpace10 {
	margin-bottom: 10px;
}

.bottomSpace20 {
	margin-bottom: 20px;
}

.bottomSpace50 {
	margin-bottom: 50px;
}






/* ****** 3. CONTENT LAYOUT ****** */


#content {
	margin: 20px 0 0 0;
	padding: 40px 60px;
	position: relative;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}



.logo a {
	display: block;
	height: 100px;
}

.logo a:hover {
	text-decoration: none;
}


/* ****** 3.1 Countdown Dashboard ****** */
#countdown_dashboard {
	position: relative;
	width: 100%;
}

#countdown_dashboard .dash {
	width: 71px;
	height: 76px;
	float: left;
	position: relative;
	margin: 0 14px;
}

#countdown_dashboard .dashLast {
	margin-right: 0;
}

#countdown_dashboard .dash_title {
	display: block;
	float: left;
	font-size: 11px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

#countdown_dashboard .digit {
	float: left;
	font-size: 48px;
	font-weight: bold;
	line-height: 58px;
	position: relative;
	width: 35px;
}

#countdown_dashboard .dash_light {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}



#progress_bar {
	height: 51px;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	position: relative;
	width: 93%;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#progress_bar .progress.span {
	height: 31px;
	width: 443px;
}

#progress_bar #p_bar_pbText {
	font-size: 22px;
	font-weight: bold;
	line-height: 31px;
	position: absolute;
	text-align: center;
	
	bottom: 0;
	top: 20px;
	left: 0;
	right: 0;
}


/* ****** 3.2 Email and Subscribe field  ****** */

.subscribe {
	float: left;
	height: 44px;
}

.email_box,
.sub_box {
	float: left;
	height: 44px;
	position: relative;
}

.email_box {
	width: 348px;
	margin-right: 12px;
}

.sub_box {
	width: 136px;
}

#subscribe_button {
	border: 0;
	cursor: pointer;
	font-size: 19px;
	font-weight: bold;
	height: 44px;
	line-height: 43px;
	width: 136px;
}

#email_field {
	border: 0;
	font-size: 19px;
	height: 44px;
	line-height: 16px;
	padding: 0;
	padding-left: 14px;
	width: 348px;
}




/* ****** 3.3 Twitter Update List ****** */

#twitter_update_list {
	position: relative;
	width: 100%;
}

#twitter_update_list li {
	float: left;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	margin: 0 15px;
	overflow: hidden;
	position: relative;
	width: 135px;
}

#twitter_update_list li a {
	display: block;
	font-size: 10px;
	margin-top: 5px;
}

#twitter_update_list span a {
	display: inline;
	font-size: 12px;
	margin-top: 0;
}


#tweets_new {
	height: 114px;
	position: relative;
}

#tweets_new .follow_butt {
	height: 18px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	width: 60px;
	
	bottom: -8px;
	right: 30px;
}

#tweets_new .follow_butt a {
	display: block;
	font-size: 10px;
	font-weight: bold;
}

#tweets_new .follow_butt a:hover {
	text-decoration: none;
}

#tweets_new #twitter_update_list li {
	height: 60px;
	margin: 40px 0 0 147px;
	overflow: hidden;
	width: 351px;
}









/* ****** 3.4 Top Icon ****** */

#top_icon {
	display: block;
	height: 63px;
	position: absolute;
	right: -12px;
	top: -18px;
	width: 63px;
}

#top_icon a {
	display: block;
	height: 63px;
	width: 63px;
}

#top_icon a:hover {
	text-decoration: none;
}







/* ****** 4. FOOTER LAYOUT ****** */

#footer {
	font-size: 10px;
	padding: 3px 5px 0 0;
	text-align: right;
}



#theme_colors,
#theme_colors1 {
	background: url(../img/style1/content_bg.png);
	border: 1px #252525 solid;
	border-right: 0;
	position: absolute;
	right: 0;
	top: 80px;
	padding: 5px;
	width: 30px;
	height: 161px;
	overflow: hidden;
	
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#theme_colors a,
#theme_colors1 a {
	float: left;
	margin: 3px;
}




/* ****** 5. STYLES FOR MOBILE VERSION ****** */

#container_mob {
	margin: 0 auto;
	width: 310px;
}

#content.mobile {
	margin: 0;
	padding: 20px 0;
	position: inherit;
	width:310px;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}


#tweets_new.tweets_new_mobile {
	height: 79px;
}

#tweets_new.tweets_new_mobile .follow_butt {
	bottom: -8px;
	right: 30px;
}

#tweets_new.tweets_new_mobile #twitter_update_list li {
	height: 48px;
	font-size: 10px;
	margin: 22px 0 0 105px;
	width: 190px;
}

#tweets_new.tweets_new_mobile #twitter_update_list span a {
	font-size: 10px;
}

#email_field.email_field_mob {
	height: 38px;
	line-height: 16px;
	margin-left: 15px;
	width: 192px;
}

#subscribe_button.subscribe_button_mob {
	height: 38px;
	line-height: 35px;
	width: 73px;
}

#email_mob_width {
	float: left;
	overflow: hidden;
	width: 220px;
}

#sub_mob_width {
	float: left;
	overflow: hidden;
	width: 73px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}