@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
/*	  */
::selection {
	background: #2585AB; /* Safari */
	color:#fff;
}
::-moz-selection {
 background: #2585AB;
 color:#fff; /* Firefox */
}
body, html {
	margin:0;
	font-family:Tahoma, sans-serif;
	font-size:13px;
	line-height:1.5;
	color:#313a42;
}
html {
	background:url(https://s3.amazonaws.com/s3.350.org/images/bg.jpg) repeat fixed 0 0 #087DAE;
	height:100%;
}
body {
	background:url(https://s3.amazonaws.com/s3.350.org/images/globe-bg-part.png) no-repeat fixed left top;
	min-height:100%;
}
.clearall {
	clear:both
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-bottom:.5em;
	font-family:ff-din-round-web-pro-1, ff-din-round-web-pro-2, Tahoma, sans-serif;
	line-height:1.2;
}
h1 {
	font-size:40px;
	letter-spacing:-.02em;
}
h2 {
	font-size:35px;
	letter-spacing:-.02em;
}
h3 {
	font-size:28px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:1.35em;
	font-family:Calibri, Tahoma, sans-serif;
}
h6 {
	font-size:1.15em;
	font-family:Calibri, Tahoma, sans-serif;
}
a {
	font-weight:900;
	color:#087DAE;
}
a:hover {
	color:#FF6319;
	text-decoration:underline;
}
a:active {
	color:#313a42;
	text-decoration:underline;
}
p, ul, ol {
	margin:0 0 15px;
}
p:last-child, ul:last-child, ol:last-child {
	margin-bottom:0;
}
img {
	max-width:100%;
}
strong {
	font-weight:bold
}
blockquote {
	margin:0 0 15px;
	font-size:.85em;
	padding-left:40px;
	text-indent:-40px;
}
blockquote::before {
	content:'"';
	font-size:4.2em;
	float:left;
	display:block;
	position:relative;
	top:10px;
	width:40px;
	font-weight:900;
	font-style:normal;
	font-family:Tahoma, sans-serif;
}
q {
	font-style:italic;
}
sup {
	font-size:.75em;
	vertical-align:top;
}
sub {
	font-size:.75em;
	vertical-align:bottom;
}
caption {
	font-size:.85em;
	color:#888;
}
ul ul, ol ol, ul ol, ol ul, ul ul ul, ol ol ol {
	margin-left:30px;
	margin-bottom:0;
}
ul li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
}
ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:15px;
}
em {
	font-style:italic;
}
table {
	border-collapse:separate;
	border-spacing:2px;
}
th {
	background:#dde0e3;
	padding:2px 5px;
}
thead th {
	background:#313a42;
	color:#fff;
	padding:2px 5px;
	font-weight:900;
}
td {
	background:#eee;
	padding:5px;
}
code, samp, kbd, var {
	font-family:"Courier New", Courier, monospace;
}
pre {
	font-family:"Courier New", Courier, monospace;
	padding-left:15px;
	border-left:5px solid #dde0e3;
	margin:15px 0;
}
del {
	text-decoration:line-through;
}
small {
	font-size:.9em;
}
abbr, acronym {
	font-size:0.9em;
	font-variant:small-caps;
	letter-spacing:0.07em;
	border-bottom:2px dotted #313a42;
	cursor:help;
	padding-bottom:2px;
}
input {
	padding:7px;
	margin:2px 0 6px;
	width:235px;
}
input.checkbox,
input.radio,
input[type='radio'],
input[type='checkbox'] {
	width:auto !important;
}
select {
	padding:6px;
	margin:2px 0 6px;
	width:100%;
	cursor:pointer;
}
textarea {
	padding:7px;
	width:235px;
	min-height:80px;
}
legend {
	font-weight:bold;
}
cite {
	font-style:italic;
}
br.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
#container {
	padding:1px;
}
#main {
	width:800px;
	position:relative;
	margin:0 auto;
}
#header #logo {
	margin-bottom:15px;
}
#header #logo a {
	background:url() no-repeat;
	display:block;
	width:75px;
	height:35px;
	cursor:pointer;
	text-indent:-9999px;
	margin-top:20px;
}
#header #logo a:hover {
	opacity:.6;
}
#header #logo a:active {
	position:relative;
	top:1px;
}
#content {
	width:450px;
	padding:35px;
	background:#f7f9fb;
	position:relative;
	z-index:100;
	border-bottom: 8px solid #CCd4da;
}
#main .large-form {
	width:800px;
	padding:0;
}
#content input, #content textarea, #content select {
	background:	#Eef0F3;
	border:1px solid #bbb;
}
#content label {
	font-weight:bold;
}
#form-wrapper {
	position:absolute;
	top:60px;
	left:520px;
}
#form {
	padding:9px 10px 9px 10px;
	background-color:#A9B1B5;
	width:250px;
	margin-bottom:20px;
	z-index:50;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#form-wrapper div.fixed {
	position:fixed;
	top:30px;
}
input, select, textarea {
	background:	#f9fafb;
	background:rgba(255,255,255,0.7);
	border:0 none;
	border:1px #999 solid;
}
input.label, textarea.label {
	font-weight:normal;
	background:#e8e9ea;
	background:rgba(255,255,255,0.7);
	color:#777;
}
input.focused, textarea.focused, #content input.focused, #content textarea.focused {
	background:#fff;
	color:#ccc;
	font-weight:normal;
	border-color:#ff6319;
}
select.focused {
	background:#fff;
	color:#000;
}
input.info-entered, textarea.info-entered, #content input.info-entered, #content textarea.info-entered {
	color:#000;
}
p.form-instructions {
	border-bottom: 2px dashed #777777;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 9px;
	padding-bottom: 10px;
}
#form h4 {
	margin-top:5px;
}
form.ak-form {
}
input#id_postal {
	width:80px;
}
select.country {
	width:148px;
}
input.LV_valid_field, #content input.LV_valid_field {
	background:url(validation-img.png) no-repeat scroll right 2px #e8ffea;
}
select.LV_valid_field, #content select.LV_valid_field {
	background:#e8ffea;
}
input.LV_invalid_field, #content input.LV_invalid_field {
	background: url(validation-img.png) no-repeat scroll right -126px #F9E4D2;
	margin-bottom:0;
}
select.LV_invalid_field, #content select.LV_invalid_field {
	background-color:#F9E4D2;
}
input.hasDatepicker {
	cursor:pointer;
	background:url(validation-img.png) no-repeat scroll right -297px #fff;
}
input.hasDatePicker:hover {
	background-color:#ffc;
}
.input-wrapper {
	position:relative;
	display:inline;
}
span.LV_valid {
	display:none;
}
span.LV_invalid {
	background:#FF761A;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	position: relative;
	top:-1px;
	margin:0 0 7px 1px;
	z-index: 90;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
}
.alert {
	display:block;
	padding:5px 8px;
	background:#ccc;
	background:rgba(0,0,0,0.1);
	margin:7px 0;
	font-size:10px;
	font-weight:bold;
}
textarea.letter {
	width:95%;
	font-family:Tahoma, sans-serif;
	border:0 none;
	background:#eaeaea;
	margin:20px 0;
}
#known_user {
	border-bottom:2px dashed #666;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
