/*
Theme Name: The Xerces Society
Theme URI: http://www.xerces.org
Description: Modifications to Twitter Bootstrap CSS
Version: 1.1
Author: Kaitlyn Rich
Author URI: www.KaitlynRich.com
Additional modifications by: Margo Conner
Author URI: www.MargoConner.com;
*/

/* DONATE button specific CSS */
H1.btnlabel {
  Font-size: 10px;
  Color: white;
	Text-shadow: 1px 1px 1px 
		rgba(0, 0, 0, 0.5);
	Line-height: 0;
}
H4.btnlabel {
	font-size: 20px;
  Color: white;
	Text-shadow: 1px 1px 1px 
		rgba(0, 0, 0, 0.5);
	Text-transform: uppercase;
	Letter-spacing: 1px;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00CCBB;
  *background-color: #00CCBB;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00DDCC), to(#00AA99));
  background-image: -webkit-linear-gradient(top, #00DDCC, #00AA99);
  background-image: -o-linear-gradient(top, #00DDCC, #00AA99);
  background-image: linear-gradient(to bottom, #00DDCC, #00AA99);
  background-image: -moz-linear-gradient(top, #00DDCC, #00AA99);
  background-repeat: repeat-x;
  border-color: #00CCBB #00CCBB #00CCBB;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff64d5c2', endColorstr='#ff18a885', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #00AA99;
  *background-color: #00AA99;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00CCBB;
}
.btn:hover {
  color: #333333;
  text-decoration: none;

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-action { 
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-action:hover,
.btn-action:active,
.btn-action.active,
.btn-primary.disabled,
.btn-action[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-action:active,
.btn-action.active {
  background-color: #c67605 \9;
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
/* DIVIDERS */
.main-dvdr{
  border-top: solid 3px #333;
  border-bottom: solid 1px #333;
  height: 1px;
  margin-bottom: 15px;
}
.sub-dvdr{
  border-bottom: 1px solid #D8D8D8; 
  margin: 15px 0px;
}
/*SOCIAL MEDIA BUTTONS */
#social-btn {
  float: left;
  margin-right: 5px;
  height: 35px;
  width: 35px;
}
/* 3 COLUMN SYSTEM for 685PX */
/* Only to be used for 3 individual columns. Seperate system from 4 column grid. */
.thirds{
  width: 203px;
  border-right: solid 1px #BBB;
  padding-right: 8px; 
  margin: 8px;
  display: inline;
  float: left;
}
/* 4 COLUMN GRID SYSTEM for 685PX */
/* website is designed on this 4 column grid */
.grid_1, .grid_2, .grid_3, .grid_4{
  display: inline;
  float: left;
  margin-left: 25px;
}
.grid_1{
  width:140px;
}
.grid_2{
  width:305px;
}
.grid_3{
  width:470px;
}
.grid_4{
  width:635px;
}
li.grid_1 {
  width: 140px;
  height: 260px;
  float: left;
  margin: 0px 25px 20px 0px;
  position: relative;
  display: inline-block;
  list-style: none;
}
li.grid_2{
  width: 285px;
  height: 200px;
  border: solid 2px #333;
  padding: 0px 10px;
  margin: 0px 25px 25px 0px;
  float: left;
  position: relative;
  display: inline-block;
  list-style: none;
}
li.grid-140 {
  width: 140px;
  float: left;
  margin: 0px 80px 20px 0px;
  position: relative;
  display: inline-block;
  list-style: none;
}
/* STAFF PAGE */
.staffname{
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
.stafftitle{
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
/* redundant w/ .plainheader? 
a.grid_2:link{
  color: #333;
  text-decoration: none;
}*/
/* POLLINATORS PAGES */
#landscape{
  background-image: url('http://www.xerces.org/wp-content/uploads/2012/10/PollCons-landscape.jpg');
  width: 305px; height: 229px;
} 
#pollinator{
  background-image: url('http://www.xerces.org/wp-content/uploads/2012/10/learnm-305px.jpg');
  width: 305px; height: 229px;
} 
.contain{
  margin: 10px;
}
.lowerthird{
  text-align: right;
  margin: 10px;
  margin-top: 180px;
}
li.minusbottom{
  margin-top: -10px;
  margin-bottom: -10px;
}
a.annoying{
  color: #333;
  text-decoration: none;
}
a:hover.annoying{
  color: #E67803;
}
/* BUMBLEBEE PAGES */
#citsci{
  background-image: url('http://www.xerces.org/wp-content/uploads/2014/01/bb-citizenscience-3-305.jpg');
  width: 305px; height: 229px;
} 
#habitat{
  background-image: url('http://www.xerces.org/wp-content/uploads/2014/01/bb-create-habitat2-305.jpg');
  width: 305px; height: 229px;
}
/* PUBLICATIONS GRID */
.cover {
  width: 235px;
  margin-left:0px;
  float:left;
}
.blurb {
  width:370px;
  margin:0px 15px;
  float:left;
}
/* HEADERS & SPECIAL INSTANCE TEXT COLORS*/
h2 {
  font-weight: 200;
  color: #E67803;
}
h5.light {
  font-weight: 200;
  color: #333333;
}
/*h4.orng, p*/.orng{
  color: #E67803;
}
a.standout:link, a.standout:visited{
  color: #00CCBB;
  text-decoration: none;
}
a.standout:hover{
  color: #00AA99;
  text-decoration: none;
}
a.plainheader:link, a.plainheader:visited, a.plainheader:hover{
  color: #333;
  text-decoration: none;
}
/* IMG */
img.staff{
  padding: 5px;
  border: solid 1px #BBB;
}
/* BLOG */
h4.blog{
  margin-top: 0px;
  margin-bottom: 5px;
}
h5.blog{
  margin-top: 0px;
  margin-bottom: 0px;
}
h6.blog{
  margin-top: 0px;
}
.author{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#authorimg{
  width: 80px;
}
/*#blogfeaturedimage{
}*/
#backnav{
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.blogcaption{
  font-size: 11px;
  line-height: 12px;
  margin-top: 5px;
}
#forwardnav{
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

/* GFORM-SPECIFIC FOR POLLINATOR PLEDGE */

.ss-q-item-label {
  margin-top: 10px;
}

.ss-q-title {
  font-weight: bold;
}

input.ss-q-radio {
  margin-top: 0;
}

div.ss-q-title > label {
    display: inline;
}

input#ss-submit  {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Modifications made for new site design */
html {
  position: relative;
  min-height: 100%;
}

html, body {
  background-color: #F0F0F0;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0;
}

#container {
  width: 100%;
  margin: 0px auto 20px auto;
  }

#top {
  width: 100%;
  height: 42px;
  margin: 0px;
  padding: 0px;
  background-image: none;
  background-color: #6fccdc;
  }

#content {
  width: 970px;
  background-image: none;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: repeat-y;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 125px;
  padding-left: 20px;
  padding-right: 20px;
  }

#page {
  min-height: 700px;
  padding-bottom: 20px;
}

#maincolumn {
  width: 685px;
  float: left;
  padding: 0px 0px 0px 0px;
  }

