@charset "UTF-8";
/* PAL 
light blue (page bg)						#BBEEFF
dark blue (links, headers, copy)#334455
gray (fields)										#E9EFF3
orange (buttons, links, accents)#FF3300
*/
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
	ul, ol, dl { 
	padding: 0;
	margin: 0;
}
#contentDiv ul, #contentDiv ol, #contentDiv dl {
	margin-left: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: /*MuseoSans500,*/Arial, sans-serif;
	color: #345;
	letter-spacing: -.025em;
	line-height: 1em;
	margin-bottom: 10px;
}
h1 {
	text-transform: uppercase;
  font-size: 27px; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #345 !important;
	text-decoration: none !important;
}

.clear {
	float: none;
	clear: both;
	line-height: 1px;
}
address {
  font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
  font-weight: normal; 
  text-transform:none;
  font-size: 12px;
}
fieldset {
	border: none;
	padding: 0px;
}
.section-header {
	color: #666;
	width: 680px;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.section-header h1{
	color: #666;
	position: absolute;
	top: 14px; /*cufon adj */
  font-size: 27px;
	line-height: 27px; 
}
.section-header .share {
	position: absolute;
	right: 10px;
	top: 14px;
}
h2 {
	font-family: /*MuseoSans900,*/ Arial, Helvetica, sans-serif;
	color: #003333;
	text-transform: uppercase;
  font-weight: normal;
	letter-spacing: .07em;
	font-size: 18px;
}
.page-header {
	position: relative;
	width: 700px;
	height: 175px;
	display: block;
}
.page-header h2 {
	position: absolute;
	z-index: 51;
	color: #fff;
	width: 680px;
	padding: 10px; /*0 10px; cufon */
	height: 30px; /* 45px; cufon */
	/*line-height: 45px; cufon */
	top: 130px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 32px;
	text-align: right;
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat 0px -600px;
}

.page-header img {
	position: absolute;
	z-index: 50;
}
.page-header.jobs{
	background: url(http://www.lcv.org/about/jobs/jobs-header.jpg) no-repeat;
}
.page-header.pr{
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/hdr_latest.jpg) no-repeat;
}
.this-was-broken{
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat 0px -600px;
}
h3 {
	color: #003333;
	text-transform: uppercase;
  font-weight: normal; 
	font-size: 15px;
	font-weight: 700;
}
.widget h2 {
	margin-bottom: 5px;
	color: #003333;
	text-transform: uppercase;
}

h4 {
font-size: 16px;
}
p, li, div, span, th, td {
	font-size: 12px;/**/ 
	color: #234;
}

p, ul, ol {
	margin-bottom: 20px;
}
h2 + p,
p + p, 
p + ul,
ul + p {
	/*margin-top: 20px;*/
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a {
	color: #c00;
	text-decoration: none;
}
a:visited {
	color: #c00;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #000;
}

a.more {
	font-weight: bold;
	color: #FF3300 !important;
/*	background: #FF3300 url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat -1px -200px;
	padding: 4px 10px 4px 4px;*/
}
#logo {
	width: 512px;
	height: 72px;
	text-indent: -9000px;
	display: block;
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat 0px -120px;
	position: relative;
	top: 20px;
	outline: none;
}
body.actionfund #logo {
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat -550px -1400px;
  }

body.victoryfund #logo {
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat 0px -1400px;
  }
  
#footer-logo {
	width: 179px;
	height: 81px;
	text-indent: -9000px;
	display: block;
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat 0px -400px;
	position: relative;
}

.attr {
	margin: 20px auto;
	padding: 10px;
	color: #E9E2E2;
	text-align: center;
	border: 1px solid #E9E2E2;
	width: 730px;
	clear: both;
	float: none;
}
#upper-footer-wrapper h2 {
	color: #fff;
  margin: 0 0 15px;
  padding: 0;
}

/* forms: signup, search */
#form-signup h3 {
	color: #003333;
	text-transform: uppercase;
  font-weight: normal; 
	letter-spacing: .07em;
	font-size: 15px;
