/* Typography */

body, p, li, a {
  font-family: 'Varela', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

/* Top Social Links */
ul.topSocial > li.social a {
  font-family: 'socialicoregular';
  color: #fff;
  font-size: 24px;
  /* transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  */
}

ul.topSocial > li.social a:hover, div.social a:focus {
  color: #fddeae;
  font-size: 24px;
}

/* Right Column Social Links */
li.follow-trcp a {
  font-family: 'socialicoregular';
  color: #ff9900;
  font-size: 60px;
  /* transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  */
}

li.follow-trcp a:hover, div.follow-trcp a:focus {
  color: #ff9900;
  font-size: 60px;
}

li.instagram {
  height: 43px;
  width: 48px;
}

li.instagram a:hover, li.instagram a:focus {
  /* transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  */
}

#footer p.tiny-text {
	font-size: 8px;
}

/* Basic Element Styling */

body {
  color: #444444;
  font-size: 62.5%;
  background: #f0f0f0;
}

a {
  text-decoration: none;
  border: none;
}

img a {
  text-decoration: none;
  border: none;
  border-bottom: none;
}

p {
  color: #444444;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}

hr {
  clear: both;
  margin: 10px 0 10px 0;
}

blockquote {
  background-color: #0a185b;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

blockquote p {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 24px;
}

blockquote p.cite {
  font-style: normal;
  font-size: 14px;
  text-align: right;
}

/* Page Layout */

#wrapper {
  width: 960px;
  background: #fff;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
  font-size: 1.3em;
}

#header {
  height: 107px;
  background: url(../img/top_bg.gif) repeat-x;
}

#headerContents {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
}

.main {
  float: left;
  width: 620px;
  margin-bottom: 30px;
}
  
.secondary {
  float: right;
  width: 300px;
  margin-bottom: 30px;
}

#sitemap {
  clear: both;
  margin: 0 auto;
}

.top {
  margin-bottom: 15px;

}

/* Primary Navigation */

#mainNav {
  position: relative;
  margin-top: 10px;
  float: right;
}
#mainNav ul#nav li a {
  font-size: 0.9em;
  text-transform: uppercase;	
}

*{outline: none;}

img {border: 0;}

ul#nav {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
  font-size: 1.1em;
}

ul#nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 12000 !important;
}

ul#nav li a {
  float: left;
  text-indent: -9999px; /*--Push text off of page--*/
  height: 85px;
}

ul#nav li:hover a, ul#nav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#nav a.about {
  background: url(../img/nav_about.gif) no-repeat;
  width: 118px;
}

ul#nav a.issues {
  background: url(../img/nav_issues.gif) no-repeat;
  width: 109px;
}

ul#nav a.donate {
  background: url(../img/nav_donate.gif) no-repeat;
  width: 138px;
}

ul#nav a.support {
  background: url(../img/nav_support.gif) no-repeat;
  width: 138px;
}

ul#nav a.action {
  background: url(../img/nav_action.gif) no-repeat;
  width: 126px;
}

ul#nav a.media {
  background: url(../img/nav_media.gif) no-repeat;
  width: 134px;
}

ul#nav a.community {
  background: url(../img/nav_community.gif) no-repeat;
  width: 184px;
}

ul#nav li .sub {
  position: absolute; /*--Important--*/
  top: 85px; left: 0;
  background: #0a185b;
  background: rgba(10, 24, 91, 0.95);
  padding: 0px 0px 0px;
  float: left;
  /*--Bottom right rounded corner--*/
  border-bottom-right-radius: 5px;
  /*--Bottom left rounded corner--*/
  border-bottom-left-radius: 5px;
  z-index: 19000 !important;
  display: none; /*--Hidden for those with js turned off--*/

}

ul#nav li .row { /*--If needed to break out into rows--*/
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
ul#nav li .sub ul{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 184px;
  float: left;
}
ul#nav .sub ul li {
  width: 100%; /*--Override parent list item--*/
  color: #000;
}
ul#nav .sub ul li h2 { /*--Sub nav heading style--*/
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
}
ul#nav .sub ul li h2 a { /*--Sub nav heading link style--*/
  padding: 5px 0;
  background-image: none;
  color: #e8e000;
}
ul#nav .sub ul li a {
  float: none;
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  line-height: 20px;
  font-size: 1em;
  font-weight: normal;
  text-indent: 0; /*--Override text-indent from parent list item--*/
  height: auto; /*--Override height from parent list item--*/
  padding: 5px 15px 5px 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}

