/* CORE ELEMENTS */

html, body{ background: #d2dcff; }
body {
	color: #FFF;
	font: 14px/20px georgia, "Times New Roman", times, serif;
}

h1, h2, h3, h4, h5, h6, ol, ul, dl, p, form, fieldset { margin: 0 0 10px 0; }
h1{ margin: 0 0 -10px 0; }

a{ color: #FFF; }
a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
a#skip_to_site{
	position: absolute;
	bottom: 90px;
	right: 70px;
}
a#contribute{
	position: absolute;
	left: 387px;
	bottom: 90px;
}
a#buy_tickets{position:absolute;
	bottom:50px;
	left:475px;
}
form{
	border-top: 1px solid #6c7ebb;
	border-bottom: 1px solid #6c7ebb;
	padding-top: 10px;
}
fieldset{
	float: left;
	margin: 0;
	width: 50%;
}
label{
	display: block;
	color: #f7ec37;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
label span.req{
	font-size: 16px;
	color: red;
}
input.text{
	background: #FFF;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	width: 90%;
	color: #666;
	font-size: 12px;
	line-height: 12px;
}


/* Header */

#header{
	background: #336799;
	border: 6px solid #FFF;
	border-top: none;
	margin: 0 auto;
	padding: 15px 0;
	width: 784px;
	text-align: center;
	text-shadow: #333 0 5px 5px;
}
#header strong{
	display: block;
	margin: 0 0 5px 0;
	font: 20px/20px georgia, "Times New Roman", times, serif;
	text-transform: uppercase;
}
#header em{
	color: #feff31;
	font-weight: bold;
}


#election-notice {
	width: 790px;
	margin: 0 auto;
	padding: 15px 0;
	border: 6px solid #fff;
	background: #1d9a24 url(holiday-banner.png) no-repeat;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#election-notice h2 {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}
#election-notice h2 strong {
	color: #feff31;
}
#election-notice h2 sup {
	vertical-align: super;
	font-size: 12px;
}
#election-notice p {
	margin: 0;
}


/* WRAPPER */

#outer-wrapper{ background: #d2dcff url(background.png) top no-repeat; }
#wrapper{
	background: transparent url(headshot.jpg) 30px 30px no-repeat;
	height: 470px;
	margin: 0 auto;
	padding: 37px 67px 37px 387px;
	position: relative;
	width: 402px;
}

#endorsements{
	background: transparent url(endorsements/endorsements-background.jpg) 0 0 no-repeat;
	height: 218px;
	overflow: hidden;
	position: absolute;
	left: 36px;
	bottom: 38px;
	width: 335px;
	text-align: center;
}
#endorsements p{
	margin: 3px 0;
	font-style: italic;
	font-weight: bold;
	text-shadow: #000 0 0 5px;
}
#endorsements ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#endorsements li{
	display: inline;
}