/*	margin: 22px 0 8px;*/
	text-align: center; /* cufon*/
}
#form-signup label {
	display: none;
}
#form-signup input{
	padding: 0px;
	margin-right: 4px;
	height: 20px;
	position: relative;
	line-height: 12px;
}
/* ie 7 hating these, so abspos */
#form-signup .email {
	display: block;
	width: 160px; /*100px;*/
	position: absolute;
	top: 26px;
	left: 10px;
}
#form-signup .zip {
	display: block;
	width: 60px;
	position: absolute;
	top: 26px;
	left: 120px;
}
#form-search input[type=text] {
	width: 70px;
	float: left;
}
.widget.map  input[type=submit],
#form-signup input[type=submit],
.search input[type=submit],
#form-search input[type=submit] {
	width: 22px;
	height: 24px;
	display: block;
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat -147px 0px;
	border: 0;
	margin: 0;
	float: right;
	line-height: 1px;
	text-align: left;
	text-indent: -9000px;
}
.widget.map input[type=submit] {
	background-position: -147px -48px;
	float: none;
}
.widget.map  input[type=submit]:hover,
#form-signup input[type=submit]:hover,
#form-search input[type=submit]:hover {
	background-position: -147px -96px;
}
/* widgets */
/* connect */
#widget-stay-connected {
  background: #210 url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat 0px -660px;
}
#widget-stay-connected h3 {
 color: #fff;  
}
div[id*='item-'] .widget #instant-share{
	margin-top: 15px;
}
#instant-share .wrapper {
	clear: both;
	margin-top: 5px;
	overflow: hidden;
	width: 169px; /* hide 'followers' text from the tweet btn */
	position: relative;
}
/* home / blog teasers, action cycle */
#act-rotator {
	position: relative;
}
#act-nav {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 72;
}
#act-nav.c-nav a {
}
#act-rotator ul, #act-rotator li{
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0;
}
.front .item > a > img,
#act-rotator .item > a > img {
  width: 220px;
	height: 110px;
	margin: -15px 0 15px -15px;
}
#act-rotator .item > a > img {
	margin-bottom: 5px;
}
.front .item > a > img:hover,
#act-rotator .item > a > img:hover{
  opacity: .8;
}
.item > h2 {
	margin: 0px;
}
#act-rotator .item > h2 {
	margin: 5px 0px;
}
.item > h2,
.item > h2 a{
  color: #003333;
  font-size: 16px;
	text-transform: none;
}
.item > h2 a:hover{
  color: #000;
}
/* front "dozens" */
/* div#dozens-wrapper 
     h2
		 ul#dozens-nav
		 ul#dozens-inner
		   li
			   ul.dozens
*/
#dozens-wrapper h2 {
	color: #fff;
	margin: 0 0 0 0;
	padding: 0;
}
#dozens-wrapper ul h2 {
  display: none;
}
#dozens-nav {
	position: absolute;
	top: 15px;
	left: 80px;
	z-index: 100;
}
#dozens-nav li{
	list-style: none;
	display: block;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #fff;
}
#dozens-nav li:first-child{
	border-left: none;
}
#dozens-nav a {
	color: #F99;
	text-transform: uppercase;
	font-size: 14px;
	outline: none;
	text-decoration: none;
	display: block;
}
#dozens-nav a:hover {
	text-decoration: none;
}
#dozens-nav li.activeSlide a {
	color: #fff;
}
#dozens-inner {
	top: 15px;
}
#dozens-inner li {
	background: transparent !important
}
.dozens {
	margin: 0;
	padding: 0;
}
.dozens li{
	display: block;
	width: 50px;
	height: 80px;
	padding: 0;
	margin: 0 0 0 27px;
	position: relative;
	float: left;
	z-index: 10;
}
.dozens li a{
	display: block;
	position: relative;
	float: left;
}

.dozens li:first-child {
}
#dozens-inner li.more a{
	display: block;
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat -620px -120px !important;
	opacity: .6;
	width: 50px;
	height: 50px;
	text-indent: -9000px;
	position: relative;
	top: 35px;
}
#dozens-inner li.more a:hover{
	opacity: .9;
	text-indent: -9000px;
}
.dozens li img{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 800;
}
#endorsements.dozens li img,
#environmental_facebook.dozens li img{
	width: 50px;
	height: 65px;
  position: absolute;
  clip:rect(5px,50px,50px,5px);
}
.dozens li div.tip {
	display: none;
	background: transparent url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat -400px -200px;
	padding: 15px;
	width: 162px;
	height: 55px;
	position: absolute;
	z-index: 101;
	left: -60px;
	top: -30px;
}
div.tip h3 {
	font-size: 16px !important;
	margin: 0px !important;
  white-space:nowrap;
	color: #A20426;
	text-transform: none;
	font-weight: 500;
}
div.tip h4 {
	font-size: 12px !important;
	margin: 8px 0 0 !important;
  white-space:nowrap;
	font-family:  Arial, Helvetica, sans-serif;
	color: #222211;
	font-weight: normal;
}

