body {
  color: #feeae5;
  background-color: #6e6d71;
  margin-bottom: 36px;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #feeae5;
}

a {
  color:#feeae5;
}

a:hover {
  color:#fff;
}

.home #site-navigation {
  margin-top: 77px;
}

#site-navigation ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

#site-navigation ul li {
  text-align: center;
}

#site-navigation ul li a {
  text-decoration: none;
}

#site-navigation ul li a:hover {
  font-weight: bold;
}

#header h1 a, #header h1 a:hover {
  color: #feeae5;
}

#body-wrapper {
  margin-bottom: 108px;
}

#geese {
  text-align: center;
  margin-top: 6px;
}

#footer {
  background-color: #feeae5;
  color: #6e6d71;
  height: 144px;
}

.large {
  font-size: 2em;
  line-height: 2em;
  margin-bottom: 0;
}

div.adr {
  margin-bottom: 1.5em;
}

/* RSVP Confirmation Page */

.confirmation-page h1 {
  float: left;
  margin-right: 5px;
}

.confirmation-page div.links {
  float: left;
  line-height: 3em;
  font-size: 1.25em;
}

div.guest h2 {
  font-size: 1.25em;
  margin-bottom: 0;
}

div.guest .large {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0;
}

div.spacer {
  border-bottom: 1px solid #999394;
}