@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #d83f54;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-size: 14px;
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.wrapper {
	margin: 0 auto;
	width: 941px;
}

.header {
	height: 135px;
}

.header .wrapper {
	position: relative;
}

.header .logo {
	background-image: url(/images/ri4a-logo-w-out-slogan.gif);
	background-repeat: no-repeat;
	width: 292px;
	height: 84px;
	position: absolute;
	float: left;
	top: 10px;
	left: 2px;
}

.header .navigation {
	float: left;
	background-image: url(../images/nav-bg.gif);
	height: 135px;
	background-position: 325px 0;
	padding-left: 326px;
	background-repeat: no-repeat;
}

.header .navigation ul {
	list-style: none;
}

.header .navigation ul li {
	float: left;
	width: 124px;
	height: 135px;
	position: relative;
}

.header .navigation ul li a {
	float: left;
	width: 124px;
	height: 135px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.header .navigation ul li a:hover, .header .navigation ul li.selected a {
	width: 135px;
	z-index: 1000;
	background-position: 0 -135px;
}

.header .navigation ul li a.what {
	background-image: url(../images/nav-what-hover.png);
}

.header .navigation ul li a.whose {
	background-image: url(../images/nav-whose-hover.png);
}

.header .navigation ul li a.why {
	background-image: url(../images/nav-why-hover.png);
}

* html .header .navigation ul li a.what {
	background-image: url(../images/nav-what-hover.gif);
}

* html .header .navigation ul li a.whose {
	background-image: url(../images/nav-whose-hover.gif);
}

* html .header .navigation ul li a.why {
	background-image: url(../images/nav-why-hover.gif);
}

.header .date {
	float: right;
	width: 240px;
	padding-top: 25px;
	text-align: center;
	font-weight: bold;
	color: #d83f54;
	font-size: 36px;
	line-height: 55px;
}

.header .arrow {
	background-image: url(../images/arrow.png);
	width: 78px;
	height: 110px;
	float: left;
	background-repeat: no-repeat;
	position: absolute;
	right: 85px;
	top: 90px;
}

.main-wrapper {
	clear: both;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #5b292c;
}

.main {
	background-image: url(../images/may1-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.main .wrapper {
	padding: 90px 0 42px 0;
	overflow: hidden;
}

.intro {
	background-image: url(../images/intro-bg-orig.gif);
	width: 941px;
	height: 489px;
	margin-bottom: 13px;
}

.intro .map {
	float: left;
	padding: 26px 0 0 11px;
}

.intro .side {
	float: right;
	width: 221px;
	padding-right: 10px;
	text-align: center;
}

.intro .remaining {
	height: 60px;
	line-height: 60px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #d83f54;
	font-size: 18px;
}

.we-march {
	margin: 40px 0px 45px 0px;	
}

.intro a.i-want {
	background-image: url(../images/send-a-fax.gif);
	width: 212px;
	height: 56px;
	display: block;
 	margin: 0px auto 0 auto;
	background-repeat: no-repeat;
}

.intro a.donate-now {
	background-image: url(../images/donate-now.gif);
	width: 212px;
	height: 56px;
	display: block;
 	margin: 12px auto 0 auto;
	background-repeat: no-repeat;
}

.intro a.support-online {
	background-image: url(../images/button-support-online.gif);
	width: 212px;
	height: 56px;
	display: block;
	margin: 7px auto 0 auto;
	background-repeat: no-repeat;
}

.intro .join {
	clear: both;
	line-height: 22px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	overflow: hidden;
	padding: 29px 20px 0 20px;
	*padding: 27px 20px 0 20px;
}

.intro .join form {
	overflow: hidden;
	float: left;
	*height: 25px;
}

.intro .join form label {
	padding-right: 7px;
	float: left;
	height: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: white;
}

.intro .join form input {
	border: none;
	background: none;
	background-image: url(../images/input-bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 4px 6px 2px 8px;
	float: left;
	width: 178px;
	height: 16px;
	font-size: 12px;
	color: #000;
	margin-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.intro .join form input.zip {
	width: 103px;
}

.intro .join form input.submit {
	border: none;
	background: none;
	background-image: url(../images/submit-bg.gif);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.intro .join .sms {
	float: right;
	width: 312px;
}

.tripple {
	clear: both;
	background-image: url(../images/tripple-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 4px;
	overflow: hidden;
}

.tripple .left-column {
	background-color: #fff;
	float: left;
	width: 325px;
	margin-right: 14px;
	padding: 0 8px 8px 8px;
}

.tripple .middle-column {
	background-color: #fff;
	float: left;
	width: 325px;
	margin-right: 14px;
	padding: 0 8px 8px 8px;
}

.tripple .right-column {
	background-color: #fff;
	float: left;
	width: 215px;
	padding: 0 8px 8px 8px;
}

.tripple h2 {
	background-image: url(../images/h2-left-column-bg.gif);
	width: 315px;
	height: 37px;
	position:relative;
	margin: 0 -8px 11px -8px;
	padding: 0 13px;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

.tripple .right-column h2 {
	background-image: url(../images/h2-right-column-bg.gif);
	width: 205px;
	height: 37px;
	position:relative;
	margin: 0 -8px 11px -8px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tripple h2 a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.tripple h2 a img {
	vertical-align: text-bottom;
	margin-left: 7px;
}

.separator {
	border: none;
	background: none;
	clear: both;
	display: block;
	margin: 9px 0;
	background-color: #ccd8df;
	height: 1px;
	overflow: hidden;
}

.block {
	overflow: hidden;
}

a.become-a-fan {
	margin-top: 22px;
	float: left;
}

.fanlist {
	overflow: hidden;
	margin-left: -3px;
	margin-right: -2px;
	position: relative;
}

.fanlist a {
	padding: 4px 3px 0 2px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	color: #919797;
	overflow: hidden;
	width: 50px;
	float: left;
}

.fanlist a img {
	display: block;
}

.tripple small {
	font-size: 11px;
	color: #333333;
}

small img {
	vertical-align: text-bottom;
}

.twitter-entry {
	overflow: hidden;
	clear: both;
	padding: 15px 8px 15px 91px;
	font-size: 13px;
	color: #333333;
}

.twitter-entry img {
	float: left;
	margin-left: -84px;
	position: relative;
}

.twitter-entry.blue {
	position: relative;
	margin: -11px -8px 0 -8px;
	background-color: #d8e8f2;
	padding-left: 99px;
}

.twitter-entry small {
	display: block;
	font-size: 12px;
	color: #999999;
}

.tripple h3 {
	font-size: 13px;
	font-weight: bold;
}

.preview {
	overflow: hidden;
	clear: both;
	font-size: 13px;
	padding-bottom: 18px;
	color: #333333;
}

.preview big {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	display: block;
}

.preview small {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.preview small a {
	font-weight: normal;
}

.preview small a.icon {
	margin-left: 4px;
}

.more {
	clear: both;
	font-weight: bold;
}

.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
}

.footer .wrapper {
	overflow: hidden;
	height: 72px;
}

.footer .copyright {
	padding-top: 26px;
	font-family: Helvetica, Arial, sans-serif;
	color: #d83f54;
	font-size: 13px;
	float: left;
	padding-left: 5px;
}

.footer .ri4a-logo {
	float: left; 
	padding: 21px 0px 0px 22px;
}
	
.footer .footer-nav {
	float: right;
	padding-right: 2px;
	padding-top: 26px;
}

.footer .footer-nav ul {
	list-style: none;
}

.footer .footer-nav ul li {
	float: left;
	padding-left: 13px;
}

.footer .footer-nav ul li a {
	text-decoration: underline;
}

.footer .footer-nav ul li a:hover {
	text-decoration: none;
}

.content-outer-wrapper {
	background-image: url(../images/content-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 3px;
}

.content-wrapper {
	background-image: url(../images/content-repeat-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.content {
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 13px;
	color: #333;
}

.content-block {
	float: left;
	width: 647px;
	overflow: hidden;
	padding: 0 27px 20px 23px;
}

.sidebar {
	float: right;
	width: 205px;
	overflow: hidden;
	padding: 15px 15px 0 22px;
}

.content .heading {
	height: 67px;
	padding-top: 9px;
	line-height: 67px;
	padding-bottom: 30px;
}

.content .heading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #d83f54;
	float: left;
}

.content .heading h1 span {
	color: #fff;
}

.content .heading .sms {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.content h2 {
	font-size: 18px;
	color: #023d5f;
	font-weight: bold;
	line-height: 21px;
}

.content h3 {
	font-size: 13px;
	color: #012e4e;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 21px;
}

.content p {
	padding-bottom: 18px;
}

.content-block #salsa form {
	border: none;
}

.content-block #salsa form h1 {
	margin-top: -12px;
}

.content-block form {
	clear: both;
	border-top: 1px solid #e5e5e5;
	margin-top: 12px;
	display: block;
	padding-top: 32px;
}

.content-block .salsa form label {
	width: auto;	
}

.content-block form label {
	float: left;
	clear: both;
	width: 134px;
	padding-left: 3px;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.content-block form label span {
	color: #c10435;
}

.content-block form input {
	float: left;
	border: none;
	background: none;
	width: 187px;
	background-image: url(../images/content-input-bg.gif);
	height: 16px;
	padding: 5px 7px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content-block form input.dia_submit {
	height: 26px;
	padding-top: 0px;
}

.content-block form input.checkbox {
	margin: 2px 5px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	background: none;
}

*+html .content-block form input.checkbox {
	margin-top: 0;
}

.content-block form .checkbox-text {
	float: left;
}

.content-block form .padded {
	padding-top: 10px;
	clear: both;
	overflow: hidden;
}

.content-block form input.submit {
	background-image: url(../images/submit-submit.gif);
	width: 202px;
	height: 46px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 0 137px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.sidebar h2 {
	padding-bottom: 15px;
}

.sidebar .separator {
	border: none;
	background: none;
	background-image: url(../images/sidebar-hr.gif);
	height: 32px;
	margin: 8px 0 10px 0;
	padding: 0;
}

form.signup {
	font-size: 10px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 12px;
	overflow: hidden;
}

form.signup input {
	border: none;
	background: none;
	background-image: url(../images/input-sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 4px 8px 1px 3px;
	width: 177px;
	height: 15px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 13px;
	margin-left: 4px;
	float: left;
}

form.signup input.phone {
	width: 131px;
	margin-bottom: 7px;
}

form.signup input.submit {
	background-image: url(../images/submit-go.gif);
	width: 32px;
	height: 22px;
	margin-left: 12px;
	margin-bottom: 7px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.sidebar .social {
	overflow: hidden;
}

.sidebar .social a {
	margin: 0 22px 8px 0;
	float: left;
	height: 32px;
}

.line {
	overflow: hidden;
	clear: both;
	padding-bottom: 8px;
}

.header .languages {
	float: right;
	padding-right: 45px;
}

.header .languages a {
	background-image:url(/blog/wp-content/themes/reform/images/arrow-languages.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	color:#D83F54;
	padding-left:7px;
}
