/*
THEME NAME: Voice of the People Theme
THEME URI: http://www.vop.org
DESCRIPTION: Voice of the People Theme
VERSION: 1.0
AUTHOR: <a href="http://www.liquifiedcreative.com">LC</a>
AUTHOR URI: http://www.liquifiedcreative.com
*/

@import "reset.css";
@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic);

/*------------------------------ELI'S MASTERFUL ADDITIONS------------------------------*/

/*@font-face {
    font-family: 'VOPicons';
    src:url('http://salsa3.salsalabs.com/o/50573/images/VOPicons.ttf'),
url('http://salsa3.salsalabs.com/o/50573/images/VOPicons.svg'),
    url('http://salsa3.salsalabs.com/o/50573/images/VOPicons.eot');
        
}*/
/*@font-face {
    font-family: 'VOPicons';
    src:url('http://www.vop.org/wp-content/themes/vop/fonts/VOPicons.eot?') format('eot'),
url('http://www.vop.org/wp-content/themes/vop/fonts/VOPicons.svg') format('svg'),
url('http://www.vop.org/wp-content/themes/vop/fonts/VOPicons.woff') format('woff'),
url('http://www.vop.org/wp-content/themes/vop/fonts/VOPicons.ttf') format('truetype');
}*/
/*-------ICON FONT--------*/
[data-icon]:before {
    font-family: 'VOPicons';
    font-size: 32px;
    content: attr(data-icon);
    color: #06506B;
    speak: none;
    display: block;
    text-align: center;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin: 10px auto 10px auto !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon {
display: inline-block;
text-align: center;
width: 100%;
vertical-align: top;
}
/*#brief {
background-image: url('');
}
.icon {
display: inline-block;
text-align: center;
width: 100%;
vertical-align: top;
}*/
/*-------END ICON FONT--------*/
/*-------FEATURES---------*/
.featureContainer {
	width: 621px;
	height: auto;
	padding: 10px 10px;
	border: 1px solid gray;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 12px;
}
.feature {
	width:29%;
	height: 100%;
min-height: 45px;
	margin: 0px 10px;
	display: inline-block;
position: relative;
}
h1.featureHeading {
	color: #104462;
	font-size: 18px;
	display: block;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #9f9f9f;
	margin: 2px auto;
	padding: 0px 0px 4px 0px;
}
a.featureCTA {
	color: #104462;
	font-size: 18px;
	display: block;
	max-width: 405px;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid black;
	border-radius:3px;
	margin: 10px auto 0px auto;
	padding: 10px;
	background-color: #F9F9F9;
}
a.featureCTA:hover {
	background-color: #EAEAEA;
	color: #104462;
}
.feature h3 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 2px;
}
.featureText {
	text-align: center;
	font-size: 14px;
}
/*-------END FEATURES--------*/
/*-------SIDEBAR BUTTONS-------*/
.redBtn {
/*-----gradient------*/
background: #C8141D; /* Old browsers */
background: -moz-linear-gradient(top, #C8141D 0%, #B2040D 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8141D), color-stop(100%,#B2040D)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #C8141D 0%,#B2040D 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #C8141D 0%,#B2040D 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #C8141D 0%,#B2040D 100%); /* IE10+ */
background: linear-gradient(to bottom, #C8141D 0%,#B2040D 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8141D', endColorstr='#B2040D',GradientType=0 ); /* IE6-9 */
/*---end gradient---*/
box-shadow: 2px 2px 2px 2px #ccc;
-webkit-box-shadow: 2px 2px 2px 2px #ccc;
-moz-box-shadow: 2px 2px 2px 2px #ccc;
-o-box-shadow: 2px 2px 2px 2px #ccc;
	display: block;
	width: 231px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 12px;
	text-align: left;
	font-size: 14px;
font-family: sans-serif;
/*text-transform: uppercase;*/
color: #fff;
padding-left: 10px;
}
.redBtn:hover {
background: #B2040D; /* Old browsers */
background: -moz-linear-gradient(top, #B2040D 0%, #C8141D 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B2040D), color-stop(100%,#C8141D)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #B2040D 0%,#C8141D 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #B2040D 0%,#C8141D 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #B2040D 0%,#C8141D 100%); /* IE10+ */
background: linear-gradient(to bottom, #B2040D 0%,#C8141D 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2040D', endColorstr='#C8141D',GradientType=0 ); /* IE6-9 */
color: #D6C8A5;
}
.blueBtn {
/*-----gradient------*/
background: #13618F; /* Old browsers */
background: -moz-linear-gradient(top, #13618F 0%, #124968 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13618F), color-stop(100%,#124968)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #13618F 0%,#124968 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #13618F 0%,#124968 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #13618F 0%,#124968 100%); /* IE10+ */
background: linear-gradient(to bottom, #13618F 0%,#124968 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13618F', endColorstr='#124968',GradientType=0 ); /* IE6-9 */
/*---end gradient---*/
box-shadow: 2px 2px 2px 2px #ccc;
-webkit-box-shadow: 2px 2px 2px 2px #ccc;
-moz-box-shadow: 2px 2px 2px 2px #ccc;
-o-box-shadow: 2px 2px 2px 2px #ccc;
	display: block;
	width: 231px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 12px;
	text-align: left;
	font-size: 14px;
font-family: sans-serif;
/*text-transform: uppercase;*/
color: #fff;
padding-left: 10px;
margin-bottom: 2px;
}
.blueBtn:hover {
background: #124968; /* Old browsers */
background: -moz-linear-gradient(top, #124968 0%, #13618F 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124968), color-stop(100%,#13618F)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #124968 0%,#13618F 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #124968 0%,#13618F 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #124968 0%,#13618F 100%); /* IE10+ */
background: linear-gradient(to bottom, #124968 0%,#13618F 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124968', endColorstr='#13618F',GradientType=0 ); /* IE6-9 */
color: #D6C8A5;
}
/*------END SIDEBAR BUTTONS----*/
/*------QUOTE ROTATOR---------*/
#quotearea {
margin-right: 20px !important;
margin-bottom: 60px !important;
float: left;
}
/*-----END QUOTE ROTATOR-------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	background:#e4d4a8 url(https://salsa3.salsalabs.com/o/50573/images/bg.gif) repeat-x;
	line-height: 16px;
}
.clear {
	clear:both;
}
.home {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #585858;
		font-family: 'Sorts Mill Goudy', serif;
}
a {
	color: #09749b;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #A10000;
}
strong {
	font-weight: 700;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #06354F;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	padding-top: 10px;
}
hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}
blockquote {
	font-style: italic;
	background: url(https://salsa3.salsalabs.com/o/50573/images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}
sup {
	font-size:9px;
	vertical-align:top;
}
input {
	font-size: 16px;
	line-height: 18px;
	color: #999;
}
#wrapper {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(https://salsa3.salsalabs.com/o/50573/images/hdr-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrapper {
	width:943px;
	margin:0px auto;
}
#header {
	overflow: visible;
	width: 100%;
	margin:0px auto;
}
#topheader {
	width: 100%;
	margin:0px auto;
	background:url(https://salsa3.salsalabs.com/o/50573/images/topblue.jpg) center top no-repeat;
	height: 117px;
}
#topheaderleft {
	float:left;
	width:493px;
	height:117px;
	position:relative;
	left:-4px;
}
#topheaderright {
	float:right;
	width:300px;
	padding:25px 15px 0px 0px;
	text-align:right;
}
#topheaderleft a {
	background:url(https://salsa3.salsalabs.com/o/50573/images/voice-of-the-people.jpg) top left no-repeat;
	display:block;
	width:493px;
	height:117px;
}
#topheaderleft a:hover {
	background:url(https://salsa3.salsalabs.com/o/50573/images/voice-of-the-people.jpg) 0px -117px no-repeat;
}
#signupform input[type="text"] {
	font-size:11px;
	height:17px;
	padding:5px 4px 3px;
}
.emailinput {
	width:96px;
}
.zipinput {
	width:58px;
}
.formsubmit {
	position:relative;
	top:9px;
}
#topnav {
	width:100%;
	margin:0px auto;
	background:url(https://salsa3.salsalabs.com/o/50573/images/nav.jpg) center top no-repeat;
	height:49px;
}
.rightnav {
	float:right;
	width:156px;
	text-align:right;
}
a.donater {
	background:url(https://salsa3.salsalabs.com/o/50573/images/donate-today.jpg) top left no-repeat;
	width:156px;
	height:49px;
	display:inline-block;
}
a.donater:hover {
	background-position:0px -49px;
}
#container {
	width:100%;
	margin:0px auto;
	background:url(https://salsa3.salsalabs.com/o/50573/images/mainbg.jpg) center top no-repeat;
	min-height:734px;
}
.mainleft {
	float:left;
	width:643px;
}
.mainright {
	float:right;
	width:257px;
	margin-right:19px;
}

/* homepage */
.whatsnew {
	clear:both;
	background:#7693a1;
	padding:10px 9px;
}
.whatsnewcontent {
	background:#fff;
	padding:10px 8px;
}
.whatsnewcontent p{
	 font-family:Verdana, Geneva, sans-serif;
}
/*------------NOTE: making link font larger per RP---------*/
.whatsnewcontent ul li {
font-size: 16px;
}
.morenews {
	text-align:right;
}
.whatsnewcontent h3 {
	border-top:1px solid #9f9f9f;
	border-bottom:1px solid #9f9f9f;
	padding:4px 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:19px;
	line-height:19px;
	color:#104462;
	display:inline-block;
	margin-bottom:7px;
	text-transform:uppercase;
}
/* sidebar */
.mainright .mywidget {
	padding:8px;
}
.mainright .mywidget h3 {
	border-top:1px solid #9f9f9f;
	border-bottom:1px solid #9f9f9f;
	padding:4px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:19px;
	color:#104462;
	display:inline-block;
	margin-bottom:7px;
	text-transform:uppercase;
}
.mainright .mywidget.blogs ul  {
	margin-bottom:15px;
}
.topright, .followus, .whatsnewsidebar, .twitter {
	background:#fff;
	border: 1px solid #9f9f9f;
}
.topright, .followus {
	padding-bottom: 0px !important;
}
a.getinformed {
	display:block;
	background:url(https://salsa3.salsalabs.com/o/50573/images/about-citizen.gif) top left no-repeat;
	width:241px;
	height:44px;
	margin-bottom:12px;
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px 2px #ccc;
}
a.getinformed:hover {
	background-position:0px -44px;
}
a.signpet {
	display:block;
	background:url(https://salsa3.salsalabs.com/o/50573/images/sign-pet.gif) top left no-repeat;
	width:241px;
	height:42px;
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px 2px #ccc;
}
a.signpet:hover {
	background-position:0px -42px;
}
a.joincamp {
	display:block;
	background:url(https://salsa3.salsalabs.com/o/50573/images/join-camp.gif) top left no-repeat;
	width:241px;
	height:42px;
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px 2px #ccc;
}
a.joincamp:hover {
	background-position:0px -42px;
}
a.contactcongress {
	display:block;
	background:url(ihttps://salsa3.salsalabs.com/o/50573/images/contact-cong.gif) top left no-repeat;
	width:241px;
	height:52px;
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px 2px #ccc;
}
a.contactcongress:hover {
	background-position:0px -52px;
}
.followus .textwidget {
	float:right;
	width:110px;
}
a.fb {
	background:url(https://salsa3.salsalabs.com/o/50573/images/facebook.gif) top left no-repeat;
	width:30px;
	height:29px;
	margin-right:5px;
	display:inline-block;
}
a.twitt {
	background:url(https://salsa3.salsalabs.com/o/50573/images/twitter.gif) top left no-repeat;
	width:30px;
	height:29px;
	margin-right:5px;
	display:inline-block;
}
a.youtube {
	background:url(https://salsa3.salsalabs.com/o/50573/images/youtube.gif) top left no-repeat;
	width:30px;
	height:29px;
	display:inline-block;
}
.twitter {
	background:#fff url(https://salsa3.salsalabs.com/o/50573/images/twitter-gray.gif) 163px 12px no-repeat;
}
.mainright .twitter.mywidget h3 {
	display:block;
}
/* footer */
#footer {
	width: 100%;
	/*float: left;
	height: 100px;*/
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
	line-height: 14px;
	padding-top: 5px;
	/*-----Note: Eli changed-----padding-right: 20px; */
padding-right: 0px;
	/*-----Note: Eli changed-----padding-bottom: 20px; */
	padding-bottom: 30px;
	padding-left: 0px;
	color: #FFF;
}
#footerleft {
	float:left;
	widht:100px;
}
#footerright {
	float:right;
	width:800px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#787070;
}
.frtop a {
	padding:0px 7px;
	text-transform:uppercase;
	color:#787070;
}
.frtop a:last-child {
	padding:0px 0px 0px 7px;
}
.frmid {
	font-weight:bold;
	color:#114766;
}
#footer-links {
	list-style: none;
	width: 575px;
	float: left;
	padding-top: 10px;
}
#footer-links a {
	text-transform: uppercase;
	color: #FFF;
}
#footer-links a:hover {
	text-transform: uppercase;
	color: #FECB73;
}
#footer-links li {
	float: left;
	margin-right: 15px;
}
#footer-links ul {
	float: left;
	margin-right: 15px;
}
.post-content {
	min-height: 100px;
}
.post-content li {
	list-style-type: disc;
font-size: 1.1em;
}
#content {
	background:url(https://salsa3.salsalabs.com/o/50573/images/contentbg.png);
	width:927px;
	margin:0px auto;
	padding:11px 8px;
}
#content-post {
	background-color: #0052ae;
	float: left;
	width: 580px;
	background-color: #FFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 10px;
	margin-right:20px;
	border: 3px solid #FFF;
}
#content-home {
	float: left;
	width: 680px;
}
/* Action Page styles */

#content-home-action {
	float: left;
	width: 950px;
}
#action-right {
	float: right;
	width: 485px;
	padding-top: 25px;
	padding-right:25px;
}
#content-campaignone p, #content-campaigntwo p, #content-campaignthree p, #content-campaignfour p {
	padding: 14px;
	padding-top:25px;
	padding-right: 50px;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
}
#content-action p {
	padding: 15px;
	padding-right: 50px;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
}
#action-right h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;

	color: #0a4c65;
	padding-top:10px;
	padding-bottom:15px;
}
/* Action Page styles end */

