﻿/* Baseline Restore */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, tak
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {      
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
    margin: 2em 2em;
    padding: .5em;
    background-color: #e0e0e0;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
* Reusable classes
**/

strong {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}


.small-donate  a {
    background: url("../img/small-donate-background.png") 0 0 no-repeat;
    color: #fff;
    display: block;
    font-style: normal;
    font-weight: 700;
    margin: 85px 0px 0px 0px;
    padding: 5px 0px 5px 10px;
    height: 19px;
    text-decoration: none;
    text-shadow: 0.5px 0.5px 0.5px #b26c21;
    width: 110px;
}

.small-donate a:hover {
    background-position: 0px -29px;
}

.medium-donate a {
    background: url("../img/medium-donate-background.png") 0 0 no-repeat;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 39px;
    letter-spacing: 0.02em;
    margin: 0 auto;
    padding: 13px 0px 0px 0px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #b26c21;
    text-transform: uppercase;
    width: 260px;
}

.medium-donate a:hover {
    background-position: 0px -53px;
}

.big-donate a {
    background: url("../img/big-donate-background.png") 0 0 no-repeat;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 44px;
    letter-spacing: 0.02em;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
    text-decoration: none;
    text-shadow: 0.5px 0.5px 0.5px #b26c21;
    text-transform: uppercase;
    width: 291px;
}

.big-donate a:hover {
    background-position: 0px -59px;
}

.green-button a {
    background: url("../img/green-button-background.png") 0 0 no-repeat;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    letter-spacing: 0.01em;
    margin: 5px 2px;
    padding: 12px 0px 0px 0px;
    text-decoration: none;
    text-transform: lowercase;
    width: 94px;
}

.green-button a:hover {
    background-position: 0px -44px;
    text-decoration: none !important;
}

.orange-button a {
    background: url("../img/medium-donate-background.png") 0 0 no-repeat;
    color: #fff !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    letter-spacing: 0.02em;
    margin: 5px 3px;
    padding: 12px 0px 0px 0px;
    text-decoration: none;
    text-transform: lowercase;
    width: 94px;
}

.orange-button a:hover {
    background-position: 0px -44px;
    text-decoration: none !important;
}

.signup {
    background: url("../img/signup-background.png");
    height: 95px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    width: 236px;
}

.signup h1 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-shadow: 0.5px 0.5px 0.5px #0a5797;
    text-transform: uppercase;
}

.signup h2 {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

.signup-form {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.signup-form  input {
    border: 0;
    border-radius: 2px;
    color: #76a23f;
    margin: 0px 4px;
    padding: 2px;
    height: 26px;
}

.signup-form  #email {
    width: 105px;
}

.signup-form  #zip {
    width: 55px;
}

.signup-form input[type=submit] {
    background: url("../img/signup-arrow.png") 0 0;
    border: 0px;
    color: #fff;
    font-weight: bold;
    height: 30px;
    text-shadow: 0.5px 0.5px 0.5px #0a5797;
    width: 25px;
    vertical-align: top;
}

.signup-form input[type=submit]:hover {
    background-position: 0px -32px;
    cursor: pointer;
}

.connect {
    width: 100px;
}

/**
* Containers
**/
body {
    background: url("../img/background.png") repeat;
    font-family: "pragmatica-web", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

#content {
    background: url("../img/content.png") repeat-y;
    margin: 0 auto;
    width: 976px;
}

/**
* Global header (DEPRECATED)
**/
#header {

    margin: 0 auto;
}

#header #logo {
    height: 96px;
    margin: 20px 0px 20px 15px;
    width: 387px;
}

#header #nav {
    margin: 90px 0px 0px 0px;
    text-align: left;
    width: 400px;
}

#header #nav ul {
    list-style-type: none;
}

#header #nav ul li {
    display: inline;
    margin: 0px 10px;
}

#header #nav ul li a {
    color: #588b1d;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

/**
* Ribbon Bar
**/

#tabs {
    font-size: 90%;
    margin: 0px 8px;
    padding-right: 10px;
    width: 585px;

    float: right;
}

#header_logo {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#tabs > ul {
    float: left;
    background: none;
    width: auto !important;
    padding-top: 0px;
    margin-bottom: -1px;
    padding-left: 10px;
}

#tabs > li {
    margin-left: 0px;
    margin-right: 20px;
    list-style: none;
}

* html #tabs li {
    display: inline;
}

#tabs li, #tabs li a {
    float: left;
}