ul#nav .sub ul li a:hover {
  color: #e8e000;
  background-position: 5px 12px ;/*--Override background position--*/
}

/* Sidebar Navigation */

ul.sideNav {
  line-height: 1.5em;
  margin-bottom: 10px;
}

ul.sideNav li {
	margin-bottom: 5px;
	line-height: 20px;
}

ul.sideNav a {
  color: #444444;
  font-family: 'Varela', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}

ul.sideNav a:hover,
ul.sideNav a:focus {
  color: #fbae36;
}

ul.sideNav ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

ul.sideNav ul li a {
  line-height: 1em;
  font-family: 'Varela', sans-serif;
  font-size: 1em;
  text-transform: none;
  font-style: normal;
}

ul.sideNavSub li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 2em;
  margin-bottom: 10px;
}

ul.sideNavSub a {
  line-height: 1em;
  font-family: 'Libre Baskerville', serif;
  font-size: 1em;
  text-transform: none;
  font-style: italic;
}

/* Footer Navigation */

#sitemap {
  background-color: #004b2b;
  padding: 0 10px 10px 10px;
  line-height: 1.3em;
}

#sitemap h2 {
  font-family: 'Varela', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0 10px 0;
  font-size: 1.1em;
}

#sitemap a {
  color: #fff;
}

#sitemap a:hover,
#sitemap a:focus {
  color: #fbae36;
}

.col {
  float: left;
  width: 185px;
}

/* Global Classes */

.superscript {
  font-size:xx-small;
  vertical-align:top;
}
 
.subscript {
  font-size:xx-small;
  vertical-align:bottom;
} 

.serifShift {
  font-family: 'Libre Baskerville', serif;
  text-transform: lowercase;
}

.imgLeft {
  clear: both;
  float: left;
  padding-bottom: 10px;
  padding-right: 10px;
}

.imgRight {
  clear: both;
  float: right;
  padding-bottom: 10px;
  padding-left: 10px;
}

.clear {
  clear: both;
}

.additionalMedia {
  margin-bottom: 20px;
}

.padded {
  margin-top: 20px;
}

.videoPageEmbed {
  margin-top: 30px;
  margin-bottom: 20px;
}

.myContent {
  z-index: 15000;
}

.result {
  margin-bottom: 15px;
}

.sdMenu {
  background: #dddddd;
  padding: 10px;
  margin-bottom: 15px;
}

.alert {
  background: #ffffcc;
  padding: 10px;
  margin-bottom: 10px;
}

.alert p {
  font-size: 0.8em;
}

.alert a {
  text-decoration: underline;
}

.returnToTop {
  clear: both;
  margin: 15px 0 15px 0;
  text-align: center;
}

.returnToTop a {
  background: #f9f9f9;
  padding: 4px;
  font-family: 'Varela', sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.returnToTop a:hover,
.returnToTop a:focus {
  background: #444444;
  color: #fff;
}

.currentIssue {
  display: block;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  font-size: .8em;
}

.donateLink {
  display: inline;
  background: #ff6600;
  padding: 4px;
  border-radius: 4px;
}

.donateLink a {
  color: #fff;
}

.donateLink a:hover {
  color: yellow;
}

.shareThis {
  margin-top: 10px;
  color: #ff6600;
  text-transform: uppercase;
  font-size: 0.9em;
}

.nta_ta {
  text-align: center;
  margin-bottom: 10px;
}

.socialSharing {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;	
}

p.ntaAction {
  margin-top: 20px;
}

.actionButton {
  min-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #ff9900) );
  background:-moz-linear-gradient( center top, #ededed 5%, #ff9900 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ff9900');
  background-color:#ededed;
  border-radius:6px;
  border:1px solid #e0e0e0;
  display:inline-block;
  color:#000000;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffffff;
}

.actionButton:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9900), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #ff9900 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ededed');
  background-color:#ff9900;
}

.last-button {
	margin-top: 0;
	margin-bottom: 20px;
}

a.centered {
  display: block;
  text-align: center;
  width: 300px;
}

/* Lists */