#known_user span.greeting {
	font-size:18px;
	font-weight:bold;
}
a.logout {
	text-decoration:none;
	font-size:11px;
}
#script {
	padding:13px 17px 17px;
	background:#E3EAF1;
	margin:20px 0;
}
#target_checkboxes input {
	width:auto;
}
div.target {
	background: none repeat scroll 0 0 #CCCFD3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	margin: 10px 0;
	padding: 8px;
}
#form .state {
	width:60%;
	margin-right:1%
}
#form .zip {
	width:29%;
}
ul#ak-errors {
	margin:0;
	padding:0;
}
ul#ak-errors li {
	color: #DD0000;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 5px;
}
input.submit, #content input.submit {
	display:block;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	background: #ff6319;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#ff6319));
	background: -moz-linear-gradient(top, #faa51a, #ff6319);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:0 none;
	border-bottom:2px solid #666;
	position:relative;
	font-family:Tahoma, sans-serif;
	margin-top:5px;
	width:250px;
}
input.submit:hover, #content input.submit:hover {
	color:#000;
	border-bottom:2px solid #313a42;
}
input.submit:active, #content input.submit:active {
	top:3px;
	background: #ff6319;
	background: -webkit-gradient(linear, left bottom, left top, from(#faa51a), to(#ff6319));
	background: -moz-linear-gradient(bottom, #faa51a, #ff6319);
	border-bottom:2px solid #A9B1B5;
	color:#000;
}
#main .thanks {
	width:auto;
}
.taf-option {
	width:185px;
	padding:15px;
	background:#dde4eF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
	margin-bottom:15px;
}
.taf-option-1 {
	margin-right:15px;
}
#taf-facebook, #taf-twitter {
	height:100px;
	background:#dde4ef url(https://s3.amazonaws.com/s3.350.org/images/share-bg.png) no-repeat right bottom
}
#taf-facebook {
	background-position:80% 50px;
}
#taf-twitter {
	background-position:75% -355px;
}
a.facebook-share {
	display:block;
	height:19px;
	width:55px;
	background:#EBEDF4 url(https://s3.amazonaws.com/s3.350.org/images/share-bg.png) no-repeat 0 -872px;
	text-indent:-9999px;
	cursor:pointer;
	border:1px solid #CAD4E7;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-top:15px;
}
a.facebook-share:hover {
	border:1px solid #9DACCE;
}
#taf-email {
	width:415px;
	float:none;
	clear:both;
}
#taf-email input, #taf-email textarea {
	width:320px;
}
#taf-email input.submit {
	width: 250px;
}
#taf-email .email {
	display:table
}
.email-header {
	display:table-row;
}
.email-header-label, .email-header-content {
	display:table-cell;
	padding:4px;
	vertical-align:top;
}
#taf h4 {
	color:#878F98;
}
.email-header .to {
	vertical-align:middle;
}
.to .email-header-content {
	padding-bottom:0;
	padding-top:0;
}
.to input {
	margin-bottom:0;
}
.email-header-label {
	text-align:right;
	font-weight:bold;
}
#form input.disabled, #form input.disabled:hover, #form input.disabled:active, #content input.disabled, #content input.disabled:hover, #content input.disabled:active {
	background:#666;
	color:#fff;
	border-color:#A9B1B5;
	top:3px;
	cursor:not-allowed;
	opacity:.3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.actions-taken, .money-raised {
	background: none repeat scroll 0 0 #E3EAF1;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 0 2px;
	text-align: center;
}
.Donation #main, .Donation #main .large-form, .Petition #main, .Petition #main .large-form {
	width:865px;
}
.Donation #content.large-form, .Petition #content.large-form {
	background-image:url(https://s3.amazonaws.com/s3.350.org/images/faux-column-bg.png);
	background-repeat:repeat-y;
}
.Petition #content.large-form {
	background-position:67px 0;
}
.large-form fieldset {
	padding:12px 15px 15px;
	position:relative;
}
#user-info {
	background:#BFC4C7;
}
#payment-info {
	background:#D7DADD;
}
#progress {
	margin:15px 0;
	width:390px;
}
input.radio, .donate-form input.radio {
	width:auto;
	margin-left:15px;
}
.large-form .intro, .large-form .action {
	float: left;
	padding: 25px 25px 25px 20px;
	width: 320px;
}
.Petition .large-form .intro, .Petition .large-form .action {
	width:387px;
}
.Petition .large-form .intro {
	background:#F7F9FB;
}
.Petition .large-form .action {
	padding-top:15px;
	background-color:#D2D6D8;
	padding:0;
	width:433px;
}
.Petition .petition, .Petition .form {
	background:#EEF0F3;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	padding:15px 20px 25px;
}
.Petition .petition-text {
	font-size:17px;
	font-family:ff-din-round-web-pro-1, ff-din-round-web-pro-2, 'DIN Round Pro', sans-serif;
}
.signed {
	font-weight:bold;
	font-size:11px;
	margin-bottom:1px;
}
.Petition .form {
	background:#DADDDF;
	background:rgba(255,255,255,0.17);
}
.petition-intro {
	font-weight: bold;
	margin: 8px 0 10px;
	font-size:11px;
}
.Petition #id_name {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
	border:0 none;
	border-bottom: 2px dotted #AAAAAA;
	color: #313A42;
	font-family: 'Permanent Marker';
	font-size: 30px;
	padding: 2px 9px;
	font-weight:normal;
	display:block;
}
.Petition .name label{
	font-family: 'Permanent Marker';
	font-size: 30px;	
	line-height:37px;
	font-weight:normal;
}
.Petition #id_name.focused {
	color:#999;
	background:rgba(255,255,255,0.6);
}
.Petition #id_name.info-entered {
	color:#313a42;
}
.Petition #id_name.LV_valid_field {
	background-position: 98% 12px;
}
.Petition #id_email {
	width:188px;
}
.Petition #id_city {
	width:160px;
}
.Petition #country {
	width:280px;
}
.Petition #id_postal {
	width:85px;
}
.Petition .action input {
	width:365px;
}
.Petition #content .submit {
	width:388px;
}
div.input.textarea, div.input.name{
	display:block;	
}
div.input.textarea label{
	margin-top:8px;
}	
.Petition textarea{
	width:370px;	
}
h4.legend {
	color:#7F8487;
	color: rgba(0, 15, 25, 0.4);
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin:0 0 8px;
}
h2.donate {
	margin:6px 0 22px;
}
.donate-form {
	background: none repeat scroll 0 0 #BFC4C7;
	display: block;
	float: left;
	width: 500px;
}
#act {
	background: none repeat scroll 0 0 #eff1f4;
}
.donate-form input {
	width:215px;
}
.donate-form #amount_list {
	width:235px;
	float:left;
}
.donate-form input#amount_other_field {
	font-size:45px;
	border:0 none;
	border-bottom:2px dashed #666;
	width:200px;
	background: url("https://s3.amazonaws.com/s3.350.org/images/dollarsign.png") no-repeat scroll 0 11px transparent;
	padding:6px 0 4px 25px;
	margin-right:14px;
	font-family:'ff-din-round-web-pro-1', 'ff-din-round-web-pro-2', tahoma, sans-serif;
	color:#313a42;
	line-height:1;
}
.amt-label, .freq-label {
	color: #999B9E;
	font-size: 10px;
	font-weight: bold;
	left: 5px;
	margin-top: 5px;
}
.donate-form input#amount_other_field:hover, .donate-form input#amount_other_field.focused {
	background-color:#fdfeff;
	background-position:-1px 10px;
	border:1px solid #ccc;
	border-radius:2px;
	padding:5px 1px 5px 24px;
	margin-right:12px;
}
.donate-form .warning {
	background: none repeat scroll 0 0 #FFE4CC;
	border: 1px solid #FF9944;
	font-size: 11px;
	padding: 10px;
}
.donate-form input#amount_other_field.focused {
	border-color:#ff6319;
	color:#b1bac2;
}
.amount_radio_button {
	display:none !important;
}
.donate-form #type {
	left: 3px;
	float: left;
	position: relative;
	width: 200px;
}
#type label {
	display:block
}
#type input {
	margin:0 1px 0 0;
	border:0 none;
}
#content input#card_num {
	width:450px;
	background-image:url(https://s3.amazonaws.com/s3.350.org/images/cc.png);
	background-repeat:no-repeat;
	background-position:98% center;
}
input#card_code {
	width:52px;
}
.donate-form input#region {
	width:118px;
}
.donate-form select#state {
	width:135px;
}
.donate-form input#postal, .donate-form input#postal-usa, .donate-form input#zip {
	width:76px;
}
.donate-form select#country {
	width:170px;
}
.donate-form input#name {
	width:275px;
}
.donate-form .us input#name {
	width:450px;
}
#exp_date_month {
	width:60px;
}
#exp_date_year {
	width:75px;
}
.submit-wrapper {
	position:relative;
	margin-top:12px;
}
.alt-payment {
	font-size:11px;
	padding:0 15px;
	float:left;
	position:relative;
	top:-7px;
}
#check-info {
	margin-top:10px;
	padding:10px;
	border-radius:3px;
	background:#e7e9eB;
}
input#paypal {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:bottom;
	width:auto;
	position:relative;
	bottom:1px;
	cursor:pointer;
}
#footer {
	border-top:2px dashed #CCCCCC;
	padding-top:10px;
	clear:both;
	margin-top:20px;
	margin-bottom:150px;
	color:#fff;
	font-size:11px;
	width:520px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#ff6319;
}
#footer a:active {
	color:#ddd;
}
#simpleTooltip {
	padding: 4px 7px;
	border: 1px solid #A6A7AB;
	background: #F2F3F5;
	background:rgba(255,255,255,0.9);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:11px;
	max-width:150px;
	-mox-box-shadow:0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.4);
	box-shadow:0 0 4px rgba(0,0,0,0.4);
}
.expando-inner {
	display:none;
}
label.infield {
	padding:8px;
}
div.input {
	position:relative;
	display:inline;
}
div.input label {
	left: 0;
	line-height: 0;
	padding: 8px;
	position: absolute;
	top: 0;
}
/* Survey page styles */