#tabs ul li.active {
    background: url("../img/tab-right.png") no-repeat right bottom;
    border-bottom: 1px white solid;
}

#tabs ul li.active a {
    background: url("../img/tab-left.png") no-repeat left bottom;
    padding: 14px 15px 4px 15px;
    color: #3B3B3B !important;
}

#tabs > div {
    background: url("../img/ribbon-bg.png") repeat-x;
    clear: both;
    padding: 9px 9px 0px 0px;
    min-height: 80px;
    width: auto;
!important;
    margin: auto;
    margin-bottom: 12px;
    border: solid 1px #DADADA;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #D8D8D8;
    display: none;
}

#tabs div h3 {
    margin-bottom: 12px;
}

#tabs div p {
    line-height: 150%;
}

#tabs ul li a {
    text-decoration: none;
    padding: 14px 13px 4px 13px;
    color: #8C8C8C;
    font-weight: normal;
    font-size: 14px;
}

.ribbon_group {
    display: block;
    height: 80px;
    margin-top: 0px;
    padding: 0px 5px;
    float: left;
    width: auto;
    border-right: 1px solid rgba(218, 218, 218, 0.60);
    border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.ribbon_button {
    float: left;
    border: none;
    width: 64px;

}

.ribbon_button_dynamic {
    float: left;
    border: none;


}

.ribbon_button_text_dynamic {

border: none;
font-family: inherit;
font-size: 12px;
text-decoration: none;
color: grey;
float: left;
vertical-align: middle;
margin-left: 6px;
font-style: italic;
line-height: 16px;
margin-right: 6px;
}

.ribbon_button_text {

    border: none;
    width: 400px;
    font-family: inherit;
    font-size: 14px;
    text-decoration: none;
    color: grey;
    float: left;
    vertical-align: middle;
    margin-left: 10px;
    font-style: italic;
}

.ribbon_button_text_hero {

    border: none;
    width: 350px;
    margin-left:10px;
    font-family: inherit;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: grey;
    float: left;
    text-align: center;


}
.ribbon_button_image_hero {
    float: left;
    border: none;
    width: auto;
    font-family: inherit;
    font-size: 14px;
    text-decoration: none;
    color: grey;
    float: left;
    margin-top: -10px;

}
.ribbon_button_image {
    float: left;
    border: none;
    width: auto;
    font-family: inherit;
    font-size: 14px;
    text-decoration: none;
    color: grey;
    float: left;

}
.ribbon_button_tight {
    float: left;
    border: none;
    width: 75px;

}

a.ribbon_anchor {
    font-family: inherit;
    font-size: 13px;
    text-decoration: none;
    color: grey;
    float: left;
    min-height: 59px;
    vertical-align: bottom;

}

div.ribbon_icon {
    display: block;
    height: 33px;
    width: 55px;
    margin-top: 0px;
    margin-left: 10px;
    background-image: url(../img/icon-sprite-small-orange-donate.png);
    background-repeat: no-repeat;

}



div.ribbon_icon2 {
    display: block;
    height: 33px;
    width: 55px;
    margin-top: 0px;
    margin-left: 10px;
    background-image: url(../img/sprite-2.png);
    background-repeat: no-repeat;

}
a.ribbon_anchor_tight {
    font-family: inherit;
    font-size: 14px;
    text-decoration: none;
    color: grey;
    float: left;

}


.ribbon_icon_external {
    height: 33px;
}
div.ribbon_icon_tight {
    display: block;
    height: 44px;
    width: 75px;
    margin-top: 0px;
    margin-left: 5px;
    background-image: url(../img/icon-sprite-small.png);
    background-repeat: no-repeat;
}

#contact.ribbon_icon {
    background-position: -45px 0px;
}

#getinv.ribbon_icon {
    background-position: -90px 0px;
}

#volunteer.ribbon_icon {
    background-position: -130px 0px;
}

#donate.ribbon_icon {
    background-position: -180px 0;
}

.ribbon_bold a {
    font-weight: bold;
}
#list.ribbon_icon {
    background-position: -225px 0;
}

#releases.ribbon_icon {
    background-position: -270px 0;
}

#editorials.ribbon_icon {
    background-position: -317px 0;
}

#articles.ribbon_icon {
    background-position: -355px 0;
}

#columns.ribbon_icon {
    background-position: -400px 0;
}

#coalition.ribbon_icon {
    background-position: -450px 0;
}
.ribbon-group-name {
    clear: left;
    padding-top: 10px;
    height: 12px;
    font-size: 9px;
    color: #808A7B;
}