ul.standardList {
  color: #666666;
  line-height: 1.5em;
  list-style-position: outside;
  list-style-type: square;
  margin-bottom: 10px;
  margin-left: 2em;
}

ul.standardList li {
  margin-bottom: 10px;
}

ul.standardList li ul {
  margin-top: 10px;
  margin-left: 20px;
  list-style-type: circle;
}

ul.newsList {
  list-style-type: none;
}

.listInner li {
  margin-left: 20px;
}

.main ol {
  margin-bottom: 15px;
  margin-top: 15px;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 2em;
}

.main ol li {
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.partners ul {
  list-style-type: none;
}

.partners li {
  display: inline;
  float:left;
  text-align: center;
  width: 124px;
  margin-bottom: 20px;
}

/* Branding */

#branding {
}

.logo a {
  position: absolute;
  margin-top: 8px;
  z-index: 999999;
}

#tagline {
  position: absolute;
  margin-top: 70px;
  margin-left: 155px;
  font-family: 'Oswald', sans-serif;
  font-size: 2.3em;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
}

/* Top Menu */

#topMenu {
  float: right;
  background: #fbae36;
  padding: 5px 5px 8px 5px;
  font-family: 'Varela', sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  /*--Bottom right rounded corner--*/
  border-bottom-right-radius: 5px;
  /*--Bottom left rounded corner--*/
  border-bottom-left-radius: 5px;
}

#topMenu a {
  color: #fff;
}

#topMenu a:hover {
  color: #fddeae;
}

#topMenu ul {
  margin: 0;
  padding: 0 3px 3px 5px;
}
#topMenu ul li {
  list-style-type: none;
  display: inline-block;
  line-height: 17px;
}

#topMenu li.social {
  padding: 14px 5px 0 5px;
  display: inline-block;
}

#topMenu li.link {
  padding: 0 5px 0 5px;
  margin-top: -5px;
}

#topMenu li.instagram {
  width: 15px;
  height: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

#topMenu li.instagram:hover {
  opacity: 0.6;
}

#topMenu li.search a {
  padding-right: 25px;
  background-image: url(../img/mag_glass.png);
  background-repeat: no-repeat;
  background-position: right;
}

#topMenu li.search a:hover {
  background-image: url(../img/mag_glass_dark.png);
}

/* Slider */

#sliderWrapper {
  clear: both;
  position: relative;
  padding-top: 10px;
  width: 960px;
  font-family: 'Varela', sans-serif;
  font-size: 1em;
}

#sliderWrapper a {
  color: #fbae36;
}

#slider
{
  height:350px;
  overflow:hidden;
}

#navigation
{
  position: absolute;
  width:960px;
  top:175px;
  z-index:10;
}

#navigation a {
  padding: 10px;
  background:#000000;
  color:#FFFFFF;
  text-transform:uppercase;
  text-decoration:none;
}

#navigation a:hover {
  background:#fbae36;
}

#navigation a.sexyslider-prev {
  float:left;
}

#navigation a.sexyslider-next {
  float:right;
}

#control {
  text-align:right;
  margin-top:5px;
}

#control a {
  background:#222222;
  padding:0 3px;
  color:#FFFFFF;
  text-transform:uppercase;
  text-decoration:none;
  margin-left:3px;
}

#control a.active {
  background:#fbae36;
}

#control a span {
  visibility:hidden;
}

#contentBanner {
  clear: both;
  position: relative;
  padding-top: 10px;
}

/* Main Section */

.main a {
  text-decoration: none;
  color: #ff0000;
}

.tabber img a {
  text-decoration: none;
  border: none;
}

.main h1 {
  color: #ff9900;
  font-size: 37px;
  line-height: 50px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: #222 1px 2px 1px;
  margin-bottom: 20px;
}

.main .newsletter h1 {
  font-size: 1.5em;
  line-height: 1.0em;
  margin-bottom: 0.8em;
  text-shadow: none
}

