/*
   application.css
   bslt

   Created by Craig Mink on 2008-10-15.
   Copyright 2008 Full Steam Marketing & Design. All rights reserved.
*/

/*  Import Default Generic Rules
----------------------------------------------- */
@import url(reset.css);
@import url(generic.css);

/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family: Georgia, Times, sans-serif; }

/*  Setup the wireframe s1ze
----------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #811;
  line-height: 2em;
}
.content {
  font-size: 1.3em;
}
.content p {
  line-height: 1.8em;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: normal;
  letter-spacing: -0.05ex;
  color: #643;
}
.content h1 {
  line-height: 1em;
}
.content blockquote {
  color: #643;
  padding: .5em 2em .6em;
  border-top: #c97 1px dotted;
  border-bottom: #c97 1px dotted;
}
.content blockquote *:first-child { margin: .8em 0; }

.content a, .content a:link { text-decoration: underline; color: #421; outline: 0px none !important;}
.content a:visited { text-decoration: underline; color: #421; }
.content a:hover { text-decoration: underline; color: #b60b0b; }
.content a:active, .content a:focus { text-decoration: underline; color: #b60b0b; }


/*  Base Color
----------------------------------------------- */
body {
  background: #093a70 url('design/bslt-bkgd.jpg') repeat-x top center;
}


/*  Specialized Wireframe Rules
----------------------------------------------- */
.content-block {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.inactive a, .inactive li a {
  color: #bbb !important;
}
.sourcefile {
  display: none;
  padding-left: 1em;
  background-color: #ff3;
  color: #c00;
}
.sourcefile:before {
  content: "Source: ";
}

#wrapper {
  margin: 22px auto 0;
  width: 850px;
}

h3 span { color: #e73; }

hr.divider {
  background-color: #c97;
  border: 0 none;
  margin-top: 1.5em;
}
acronym[title] {
  border-bottom-color: #c97;
}


/*  Header
----------------------------------------------- */
#header {
  background: transparent url('design/bslt-hdr-bkgd.gif') no-repeat 0px -20px ;
  float: left;
  width: 850px;
}
#header h1 {
  margin: 0 0 0 24px;
  width: 174px;
  height: 215px;
  float : left;
}
/* IE Hack */
* html #header h1 {
  display: inline;
}
#header h1 a {
  display: block;
  background: transparent url('design/bslt-logo.gif') no-repeat top left;
  width: 174px;
  height: 204px;
  text-indent: -9999px;
  overflow: hidden;
}


/*  Generic navigation rules
----------------------------------------------- */
.content ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content ul.navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
  /* text-indent: -9999px; */
}
.content ul.navigation li:before { content: ""; } /* removing bullets for navigation unordered lists */


/*  Top Navigation
----------------------------------------------- */
#c-nav, #main-nav {
  width: 620px;
  float: left;
  margin-left: 20px;
}
#c-nav {
  margin-top: 96px;
}

#c-nav ul.navigation li, #main-nav ul.navigation li {
  float: left;
}

#c-nav a { font-size: 14px; text-transform: uppercase; text-decoration: none; color: #90b7d0; }
#c-nav a:visited { text-decoration: none; color: #99c; }
#c-nav a:hover { text-decoration: underline; color: #e94; }
#c-nav a:active, .content a:focus { text-decoration: underline; color: #e94; }

#c-nav ul li a {
  display: block;
  margin: 0;
  padding: 0;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
}
#c-nav ul li#nv-conservation a {
  background: transparent url('design/bslt-c-nav.gif') no-repeat 0px 0px;
  width: 202px;
}
#c-nav ul li#nv-conservation a:hover, .conservation-page #c-nav ul li#nv-conservation a {
  background-position: 0px -20px;
}
#c-nav ul li#nv-get-involved a {
  background: transparent url('design/bslt-c-nav.gif') no-repeat -202px 0px;
  width: 166px;
}
#c-nav ul li#nv-get-involved a:hover, .get-involved-page #c-nav ul li#nv-get-involved a {
  background-position: -202px -20px;
}
#c-nav ul li#nv-news a {
  background: transparent url('design/bslt-c-nav.gif') no-repeat -368px 0px;
  width: 140px;
}
#c-nav ul li#nv-news a:hover, .news-page #c-nav ul li#nv-news a {
  background-position: -368px -20px;
}
#c-nav ul li#nv-about a {
  background: transparent url('design/bslt-c-nav.gif') no-repeat -508px 0px;
  width: 110px;
}
#c-nav ul li#nv-about a:hover, .about-page #c-nav ul li#nv-about a {
  background-position: -508px -20px;
}


