/* Base CSS file for Glen Canyon Institute */
body {
  text-align: center;
  /* centers page in IE 6 */
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.2em;
  background-color: #b8ae70; }

a:link {
  font-weight: bold;
  color: #406b9c;
  text-decoration: none; }

a:visited {
  font-weight: bold;
  color: #406b9c;
  text-decoration: none; }

a:hover {
  font-weight: bold;
  color: #406b9c;
  text-decoration: underline; }

a:active {
  font-weight: bold;
  color: #406b9c;
  text-decoration: underline; }

.background-red {
  background-color: #990000; }

.background-orange {
  background-color: #e8a632; }

.background-green {
  background-color: #789c46; }

.background-purple {
  background-color: #630031; }

.background-blue {
  background-color: #406b9c; }

h3, h4 {
  color: #990000;
  font-size: 150%;
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 0.75em 0; }
  h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
    color: #990000;
    text-decoration: none;
    margin: 0 0 0.75em 0; }

h4 {
  margin-top: 0;
  font-size: 125%; }

p {
  margin-bottom: 0.75em; }

hr {
  margin: 1em 0;
  color: #bbb; }
  hr.bottom {
    margin: 0; }

.placeholder {
  color: #aaa; }

.container {
  margin: 20px auto;
  background-color: white;
  text-align: left;
  border: 1px solid #999999;
  padding: 1px;
  -webkit-box-shadow: 3px 3px 6px #666666;
  -moz-box-shadow: 3px 3px 6px #666666;
  box-shadow: 3px 3px 6px #666666; }

header {
  text-align: center; }
  header img {
    margin: 10px 10px 10px 0;
    float: left; }
  header h1 {
    margin: 0;
    line-height: 84px;
    padding-top: 16px;
    font-size: 54px;
    text-transform: lowercase;
    text-shadow: 2px 2px 2px #666666;
    background-image: url("/images/header.png");
    background-repeat: repeat-x; }
  header h2 {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    background-image: url("/images/sub-header.png");
    background-repeat: repeat-x; }

nav {
  margin-top: -2px;
  background-color: #5c5c5c;
  /* li.nav-donate:hover a, */
  /*li:hover ul, */ }
  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  nav li {
    float: left;
    width: 135px;
    text-align: center; }
  nav li.sfhover {
    background-color: #888; }
  nav li a:link,
  nav li a:visited,
  nav li a:hover,
  nav li a:active {
    display: block;
    width: 135px;
    padding: 8px 0;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none; }
  nav li.sfhover ul li a:link,
  nav li.sfhover ul li a:visited,
  nav li.sfhover ul li a:hover,
  nav li.sfhover ul li a:active {
    padding: 5px 0; }
  nav li.nav-donate a {
    background-color: #990000; }
  nav li.sfhover-donate a {
    background-color: #c00; }
  nav li ul {
    position: absolute;
    width: 133px;
    left: -999em;
    background-color: #5c5c5c;
    border-top: 1px solid darkgrey;
    border-left: 1px solid darkgrey;
    border-right: 1px solid darkgrey;
    z-index: 10; }
  nav li.sfhover ul {
    left: auto; }
  nav li ul li {
    width: 133px;
    border-bottom: 1px solid darkgrey; }

.home-issue-type {
  text-transform: uppercase;
  font-size: 77%;
  font-weight: bold; }

.facebook-button {
  float: left;
  padding: 0 5px; }
  .facebook-button a, .facebook-button a:link {
    background-image: url("/images/facebook-button-color.png");
    width: 40px;
    height: 40px;
    text-indent: -999em;
    display: block; }

.twitter-button {
  float: left;
  padding: 0 5px; }
  .twitter-button a, .twitter-button a:link {
    background-image: url("/images/twitter-button-color.png");
    width: 40px;
    height: 40px;
    text-indent: -999em;
    display: block; }

.youtube-button {
  float: left;
  padding: 0 5px; }
  .youtube-button a, .youtube-button a:link {
    background-image: url("/images/youtube-button-color.png");
    width: 40px;
    height: 40px;
    text-indent: -999em;
    display: block; }

.vimeo-button {
  float: left;
  padding: 0 5px; }
  .vimeo-button a, .vimeo-button a:link {
    background-image: url("/images/vimeo-button-color.png");
    width: 40px;
    height: 40px;
    text-indent: -999em;
    display: block; }

.about-nav {
  color: #990000;
  font-size: 110%; }
  .about-nav a {
    color: #990000; }
  .about-nav li {
    padding: 10px 0; }

/*
nav ul {
  padding: 8px 30px 6px 30px;
  margin: 0;
}

nav li {
  list-style-type: none;
  display: inline;
}

nav li a:link, nav li a:visited, nav li a:hover, nav li a:active {
  margin: 0;
  color: #fff;
  padding: 10px 22px;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}

nav li a:hover, nav li a:active {
  background-color: #888;
}

nav li.nav-donate a:link, 
nav li.nav-donate a:visited {
  background-color: #b00;
}

nav li.nav-donate a:hover, 
nav li.nav-donate a:active {
  background-color: #e00;
}
  */
.content {
  margin: 20px 20px 0 20px; }

.sidebar {
  font-size: 90%;
  padding: 10px;
  border: 1px solid darkgrey;
  background-color: #eee;
  text-align: center; }
  .sidebar p {
    text-align: left; }
  .sidebar img {
    margin-bottom: 10px; }
  .sidebar h4 {
    display: block;
    color: white;
    background-color: #990000; }
  .sidebar h5 {
    padding: 0;
    margin: 0; }
  .sidebar form {
    margin-bottom: 10px; }

.findus-buttons {
  padding: 0 25px; }

.social-buttons {
  display: inline-block;
  vertical-align: middle; }

.onefortheplanet {
  clear: both;
  padding-top: 10px; }
  .onefortheplanet img {
    margin-bottom: 0; }

.home-sidebar-link {
  text-align: center;
  margin-bottom: 10px; }

.input-email {
  width: 160px;
  padding: 2px; }

.submit-email {
  width: 30px; }

.upcoming-events {
  text-align: left; }
  .upcoming-events ul {
    margin-bottom: 0.75em; }

.reg-table {
  width: 400px;
  padding-left: 30px; }
  .reg-table tbody tr td {
    background: white; }
  .reg-table input {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1em;
    margin: 0; }

.callout {
  color: white;
  background-color: #990000;
  border: 1px solid #660000;
  padding: 10px;
  margin-bottom: 15px; }
  .callout a:link,
  .callout a:visited,
  .callout a:hover,
  .callout a:active {
    color: inherit;
    font-weight: inherit; }

.home-box {
  margin-bottom: 10px; }
  .home-box a:link,
  .home-box a:visited,
  .home-box a:hover,
  .home-box a:active {
    color: inherit;
    font-weight: inherit;
    text-decoration: none; }
  .home-box .home-box-nav {
    float: left;
    width: 180px;
    border: 1px solid darkgrey;
    background-color: #eee;
    text-align: center; }
    .home-box .home-box-nav .selected {
      background-color: #ccc; }
  .home-box .home-box-content {
    float: left;
    position: relative;
    overflow: hidden; }
    .home-box .home-box-content p {
      position: absolute;
      color: white;
      background: black;
      background: rgba(0, 0, 0, 0.6);
      left: 0;
      bottom: -5px;
      font-size: 80%;
      padding: 5px; }
  .home-box img {
    margin: 0;
    padding: 0; }
  .home-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .home-box li {
    padding: 19px 5px;
    font-size: 120%;
    line-height: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid darkgrey; }
  .home-box li.last {
    border: 0; }

footer {
  text-align: center;
  font-size: 90%; }
  footer p {
    margin: 0.75em; }

.person {
  padding-bottom: 20px; }

.person-name {
  font-weight: bold; }

.get-involved-option, .donate-option, .event-preview {
  float: left;
  text-align: center; }
  .get-involved-option img, .donate-option img, .event-preview img {
    padding: 6px; }
  .get-involved-option h4 a, .donate-option h4 a, .event-preview h4 a {
    display: block;
    color: white;
    font-variant: small-caps; }
    .get-involved-option h4 a:hover, .get-involved-option h4 a:active, .donate-option h4 a:hover, .donate-option h4 a:active, .event-preview h4 a:hover, .event-preview h4 a:active {
      text-decoration: none; }
  .get-involved-option p.normal a, .donate-option p.normal a, .event-preview p.normal a {
    font-weight: normal;
    color: black; }
    .get-involved-option p.normal a:hover, .get-involved-option p.normal a:active, .donate-option p.normal a:hover, .donate-option p.normal a:active, .event-preview p.normal a:hover, .event-preview p.normal a:active {
      text-decoration: none; }

.get-involved-option {
  width: 172px;
  padding: 0 5px; }

.map-tour th, .map-tour td, .map-tour caption {
  padding: 4px 5px 4px 5px; }

.donate-option {
  width: 212px;
  padding: 0 45px; }

.event-preview {
  text-align: left;
  width: 203px;
  padding: 0 50px; }
  .event-preview h4 {
    text-align: center; }
  .event-preview p {
    font-size: 80%; }

.event-previews {
  padding-top: 20px; }

.donate-other {
  text-align: left; }
  .donate-other h5 {
    margin: 0;
    padding: 0; }

.product-nav {
  text-align: center; }
  .product-nav a {
    color: #990000; }

.product-category {
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 10px; }

.product-padding {
  padding: 10px; }

.featured-product {
  border: 1px solid darkgrey;
  background-color: #eee; }

.product-title {
  font-weight: bold;
  color: #990000; }

.submit-button {
  width: 200px;
  height: 40px;
  color: #fff;
  background-color: #789c46;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer; }

.article {
  padding-bottom: 10px; }

.article-title {
  font-weight: bold; }

.article-date {
  font-size: 80%;
  padding-left: 20px; }

.article-date-alt {
  font-size: 80%; }

.read-more {
  font-size: 80%; }

.photo-box {
  float: right;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  border: 1px solid darkgrey;
  background-color: #eee;
  margin-left: 20px;
  margin-bottom: 10px; }

.photo-box-left {
  float: left;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  border: 1px solid darkgrey;
  background-color: #eee;
  margin-right: 20px;
  margin-bottom: 10px; }

.photo-embedded {
  margin-top: 10px; }

.photo-box2 {
  padding: 5px;
  border: 1px solid darkgrey;
  background-color: #eee; }

.photo-box-featured {
  padding: 5px; }

.photo-title {
  display: block;
  font-weight: bold;
  /*color: #f90;*/
  color: #990000; }

.photo-credit {
  display: block; }

.photo-gallery {
  padding: 10px 37px; }

.video-thumb {
  float: left;
  width: 215px;
  padding: 10px; }
  .video-thumb a:link,
  .video-thumb a:visited,
  .video-thumb a:hover,
  .video-thumb a:active {
    color: inherit;
    font-weight: inherit;
    text-decoration: none; }

.alert {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }

.notice {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }

.unbold {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.smaller {
  font-size: 90%; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.no-margin {
  margin: 0; }

.error-reason {
  display: none; }

.field_with_errors input {
  border: 2px solid red; }
  .field_with_errors input .error-reason {
    display: block; }

#error_explanation {
  padding: 10px;
  margin-bottom: 24px;
  border: 2px solid red; }
  #error_explanation ul {
    margin: 0; }
