body, a, a:visited {
  color: #002f2f; }

a:hover {
  background-color: #e6e2af;
  text-decoration: none; }

#nav {
  color: #e6e2af; }
  #nav a, #nav a:visited {
    color: #e6e2af; }
    #nav a:hover,     #nav a:visited:hover {
      background-color: #e6e2af;
      color: #002f2f; }
  #nav .footer {
    color: #002f2f; }

#hd {
  background-color: rgb(4, 99, 128);
  background-color: rgba(4, 99, 128, 0.75);
  *background-color: rgb(4, 99, 128);
  text-shadow: 0.05em 0.05em 3px #002f2f;
  color: #e6e2af; }
  #hd a, #hd a:visited {
    color: #e6e2af; }
    #hd a:hover,     #hd a:visited:hover {
      background-color: #e6e2af;
      color: #002f2f; }

#flash {
  color: #e6e2af;
  text-shadow: none; }
  #flash .success, #flash .notice {
    background-color: #00AA00;
    border: 1px solid #e6e2af; }
  #flash .error, #flash .failure, #flash .warning {
    background-color: #CC0000;
    border: 1px solid #e6e2af; }

.venue .tabs {
  border-bottom-color: #002f2f; }
  .venue .tabs a {
    background-color: #a7a37e;
    color: #efecca;
    border-color: #002f2f; }
    .venue .tabs a.active, .venue .tabs a:hover {
      background-color: #e6e2af;
      color: #002f2f;
      border-color: #002f2f; }
      .venue .tabs a.active a, .venue .tabs a.active a:visited,       .venue .tabs a:hover a, .venue .tabs a:hover a:visited {
        color: #002f2f; }
        .venue .tabs a.active a:hover,         .venue .tabs a.active a:visited:hover,         .venue .tabs a:hover a:hover,         .venue .tabs a:hover a:visited:hover {
          background-color: #a7a37e;
          text-decoration: none; }

.venue {
  background-color: #e6e2af;
  color: #002f2f;
  border-color: #002f2f; }
  .venue a, .venue a:visited {
    color: #002f2f; }
    .venue a:hover,     .venue a:visited:hover {
      background-color: #a7a37e;
      text-decoration: none; }
  .venue.tabbed {
    background-color: transparent; }
  .venue .tab-content {
    background-color: #e6e2af;
    color: #002f2f;
    border-color: #002f2f; }
    .venue .tab-content a, .venue .tab-content a:visited {
      color: #002f2f; }
      .venue .tab-content a:hover,       .venue .tab-content a:visited:hover {
        background-color: #a7a37e;
        text-decoration: none; }
  #suggestions .venue {
    background-color: transparent; }

#suggestions .vcard {
  background-color: #e6e2af;
  color: #002f2f;
  border-color: #002f2f; }
  #suggestions .vcard a, #suggestions .vcard a:visited {
    color: #002f2f; }
    #suggestions .vcard a:hover,     #suggestions .vcard a:visited:hover {
      background-color: #a7a37e;
      text-decoration: none; }

.note_container {
  background-color: #e6e2af;
  color: #002f2f;
  border-color: #002f2f; }
  .note_container a, .note_container a:visited {
    color: #002f2f; }
    .note_container a:hover,     .note_container a:visited:hover {
      background-color: #a7a37e;
      text-decoration: none; }

.fieldWithErrors {
  background-color: #c00;
  color: #efecca; }

#errorExplanation {
  background-color: #ffdddd;
  border-color: #c00; }
  #errorExplanation h2 {
    background-color: #c00;
    color: #efecca; }