/*  Main Nav
----------------------------------------------- */
#main-nav {
  margin-top: 10px;
}
#main-nav ul li a {
  background: transparent url('design/bslt-main-nav.gif') no-repeat 0px 0px;
  display: block;
  margin: 0;
  padding: 0;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}
#main-nav ul li#nv-community a {
  background-position: 0px 0px;
  width: 110px;
}
#main-nav ul li#nv-community a:hover, .community-page #main-nav #nv-community a {
  background-position: 0px -38px;
}
#main-nav ul li#nv-ecology a {
  background-position: -110px 0px;
  width: 124px;
}
#main-nav ul li#nv-ecology a:hover, .ecology-page #main-nav ul li#nv-ecology a {
  background-position: -110px -38px;
}
#main-nav ul li#nv-stewardship a {
  background-position: -232px 0px;
  width: 128px;
}
#main-nav ul li#nv-stewardship a:hover, .stewardship-page #main-nav ul li#nv-stewardship a {
  background-position: -232px -38px;
}
#main-nav ul li#nv-education a {
  background-position: -360px 0px;
  width: 114px;
}
#main-nav ul li#nv-education a:hover, .education-page #main-nav ul li#nv-education a {
  background-position: -360px -38px;
}
#main-nav ul li#nv-economy a {
  background-position: -474px 0px;
  width: 144px;
}
#main-nav ul li#nv-economy a:hover, .economy-page #main-nav ul li#nv-economy a {
  background-position: -474px -38px;
}


/*  Sub Navigation
----------------------------------------------- */
#sub-nav {
  margin: 0;
  padding: 0;
}

#sub-nav a { text-decoration: none; color: #431; }
#sub-nav a:visited { text-decoration: none; color: #431; }
#sub-nav a:hover { text-decoration: underline; color: #b60b0b; }
#sub-nav a:active, #sub-nav a:focus { text-decoration: underline; color: #b60b0b; }
#sub-nav a.selected { text-decoration: none; color: #b60b0b; }
#sub-nav a.selected:hover { text-decoration: underline; color: #b60b0b; }

#sub-nav li {
  font-family: "Trebuchet MS", "MS Trebuchet", sans-serif;
  line-height: 2.5em;
}

#sub-nav li a {
  padding-left: 30px;
}
#sub-nav li a.selected, #sub-nav ul li a.selected {
  background: transparent url('design/bslt-menu-bullet.gif') no-repeat 0 50%;
}

#sub-nav li:before {
  content: ""; /* removing bullets for navigation unordered lists */
}
#sub-nav ul {
  margin: 0;
  padding: 0;
}
#sub-nav ul li {
  font-size: 87.5%;
  margin: 0;
  padding: 4px;
  line-height: 1.5em;
}


/*  Container
----------------------------------------------- */
#container {
  background: transparent url('design/bslt-content-bkgd.gif') repeat-y top left;
  width: 850px;
  float: left;
}
#container2 {
  float: left;
  width: 850px;
}

/*  Contact Nav
----------------------------------------------- */
#contact-nav {
  clear: both;
  position: absolute;
  height: 48px;
  width: 36px;
  top: 194px;
  margin-left: 756px;
  z-index: 10;
}

#contact-nav li a {
  float: left;
  background: transparent url('design/bslt-email-contact.gif') no-repeat top left;
  height: 48px;
  width: 36px;
  text-indent: -9999px;
  overflow: hidden;
}
#contact-nav li a:hover {

}


/*  Image Detail Carp
----------------------------------------------- */
#img-detail {
  position: absolute;
  background: transparent url('design/bslt-condor.gif') no-repeat top left;
  width: 600px;
  height: 100px;
  float: left;
  top: 184px;
  margin-left: 248px;
}

/*  Column Setup
----------------------------------------------- */
#main-col {
  float: right;
  width: 602px;
  margin: 0 0 20px 22px;
}
#main-col2 {
  width: 500px;
  margin-right: 102px;
  min-height: 300px;
  overflow: visible;
}
.content #main-col h1 {
  width: 438px;
}
#main-col img {
  background-color: #db8;
  border: 3px double #ca7;
  padding: 4px;
}
#main-col img.right {
  float: right;
  margin: 0.5ex -40px 0.5ex 16px;
}
#main-col img.left {
  float: left;
  margin: 0.5ex 16px 0.5ex 0;
}
/* IE needs some more help for negative margins... */
* html #main-col img.right { position: relative; }
#side-col {
  float: left;
  width: 200px;
  margin: 20px 0 0 22px;
  min-height: 520px;
}
* html #side-col {
  height: 460px; /* IE can't handle min-height */
}
#side-col .video {
  background-color: #db8;
  width: 160px;
  height: 90px;
  border: 3px double #ca7;
  padding: 4px;
  margin-left: 4px;
}
#side-col h1, #side-col h2, #side-col h3, #side-col h4, #side-col h5, #side-col h6 {
  margin-left: 4px;
}
/* IE Hacks */
* html #main-col, * html #side-col { display: inline; }


