/*
 *  Elaine Marshall
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 75%;  /* Reset base size to 12px */
	line-height: 1.667em;
	color: #343434;
	}

body, input, textarea, select, label {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	}
		
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
    }
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p {
    padding-bottom: 1.667em;
	}
	
a:link, a:visited {
    color: #223d7b;
    text-decoration: underline;
	}	
a:focus, a:hover, a:active {
    text-decoration: none;
	}

h1 {
    font-size: 1.833em;
    line-height: 1.36em;
    text-transform: uppercase;
    color: #223d7b;
    margin-bottom: 5px;
    background: url(../images/h1-bottom.png) repeat-x left bottom;
	}
	
h2 {
    font-size: 1.333em;
	}
h2 a:link, h2 a:visited { text-decoration: none; }
	
h3 {
    font-size: 1.167em;
	}
	
h4 {
    font-size: 1em;
	}

blockquote {
	padding: 0 1.5em 1.667em;
	font: italic 1.25em "Times New Roman", Times, serif;
	}

label {
	font-size: 1em;
	}

input, textarea, select {
	padding: 0 4px;
	font: 1.167em/19px "Times New Roman", Times, serif;
	color: #838383;
	border: 1px solid #89e8eb;
	background: #fff;
	}

input[type=submit], input[type=button], button {
    
	}

img { -ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */ }

.meta {
    color: #666;
    line-height: 1.4em;
    padding-bottom: 0.5em;
    }

.left { float: left; }
.right {  float: right; }

/* End text */ 


/* Begin page styles */

html {
    background: #6784ca url(../images/page-bg.png) repeat-x 0 0;
	}
	
#wrapper {
	width: 956px;
	margin: 0 auto;
	}
#wrapper:after {
/* auto clear the section */
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#wrapper {display: inline-table;}
/* Hide from IE Mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE Mac */

/* End page */


/* Begin header styles */

#header {
	position: relative;
    background: url(../images/header-bg.jpg) no-repeat 60% 12px;
    }

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo a {
	display: block;
    width: 420px;
    height: 120px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -9999px;
	}

#nav {
	float: left;
	width: 946px;
	padding: 9px 5px 0 5px;
	background: #424a50 url(../images/nav-bg.png) repeat-x 0 0;
	border-top: 17px solid #85e3e4;
	}
#nav li {
    position: relative;
	float: left;
	padding: 0 8px;
	background: url(../images/nav-divider.gif) no-repeat 0 50%;
	}
#nav li:first-child {
	background: none;
	}
#nav li a {
	display: block;
	font-size: 1.167em;
	line-height: 2em;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#nav li a:focus, #nav li a:hover, #nav li.current a, #nav li.open a {
	color: #424a50;
	background: #efefef;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	}
#nav li ul {
    position: absolute;
    width: 160px;
    padding: 16px 0;
    z-index: 99;
    background: #fff url(../images/content-top.png) repeat-x left top;
	-webkit-box-shadow: 2px 7px 8px rgba(0,0,0,0.4)
    }
#nav li ul li {
    float: none;
    background: url(../images/h1-bottom.png) repeat-x left top;
    padding: 1px 0 0;
    }
#nav li.open ul li a {
    line-height: 1.36em;
    padding: 5px 10px;
    color: #424a50;
	background: none;
    }
#nav li ul li a:focus, #nav li ul li a:hover {
    color: #000;
    background-color: #caddec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    }

#signup {
	position: absolute;
	right: 0;
	top: 0;
	height: 34px;
	padding: 26px 0 0 90px;
	background: url(../images/state-icon.png) no-repeat 0 0;
	text-align: right;
	}
#signup #email {
	width: 100px;
	margin-right: 5px;
	background: #dedede;
	}
#signup #zip {
	width: 60px;
	margin-right: 5px;
	background: #dedede;
	}
#signup .button {
	height: 21px;
	width: 71px;
	background: url(../images/join-btn.png) no-repeat;
	color: #fff;
	font: bold 1em/21px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	}
#signup .button:focus, #signup .button:hover {
	background-position: 0 -21px;
	}

#social {
	position: absolute;
	right: 0;
	top: 65px;
	}
#social li {
	float: left;
	margin-left: 5px;
	}

/* End header */


/* Begin body styles */

#contentWrapper {
    overflow: hidden;
    width: 916px;
	padding: 15px 20px;
	background: #fff url(../images/content-top.png) repeat-x left top;
	}

#content {
	float: left;
	width: 600px;
	}

#content ul {
    list-style-type: square;
    padding-left: 1.5em;
    padding-bottom: 0.833em;
    }
#content ol {
    list-style-type: decimal;
    padding-left: 1.5em;
    padding-bottom: 0.833em;
    }
#content li {
    padding-bottom: 0.833em;
    }
#content #section-list, #content #events-list {
    list-style-type: none;
    padding: 0;
    }
#content #section-list li, #content #events-list li {
    padding: 0.833em 0;
    }
#content #events-list li {
  padding: 1.667em 0 0;
	background: #fff url(../images/h1-bottom.png) repeat-x left bottom;
  }