.Survey .large-form .intro {
	width:auto;
	float:none;
}
.Survey .survey-content {
	background-color:#EFF1F4;
	padding:10px 20px 20px;
}
.Survey .user,
.Survey .submit-form {
	padding:25px 20px 10px;
	background-color:#D7DADD;
}
.Survey #content label{
	font-weight:normal;	
}
.Survey .survey-content .question-label {
	width:470px;
	float:left;
	display:block;
	margin-top:5px;
	text-align:left;
}
.Survey .question {
	padding:10px 0;
	border-bottom:1px dashed #999;
	text-align:right;
}
.Survey .question:last-child {
	padding:10px 0 0;
	border-bottom:0 none;
}
.Survey #content .question input,
.Survey #content .question textarea {
	display:block;
	float:right;
	margin-bottom:0px;
	width:262px;
	background-color:#ffffff;
}
.Survey .submit-form{
	padding-top:1px;
}
.Survey #content .user input{
	width:150px;	
}
.Survey #content .user #id_postal{
	width:80px;	
}
.Survey .user input.LV_invalid_field{
	margin-bottom:25px;
}
.Survey .user span.LV_invalid{
	position:absolute;
	left:-1px;
	top:24px;	
}
.Survey .question input.checkbox,
.Survey .question input.radio,
.Survey .question input[type='radio'],
.Survey .question input[type='checkbox'] {
	margin-left:1em;
}
.Survey .question label{
	text-align:right;
}	