/* 99 Percent Voter dot org */



/* general styles for hard coded elements */
html, body {
	background: #f5f5f5;
	font-family: helvetica nue,Verdana,sans-serif !important;
	}
body, #bd, #ft {
	font-family: helvetica,arial,sans-serif;
	}
#doc4 {
	background: #fff;
	width: 1020px;
	padding-bottom: 0px;
	color: #333333;
	}
#signupfooter {
	color: #333333;
	}
#hd {
	padding: 0px;
	}
#hd h1, #hd h1 a, #hd h1, #hd h1 a:hover {
	padding: 0px !important;
	margin: 0px !important;
	}

#hd h1 img {
	width: 1020px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
.fauxnav {
	background: none;
	display: none;
	}
#bd {
	background: transparent;
	width: 960px;
	margin: -118px auto 0px auto;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	padding: 0 0 50px;
	}
#ft {
    background: url("http://img.web-assets.co/bluestate/locals/onlineactions.org-99percentvoter/footer.jpg") no-repeat scroll #172f78;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
     border-left: 0px solid #172f78;
    border-right: 0px solid #172f78;
    clear: both;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 1020px;
    text-transform: none;
	}
#ft, #ft a {
	color: #FFFFFF;
	}
#bluestate-inner h1, #bluestate-inner h2, .introtext h1 {
	font-size: 24px;
	font-weight: bold;
	}
#ft .footer-legaltext {
    padding-bottom: 40px;
    padding-top: 40px;
	}
	


/* customs for forms */

form#signup {
	background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-top: medium none;
    padding-top: 31px;
    float: right;
    width: 30%;
	}
#signuptable input {
	margin: 0px;
	}
#signuptable label {
	margin: 0px;
	padding: 0px;
	}
#signupheader {
	margin-top: 5px;
	width: 68%;
	}
#signuptable td {
	padding: 0px 5px;
	}
#signupfooter {
  
    }
.label {
	padding: 4px 0px 4px 0px;
	line-height: 100%;
}
label.field {
	font-weight: 300;
	}
	
#signuptable input {
    border: 1px solid #D3D3D3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #E9E9E9 inset;
    color: #555555;
    margin-top: 5px;
    padding: 5px;
}
input[type="submit"] { 
	background: url("http://img.web-assets.co/bluestate/locals/~2010core/i/button-red.png") repeat scroll -30px -6px transparent; 
	color: #FFF !important;
	}
input#lastname, input#zip, input#phone, input#email {
    width: 130px !important;
	}
input#custom-50558 {
	margin-right: 5px !important;
	}
#signup label.field {
    font-weight: bold;
    margin-right: 12px;
    width: 300px;
	}

/* customs in user entered elements */
.introtext {
	padding-top: 15px;
	width: 930px;
	}
.pledgetext {
	float: right;
    padding-top: 15px;
    width: 66%;
	}
.introtext p, .pledgetext p, .pledgetext ul li {
	font-size: 14px;
	line-height: 21px;
	}
	
.pledgetext ul li {
	padding-bottom: 15px;
	}

p.sponsors {
	background: none repeat scroll 0 0 #09337B;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    float: left;
    font-weight: lighter;
    margin: 10px;
    padding: 10px;
    width: 24%;
    line-height: 21px;
	}


