/*
 * CSS
 */

body {
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

header {
  text-align: center;
}

header h1 {
  padding: 50px 0px 15px 0px;
  font-family: 'Advent Pro', sans-serif;
  text-shadow: 2px 2px 3px #aaa;
  color: #400;
}

header h2 {
  font-size: 22px;
  text-shadow: 1px 1px 2px #CCC;
}

table.contact {
  margin-bottom: 8px;
}

table.contact td {
  padding: 0px 8px 0px 0px;
}

#map {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    height: 625px;
    margin: 1em auto;
    border: 1px solid black;
    -moz-box-shadow: 10px 10px 5px #CCC;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    box-shadow: 10px 10px 5px #ccc;
    margin-bottom: 40px;
    border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
    -moz-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
}

#share {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

div.tip {
  width: 250px;
  padding: 4px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  color: #999;
}

div.tip header {
  font-size: 20px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #888;
  color: #CCC;
}

div.tip span.year {
  color: #CCC;
}