/* home features -- break this out? */
ul.feature {
	width: 700px;
	height: 350px;
	display: block;
	/*overflow: hidden;*/
	list-style: none;
	color: #000;
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat 0px -1000px;
	position: relative;
/*  -moz-box-shadow: 0 0 3px 3px #999;
  -webkit-box-shadow: 0 0 3px 3px #999;
  box-shadow: 0 0 3px 3px #999;*/
}
ul.feature:hover{
  -moz-box-shadow: 0 0 3px 3px #007B65;
  -webkit-box-shadow: 0 0 3px 3px #007B65;
  box-shadow: 0 0 3px 3px #007B65;
}
ul.feature li{
	width: 700px;
	height: 350px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
ul.feature li a.big-link{
	width: 700px;
	height: 350px;
	display: block;
	position: absolute;
	z-index: 72;

}
ul.feature li .message *{
	color: #fff !important;
	text-shadow: 0 0 0.2em #000;
}
ul.feature li .message{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 71;
	padding: 20px;
	width: 660px /*700px*/;
	height: 310px /*350px*/;
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/overlay-feature.png) no-repeat 0px 0px;
}
ul.feature li.full .message{
	padding: 30px 20px 20px;
	width: 660px /*700px*/;
	height: 300px /*350px*/;
}
ul.feature li.left .message{
	width: 180px /*220px*/;
}
ul.feature li.bottom .message{
	padding: 10px 15px;
	height: 80px;
	width: 670px;
	top: 250px;
}

ul.feature h2{
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
}
ul.feature li.full .details{
	font-size: 14px;
}
ul.feature li.full h2 {
	font-size: 38px;
	line-height: 44px;
	margin-top: 15px;
}
ul.feature li.left .details{
	font-size: 14px;
}
ul.feature li.left h2 {
	font-size: 36px;
	line-height: 42px;
}
ul.feature .cta{
	font-size: 14px;
	line-height: 18px;
	margin: 15px 0px;
	font-weight: normal;
	white-space: nowrap;
}
ul.feature li.bottom h3 {
	font-size: 12px;
	line-height: 14px;
	margin: 8px 0px 16px;
}

ul.feature .cta a{
	background-color: #CC0000;
	font-weight: normal;
	padding: 4px;
}
ul.feature .cta a:hover{
	background-color: #003C35;
}
ul.feature li .image{
	width: 700px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 70;
}
#feature-nav {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 72;
}
/*#feature-nav*/
.c-nav a {
	display: block;
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	text-indent: -9000px;
	background: #666655;
	outline: none;	
}
/*#feature-nav*/
.c-nav a:hover {
	background: #fff;
}
/*#feature-nav */
.c-nav a.activeSlide {
	background: #990022;
}

#screen-name {
	display: none;
}
#tooltip {
/*	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; }
/* latest */
#filters h3,
#filters a {
	font-size: 14px;
	line-height: 40px;
	letter-spacing: .03em;	
  color: #999987 !important;
	text-transform: uppercase;
	margin: 0;
	padding:  0 15px 0 15px;
}
#filters h3 {
	padding-left:  0;
}
#filters a.active,
#filters a:active,
#filters a:hover{
	color: #CC0000 !important;
	text-decoration: none;
}
#content-wrapper #content-left-center .item {
	border-top: 1px solid #ddd;
	margin: 0 0 30px;
	padding: 3px 0px;
}
.states #content-wrapper .item.state {
	border: none;
	margin: 0 0 30px;
	padding: 5px 30px 30px;
}

