/* Governor Chet Culver - Iowa - Splash Page Style Sheet */
/* http://www.bullseyeinteractive.com - Bullseye Interactive Media 2009 */

/* Import Eric Meyer's Reset Styles */
@import url("reset.css");

html {
	background: url(../interface/culver_splash_updated.jpg) no-repeat 50% 0 #135822; 
	height:100.02%;
}

html#noPic {
	background: url(../interface/culver_splash_updated_video.jpg) no-repeat 50% 0 #015718;
}

body {
	font-family:Helvetica, sans-serif;
	background:transparent;
	width:800px;
	margin: 0 auto;
	color:#fff;
	font-size:small;
}

#splashVideo {
	margin: 72px 0 0 0;
	width:366px;
	display:inline;
	float:left;
}

#content {
	float:right;
	display:inline;
	width:281px;
	margin: 106px 153px 0 0;
	}
	
	#content h1 a {
		display:block;
		width:281px;
		height:172px;
		background: url(../interface/splash-logo.png) no-repeat top left;
		text-indent:-9999px;
	}
	
	#interactions {
		
	}
	
	form#signup {
		margin: 10px 0 0 44px;
		width:220px;
	}
	
	form#signup h2 {
		font-weight:bold;
		font-size:1.3em;
		padding: 0 0 7px 0;
		text-shadow: 0.1em 0.1em 0.2em black
	}
	
	form#signup li {
		float:left;
		display:inline;
	}
	
	form#signup label {
		display:block;
		text-shadow: 0.1em 0.1em 0.2em black;
		font-weight:bold;
	}
	
	form#signup input {
		font-family:Helvetica, sans-serif;
		padding: 2px;
		font-size:1.1em;
		border:1px solid #135822;
	}
	
	form#signup input#email, form#signup input#f11 {
		width:85px;
		margin: 0 10px 0 0;
	}
	
	form#signup input#zip, form#signup input#f32 {
		width:44px;
		margin: 0 10px 0 0;
	}
	
	form#signup input#submit {
		background:#FADF30;
		color:#43663E;
		font-weight:bold;
	}
	
	#response {
		clear:both;
		text-shadow: 0.1em 0.1em 0.2em black;
		padding: 5px 0 0 0;
		height:3em;
	}
	
#footer { color:#89af91; margin: 30px 0 0 44px; display:inline; width:192px; }
#footer h3 { margin: 0 0 20px 44px; clear:both; }
#footer h3 a { color:#89af91; text-decoration:none; font-size:1.4em; padding: 0 15px 0 0; font-weight:normal; }
#footer h3 a:hover { background: url(../interface/skip-arrow.gif) no-repeat center right; padding: 0 15px 0 0; }
#footer a#contributeBtn { 
	clear:both;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	background: url(../interface/splashContributeBtn.png) repeat-x bottom center #FC2211;
	width:174px;
	border:1px solid #4AA37A;
	padding: 8px 10px 7px 10px;
	display:block;
	text-align:center;
	margin: 10px 0 1em 44px;
}

#footer a#contributeBtn:hover { background: #fff; color:#CA0014; }


p#disclaimer {
	margin: 0 0 0 44px;
	border: 1px solid #89af91;
	padding: 6px;
	font-size:.9em;
	text-align:center;
}

	