/*  Donate Button
----------------------------------------------- */
#donate-btn a {
  background: transparent url('design/bslt-donate-btn.gif') no-repeat left top;
  display: block;
  width: 185px;
  height: 56px;
  margin: 0 0 0 -4px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}
#donate-btn a:hover {
  background-position: left bottom;
}
#phone-num {
  background: transparent url('design/bslt-phone.gif') no-repeat left top;
  width: 185px;
  height: 39px;
  margin: 16px 0 20px -4px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}


/* Footer
----------------------------------------------- */
#footer-wrapper {
  float: left;
  background: transparent url('design/bslt-footer-top.gif') no-repeat top left;
  width: 850px;
  padding-top: 12px;
}
#footer {
  font-family: "lucida grande", "lucida sans unicode", Arial, "MS Trebuchet", sans-serif;
  font-size: 10px;
  color: #46b;
  float: left;
  clear: both;
  margin: 0 20px;
  width: 810px;
  /* font-size: 12px;  */
}

#footer p { float: right; }

#footer a, #footer a:link { text-decoration: none; color: #68d; }
#footer a:visited { text-decoration: none; color: #68d; }
#footer a:hover { text-decoration: underline; color: #68d; }
#footer a:active, #footer a:focus { text-decoration: underline; color: #68d; }
#footer-nav li {
  float: left;
  list-style: none inside;
  padding: 0 1em 0 0;
  text-transform: uppercase;
}

/* More IE Hackage */
* html #footer { display: inline; }


/*  Home Page
----------------------------------------------- */
.home-page #header { 
  background: transparent url('design/bslt-home-hdr-bkgd.gif') no-repeat 0px -20px ; 
} 
.home-page #side-col img {
  background-color: #db8;
  border: 3px double #ca7;
  padding: 4px;
}
.home-page #main-col {
  width: 432px;
}
.home-page #main-col2 { 
  width: 400px;
  margin: 0;
}
.home-page .content #main-col h1 {
  width: 388px;
}
.home-page .content #main-col h1 span {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0em;
}
.home-page .content #main-col h2 {
  font-size: 16px;
  line-height: 1.4em;
  margin: .2em 0;
}
.home-page .content #main-col h2 a {
  color: #000;
}
.home-page .content #main-col h3 {
  font-size: 14px;
  line-height: 1.4em;
  color: #333;
  margin: .4em 0;
}
.home-page .content #main-col p {
  line-height: 1.4em;
}
.home-page #side-col {
  width: 368px;
  height: 800px;
}
.home-page #e-newsletter {
  background: transparent url('design/bslt-e-newsletter-bgkd.jpg') repeat-y center right;
  width: 380px;
  text-align: right;
  padding-right: 20px;
  line-height: 2em;
}
.home-page #e-newsletter a {
  background: transparent url('design/bslt-e-newsletter.gif') no-repeat 0 70% ;
  padding-left: 30px;
}
.home-page #donate-btn {
  width: 180px;
  float: left;
}
.home-page #phone-num { 
  float: left;
  margin: 8px 0;
}
.home-page #home-map {
  float: left;
  margin: 10px 0 0 6px;
}


/* .home-page #container { */
/*   background: transparent url('design/bslt-home-photo-bkgd.gif') no-repeat top left; */
/* } */
/* .home-page #img-detail { */
/*   background: transparent url('design/bslt-home-condor.gif') no-repeat top right; */
/*   width: 229px; */
/*   height: 113px; */
/*   float: left; */
/*   top: 544px; */
/*   margin-left: 650px; */
/* } */
/* .home-page #photos { */
/*   float: left; */
/*   height: 306px; */
/*   width: 806px; */
/*   margin: 22px 22px 0; */
/* } */
.home-page #video a.lightwindow {
  display: block;
  float: left;
  background: transparent url('design/bslt-home-video-btn.jpg') no-repeat top left;
  width: 400px;
  height: 225px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.home-page #video a.lightwindow:hover {
  background-position: 0px -225px;
}
/* .home-page #family-img { */
/*   padding: 0; */
/*   border: 0px none; */
/*   margin-left: 16px; */
/*   float: left; */
/* } */
/* .home-page #home-contact-block { */
/*   float: left; */
/*   background: transparent url('design/bslt-content-bkgd.gif') repeat-y 0 0; */
/*   width: 850px; */
/* } */

