body {
  font-family: Arial, sans-serif; }

a {
  font-weight: bold;
  color: #666666; }
  a:visited {
    color: #888888; }

h1 a, h2 a, h3 a {
  color: #222222; }
  h1 a:visited, h2 a:visited, h3 a:visited {
    color: #222222; }

div.header_area {
  margin-bottom: 1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc; }

.header_logo {
  float: left; }

.header_text {
  margin-top: 55px;
  margin-bottom: 8px;
  letter-spacing: -3px;
  font-weight: bold; }
  .header_text a {
    text-decoration: none; }
    .header_text a:hover {
      text-decoration: underline; }

.flags img {
  margin: 0 1px;
  border: 2px solid white; }
  .flags img.active {
    border-color: lightblue; }

.sign_in_button {
  margin: 0.5em 0; }

.graticule {
  border-width: 3px;
  border-style: solid;
  border-color: #bbbbbb;
  padding: 1em;
  background-color: #eeeeee;
  margin: 1em 0; }
  .graticule .coordinates {
    font-size: 3em;
    font-weight: bold;
    color: #444444; }
  .graticule ul.links {
    list-style: none; }

.graticule_link a, .geohash_link a, .globalhash_link a {
  font-size: 1.5em; }
.graticule_link img, .geohash_link img, .globalhash_link img {
  vertical-align: middle;
  margin-right: 1em; }

.latest_geohashes h4 {
  margin-bottom: 2px; }

.subscription_buttons img {
  margin-bottom: 1em; }

#map_canvas {
  background-color: #9CB2C9;
  height: 300px;
  margin: 1em 0; }

.google_map {
  border: 1px solid #cccccc; }

ul.navigator {
  text-align: left;
  margin: 1em 0;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  list-style-type: none;
  padding: 5px 8px; }
  ul.navigator li {
    display: inline; }
    ul.navigator li a {
      text-decoration: none;
      padding: 4px 7px 6px;
      border-width: 1px;
      border-style: solid;
      border-color: #cccccc;
      border-bottom: none;
      background-color: #eeeeee;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
      -webkit-border-top-left-radius: 6px;
      -webkit-border-top-right-radius: 6px; }
    ul.navigator li a:hover {
      background-color: white; }
  ul.navigator li.active {
    border-bottom: 1px solid white; }
    ul.navigator li.active a {
      background-color: white;
      position: relative;
      top: 1px;
      padding-top: 7px; }

div.footer {
  padding-top: 1em;
  margin: 2em 0;
  border-top: 1px solid #cccccc; }

.nsew {
  margin-bottom: 1em; }

span.field_with_errors input.text, span.field_with_errors input.title {
  background-color: #FBE3E4;
  border-color: #FBC2C4; }

.flickr_photos {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 1em;
  margin-bottom: 2em; }
  .flickr_photos img {
    border: 1px solid #cccccc;
    margin: 0 10px 10px 0; }
  .flickr_photos p {
    margin-bottom: 0; }