h1.news {
  color: #ff9900;
  font-size: 37px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.main h2 {
  display: block;
  color: #222;
  font-size: 24px;
  text-transform: none;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}

h2.relatedContent {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 3em;
  border-bottom: none;
}

.main h3 {
  color: #222222;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;
}

.main h3 a {
  color: #222222;
}

.main h3 a:focus,
.main h3 a:hover {
  color: #ff9900;
}

.tabContentWrapper {
  margin-bottom: 15px;
}

.tabContentWrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.tabLeftCol {
  width: 130px;
  float: left;
}

.tabRightCol {
  width: 480px;
  float: right;
}

a.readMore {
  background: #f9f9f9;
  padding: 4px;
  font-size: .8em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

a.readMore:hover,
a.readMore:focus {
  background: #0a185b;
  color: #fff;
}

a.date {
  display: block;
  background: #f9f9f9;
  padding: 4px;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

a.date:hover,
a.date:focus {
  background: #444444;
  color: #fff;
}

.readAll {
  clear: both;
  padding: 0 0 10px 0;
  border-bottom: 1px;
  border-style: solid;
  border-color: #778;
  text-align: right;
}

.readAll a {
  color: #fff;
  background: #fbae36;
  font-size: 1em;
  padding: 4px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.readAll a:focus,
.readAll a:hover {
  background: #000;
}

p.imgCaption {
  font-family: 'Libre Baskerville', serif;
  text-transform: none;
  font-size: 11px;
  padding-top: 5px;
  width: 300px;
}

.newsDate {
  font-size: 1em;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  color: #666;
}

span.prHeader {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

a.social-buttons {
  background: #ff9900;
  color: #fff;
  padding: 4px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

a.social-buttons:hover,
a.social-buttons:focus {
  background: #0a185b;
  color: #fff;
}

p.sidebar-button {
	font-family:  'Oswald', sans-serif;
}

p.sidebar-button a {
  display: block;
  width: 270px;
}

/* Secondary Content */

.follow {
  margin-bottom: 15px;
}

.smallPrint {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.secondary h2 {
  color: #0a185b;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 15px;
}

.secondary h3 {
  color: #222222;
  padding-left: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
}

#social {
  list-style-type: none;
  text-align: left;
}

#social li {
  display: inline;
  margin-right: 5px;
}

#social img a {
  opacity: 0.25;
}

div.facebookFan {
  margin-top: 20px;
  margin-bottom: 30px;
}

.siteHighlights {
  background: #dddddd;
  margin-bottom: 15px;
}

.siteHighlights p {
  padding: 10px;
}

.facesQuote {
  background: #fbae36 url(../img/quote.png) top left no-repeat;
  padding: 10px;
}

.facesQuote p {
  font: normal 16px/24px 'Libre Baskerville', serif;
  color: #fff;
  text-shadow: 1px 1px 2px #222222;
  font-weight: lighter;
}

.facesPerson {
  background: #222222;
  padding: 10px;
}

.facesPerson:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.facesLeft {
  float: left;
  width: 120px;
}

.facesLeft img {
  border: 5px solid #444444;
}

.facesRight {
  float: right;
  width: 160px;
}

.facesRight h3 {
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #fbae36;
  font-size: 1em;
}

.facesRight p {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #fff;
  font-size: 11px;
}

a.bio {
  color: #fff;
  background: #fbae36;
  padding: 4px;
  font-size: .8em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

a.bio:hover,
a.bio:focus {
  background: #444444;
  color: #fff;
}

/* Tabs */

h2.tabbertab {
  text-transform: uppercase;
}

form#signupForm {
  background-color: #d6c68a;
  padding: 10px;
  border-radius: 10px;
}

form#signupForm input {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* Footer */

#footer {
  background-color: #222;
  padding: 10px 0 10px 0;
  color: #fff;
}

#footer p {
  margin-left: 10px;
  color: #fff;
}

#footer a {
  color: #fbae36;
}

/* Section Specific */

.partner-logo {
  width: 140px;
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
  border: 1px solid #333;
}
    
.partner-logo a {
  height: 170px;
  display: block;
  background-color: #fff;
  padding: 10px;
  text-decoration: none;
}

.partner-logo a h4 {
  text-transform: uppercase;
  color: #333333;
  font-family: Arial;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
    
.partner-logo a:hover {
  background-color: #0a185b;
}
    
.partner-logo a:hover h4 {
  color: #fff;
}

/* CORPORATE COUNCIL */
.corporate-council-logo {
  width: 140px;
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
  border: 1px solid #333;
}
    
.corporate-council-logo a {
  height: 214px;
  display: block;
  background-color: #fff;
  padding: 10px;
  text-decoration: none;
}

.corporate-council-logo a h4 {
  text-transform: uppercase;
  color: #333333;
  font-family: Arial;
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
}
    
.corporate-council-logo a:hover {
  background-color: #0a185b;
}
    
.corporate-council-logo a:hover h4 {
  color: #fff;
}

.corporate-council-logo a p {
  color: #333333;
  font-family: Arial;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 0.4em;
}

.corporate-council-logo a:hover p {
  color: #fff;
}


div.cfnSignup {
  margin-bottom: 20px;
}

div.meateaterAd {
  text-align: center;
  margin-bottom: 20px;
}

div#meatWrapper {
  padding: 10px;
  background-color: #dddddd;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
}

div#meatWrapper h1, div#meatWrapper h2 {
  text-shadow: 0 2px 0 #fff;
}

