/* @override https://s3.amazonaws.com/s3.freepress.net/template-set-assets/sti/sti_redux.css */

body {
	background: #ddd;
}

#header {
	background: url(https://s3.amazonaws.com/s3.freepress.net/template-set-assets/sti/images/sti-pattern.gif) #2B3D8B;
}

#content {
	background: #fff;
}

img.sti_logo {
	box-shadow: 5px 5px 20px #333, -3px 3px 8px #333;
	background: #f9991d;
}

div.asym-col2.asym-col-bigger2 {
	background: #eee;
}

.letter2 {
	background: #fff;
	border-right: 2px solid #b57512;
	border-bottom: 2px solid #b57512;
	}

div.letter {
	background: #fff;
	border-right: 2px solid #b57512;
	border-bottom: 2px solid #b57512;
}

div.letter textarea#id_comment {
	background: #fff;
	color: #000;
	}

div.letter textarea#id_comment:focus {
	background: #eee;
	}

/* this is the form box */
div.asym-col.asym-col-smaller, div#call-steps, div.donation_person-info, div.donation_type, div.card_info {
	background: #ffa924;
}
	
div.asym-col.asym-col-smaller input[type="text"], textarea#id_comment, div#call-steps input[type="text"], textarea#id_action_survey, div.question textarea, div.donation_box input[type="text"] {
	background: #e39920 url(https://s3.amazonaws.com/s3.freepress.net/template-set-assets/sti/images/form_bg.png) repeat-x;
	border-bottom: 1px solid #fdd79c;
	border-right: 1px solid #fdd79c;
	color: #444;
}

div.asym-col.asym-col-smaller input[type="text"]:focus, textarea#id_comment:focus, div#call-steps input[type="text"]:focus, textarea#id_action_survey:focus, div.question textarea:focus, div.donation_box input[type="text"]:focus {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #000;
	}

div.asym-col.asym-col-smaller input[type="submit"], div#call-steps input[type="submit"], div.donation_box input[type="submit"]  {
	color: #ffffff;
	background: #f13c26; /* Old browsers */
	background: -moz-linear-gradient(top, #f13c26 0%, #8c2e16 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c26), color-stop(100%,#8c2e16)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f13c26 0%,#8c2e16 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f13c26 0%,#8c2e16 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f13c26 0%,#8c2e16 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13c26', endColorstr='#8c2e16',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f13c26 0%,#8c2e16 100%); /* W3C */}

div.asym-col.asym-col-smaller input[type="submit"]:hover, div#call-steps input[type="submit"]:hover, div.donation_box input[type="submit"]:hover {
	background: #f13c26;
	}

/* 
div.asym-col.asym-col-smaller input[type="text"].required, textarea#id_comment.required:focus, div#call-steps input[type="text"].required, textarea#id_action_survey.required, div.question textarea.required, .unsubscribe_freepress input[type="text"].required, .unsubscribe_freepress textarea.required {
	background: #e39920 url(https://s3.amazonaws.com/s3.freepress.net/template-set-assets/shared/images/ak-required-bar.png) no-repeat top right;
	background-position: 100% 0%;
}

div.asym-col.asym-col-smaller input[type="text"].required:focus, textarea#id_comment.required:focus, div#call-steps input[type="text"].required:focus, textarea#id_action_survey.required:focus, div.question textarea.required:focus, .unsubscribe_freepress input[type="text"].required:focus, .unsubscribe_freepress textarea.required:focus {
	background: #fff
}
*/

a {
	color: #dd951f;
}

a:hover {
	color: #f9a824;	
}

#footer-inner.center p {
	color: #666;
}

p.updates {
	color: #fff;
	}
	
div#step1.step.first-step, div#step2, div#step3 {
	background: #ffa924;
}

hr {
	border-top: 1px solid #e39920;
	border-bottom: 1px solid #fdd79c;	
}

div.donation_box select {
	color: #444;
}

div.donation-personal-info {
	border-bottom: 1px solid #e39920;
}

a#common-questions {
	background: #ffa924;
}

a#common-questions:hover{
	background: #facb86;
}
	