.rg_right {
    border-right: none !important;
}

.rg_left {
    border-left: none !important;
}

/* sprite 2 */

#preso.ribbon_icon2 {
    background-position: 0px 0px;
}

#political.ribbon_icon2 {
    background-position: -90px 0px;
}

#planet.ribbon_icon2 {
    background-position: -145px 0px;
}
#thermometer.ribbon_icon2 {
    background-position: -390px 0px;
}

#game.ribbon_icon2 {
    background-position: -345px 0px;
}

#videos.ribbon_icon2 {
    background-position: -435px 0px;
}

#calendar.ribbon_icon2 {
    background-position: -479px 0px;
}

#voterreg.ribbon_icon2 {
    background-position: -527px 0px;
}

#store.ribbon_icon2 {
	background-position: -585px 0px;
}
/* 	merge? margin: 0 auto; */

/**
* Secondary navigation
**/
#subnav {
    background: url("../img/subnav-background.png") repeat-x;
    height: 23px;
    margin: 0px 0px 0px 8px;
    padding: 10px 40px;
    text-align: left;
    text-shadow: 0.5px 0.5px 0.5px #2a500f;
    width: 880px;
}

#subnav ul {
    list-style-type: none;
}

#subnav ul li {
    color: #fff;
    display: inline;
    font-size: 25px;
    padding: 0px 20px 0px 0px;
    text-transform: uppercase;
}

#subnav ul li a {
    color: #abda50;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
}

/**
* Section front
**/
#section {
    background: url("../img/section-background.png") top right repeat-y;
    margin: 0px 0px 0px 8px;
    width: 960px;
}

#section #main {
    padding: 20px;
    text-align: left;
    width: 610px;
}

#section #main a {
    color: #57891d;
    text-decoration: none;
}

#section #main a:hover {
    color: #2a500f;
}

#section #main .green-button {
    text-align: center;
}

#section #side {
    padding: 20px 10px;
    margin: 0 auto;
    width: 290px;
}

#section #main h1 {
    color: #2a500f;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
   
        
}

#section #main h2 {
    border-bottom: dotted 1px #cecece;
    color: #57891d;
    font-size: 18px;
    font-weight: bold;

    line-height: 25px;
    padding: 10px 0px;
}

#section #main h3 {
    color: #2a500f;
    font-size: 20px;
    font-weight: bold;

    line-height: 20px;
    padding: 10px 0px 0px 0px;
}
    
#section #main h4 {
    color:  #2a500f;
    font-size: 16px;
    font-weight: bold;

    font-family: Georgia;
    line-height: 15px;
    padding: 10px 0px 0px 0px;
}

#section #main h5 { 
    color: #2a500f;
    font-size: 14px;
    font-weight: bold;

    line-height: 20px;
    padding: 10px 0px 0px 0px;
}

#section #main p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
}

/**
* Homepage top row
**/

#hero-graphic {
    float: left;
}

.thethe_image_slider {
position: relative;
clear: left;
overflow: hidden;
margin: 0 auto;
float: left;
}


#hp-top {
/*	background: url("../img/hp-top-background.jpg") no-repeat;*/
   /* background: url("../img/wicked_home.png") no-repeat;*/
	height: 325px;
	margin: 0px 0px 0px 8px;
	width: 960px;
}

	#hp-top #pledge {
		background: url("../img/hp-pledge-background.jpg") no-repeat;
		height: 275px;
		width: 345px;
		padding: 25px 30px;
		float: right;
	}

	/* results */
	#hp-top #pledge .widget_links .widgettitle { display: none; }
	#hp-top #pledge .widget_links a:link { color: white; }
	#hp-top #pledge .widget_links a:visited { color: #eee; } 
	#hp-top #pledge .widget_links { clear: left; }
	#hp-top #pledge .widget_text h2.widgettitle { float: left; clear:left; width: 164px; font-size: 15px; line-height: 1.2 }
	#hp-top #pledge .widget_text div.textwidget { margin-left: 172px; font-size: 15px }
	
	/* top link */
	#hp-top #pledge .widget_text#text-2 h2.widgettitle { display: none; }
	#hp-top #pledge .widget_text#text-2 div.textwidget { margin-left: 0px; margin-top: 0.5em; font-size: 13px !important }
	
	ul#sidebarFrontText {
		width: 330px;
	
	}


	.textwidget {
		line-height: 1.2;
	}
	
	.textwidget a {
		color: white;
		text-decoration: none;
}

