/* O'Leary for Congress - Splash Style Sheet */

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

html {
	background: url(../interface/htmlBg.png) fixed repeat top center #fff;
	height:100.1%;
}

body {
	font-family: Georgia, serif;
	font-size:1em;
	background:transparent;
	width:1100px;
	margin: 0 auto;
	color:rgba(0, 0, 0, 0.75);
}



/* ------ GLOBAL TYPOGRAPHY ------ */

p {
	font-size:100%;
	line-height:1.2em;
	padding: 0 0 0.7em 0;
	font-size:.95em;
}

p.icon {
	clear:both;
	padding; 0 0 5px 0
}

p.icon a {
	display:block;
	padding: 0 0 0 21px;
	color:#006600;
	font-style:italic;
}

p.icon a:hover {
	color: #69A969;
}

p.rss a {
	background: url(../interface/rss.png) no-repeat top left;
}

p.twitterHead {
	background: url(../interface/twitter.png) no-repeat top left;
}

p.tight {
	padding: 0;
}

h2 {
	color: #004366;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2em;	
}

h2 a {
	color: #004366;
}

h2 a:hover {
	color: #317BA1;
}

h3 {
	color:#006600;
	font-style:italic;
}

#wideLeft h3 {
	padding: 0 0 1em 0;
}

h3 a {
	color:#006600;
	font-style:italic;
	padding: 0 0 1em 0;
	display:block;
}

a {
	text-decoration:none;
	color:#004366;
}

a:hover {
	color: #8FB7CB;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

small {
	font-size:.5em;
}

ul.articleNavigation {
}

ul.articleNavigation li {
	display:block;
	padding: 0 0 .8em 0;
	line-height:1.2em;
}

ul.sectionNavigation {
	text-align:center;
}

ul.sectionNavigation li {
	display:inline;
	padding: 0 30px;
	line-height:1.2em;
}

blockquote {
	margin: 0 2em 1em 1em;
	padding: 1em 1em 0 1em;
	background: #F3F1EE;
	border-left:1px solid #ACC6A4;
}


.post h2 {margin-bottom: 15px;}
.post ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 20px 30px;}


/* ----- Flourishes ----- */

span.smallFlourish {
	float:left;
	background: url(../interface/smLineFlourish.png) no-repeat top center;
	display:block;
	width:220px;
	height:24px;
	margin: 5px 0 17px 0;
}


span.largeFlourish {
	clear:both;
	float:left;
	display:block;
	width:460px;
	height:24px;
	background: url(../interface/largeFlourish.png) no-repeat top center;
	margin: 0 0 10px 0;
}


/* ------ LAYOUT ------ */

#container {
	width:1060;
	margin: 0 auto;
	background: url(../interface/containerBg.png) repeat top center;
	padding: 20px 20px 0 20px;
	overflow:hidden;
}

#masthead {
	width:1060px;
	height:126px;
	background: url(../interface/mastheadClouds.jpg) no-repeat top center;
	float:left;
	display:inline;
}

#logo {
	float:left;
	display:inline;
	margin: 0 0 0 120px;
	}
	
	#logo h1 a {
		width:340px;
		height:126px;
		display:block;
		text-indent:-9999px;
		background: url(../interface/olearyLogo.png) no-repeat top left;
	}

#nav {
	clear:both;
	float:left;
	display:inline;
	width:1060px;
	background: url(../interface/navBG.png) repeat-x bottom center;
	padding: 0 0 20px 0;
	border-top: 1px solid #457449;
} 

#content {
	clear:both;
	width: 1060px;
	float:left;
	display:inline;
}

#left {
	width:460px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#wideLeft {
	width:820px;
	float:left;
	display:inline;
}

#sliderContainer {
	float:left;
	display:block;
	width:460px;
}

.post {
	background: url(../interface/largeFlourish.png) no-repeat bottom center;
	padding: 0 0 1.5em 0;
	margin: 0 0 1.5em 0;
	line-height:1.2em;
}

#middle {
	width: 340px;
	float:left;
	display:inline;
	margin: 0 20px 0 0;
}

.postExcerpt {
	margin: 0 0 12px 0;
}

#map {
	width: 340px;
	display:block;
	margin: 0 0 20px 0;
}

#right {
	width:220px;
	float:right;
	display:inline;
}

#footer {
	width:1100px;
	clear:both;
	padding: 20px 0 20px 0;
	background: url(../interface/footerBg.png) repeat top center;
	float:left;
	display:inline;
	font-size:.95em;
}

#footerLeft, #footerCenter, #footerRight {
	width:220px;
	float:left;
	display:inline;
}

#footerLeft {
	margin: 0 30px 0 230px;
}

#footerCenter {
}

#footer li {
	margin: 0 0 .5em 0;
}

#footerRight {
	width:240px;
}



/* ------ SIGNUP ------ */

#signup {
	float:right;
	display:inline;
	width:500px;
	border: 3px solid #A1C8E5;
	background: url(../interface/85white.png) repeat top left;
	color:#638c56;
	margin: 15px 20px 0 0;
	padding: 14px 14px 20px 14px;
	overflow:hidden;
}