#subfooter {
  width: 100%;
  margin: 0;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border-top: none;
  background-color: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
  }

#subfooter a:link {
  color: #fff;
}

#subfooter a:visited {
  color: #fff;
}

#footer {
  width: 100%;
  background-image: none;
  background-position: center;
  height: 20px;
  margin: 0px;
  padding: 0px;
  /*
  position: absolute;
  left: 0
  bottom: 0;*/
  }

.footer-logo {
  margin: 10px 0 0 0;
  padding: 0;
  width: 150px;
}

.post {
  padding-top: 20px;
}

#sidecolumn {
  padding-top: 20px;
  width: 220px;
}

.header-top-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #107ba5;
}

.secondary_nav-wrapper {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

.secondary_nav ul {
  margin: 0;
}

.secondary_nav li {
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}

.secondary_nav ul li {
  display: inline;
}

.socialicon {
  margin-top: -13px;
}

#searchsubmit {
  margin-top: -16px;
  font-size: 12px;
  font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  height: 25px;
}

#searchsubmit.btn {
  padding: 0 10px;
}

#s {
  margin-top: -8px;
  margin-right: 4px;
  height: 15px;
  width: 120px;
}

.btn-donate {
  height: 65px;
  margin-top: 10px;
  font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: .05em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #feaa44;
  *background-color: #feaa44;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feaa44), to(#fd8b0f));
  background-image: -webkit-linear-gradient(top, #feaa44, #fd8b0f);
  background-image: -o-linear-gradient(top, #feaa44, #fd8b0f);
  background-image: linear-gradient(to bottom, #feaa44, #fd8b0f);
  background-image: -moz-linear-gradient(top, #feaa44, #fd8b0f);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-donate:hover,
.btn-donate:active,
.btn-donate.active,
.btn-primary.disabled,
.btn-donate[disabled] {
  color: #ffffff;
  background-color: #fd8b0f;
  *background-color: #df8505;
}

.btn-donate:active,
.btn-donate.active {
  background-color: #c67605 \9;
}

/* Menu bar */
#nav {
  width: 970px;
  height: auto;
  background-color: #107ba5;
  padding: 0px;
  margin: 0 auto 0 auto;
  position: relative;
}

.MenuBarHorizontal {
  width: 970px;
  position: absolute;
  vertical-align: bottom;
  right: 0px;
  bottom: 10px;
}

ul.MenuBarHorizontal {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  cursor: default;
  width: auto;
  text-decoration: none;
}

ul.MenuBarHorizontal li {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  position: relative;
  text-align: left;
  cursor: pointer;
  width: auto;
  display: inline-block;
  text-transform: capitalize;
}

ul.MenuBarHorizontal a:link, ul.MenuBarHorizontal a:visited {
  display: block;
  cursor: pointer;
  background-color: #107BA5;
  padding: 0.5em 0.75em;
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
  background-color: #fff;
  color: #107BA5;
  text-decoration: none;
}

ul.MenuBarHorizontal ul li {
  width: 134px; 
  border-left: #107BA5 2px solid;
  border-bottom: #107BA5 2px solid;
  border-right: #107BA5 2px solid;
}

/* Logo in header */

.logo-wrapper {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 170px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* New hero image */

.hero-image {
  width: 1010px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  position: relative;
}

.hero-title {
  position: absolute;
  top: 50%;
  left: 5%;
  font-size: 72px;
  font-weight: 200;
  line-height: 72px;
  color: #fff;
  border-bottom: 2px dotted #fff;
}

/* Typography fixes */
h6 {
  font-size: 13px;
}

/* New front page items */
.btn-join {
  width: 175px;
  margin-top: 10px;
  font-family: "Raleway", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: .05em;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #feaa44;
  *background-color: #feaa44;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feaa44), to(#fd8b0f));
  background-image: -webkit-linear-gradient(top, #feaa44, #fd8b0f);
  background-image: -o-linear-gradient(top, #feaa44, #fd8b0f);
  background-image: linear-gradient(to bottom, #feaa44, #fd8b0f);
  background-image: -moz-linear-gradient(top, #feaa44, #fd8b0f);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-join:hover,
.btn-join:active,
.btn-join.active,
.btn-join.disabled,
.btn-join[disabled] {
  color: #ffffff;
  background-color: #fd8b0f;
  *background-color: #df8505;
}

.btn-join:active,
.btn-join.active {
  background-color: #c67605 \9;
}