.textwidget h3 {
}

	.textwidget h3 a {
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		margin: 0px 0 15px 0;
		color: #d7ffa9;
	}

	#hp-top #pledge h1, #hp-top #pledge h2 {
		color: #fff;
		font-size: 25px;
		font-style: normal;
		font-weight: 700;
		text-align: left;
		text-shadow: 0.5px 0.5px 0.5px #0d470a;
		text-transform: uppercase;
	}
	
	#hp-top #pledge p , #hp-top #pledge li {
		color: #fff;
		font-size: 12px;
		letter-spacing: 0.00em;
		line-height: 24px;
		padding-top: 9px;
		text-align: left;
	}
	
	#hp-top #pledge li.widget {
	
		padding-top: 0px;
		padding-bottom: 15px;
	}
	
		#hp-top #pledge #pledge-form {
			margin: 10px 0px 0px 0px;
			text-align: left;
		}
		
		#hp-top #pledge #pledge-form  input {
			border: 0;
			border-radius: 2px;
			box-shadow: 0px 0px 10px #366118;
			color: #76a23f;
			margin: 0px 4px 0px 0px;
			padding: 5px;
			height: 20px;
		}
		
		#hp-top #pledge #pledge-form #email {
			width: 170px;
		}

		#hp-top #pledge #pledge-form #first-name {
			width: 141px;
			margin-bottom: 9px;
		}

		#hp-top #pledge #pledge-form #last-name {
			width: 141px;
			margin-bottom: 9px;
		}
		
		
		#hp-top #pledge #pledge-form  #zip {
			width: 79px;
			margin-right: 5px;
		}
		
		#hp-top #pledge #pledge-form input[type=submit] {
/* align this same as signup form			background: url("../img/go-background.png") 0 0; */
			background: url("../img/signup-arrow.png") 0 0;
			border: 0px;
			color: #fff;
			font-weight: bold;
			height: 30px;
			text-shadow: 1px 1px 1px #b26c21;
			width: 25px;
			vertical-align: top;
		}
		
		#hp-top #pledge #pledge-form input[type=submit]:hover {
			background-position: 0px -30px;
			cursor: pointer;
		}
		

		
		#fbsignup-button {
			height: 21px !important;
			width: 170px !important;
			margin-bottom: -10px;
			margin-top: 8px;
			float: left;
		}

		#fbalert-head {
			margin-top: 8px;
			margin-bottom: 0px !important;
		}
		
		p.fbalert-text {
			line-height: 22px !important;
			width: 290px !important;
		/*	font-size:14px; */
		}

/* form error class */
.form-input-error {
    border: 2px orange solid;
}

/**
* Homepage second row
**/
#hp-announcements {
    margin: 10px 23px;
    width: 530px;
}

#hp-announcements .title {
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0px;
}

#hp-announcements .title	h2 {
    color: #366118;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    width: 200px;
}

#hp-announcements .title .dots {
    float: right;
}

#hp-announcements .title .dots .dot-off {
    background: url("../img/dot.png") 0 0;
    cursor: pointer;
    height: 7px;
    margin: 2px;
    width: 7px;
}

#hp-announcements .title .dots .dot-on {
    background: url("../img/dot.png") 0px -7px;
    cursor: pointer;
    height: 7px;
    margin: 2px;
    width: 7px;
}

#hp-announcements #stories {
    list-style-type: none;
    width: 520px;
}

#hp-announcements #stories .story {
    display: inline;
    line-height: 20px;
    padding: 20px 10px 20px 0px;
    text-align: left;
    width: 260px;
    max-height: 100px;
}

#hp-announcements #stories .story h3	 a {
    color: #618a2f;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#hp-announcements #stories .story h4 {
    color: #454545;
    font-size: 12px;
}

#hp-announcements #stories .story p {
    color: #4545;
    font-size: 12px;
}

#hp-announcements #stories .story p a {
    color: #61892e;
    text-decoration: none;
}

#hp-join {
    margin: 0px 10px 0px 0px;
    padding: 30px 5px 0px 0px;
    width: 365px;
} 

#hp-join .buttons { 
    margin: 0px 0px 0px 43px;
}

#hp-join #hp-connect-legend {
    clear: left;
    color: #76A23F;
    float: left;
    font-size: 13pt;
    font-weight: bold;
    padding-top: 5px;
}

#hp-join .connect {
    width: 290px;
    margin: auto;
}

#hp-addthis_toolbox {
    width: 68px;
    float: right;
    clear: right;
    padding-top: 5px;
}