#signup h2 {
	font-weight:bold;
	font-size:1.2em;
	display:inline;
	z-index:5;
}

#signup ul {
	z-index: 3;
	margin: 0 0 -8px 0;
	overflow:hidden;
}

#signup li {
	display:inline;
	float:left;
	margin: 0 10px 0 0;
	position: relative;
}

#signup li.last {
	margin: 0 0 0 0;
}

#signup label#emailLabel {
	float:right;
}

#signup input {
	padding: 4px;
	border: 1px solid #cfe4ce;
	font-family: Georgia, serif;
	font-size:0.7em;
	background: url(../interface/splashInput.png) repeat-x bottom left #EEF5EE;
	margin: 2px 0 0 0;
}


#signup input#Email {
	width:130px;
}

#signup input#Zip {
	width:45px;
}

#signup input#First_Name {
	width:65px;
}

#signup input#Last_Name {
	width:80px;
}

.bottom {
	margin: 0 0 0 30px;
} 

.endorser {
	padding: 3px 0 0 75px;
	}
label  { 
	position:absolute; 
	margin: 7px 0 0 6px;
	}
#endorserLabel {
	font-size: 0.9em;
	}

#signup input.dia_submit {
	border:1px solid #BFC9E1;
	color:#fff;
	font-weight:bold;
	padding: 4px 0;
	text-align:center;
	margin: 0 0 0 0;
	background: url(../interface/submitBtn.png) repeat-x bottom left #007C00;
	width:45px;
}

#signup legend {
	font-weight:bold;
	font-size:1.4em;
	display:block;
	z-index:5;
}

#signup label {
	font-size: 0.8em;
	}



/* ------ Navigation ------ */

#nav ul {	
}

#nav li {
	display:block;
	float:left;
}

#nav li#donate {
	float:right;
}

#nav li a {
	display:block;
	color:#DEE6DC;
	font-size:1.2em;
	padding: 10px 18px;
}

#nav li a:hover {
	background: #DFE7DC;
	color: #006600;
}

#nav li a#navContribute {
	background: url(../interface/contributeBtn.png) repeat-x top center #8B0300;
	font-weight:bold;
	padding: 10px 35px;
	color:rgba(255,255,255,.9);
}

#nav li a#navContribute:hover {
	background: #D95B54;
	color:rgba(0,0,0,.8);
}



/* ------ Slider ------ */

#slider {
	display: inline;
	position: relative;
	float: left;
	width: 460px;
	height: 307px;	
}

#slider img {
	position: absolute; 
	top: 0pt; 
	left: 0pt; 
	display: block; 
	z-index: 2;
}

#caption {
	display: inline;
	position: relative;
	float: left;
	width: 460px;
	height: 20px;
	margin: -35px 0 0 0;
	padding: 10px 0;
	z-index: 10;
	background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	top: -30px;
}

#caption .teaser {
	color: #fff;
	padding: 0 10px;
}

#pager { 
	position: relative;
	float: left;
	top: -30px;
	/* drop 20 px increments for each additional slider */
	left: 360px;
	margin: 0;
	z-index:100;
}

#pager a {
	display: inline;
	float: left;
	color:#fff;
	border: 1px solid #fff;
	padding:4px 6px;
	margin: 0 3px 0 0;
	text-decoration: none;
	
}
#pager .activeSlide {
	border: none;
}

/*#caption ul li a, #caption ul li a:link, #caption ul li a:visited, #caption ul li a:active{
	color: #fff;
	text-decoration: none;
}*/



/* ------ The Toots ------ */

#twitter_div li {
	font-size:.95em;
	line-height:1.2em;
	padding: 0 0 1em 0;
}


/* ------ Lower Section ------ */

#buttons {
	overflow:hidden;
	margin: 0 35px;
}

#buttons ul {
	margin: 20px 0 0 0;
}

#buttons li {
	float:left;
	display:inline;
}

#buttons li#donation {
	float:left;
}

#buttons li span.flourish {
	background: url(../interface/flourish.png) no-repeat top center;
	display:block;
	width:51px;
	height:22px;
	margin: 12px 0 0 50px;
}

#buttons li#out {
	float:right;
}

#buttons li a {
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding: 10px 0;
	width:200px;
	text-align:center;
}

#buttons li a#contribute {
	background: url(../interface/contributeBtn.png) repeat-x top center #8B0300;
	border:1px solid #a40700;
}

#buttons li a#contribute:hover {
	background: #D95B54;
}

#buttons li a#continue {
	background: url(../interface/skipBtn.png) repeat-x top center #374988;
	border:1px solid #526b9b;
}

#buttons li a#continue:hover {
	background: #879AB9;
}


p.disclaimer {
	display:block;
	text-align:center;
	background: url(../interface/disclaimer.png) repeat;
	line-height:1em;
	padding: 6px;
	margin: 20px auto 20px auto;
	font-size:.8em;
}

p.bullseye {
	font-size:.8em;
}

p.info {
	padding: 1em 0 0 0;
}