div.meatHead {
  padding: 10px;
  background: #222222 url(../graphics/MeatEater_logo.jpg) no-repeat;
  min-height: 80px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

div.meatHead p {
  color: #fff;
  padding-left: 80px;
}

.cfnHeader {
  margin-top: 20px;
}

.hunting {
  display: block;
  color: #444444;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}

table.silentAuction {
  font-size: 10px;
}

table.silentAuction th {
  text-align: left;
  padding: 10px;
}

table.silentAuction p {
  position:relative;
  top:0px;
  font-size: 10px;
}

table.silentAuction td {
  padding: 10px;
  position:relative;
  vertical-align:top;
  text-align: left;
}

table.silentAuction li {
  font-size: 10px;
}

table.silentAuction h3 {
  font-size: 12px;
}

table.silentAuction td.auctionImage {
  width: 70px;
}

table.silentAuction td.auctionDescription {
  width: 320px;
}

div.featuredReportWrapper {
  background: #b0945d url(../graphics/featured_report_bkg.jpg) bottom right no-repeat;
  min-height: 300px;
  padding: 10px;
  margin-bottom: 10px;
}

div.featuredReportWrapper p, div.featuredReportWrapper h3 {
  color: #fff;
  text-shadow:1px 1px 1px #000;
}

div.featuredRightCol h3 a {
  text-transform: uppercase;
  font-size: 1.4em;
  color: #fff;
}

div.featuredRightCol h3 a:hover {
  color: #ff9900;
  border-bottom: none;
  background: none;
}

div.featuredReportWrapper a img {
  border: 10px solid #fff;
}

div.featuredReportWrapper a:hover img {
  border: 10px solid #ff9900;
}

.featuredLeftCol {
  width: 200px;
  float: left;
}

.featuredRightCol {
  width: 390px;
  float: right;
}

ul#reportPage {
  height: 200px;
  margin-bottom: 10px;
}

ul#reportPage li, ul#reportPage a {
  height: 200px;
  display: block;
}

ul#reportPage li#reportCurrent a:hover {
  background: url(../graphics/reports.jpg) no-repeat; width: 200px;
}

ul#reportPage li#reportAnnual a:hover {
  background: url(../graphics/annual_reports.jpg) no-repeat; width: 200px;
}

ul#reportPage li#reportPolicy a:hover {
  background: url(../graphics/fact_sheets.jpg) no-repeat; width: 200px;
}

ul#reportPage li {
  float: left;
  list-style: none;
  display: inline;
  margin-right: 10px;
  text-indent: -9999px;
}

ul#reportPage li#reportPolicy {
  margin-right: 0px;
}

li#reportCurrent {background: url(../graphics/reports_gs.jpg) no-repeat; width: 200px;}
li#reportAnnual {background: url(../graphics/annual_reports_gs.jpg) no-repeat; width: 200px;}
li#reportPolicy {background: url(../graphics/fact_sheets_gs.jpg) no-repeat; width: 200px;}

div.accreditation h3 {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

ul#accred-list {
  height: 100px;
  margin-bottom: 10px;
}

ul#accred-list li, ul#accred-list a {
  height: 100px;
  display: block;
}

ul#accred-list li#guidestar a:hover {
  background: url(../img/guidestar_color.png) no-repeat; width: 100px;
}

ul#accred-list li#bbb a:hover {
  background: url(../img/bbb_color.png) no-repeat; width: 100px;
}