#hp-addthis_toolbox a {
    color: #000000;
    font-size: 10pt;
    line-height: 12pt;
    text-decoration: none;
}

#hp-join .connect em {
    vertical-align: top;
}

/**Blog styling**/
#blog{
	margin: 20px 23px;
    width: 530px;
    text-align: left;
    font-size: 13px;
}

#blog p {
    padding-bottom: 10px;
}
#blog .title h2{
	color: #366118;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	width: 200px;
}

#blog .date{
	color: gray;
	font-style: italic;
	clear: both;
}

#blog .title{
	border-bottom: solid 1px #E0E0E0;
}

.blog_header, #blog a{
	color: #618A2F;
	font-weight: bold;
	text-decoration: none;
}

.blog_excerpt{
	margin-bottom: 20px;
	line-height: 1.5em;
	color: #454545;
}

.blog_excerpt div.addthis_toolbox {
    display: none;
}

#blog .date, .blog_header, .blog_content{
	padding: 5px 0px;
}

#blog .title{
	padding: 10px 0px;
}

#blog .more-link {
    text-align: right;
}
#blog img{
/*	height: 25%;
	width: 110px; */
	margin: 0px 10px 10px 0px;
	float: left;
}

#blog .arrow{
	height: 100%;
	width: 100%;
	display: inline-block;
}

/**events**/

#events{
	margin: 13px 17px;
	width: 350px;
	font-size: 13px;
	text-align: left;
}


#events .title{
	color: #618A2F;
	border-bottom: solid 1px #E0E0E0;
	font-size: 20px;
	padding-bottom: 5px;
}

#events .item{
	width: 100%;
	height: 73px;
	margin: 7px 0px 3px 0px;
	border-bottom: solid 1px #E0E0E0;
}

#events .date{
	margin-right: 15px;
}

#events .month{
	font-size: 15px;
}

#events .day{
	font-size: 35px;
}

#events .date{
	font-weight: bold;
	color: #618A2F;
}
/**
* Partners
**/
#partners {
    background: url("../img/partners-background.png") repeat-x;
    height: 98px;
    margin: 0 auto;
    padding: 21px 0px 0px 10px;
    text-align: left;
    width: 950px;
}

#partners ul {
    list-style-type: none;
}

/*Currently set up for 9 partners. With more partners, adjust "margin" in #partners ul li*/

#partners ul li {
    display: inline;
    margin: 0px 15px;
    vertical-align: middle;
}

#partners #hp-endorsers-link {
    width: 276px;
    margin-top: 29px;
    float: right;
    clear: right;
}

#partners #hp-endorsers-link a {
    text-align: right;
    font-family: "pragmatica-web", sans-serif;
    font-size: 9pt;
    color: #2a2a2a
}

/**
* Ribbon Banner
**/

div.ribbon_banner {
    width: 600px;
    height: 54px;
    margin-left: -20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat !important;
}

div.ribbon_banner a {
    float: right;
    clear: right;
    width: 86px;
    height: 23px;
    margin-top: 7px;
    margin-right: 55px;
    padding-left: 18px;
    padding-top: 2px;
    background-image: url(../images/banner_button.png);
    background-repeat: no-repeat;
    font-family: "pragmatica-web", sans-serif;
    font-size: 11px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: bold;

}

#pridevols {
    background-image: url(../images/banner_bg_pride.png);
}

div.ribbon_content {
    float: left;
    clear: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 65%;
    height: 20px;
}

div.ribbon_button {

}

div.ribbon_banner span {
    font-family: "pragmatica-web", sans-serif;
    color: #FFFFFF
}

/**
* Global footer
**/
#footer {
    background: url("../img/footer-background.png") repeat-x;
    color: #fff;
    font-size: 10px;
    height: 104px;
    line-height: 15px;
    margin: 0 auto;
    padding: 25px;
    width: 910px;
}

#footer #contact {
    text-align: left;
    width: 300px;
}

#footer #contact a {
    color: #9CCA48;
    text-decoration: none;
}

#footer #paid {
    border: solid 1px #82a53e;
    padding: 5px;
    text-transform: uppercase;
    width: 300px;
}

/**
* 404 Page
**/

ul#ul-404 {
    list-style-type: circle;
    list-style-position: inside;
    font-size: 10pt;
    line-height: 14pt;

}

/* spacing for video montage on why marriage matters */
.video-montage td {
    padding-right: 7px;
    padding-bottom: 7px;

}

/**
 * Coalition landing pages
 *
 */
