/*-----------------------------------------------------------------------------

Theme Name: Fright Tour Countdown
Theme URI: http://www.frighttour.com
Description: 
Author: The Claw Studio
Author URI: http://www.theclawstudio.com
Version: 0.1 - 02/08/2009

-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
PAGE LAYOUT - OVERALL
-----------------------------------------------------------------------------*/
body {
	background-color: #000000;
	margin-top: 25px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

/*-----------------------------------------------------------------------------
COUNT DOWN
-----------------------------------------------------------------------------*/
#countdown_banner{
	background-image: url(../countdown/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:yellow;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}
/*-----------------------------------------------------------------------------
NEWSLETTER SIGN-UP
-----------------------------------------------------------------------------*/
#newsletter_header {
	color: #CCCCCC;
	background-color: #333333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#newsletter_content {
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	width: 600px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
#footer a, #footer a:visited {
	color: #FFCC33;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}

