/* Steve Shields - Democrat for Oregon Governor - 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/splashHtmlBG.png) repeat-x top center;
	height:100.02%;
}

body {
	width: 901px;
	height: 530px;
	font-family: Helvetica, sans-serif;
	background: url(../interface/splashBodyBG.png) repeat-x top center;
	margin: 0 auto;
	color:#94938a;
	font-size:small;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic;
}

#splashBodyContainer {
	width:901px;
overflow:hidden;
}

#splashNav {
	width:901px;
	height:100%;
	margin: 0 auto;
}

	#splashNav ul {
		border-bottom:1px solid #DEDEDE;
		text-align:center;
		overflow:hidden;
	}
	
	#splashNav li {
		display:inline;
		float:left;
		}
		
		#splashNav li a {
			display:block;
			padding: 13px 20px 11px 20px;
			color:#1F59A6;
			text-decoration:none;
			border-right:1px solid #DEDEDE;
			font-weight:bold;
			font-size:1.2em;
		}
		
		#splashNav li a:hover {
			background: #DEDEDE;
			color:#fff;
		}


#splashLogo {
	display:block;
	float:left;
	width:327px;
	height:208px;
	margin: 20px 20px 0 24px;
}

	#splashLogo h1 a {
		background: url(../interface/splashLogo.png) no-repeat top left;
		display:block;
		width:327px;
		height:208px;
		text-indent:-9999px;
	}
	
#splashIntro {
	width:500px;
	margin: 35px 30px 10px 0;
	display:inline;
	float:right;
}

	#splashIntro h2 {
		display:block;
		width:499px;
		height:27px;
		background: url(../interface/splashIntro.png) no-repeat top left;
		text-indent:-9999px;
		margin: 0 0 20px 0;
	}
	
	#splashIntro p {
		color:#94938a;
		line-height:1.2em;
		font-size:1.2em;
		margin: 0 0 1em 0;
	}
	
span.fullSplashDivider {
	clear:both;
	display:block;
	width:840px;
	height:1px;
	margin: 0 auto 20px auto;
	background: url(../interface/splashFullSpan.png) no-repeat top center;
}

#splashFrontContainer {
	background: url(../interface/splashFrontContainerBG.png) no-repeat bottom center;
	width:901px;
	overflow:hidden;
	padding: 0 0 71px 0;
}

#splashInteractions {
	float:left;
	display:inline;
	margin: 0 0 10px 51px;
	padding: 20px 0 0 0;
	width:280px;
}

	form#splash h3 {
		color:#283d94;
		font-weight:bold;
		display:block;
		font-size:1.6em;
		z-index:1;
	}
	
	form#splash {
		display:block;
	}
	
	form#splash ul {
		overflow:hidden;
		margin: -16px 0 0 0;
	}
	
	form#splash li {
		display:block;
		float:left;
	}
		
	form#splash input {
		display:block;
		padding: 5px 3px;
		border:1px solid #c6c6bc;
	}
	
	form#splash li label {
		display:block;
		text-align:right;
		color:#0b9545;
		font-size:1.2em;
		padding:0 0 5px 0;
	}
	
		form#splash li#email {
			width:160px;
			margin: 0 10px 0 0;
			background: url(../interface/splashEmailShadow.png) no-repeat bottom center;
			padding: 0 0 10px 0;
		}
		
			form#splash input#dulihl-dulihl {
				width:150px;
			}
		
		form#splash li#zip {
			width:50px;
			margin: 0 10px 0 0;
			background: url(../interface/splashZipShadow.png) no-repeat bottom center;
			padding: 0 0 10px 0;
		}
		
			form#splash input#zip {
				width:40px;
			}
		
		form#splash li#btn {
			width:50px;
			margin: 20px 0 0 0;
		}
		
			form#splash input#splashSubmit {
				background: url(../interface/splashSignupBtn.png) repeat-x bottom left #283D93;
				color:#fff;
				font-family:Helvetica, sans-serif;
				font-weight:bold;
				font-size:1.1em;
			}

	h2#contribute {
		margin: 10px 0 10px 0;
		background: url(../interface/splashContributeShadow.png) repeat-x bottom center;
		padding: 0 0 10px 0;
	}

	h2#contribute a {
		clear:both;
		display:block;
		background: url(../interface/splashContributeBtn.png) repeat-x bottom left;
		padding: 8px 0 7px 0;
		color:#fff;
		font-weight:bold;
		width:280px;
		text-decoration:none;
		font-size:1.4em;
		text-transform:uppercase;
		text-align:center;
	}
	
		h2#contribute a:hover {
			background: #fff;
			color:#0B9344;
		}

	#splashFacebook {
		background: url(../interface/splashContributeShadow.png) repeat-x bottom center;
		padding: 0 0 10px 0;
	}

	#splashFacebook div a {
		display:none;
	}
	
	ul#splashButtons {
		overflow:hidden;
		margin: 12px 0 0 0;
	}
	
	ul#splashButtons li {
		float:left;
		display:inline;
	}
	
	ul#splashButtons a {
		display:block;
		background: url(../interface/splashButtons.png) no-repeat top left;
		text-indent:-9999px;
	}
	
		ul#splashButtons a#actBlueBtn {
			width: 55px;
			height:62px;
		}
		
		ul#splashButtons a#actBlueBtn:hover {
			background-position: 0 -62px;
		}
		
		ul#splashButtons a#twitterBtn {
			width: 59px;
			height:62px;
			background-position: -55px 0;
		}
		
		ul#splashButtons a#twitterBtn:hover {
			background-position: -55px -62px;
		}
		
		ul#splashButtons a#storyBtn {
			width: 166px;
			height:62px;
			background-position: -114px 0;
		}
		
		ul#splashButtons a#storyBtn:hover {
			background-position: -114px -62px;
		}

#splashVideo {
	float:right;
	display:inline;
	margin: 0 30px 0 0;
	width:500px;
	height:307px;
}

#openletter {
	text-align: left;
	font-family: Helvetica, sans-serif;
	color: #6E6E6E;
	padding: 20px;
}

#openletter p {
	text-align: left;
	font: helvetica 12px #999999;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-size:1.1em;
}

#openletter i {
	background: url(../interface/splashFrontContainerBG.png) no-repeat bottom center;
	display: block;
}

#splashFooter {
	clear:both;
	margin: 20px 0 20px 0;
	width:901px;
	display:inline;
	float:left;
	}
	
	#splashFooter ul {
		clear:both;
		text-align:center;
		margin: 0 0 20px 0;
	}
	
	#splashFooter li {
		display:inline;
	}
	
	#splashFooter li a {
		margin: 0 10px;
		padding: 3px;
		display:inline;
		text-decoration:none;
		color:#94938a;
	}
	
	#splashFooter li a:hover {
		color: #fff;
		background:#94938a;
	}
	
	p.disclaimer {
		text-align:center;
		padding: 0 0 1em 0;
	}
	
#splashPost {
	width:500px;
	display:inline;
	float:right;
	margin: 35px 30px 10px 0;
	min-height:200px;
}	

#splashPost h2 {
	color: #1f59a6;
	font-weight:bold;
	font-size:2em;
	margin: 0 0 1em 0;
}

#splashPost p {
	line-height:1.2em;
	padding: 0 0 1em 0;
}

#splashPost a {
	color: #283D94;
	text-decoration:none;
	}
	
	#splashPost a:hover {
		text-decoration:underline;
	}
	
h1#thanks {
	color: #283891;
	font-weight:bold;
	font-size:2em;
	font-family: Futura, Helvetica, sans-serif;
	margin: 0 0 1em 0;
}	
	