/*  Let's make IE happy on the home page */
* html .home-page #main-col, * html .home-page #bot-col,
* html .home-page #photos, * html .home-page #donate-btn,
* html .home-page #phone-num, * html .home-page #family-img {
  display: inline;
}

/* Bios / Partners
----------------------------------------------- */
.content .bio h3 { margin-top: 2em; margin-bottom: 0.57em; }
.bio-photo {
  float: right;
}
.partner-photo {
  float: right;
}

.get-involved-page #main-col .event-photo-thumbnail {
  border: 4px double #ca7;
  float: left;
  margin-right: .5em;  
}

/*  Image Details
----------------------------------------------- */
.conservation-page #container2 {
  background: transparent url('design/bslt-conservation-detail.gif') no-repeat 40px 100%;
}
.get-involved-page #container2 {
  background: transparent url('design/bslt-get-involved-detail.gif') no-repeat 40px 100%;
}
.community-page #container2 {
  background: transparent url('design/bslt-community-detail.gif') no-repeat 40px 100%;
}
.ecology-page #container2 {
  background: transparent url('design/bslt-ecology-detail.gif') no-repeat 40px 100%;
}
.stewardship-page #container2 {
  background: transparent url('design/bslt-stewardship-detail.gif') no-repeat 40px 100%;
}
.education-page #container2 {
  background: transparent url('design/bslt-education-detail.gif') no-repeat 40px 100%;
}
.economy-page #container2 {
  background: transparent url('design/bslt-economy-detail.gif') no-repeat 40px 100%;
}
.news-page #container2 {
  background: transparent url('design/bslt-news-detail.gif') no-repeat 40px 100%;
}
.about-page #container2 {
  background: transparent url('design/bslt-about-detail.gif') no-repeat 40px 100%;
}
/* Specific Page Removals */
#about-publications #container2, #get-involved-index #container2 { background: transparent none; }


/*  News Room
---------------------------------------------------------- */
.news-page #releases h2 {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #c97;
}
.news-page #main-col #releases dt {
  float: left;
  clear: both;
  width: 100px;
  margin: 0.2em 0 1em 0;
  padding: 0 3px 0 0;
  line-height: 1em;
  text-align: left;
}
.news-page #main-col #releases dd {
  margin: 0.2em 0 1em 104px;
}

/*  Donate Page
----------------------------------------------- */
.get-involved-page table, .get-involved-page tr, .get-involved-page td {
  border: 1px dotted #c97;
}

/*  About Page
----------------------------------------------- */
.about-page #contact-info {
  background-color: #ec8;
  float: right;
  width: 12em;
  padding-left: 10px;
  margin: .4em -30px 0 20px;
  border: 1px dotted #c97;
}
* html .about-page #contact-info { margin-right: 0; } /* IE, the bain of my existance */

.about-page .content table, .about-page .content th, .about-page .content td {
  border: none;
}
.about-page .content td {
  border-bottom: 1px solid #c97;
}

/* alerts (flash messages)
----------------------------------------------- */
div#alert {
  margin: 0 0 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 5px 30px;
  font-size: 11px;
  text-align: left;
}
div#alert.alertgood {
  background: #e2f9e3 url("images/alertgood_icon.gif") no-repeat left;
  border-color: #9c9;
  color: #060;
}
div#alert.alertwarning {
  background: #fff8dd url("images/attention_icon.gif") no-repeat left;
  border-color: #fc0;
  color: #000;
}
div#alert.alertbad {
  background: #c00 url("images/alertbad_icon.gif") no-repeat left;
  border-color: #c99;
  color: #fff;
}


/*  Member Docs
----------------------------------------------- */

.asset-listing {
  overflow: hidden;
  display: block;
  clear: both;
  margin: 1.5em 0 0;
}
* html .asset-listing {
  width: 500px;
  overflow: hidden;
}
.asset-listing h4, .asset-listing p {
  margin: 0 0 0 52px;
}
.asset-listing p {
  margin-top: .4em;
  line-height: 1.4em;
}
#main-col .asset-listing img, #main-col .asset-icon a {
  background-color: transparent;
  float: left;
  border: none;
}
.asset-info {
  padding: .5em;
}
.asset-info p span.asset-size {
  color: #444;
}

/*  Sign-up Page
----------------------------------------------- */

.signup-page #main-col2 {
    background: transparent url('design/bslt-signup-thankyou.jpg') no-repeat bottom right;
}


