@charset "UTF-8";
/* CSS Document */

/* #outer { background:#e9f6ff url(https://salsa.wiredforchange.com/o/5838/images/Bowen-splash-bg-slice.png) repeat-x center top; }


body {background: #ffffff;

font-family: Georgia, "Times New Roman", Times, serif;
}



#container {width: 1180px; margin: 0 auto;  background-image: url('https://salsa.wiredforchange.com/o/5838/images/Bowen-splash-bg.png'); background-repeat: no-repeat; padding: 10px; min-height: 600px;
}

#content {
    margin: 80px auto 0;
    min-height: 600px;
    padding: 20px;
    width: 650px;
}

#header img {margin: 0 auto 20px; width: 700px;}
#header {text-align:center;}

*/

#XXXpaid_for {width: 350px; padding: 10px; margin: 10px auto; border: 1px solid #999; font-size: 12px; text-align: center;

background: #ffffff; /* old browsers */

background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ffffff 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(100%,#ffffff)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie */

-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;

}



#signupMove, #endorse_form {float: right; width: 260px; margin: 0pt 0pt 8px 12px; padding: 15px; text-align:center; color: #FFF;

background: #1E5799; /* old browsers */

background: -moz-linear-gradient(top, #1E5799 0%, #7db9e8 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(100%,#7db9e8)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#7db9e8',GradientType=0 ); /* ie */

-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; 

-moz-box-shadow: #0D0F42 0 0 10px inset;
    -webkit-box-shadow: #0D0F42 0 0 10px inset;
    box-shadow: #0D0F42 0 0 10px inset;

}

#endorse_form {margin-left: 10px !important;}

#signupMove form, #endorse_form {text-align:left;}

#signupMove h2, #endorse_form h2 {text-align: center; margin-bottom: 0px; text-shadow: #666 2px 2px; font-variant:small-caps; font-size: 20px;}

#footer {clear:both;}

#signupMove form, #endorse_form {margin: 0 auto;
    width: 255px;}
#signupMove form label, #endorse_form label {display: block; margin-left: 9px; text-shadow: #666 1px 1px; color: #fff; font-size: 13px;}
#endorse_form label[for="f7"] {display: inline;}
#signupMove form input[type="text"], #signupMove form textarea, #endorse_form input[type="text"], #endorse_form textarea {
	border: 1px solid #ccc; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	font-size: 16px; 
	padding: 7px;
	width: 225px;
	font-family: Verdana, Geneva, sans-serif; 
	}
#signupMove form input.text_input:focus, #endorse_form input:focus {
	border-color: #39F;
	-moz-box-shadow: #39F 0 0 7px inset;
    -webkit-box-shadow: #39F 0 0 7px inset;
    box-shadow: #39F 0 0 7px inset;}
	
	#Anonymous + label {display:inline !important; margin-left: 0 !important;}
	
	.formRow {margin-bottom: 10px;}
	
	#Comment {margin-top: -18px;}

.salsa .clear {clear:none !important;}
.clear {clear:none !important;}


	
/* JS form styles to work with in-line labels */

.form_class li { 
	position:relative;
	} 
	
.form_class label {
	display: inline; 
	position:absolute; 
	top:0; 
	left:0 ; 
	font-size: 16px; 
	margin: 8px 0 0 10px; /* moves the label into the middle of the form field */
	} 
 

/* Submit Button */

#wrapper input.submit, #wrapper input.dia_submit, #wrapper input#submit {
  display: block;
  background: #ffd65e;
  background: -moz-linear-gradient(0% 100% 90deg, #ffd65e, #febf04);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#febf04), to(#ffd65e));
  border: 1px solid #B28303;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: inset 0 0 5px #CC9604;
  -moz-box-shadow: inset 0 0 5px #CC9604;
  -webkit-box-shadow: inset 0 0 5px #CC9604;
  color: #1E5799;
  font-family: "helvetica neue", helvetica, arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 1;
  padding: 6px 0 !important;
  text-align: center;
  text-shadow: 0 1px 0px #ccc;
  width: 160px !important;
  clear: both;
  outline: none;
  text-transform:uppercase;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; 
 /* margin-left: auto !important;
margin-right: auto !important; */
}

#wrapper #tafForm input#submit {
	width: 220px !important;
	margin-top: 20px;
}

#wrapper input.submit:hover, #wrapper input.dia_submit:hover, #wrapper input#submit:hover {
  background: #EAAF0B;
  background: -moz-linear-gradient(0% 100% 90deg, #febf04, #EAAF0B);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAAF0B), to(#febf04));
  box-shadow: inset 0 0 8px #CC9604;
  -moz-box-shadow: inset 0 0 8px #CC9604;
  -webkit-box-shadow: inset 0 0 8px #CC9604;
}

#wrapper input.submit:active, #wrapper input.dia_submit:active, #wrapper input#submit:active {
  background: #CC9604;
  background: -moz-linear-gradient(0% 100% 90deg, #CC9604, #febf04);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#febf04), to(#CC9604));
}


table.adminlist {border: 1px solid #999; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding: 15px;

background: #f6f8f9; /* old browsers */

background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #f5f7f9 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(100%,#f5f7f9)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */

-moz-box-shadow: #999 0 0 15px inset;
    -webkit-box-shadow: #999 0 0 15px inset;
    box-shadow: #999 0 0 15px inset;
}

