/* Table of Contents:

	1. Typography
	2. Generic
	3. Content Layout
		3.1 Countdown Dashboard
		3.2 Email and Subscribe field
		3.3 Twitter Update List
		3.4 Top Icon
	4. Footer Layout
	
*/






body, input, textarea {
	background: url(../img/style6/bg.gif) #000;
	color: #FFF;
}



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

a {
	color: #e42219;
}



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


#content {
	background: url(../img/style6/content_bg.png);
	border: 1px #252525 solid;
}


.logo a {
	background:url(../img/style6/logo.png) center no-repeat;
}


/* ****** 3.1 Countdown Dashboard ****** */


#countdown_dashboard .dash {
	background: url(../img/style6/dash_bg.png) no-repeat top;
}

#countdown_dashboard .digit {
	color: #5c0e0a;
}

#countdown_dashboard .dash_light {
	background: url(../img/style6/dash_light.png) 0px 2px no-repeat;
}


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


#subscribe_button {
	background: url(../img/style6/submit_butt.png) no-repeat top;
	color: #5c0e0a;
}

#subscribe_button:hover {
	background: url(../img/style6/submit_butt.png) no-repeat bottom;
	color: #a21912;
}

#email_field {
	background: url(../img/style6/email_field_bg.png) no-repeat left top;
	color: #999;
}


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

#top_icon.subs {
	background: url(../img/style6/icons.png) bottom no-repeat;
}

#top_icon.subs:hover {
	background: url(../img/style6/icons_hover.png) bottom no-repeat;
}

#top_icon.fb {
	background: url(../img/style6/icons.png) center no-repeat;
}

#top_icon.fb:hover {
	background: url(../img/style6/icons_hover.png) center no-repeat;
}

#top_icon.twitter {
	background: url(../img/style6/icons.png) top no-repeat;
}

#top_icon.twitter:hover {
	background: url(../img/style6/icons_hover.png) top no-repeat;
}