ul#accred-list li#charitynavigator a:hover {
  background: url(../img/charitynavigator_color.png) no-repeat; width: 100px;
}

ul#accred-list li {
  float: left;
  list-style: none;
  display: inline;
  margin-right: -2px;
  text-indent: -9999px;
}


li#guidestar {background: url(../img/guidestar_gs.png) no-repeat; width: 100px;}
li#bbb {background: url(../img/bbb_gs.png) no-repeat; width: 100px;}
li#charitynavigator {background: url(../img/charitynavigator_gs.png) no-repeat; width: 100px;}

span.terms {
  padding: 0 3px 0 3px;
  background: yellow;
}

/* NEW */

.newsletter_intro { margin: -1em 0 1.5em 0 }
ul.make_list { list-style-type: circle; margin: 0 0 3em 3em; }
ul.make_list li { margin-bottom: 0.6em; }

#shadowbox_iframe { background-color: #fff; background-image: none; }
#shadowbox_iframe .shadowbox_table { padding: 20px; }
#shadowbox_iframe h1, h2, h3, h4, h5, h6 { font-family: 'Oswald', sans-serif; }
#shadowbox_iframe .column_left { float: left; width: 38%; }
#shadowbox_iframe .column_left_image { margin-top: 5px; }
#shadowbox_iframe .column_right { float: right; width: 62%; }

.shadowbox_content p { font-size: 1em;  }
.shadowbox_table .title { border-bottom: 3px solid #FC0; color: #000; font: bold 2.5em/1.5em 'Oswald', sans-serif; margin-bottom: 0.25em; padding: 0 0 0.2em 0; text-transform: uppercase; } 
.shadowbox_table p { font-size: 1.5em; line-height: 1.5em; }


#sliderWrapper .jquery-slider-selectors		{ display: block !important; }
#sliderWrapper .jquery-slider-selectors 	{ bottom: 50px; right: auto; left: 10px; }	
#sliderWrapper .jquery-slider-control-play,
#sliderWrapper .jquery-slider-control-pause	{ display: none !important; }	
#sliderWrapper .jquery-slider-wrapper .caption { background: transparent url(/img/slider-tab-bkg.png); }

.addthis_toolbox { border: 0px solid red; padding-bottom: 10px; display: block; }

.quick_reg_field { margin-bottom: 10px; }

.water-budget ul { margin-left: 2em; margin-bottom: 1.8em;}
.water-budget li { line-height: 1.5em; list-style: circle; margin-bottom: 0.35em; }

.water-budget table td { padding: 8px 0; }

/* CRITTER MADNESS */
.critter-box { border: 1px solid #CCC; margin: 20px auto; width: 650px; }
.critter-breakcrumbs { padding: 5px 0 15px 0 }
.critter-content { padding: 20px 20px 30px 20px; }
.critter-content table tbody tr td { padding: 20px 20px 20px 0; vertical-align: top; }
.critter-content table tbody tr td img { margin: 15px 0 }
.critter-content table tbody tr td .critter-table-left { color: #ff9900; }
.critter-content h2 { color: #; font-weight: 300; font-size: 28px; color: #3e454d; text-transform: uppercase } 

/* WATER BUDGET */
.table_wrap { display: block; }
.table_wrap_left { float: left; width: 85px; }
.table_wrap_left img { border: 1px solid #cecece;}
.table_wrap_right { float: right; width: 520px; }
.table_wrap_right table { width: 520px; }
.table_wrap::after { clear: both; }

/* previous / next links */
.prev_next_bar	{ margin: -15px 0 10px 0; width: 100%; }
.prev_next_bar .prev_link { float: left; width: 45% }
.prev_next_bar .next_link { float: right; text-align: right; width: 45% }

/* self-clear floats */

.clearfix {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.group:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.adBlock {
	margin-top: -20px;
	padding-bottom: 20px;
}

/* IE Hacks */

* html .tabContentWrapper { height: 1% } /* IE5+6 Hack */

*:first-child+html .tabContentWrapper { min-height: 1px; } /* IE7 hack */

* html .facesPerson { height: 1% } /* IE5+6 Hack */

*:first-child+html .facesPerson { min-height: 1px; } /* IE7 hack */


.addthis_button_print { position: relative; left: 10px; }