#content ul.video {
	width: 630px;
	}   
#content ul.video li {
	float: left;
	clear: none;
	width: 180px;
	margin-right: 30px;
	}
#content ul.video li a {
	display: block;
	height: 200px;
	text-decoration: none;
	}
#content ul.video li a img {
	display: block;
	border: none;
	}
#content ul.video li a em {
	color: #88a;
	font-style: normal;
	}

#content #pagination-links{ margin: 0; padding: 0; list-style: none; clear: both; }
#content #pagination-links li{ float: left; }
#content #pagination-links li a{ display: block; padding: 0 6px; line-height: 24px; font-size: 12px; }
#content #pagination-links li a.current{ margin: 0 3px; font-weight: bold; }

#sidebar {
	float: right;
  }

#actionCenter {
  position: relative;
  top: -20px;
	width: 227px;
	padding: 10px 24px;
	margin-bottom: 20px;
	background: #223d7c url(../images/action-bg.png) repeat-y 0 0;
	}
#actionCenter.home {
  top: 0;
  }

#actionCenter li a {
	display: block;
	overflow: hidden;
	height: 30px;
	padding: 10px;
	color: #b3f1f2;
	background: url(../images/action-btns.png) no-repeat 0 0;
	text-decoration: none;
	}
#actionCenter li a:focus, #actionCenter li a:hover {
	background-position: 0 -50px;
	}
#actionCenter li a span {
	display: block;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	}
#actionCenter li.donate a {
	color: #274589;
	background-position: 0 -100px;
	}
#actionCenter li.donate a:focus, #actionCenter li.donate a:hover {
	background-position: 0 -150px;
	}
#actionCenter li.donate a span {
	color: #274589;
	}

#meetElaine {
  float: right;
  clear: right;
	width: 275px;
  list-style-type: none;
  }
#meetElaine li {
  padding-top: 10px;
  }

/* End body */


/* Begin footer styles */

#footerWrapper {
	padding: 20px 60px;
    background: #f2f4f3 url(../images/footer-bg.png) repeat-x 0 0;
	}

#paidfor {
	float: right;
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.167em;
	}

#footer {
	overflow: hidden;
	padding-right: 40px;
	font-size: 0.833em;
	text-align: center;
	}
#footer a {
	color: #343434;
	}
#footer p {
	padding: 0;
	line-height: 1.4em;
	}

#footerLinks li {
	display: inline;
	padding: 0 3px 0 5px;
	text-transform: uppercase;
	border-left: 1px solid;
	}
#footerLinks li:first-child {
	border: none;
	}

/* End footer */


/* Begin Homepage */

#homeFeature{
	background: #3056ab;
	display: block;
	float: left;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #3055aa;
	border-width: 1px 0 1px 1px;
	height: 218px;
	width: 640px;
	}
	#homeFeature ul{
		z-index: 1;
	}
	#homeFeature ul li{
		position: absolute;
		top: 0;
		left: 0;
		width: 640px;
		height: 218px;
	}
		#homeFeature ul li h2{
			position: absolute;
			top: 15px;
			right: 15px;
			z-index: 3;
			
			color: #FFF;
			text-align: center;
			text-transform: uppercase;
		}
		#homeFeature ul li p{
			margin: 0;
			padding: 0;
			position: absolute;
			top: 40px;
			right: 10px;
			width: 140px;
			z-index: 3;
		}
		#homeFeature ul li .overlay{
			background: transparent url(../images/feature-overlay.png) top right no-repeat;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			width: 640px;
			height: 218px;
		}
		#homeFeature li a.feature-link{
			display: block;
			width: 640px;
			height: 218px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 3;
		}
#homeFeature img{
	display: block;
	}
#homeFeature p {
	position: absolute;
	right: 10px;
	top: 25px;
	width: 140px;
	padding: 0;
	color: #fff;
	}

#homeNews, #home-message {
	float: left;
	width: 613px;
	}
#homePress {
	float: left;
	clear: left;
	width: 613px;
	}

#homeNews a:link, #homeNews a:visited, #homePress a:link, #homePress a:visited {
    text-decoration: none;
    }
	
.latest {
    float: left;
    width: 320px;
    margin-right: 20px;
    }
.archives {
    float: left;
    width: 273px;
    }

#homeIssues {
	float: left;
	width: 273px;
	}

.feed {
    float: right;
    }

#homeEndorsements {
	float: right;
	width: 190px;
	margin-right: 0px;
	padding-left: 30px;
	background: url(../images/div-vertical.png) repeat-y 0 0;
	}
html > body #homeEndorsements{ margin-right: 60px; }
#homeEndorsements blockquote {
    padding: 0 0 1.677em;
    }

#homeIssues img, #homeEndorsements img {
	padding: 3px;
	border: 1px solid;
	}

/* End homepage */


/* Photo Section */

.photo-gallery-title{ text-transform: none; }
p.photo-gallery-byline{
	margin: 0;
	padding: 0;
	
	font-weight: bold;
}
.photo-gallery-thumbnail{
	float: left;
	margin: 0 18px 18px 0;
}
#section-list li{
	clear: both;
}