.post-content-home {
}
#post-content-home {
	float: left;
	width: 250px;
}
#post-content-home-right {
	float: left;
	width: 250px;
}
#content-hometop {
	float: left;
	width: 920px;
	background-color: #FFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	margin-right:35px;
	border: 3px solid #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
#home-left {
	float: left;
	width: 325px;
}
#home-right {
	float: right;
	width: 340px;
}
#content-homeblock {
	float: left;
	width: 400px;
	background-color: #FFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 10px;
 margin-right:35px;
	border: 3px solid #FFF;
}
#content-risk {
	float: right;
	width: 245px;
}
.post {
	margin-bottom: 10px;
	padding: 18px;
}
.mainleft .post {
	background:#fff;
}
.mainleft .headblue {
	background:#0a3248 url(https://salsa3.salsalabs.com/o/50573/images/insideh1.gif) top left repeat-x;
	padding:18px;
}
.mainleft h1.post-title  {
	font-size: 38px;
	line-height: 42px;
	font-weight: normal;
	color: #aec0ca;
	margin:0px;
	padding:0px;
}
.mainleft .headblue h2  {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	font-style:italic;
	color: #aec0ca;
	margin:0px;
	padding:0px;
}

#title-bar .post-title h2 a {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;

	color: #06354F;
	padding-top: 10px;
	padding-bottom: 3px;
}
.post-title a {
	color: #06354F;
}
.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}
.post-meta {
	font-size: 85%;
	color: #999;
	margin: 5px 0px 15px;
}
.post-meta a {
	color: #666666;
}
.post-comments {
	float: right;
	padding: 3px 0 7px 7px;
}
.post-comments a {
	padding: 3px 7px 7px 0;
	color: #0a4c65;
}
.post-comments a:hover {
	color: #FFFFFF;
}
.post-content {
}
.post h2 {
	font-size: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
line-height: 1em;
	color: #333;
}
.post h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;

	color: #0a4c65;
}
.post p {
font-size: 1.2em;	
line-height: 1.4em;
	margin-bottom: 15px;
	color: #666666;
}
.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}
.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}
.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}
.post-content ul, .post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}
.post-content ul {
	list-style: outside;
}
.post-content ol {
	list-style: decimal;
}
.post-content ul li, .post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
	color: #666666;
}
.bottom-buttons {
	padding:20px 0px 10px;
}
#postbreak {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: 5px;
}
.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}
.section-title {
	font-size: 180%;
	margin-bottom: 10px;
}
.navleft {
	float: left;
	margin: 0 15px 15px 0;
}
.navright {
	float: right;
	margin: 0 0 15px 15px;
}
.navigation div a {
	font-size: 110%;
}
#respond, #comments {
	background:#FFFFFF;
	padding:18px;
}
#respond input {
	color:#06354F;background: -moz-linear-gradient(center top , #126490 0%, #124868) repeat scroll 0 0 transparent;
    border: 2px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 3px 2px #BABABA;
    color: #FFFFFF;
    font-family: Times New Roman,'Sorts Mill Goudy',serif;
    font-size: 16px;
    padding: 6px 13px;
}
#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}
.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}
.comment-data {
	float: left;
	width: 400px;
}
.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}
.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}
.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}
.unapproved {
	font-style: italic;
}
#respond {
	margin-top: 30px;
}
#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}
#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}
#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}
#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}
#footer-social {
	list-style: none;
	width: 350px;
	float: right;
	clear: both;
	padding-top: 10px;
}
#footer-social li {
	float: right;
}
#topnav .menu {
	width:775px;
	float:left;
}
.dropmenu {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	z-index:10;
}
#menu-main-navigation ul {
	position:absolute;
	display:none;
	top:45px;
}
/*------NOTE: CHANGED DROPMENU STYLES TO V SLIGHTLY CENTER THE MENU ITEMS------*/
.dropmenu ul li {
	/*float:left;*/
display: inline-block;
margin: 0px auto;
	position:relative;
	background:url(https://salsa3.salsalabs.com/o/50573/images/nav-sep.gif) right 4px no-repeat;
	padding:0px 10px 10px 0px;
}
.dropmenu ul li a {
	display:block;
	color:#fff;
	font-size:16px;

	text-decoration:none;
	text-transform:uppercase;
	padding:17px 8px 19px;
	margin:0px;
}
.dropmenu ul li:first-child a {
}
.dropmenu ul li:last-child a {
}
.dropmenu ul li a:hover {
	background:url(https://salsa3.salsalabs.com/o/50573/images/menu-top-bg.gif) top left repeat-x;
	color:#fff;
}

.dropmenu ul li:last-child {
	background:none;
}
.dropmenu ul li ul {
	background:#96050c;
	padding:0px 0px 10px;
	width:300px;
}
/*------NOTE: COMMENTING OUT NAV IMAGES-----*/
.dropmenu ul li#menu-item-155 ul {
	/*background:#96050c url(images/solution-top.gif) top left no-repeat;*/
	/*padding:32px 0px 15px;*/
}
.dropmenu ul li#menu-item-154 ul {
	/*background:#96050c url(images/crisis-top.gif) top left no-repeat;*/
	/*padding:32px 0px 15px;*/
}
.dropmenu ul li#menu-item-151 ul {
	/*background:#96050c url(images/plan-top.gif) top left no-repeat;*/
	/*padding:32px 0px 15px;*/
}
#menu-main-navigation li#menu-item-38 ul ul {
	left:300px;
}
.dropmenu ul li ul li{
	background:none;
	padding:0px 10px 0px 0px;
	font-size:16px;
	text-transform:none;
}
.dropmenu ul li ul li a{
	font-size:15px;
	font-weight:normal;
	text-transform:none;
	clear:both;
	padding:8px 10px 8px 22px;
	width:268px;
	background:url(https://salsa3.salsalabs.com/o/50573/images/navarrow.png) 11px 12px no-repeat;
}
.dropmenu ul li ul li a:hover {
	background:url(https://salsa3.salsalabs.com/o/50573/images/navarrow.png) 11px 12px no-repeat;
	color:#cccc99;
}
.dropmenu ul li ul li ul  {
	padding:0px !important;
	background:none !important;
	background-image:none !important;
	top:3px !important;
}
.dropmenu ul li ul li ul li {
	padding-top:0px !important;
	background:#480806;
	width:268px;
}
.dropmenu ul li ul li ul li a {
	padding:7px 10px;
	background:#480806;
	width:268px;
}
.dropmenu ul li ul li ul li a:hover {
	background:#480806;
}

#menu-main-navigation li ul ul {
	left:300px;
}
#menu-main-navigation li ul ul ul {
	left:300px;
}
#menu-main-navigation li:hover ul ul, #menu-main-navigation li:hover ul ul ul, #menu-main-navigation li:hover ul ul ul ul {
	display:none;
}
#menu-main-navigation li:hover ul, #menu-main-navigation li li:hover ul, #menu-main-navigation li li li:hover ul, #menu-main-navigation li li li li:hover ul {
	display:block;
}
#menu-header, #menu-header .menu-main-navigation, #menu-header .menu-main-navigation ul {
	position:relative;
	z-index:800;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(https://salsa3.salsalabs.com/o/50573/images/loading.gif) no-repeat 50% 50%;/*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-30px;
	margin-left:-60px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(https://salsa3.salsalabs.com/o/50573/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(https://salsa3.salsalabs.com/o/50573/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color:#fff;
}
.theme-default #slider {
	width:643px; /* Make sure your images are the same size */
	height:290px; /* Make sure your images are the same size */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.theme-pascal.slider-wrapper, .theme-orman.slider-wrapper {
	margin-top:150px;
}
/* The Nivo Slider styles */
.slider-wrapper {
	width:643px;
	height:324px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a{
    display:block;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#content-hometop-left {
	background-image: url(https://salsa3.salsalabs.com/o/50573/images/join-bkr.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 316px;
	width: 400px;
}
#content-hometop-right {
	float: right;
	height: 316px;
	width: 520px;
}
.paidforbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #333;
	border: thin solid #FFF;
	width: 250px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

/* quotes */
.quotediv {
	background:url(https://salsa3.salsalabs.com/o/50573/images/quote.gif) top left no-repeat;
	padding:26px 0px 0px 124px;
	min-height:110px;
	margin-top:50px;
}
.quotediv p.mainquote {
	color:#124968;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:17px;
	font-style:italic;
}
.quotediv p.qname {
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:15px;
	font-weight:bold;
}

/* twitter */
.twtr-hd, .twtr-ft {
	display:none;
}
#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4 {
    background-color: #fff !important;
}
#twtr-widget-1.twtr-widget .twtr-tweet-wrap {
    padding: 6px 0px;
}
#twtr-widget-1 .twtr-tweet a.twtr-user {
    color: #114766 !important;
	background:url(https://salsa3.salsalabs.com/o/50573/images/vop-twitter.gif) top left no-repeat;
	width:32px;
	height:32px;
	display:inline-block;
	overflow:hidden;
	text-indent:-5000px;
	float:left;
	margin-right:10px;
}
#twtr-widget-1.twtr-widget em, #twtr-widget-1 .twtr-widget .twtr-new-results {
    font-size: 10px;
}
#twtr-widget-1 .twtr-bd p, #twtr-widget-1 .twtr-widget p {
    padding-right:7px !important;
}