/* followup page styles */

.followup {width: 90%; margin: 10px auto; padding: 10px 15px; color: #FFF; text-align: left;

background: #1E5799; /* old browsers */

background: -moz-linear-gradient(top, #1E5799 0%, #7db9e8 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(100%,#7db9e8)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#7db9e8',GradientType=0 ); /* ie */

-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; 

-moz-box-shadow: #0D0F42 0 0 10px inset;
    -webkit-box-shadow: #0D0F42 0 0 10px inset;
    box-shadow: #0D0F42 0 0 10px inset;

}

.followup p {text-align: center;}

#socialshare h2, #contributepledge h2, #joinsocialnets h2, #volunteerask h2 {background-repeat: no-repeat; padding-left: 55px; line-height: 55px; color: #ffffff;}

#contributepledge table {width: inherit;}


.followup_1 h2 {background-image: url(https://salsa.wiredforchange.com/o/5838/images/callout_number_1.png);}
.followup_2 h2 {background-image: url(https://salsa.wiredforchange.com/o/5838/images/callout_number_2.png);}
.followup_3 h2 {background-image: url(https://salsa.wiredforchange.com/o/5838/images/callout_number_3.png);}
.followup_4 h2 {background-image: url(https://salsa.wiredforchange.com/o/5838/images/callout_number_4.png);}



.followup h2 {margin-top: 0;}

/* social network share */

.connect_widget {
    background-color: #FFFFFF !important;
}

#socialnetscontainer {width: 600px; margin: 0 auto; text-align: center;}

#fb_box {float: left; margin-right: 15px; background-color: #fff;}
#twitter_box {float: left;}

#share_buttons {margin: 0 auto; text-align: center;}
#fb_sharebutton {margin-top: 30px; margin-left: 60px; float: left;}
/* #tw_sharebutton {float: left; margin-left: 30px;} */

.connect_widget .connect_widget_text  {color: #fff; text-shadow: 1px 1px #666;}

#pledge_form input.submit  {font-size: 12px !important; padding: 3px !important; width: 150px !important;}
#pledge_form #Pledge {width: 50px;}
#pledge_form table {width: 500px; margin: 0 auto;}


/* salsa input styles */

.salsa input[type=text], .salsa .blockInput {
	border: 1px solid #ccc; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	font-size: 14px; 
	padding: 7px;
	width: 225px;
	-moz-box-shadow: #999 0 0 5px inset;
    -webkit-box-shadow: #999 0 0 5px inset;
    box-shadow: #999 0 0 5px inset;
	margin-bottom: 10px;
	}
	
.salsa input[type=text]:focus {
	border-color: #39F;
	-moz-box-shadow: #39F 0 0 7px inset;
    -webkit-box-shadow: #39F 0 0 7px inset;
    box-shadow: #39F 0 0 7px inset;
	}
#wrapper .salsa label {
	display: block;
	margin-left: 6px !important;
}


.salsa textarea.blockInput {
	width: 350px !important;
}

.salsa #endorse_form textarea.blockInput {
	height: 125px;
    width: 225px !important;
}

/*

#footer p {text-align: center; margin: 10px auto; padding-top: 50px;}

*/

/* footer email signup */

/*

#email_footer p {text-align: center; margin: 20px auto 0; padding-top: 0; font-style:italic;}


#footer_form, #footer_form_success {
	width: 320px;
	margin: 5px auto 10px;
}


#footer_form input#footer_email, #vol_form #vol_email {
	border: 1px solid #ccc; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	font-size: 14px; 
	padding: 7px;
	width: 225px;
	-moz-box-shadow: #999 0 0 5px inset;
    -webkit-box-shadow: #999 0 0 5px inset;
    box-shadow: #999 0 0 5px inset;
	float: left;
	}
#footer_form input#footer_email:focus, #vol_form #vol_email:focus {
	border-color: #39F;
	-moz-box-shadow: #39F 0 0 7px inset;
    -webkit-box-shadow: #39F 0 0 7px inset;
    box-shadow: #39F 0 0 7px inset;
	}
#footer_form #footer_submit, #vol_form .submit { 
	width: 60px !important; 
	margin-left: 15px !important;
	margin-right: 0 !important;
	padding: 3px !important;
	float: left;
	clear:none;
	font-size: 14px;
	}
	
	*/

#vol_form {width: 400px; margin: 0 auto;}


.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
    overflow: visible;
}

.salsa table.adminlist {border-collapse: inherit !important; clear: both; padding: 10px !important;}

.reveal-modal {font-size: 12px;}

.petitionContent {
background-color: #F7F7F7 !important;
border: 1px solid #cccccc !important;
}

#endorse_callout {border: 1px solid #999; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding: 15px;  background: #f6f8f9; /* old browsers */  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #f5f7f9 100%); /* firefox */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(100%,#f5f7f9)); /* webkit */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */  -moz-box-shadow: #999 0 0 15px inset;     -webkit-box-shadow: #999 0 0 15px inset;     box-shadow: #999 0 0 15px inset; float: right; margin: 0 8px 8px; width: 200px; padding: 15px; }