.item.state h4{
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-bottom: 5px;
}
#content-wrapper #content-left-center .details  {
	text-transform: uppercase;
	color: #999;
	margin-bottom: 12px;
}
#content-wrapper #content-left-center .details strong {
	float: left;
	font-weight: normal;
}
#content-wrapper #content-left-center .details em {
	float: right;
	font-style: normal;
}
#contentDiv ul.landing {
  list-style: none;
	margin-left: 0px;
}
#content-wrapper #content-left-center #center .tags a{
	color: #007766 !important;
	text-transform: lowercase;
	padding-right: 10px;
}
#content-wrapper #content-left-center #center h3 {
	color: #666655;
}
.landing .item > h2 a {
	font-weight: 700;
	margin-bottom: 5px;
	color: #003333 !important;
	text-transform: none;
	font-size: 22px;
}
.item div.share {
  list-style: none;
	margin-left: 0px;
}
.item div.share > div {
  display: block;
	float: left;
	margin-left: 20px;
}
.paginator {
	margin: 10px auto;
}
.paginator td:first-child{
	display: none;
}
.paginator td{
	text-transform: uppercase;
	color: #CC0000;
	padding: 0 5px;

}
.paginator td a{
	color: #999;
}
/* press release feed */
#pr-nav {
	margin-bottom: 15px;
	width: 240px;
	height: 30px;
	clear: right;
}
#pr-nav h2 {
	display: block;
	margin: 0 10px;
	width: 200px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 24px;
}
#pr-nav a{
	width: 22px;
	height: 24px;
	text-indent: -9000px;
	display: block;
	background: url(https://secure3.convio.net/lcv/images/content/pagebuilder/sprite.png) no-repeat -9000px -9000px;
	border: 0;
	margin: 0;
	text-indent: -9000px;
	opacity: .4;
}
#pr-nav a.prev{
	background-position: -110px -48px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#pr-nav a.next{
	background-position: -147px -48px;
	position: absolute;
	top: 0px;
	left: 248px;
}
#pr-nav a:hover{
	opacity: .7;
	cursor: pointer;
}
ul.pr-feed {
	position: relative;
}
ul.pr-feed li.item {
  background: transparent;
	list-style: none;
	margin: 0;
	padding: 0 0 0 110px;
	width: 590px;
	height: 40px;
	position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.pr-feed .item a{
	color: #DDDDCC !important;
}

ul.pr-feed li.item em{
	font-style: normal;
	display: block;
	margin: 0 0 6px;
	text-transform: uppercase;
	color: #C4E1CF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
}

ul.pr-feed .item a:hover{
	color: #ffffff !important;
	text-decoration: none;
}
/* big map */
ul#map-nav {
	list-style: none;
	text-align: center;
	width: 440px;
	float: left;
	clear: both;
	margin: 30px auto 60px;
}
ul#map-nav li{
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	padding: 3px 8px;
	margin-right: 20px;
	border: 1px solid #003C35;
}
ul#map-nav li.hottie,
ul#map-nav li:hover{
	cursor: pointer;
	background: #C4E1CF;
}
#upper-footer-wrapper address,
#lower-footer-wrapper address {
	color: #fff;
}
/* youtube grid*/
div#vid-wrapper {
	margin-bottom: 60px;
}
div#vid-player-wrapper {
}
div#vid-thumb-wrapper {
	padding-top: 30px;
}
ul#videos-list {
	list-style: none;
	margin: 10px 0 0;
	padding-left: 0;
	clear: both;
}
ul#videos-list li{
	list-style: none;
	display: block;
	float: left;
	width: 90px;
	height: 150px;
	margin: 0 20px 40px 0;
	padding-left: 0;
	border: 10px solid #fff;
	border-right: none;
	border-left: none;
	opacity: .7;
}
ul#videos-list li.hottie,
ul#videos-list li:hover{
	cursor: pointer;
	border-color: #003C35;
	background: #C4E1CF;
	opacity: 1;
}
ul#videos-list li h4{
	font-size: 12px;
	font-weight: normal;
	margin: 0 5px;
}
ul#videos-list li:nth-child(6n+6){
	margin-right: 0;
}
li .caption{
}
a.more-link.yt{
}
/* Other Ways to Give */
ul.big-buttons {
  margin: 0 !important;
  padding: 0 !important;  
}
ul.big-buttons li {
  list-style: none; 
  font-size: 14px;
  margin: 12px 0; 
  padding: 0;
  font-weight: bold;
}
ul.big-buttons li a {
  color: #fff; 
  display: block;
  padding: 5px 10px; 
  width: 410px; 
  border: #031 solid 1px; 
  background: transparent url(https://secure3.convio.net/lcv/images/content/pagebuilder/bg-footer-top.png) no-repeat 0 -20px;
  -moz-box-shadow: 2px 2px 3px 1px #999;
  -webkit-box-shadow:  2px 2px 3px 1px #999;
  box-shadow: 2px 2px 3px 1px #999;
}
ul.big-buttons li a:hover {
  text-decoration: none; 
  border: #a00 solid 1px; 
  background: #c00; 
  color: #fff;  
}
/* CRM Wrapper Styles 
   see layout.css for structural changes */
body.stripped #left h1,
body.stripped #body h1
 {
  font-size: 27px; 
  line-height: 1.1;
  padding-left: 0; 
  color: #033;
}
/* user feedback */
#footer-nav li.search {
	position: relative;
}
em.feedback {
	display: block;
	color: #fff;
	width: 155px;
	padding: 10px;
	background: #CC0000;
	font-style:normal;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#footer-nav li.search em.feedback {
	position: absolute;
	top: 140px;
	width: 155px;
}
body.lcvef #footer-nav li.search em.feedback {
	top: 60px;
}
#signup-wrapper em.feedback {
	position: absolute;
	bottom: 60px;
	right: 240px;
	width: 150px;
}
#lcvef-front .item > img{
	margin: -15px -15px 15px -15px;
}

/* utils */
.imgFloatR {
	float: right;
	padding: 10px 0 10px 10px;
}
.flush{
	margin: 0;
	padding: 0;
}