.coalition-logo-block {
    width: 300px;
    display: inline-block;
    height: 150px;
    padding-bottom:10px;



}
.coalition-block2 {
    width: 300px;
    height: 180px;
    display: inline-block;
    text-align: center;
}
.coalition-image2 {
    width:150px;
    max-height: 150px;
}

.coalition-logo-thumb {
    float:left;
    width: 150px;
    max-height: 150px;

}


.coalition-logo-row {

    width: 150px;

}
.coalition-logo-title {
    float:left;
    width: 100px;
    margin-left: 10px;


}

   .cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.hp-signup {
	background: url("../img/signup-bg.jpg") no-repeat center top;
	padding: 45px 0 20px 0;
	width: 288px;
	margin: 0 0 0 47px;
	border-radius: 4px;
}

.hp-deadline {
	background: url("../img/bg-deadline.jpg") no-repeat center top;
	padding: 80px 0 20px 0;
	width: 288px;
	margin: 0 0 40px 47px;
	border-radius: 4px;
	color: white;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}

.hp-deadline .numbers {
	font-size: 40px;
}

.hp-deadline .title {
	font-size: 14px;
}
#spacer1 tr {
	min-height: 40px;
}

#frame {
	
	min-height:40px;
}
/* Start Hot Boxes*/

#hotboxes {
	width: 960px;
	height: 67px;
	margin-left: 0px;
	background-image: url(../img/hot-boxes-28.jpg);
}

#hotboxes a, #hotboxes a:visited {
	display: inline-block;
	width: 220px;
	height: 31px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #5b901e;
	float: left;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
	padding: 24px 10px 0px 10px;

	line-height: 1.3;
	-webkit-transition: color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out;
	    -ms-transition: color 0.3s ease-in-out;
	        transition: color 0.3s ease-in-out;
}

#hotboxes a:hover {
	color: #44740d;	
}

/* End Hot Boxes */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#section em {
	font-style:	italic;

}

#section #main ul li {
	list-style:disc;
	list-style-position:inside;
	padding-left:10px;
}

#section #main ol li {
	list-style:decimal;
	list-style-position:inside;
	padding-left:10px;
}


/* Buttons from Bootstrap */

img.i-voted {
	position: absolute;
	top: -6px;
	left: -6px;
}

/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  border-style: none !important;
	border-width: 0 !important;
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
    padding: 12px 14px;
    margin-bottom: 0;
    font-size: 18px;
  line-height: 20px;
  *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: white;
  background-color: #5c8831;
    background-image: linear-gradient(to bottom, #7fad3b, #5c8831);
  background-repeat: inherit !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7fad3b', endColorstr='#ff5c8831', GradientType=0);
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: .3em;
	background-image: linear-gradient(to bottom, #7fad3b, #5c8831);*/* Darken IE7 buttons by default so they stand out more given they won't have borders */

  *
}
#pledge .btn {
	margin: 0 0 10px 0;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: white;
  text-decoration: none;
  background-color: #487422;
  background-image: -moz-linear-gradient(top, #6b9c29, #487422);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b9c29), to(#487422));
  background-image: -webkit-linear-gradient(top, #6b9c29, #487422);
  background-image: -o-linear-gradient(top, #6b9c29, #487422);
  background-image: linear-gradient(to bottom, #6b9c29, #487422);
  background-repeat: repeat-x;
  *background-color: #487422;
  /* Buttons in IE7 don't get borders, so darken on hover */

}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 12px 14px;
  font-size: 24px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  background-color: #ea7913;
  background-image: linear-gradient(to bottom, #faa020, #de5a08);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa020', endColorstr='#ffde5a08', GradientType=0);
    background-image: linear-gradient(to bottom, #faa020, #de5a08);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:hover {
  color: white;
  text-decoration: none;
  background-color: #e1600a;
  background-image: -moz-linear-gradient(top, #fa8e13, #d64503);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa8e13), to(#d64503));
  background-image: -webkit-linear-gradient(top, #fa8e13, #d64503);
  background-image: -o-linear-gradient(top, #fa8e13, #d64503);
  background-image: linear-gradient(to bottom, #fa8e13, #d64503);
  background-repeat: repeat-x;
  *background-color: #e1600a;
  /* Buttons in IE7 don't get borders, so darken on hover */

}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  background-color: #49afcd;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
    background-image: linear-gradient(to bottom, #444444, #222222);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}


/* End Buttons */


/* COUNTDOWN TIMER */

#dday, #days{
     display:none;
}