/* button css */
a.button.css3button {
	font-family: Times New Roman,'Sorts Mill Goudy', serif;
	font-size: 16px;
	color: #ffffff;
	padding: 6px 13px;
	background:#126490;
	background: -moz-linear-gradient(
		top,
		#126490 0%,
		#124868);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#126490),
		to(#124868));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #ffffff;
-webkit-box-shadow: 1px 1px 3px 2px #bababa;
box-shadow: 1px 1px 3px 2px #bababa; 
}
a.button.css3button:hover {
	color: #cccc99;
}

.mainleft div.mr_social_sharing_wrapper {
    margin: 19px 0;
}

.post-content em {
	font-style:italic;
}




/* next button css */
a.nextbutton {
	padding:10px 0px;
	color:#036;
	display:block;
	text-align:center;
	font-size:16px;
	background-color: #e2e2e2;
	background-image: url(https://salsa3.salsalabs.com/o/50573/images/button-bkr-on.jpg);
	background-repeat: no-repeat;
	background-position: center -1px;
	border: 1px solid #ccc;
}
a.nextbutton:hover {
	color:#FFF;
	border:1px solid #036;
	background-image: url(https://salsa3.salsalabs.com/o/50573/images/button-bkr-over.jpg);
	background-repeat: no-repeat;
	background-position: center -1px;
	background-color: #036;
}


/* salsa hack css */
#search_zip input[type="text"] {
	height:32px;
	margin-right:5px;
}
#search_zip input:last-child[type="text"] {
	margin-left:5px;
}
input#search_submit {
	font-family: Times New Roman,'Sorts Mill Goudy', serif;
	font-size: 16px;
	color: #ffffff;
	padding: 6px 13px;
	background:#126490;
	background: -moz-linear-gradient(
		top,
		#126490 0%,
		#124868);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#126490),
		to(#124868));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 1px 1px 3px 2px #bababa;
	box-shadow: 1px 1px 3px 2px #bababa; 
	cursor:pointer;
}



input#submitSignPetition, input#submitSignup {
	font-family: Times New Roman,'Sorts Mill Goudy', serif;
	font-size: 16px;
	color: #ffffff;
	padding: 6px 13px;
	margin-bottom:15px;
	background:#126490;
	background: -moz-linear-gradient(
		top,
		#126490 0%,
		#124868);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#126490),
		to(#124868));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 1px 1px 3px 2px #bababa;
	box-shadow: 1px 1px 3px 2px #bababa; 
	cursor:pointer;
}





/* take action section */
.tatop {
	height:150px;
}
.tatop a {
	text-indent:-5000px;
	display:inline-block;
}
.tatop a.tasp {
	background:url(https://salsa3.salsalabs.com/o/50573/images/sign-the-petition.jpg) top left no-repeat;
	width:283px;
	height:126px;
	display:inline-block;
	float:left;
	overflow:hidden;
}
.tatop a.tasp:hover {
	background-position:0px -126px;
}
.tatop a.tadt {
	background:url(https://salsa3.salsalabs.com/o/50573/images/donate-today-button.jpg) top left no-repeat;
	width:283px;
	height:126px;
	display:inline-block;
	float:right;
	overflow:hidden;
}
.tatop a.tadt:hover {
	background-position:0px -126px;
}
.tabottom {
	padding-bottom:20px;
}
.tabottom h3 img {
	padding-right:10px;
}

.formRow  {padding:8px;}
.formRow input  {margin-left:8px;}