body {
  background-color: #AFD8D5;
  background-image: url(/static/img/wood-bg.jpg);
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

#content {
  width: 960px;
  margin: 20px auto 30px;
  padding-top: 20px;
  background-color: #AFD8D5;
  -webkit-box-shadow: 0px 15x 25px rgba(0, 0, 0, 0.9);
  -moz-box-shadow:    0px 15px 25px rgba(0, 0, 0, 0.9);
  box-shadow:         0px 15px 25px rgba(0, 0, 0, 0.9);
}
header {
  width: 100%;
  border-bottom: 1px solid #000;

}
header h1 {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-indent: -9000px;
  width: 239px;
  height: 29px;
  font-size:2em;
  font-weight: bold;
  color:#000;
  text-shadow: -3px 2px #FFF;
  background-image: url(/static/img/britt-and-sean.png);
}
header h1:hover {
  background-image: url(/static/img/sean-and-britt.png);
}
header ul {
  margin: 0 auto;
  width: 700px;
  float: right;
  margin-top: 12px;
  position: relative;
}
header ul li {
  list-style: none;
  display: inline;
  margin: 0 8px;
  padding: 5px;
}
header ul li:hover {
  background-color: #000;
}
header ul li:hover a {
  color: #FFF;
}
header ul li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #333;
}

header ul li ul {
  display: none;
  position: absolute;
  top: 10px;
  z-index: 101;
  width: 140px;
  background-color: #000;
}

header ul li ul.big-day {
  left: 77px;
}
header ul li ul.travelers {
  left: 187px;
}

header ul li:hover ul {
  display: block;
}
header ul li ul li {
  display: block;
  border-bottom: 1px dotted #C0C0C0;
  margin-bottom: 5px;
}
header ul li ul li:last-child {
  border-bottom: none;
}
header ul li ul li a {
  color: #FFF;
}

section#main {
  padding-bottom: 20px;
}
section#main .main-img {
  position: relative;
}

.header-wrap {
  position:absolute;
  top: 300px;
  width: 100%;
  text-align: center;
  background-color: rgba(240, 255, 255, 0.5);
}

section#main .main-img img.title {
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
section#main .main-img .line {
  background-color: #F8F366;
  width: 70%;
  height: 2px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

section#main .main-img img.main {
  position: relative;
  z-index: 1;
}

section#main .louise-title {
  font-family: 'League Script', cursive;
  text-align: center;
  width: 960px;
  color: #000;
  font-size: 3em;
  position: absolute;
  top: 30px;
  z-index: 100;
}

.page-content {
  margin: 20px auto;
  width: 880px;
  min-height: 400px;
  padding: 20px;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 2px 2px 2px #333;
  margin-bottom: 20px;
}
.page-content h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.page-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.page-content h4 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

.page-content p, .page-content ul {
  margin-bottom: 1em;
}

b {
  font-weight: 700;
}
i {
  font-style: italic;
}

dt {
  font-style: italic;
  margin-bottom: 0.2em;
}
dd {
  margin-bottom: 1em;
}

div.term {
  width: 220px;
  float: left;
  margin-right: 10px;
}
div.def {
  width: 560px;
  float: left;
}

#form-target {
  float: left;
  margin-right: 60px;
}
#form-entries {
  float: left;
  width: 550px;
}

form input[type="text"], textarea {
  border: 1px solid #C0C0C0;
  width: 250px;
  outline: none;
  margin-bottom: 5px;
}
textarea {
  resize: none;
  height: 130px;
  color: #999;
}
span.message {
  display: block;
  margin-top: 5px;
  font-style: italic;
}

.thingsToDoOptions li {
  display: inline;
  font-size: 110%;
  cursor: pointer;
  margin-right: 5px;
}
.thingsToDoOptions li:hover, .thingsToDoOptions li.active {
  text-decoration: underline;
}
.thingsToDoOptions li:after {
  content: " -";
}
.thingsToDoOptions li:first-child:after, .thingsToDoOptions li:last-child:after {
  content: "";
}