body {
  background: url('../img/background.png');
  color: #feeebf;
}

p {
  margin-bottom: 0.25em;
}

a {
  color: #cc7333;
}

a:hover {
  color: #ff9040;
}

label {
  display: block;
  float: none;
  width: auto;
}

#container {
  background: #000;
  /*background-image: url('../img/masthead.png');
  background-position: center top;
  background-repeat: no-repeat;*/
  border: 3px ridge #feeebf;
  margin: 10px auto;
}

#nav {
  background: #cc7333;
  margin: 20px 10px 0 10px;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
}

#nav li {
  display: inline;
  font-size: 150%;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 1em;
}

#nav li a {
  color: #feeebf;
  text-decoration: none;
}

#nav li a:hover {
  color: #fef8e5;
  text-decoration: none;
}

#header2 {
  margin-top: 13px;
  text-align: right;
}

h1 {
  display: none;
}

/*h2 {
  background: #feeebf;
  color: #402410;
  font-size: 150%;
  margin: 0 10px;
  text-align: center;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}*/

h2 {
  border: 2px solid #feeebf;
  color: #feeebf;
  font-size: 140%;
  /*margin: 0 10px;*/
  text-align: center;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
}

h3 {
  color: #cc7333;
  font-size: 120%;
  margin: 15px 0 0 0;
}

.dashboard-container {
  margin-top: 350px;
}

.show {
  border-bottom: 1px dotted #feeebf;
  margin-top: 0.25em;
}

.show .location {
  text-align: right;
}

.dashboard-content {
  /*margin: 10px 10px 0 10px;*/
}

.more {
  padding-top: 0.25em;
}

#mailing-list {
  margin-top: 10px;
  text-align: center;
}

#mailing-list input {
  background: #402410;
  border: 1px inset #feeebf;
  color: #feeebf;
}

#mailing-list input.submit {
  background: #402410;
  border: 1px outset #feeebf;
  font-weight: bold;
}

#social {
  margin-top: 20px;
  text-align: center;
}

#social img {
  margin: 10px 2px;
}

.content {
  background: #000; /* IE */
  background: rgba(0, 0, 0, 0.8);
}

.calendar {
  margin-bottom: 1em;
  width: 100%;
}

.calendar th {
  font-variant: small-caps;
  text-align: center;
}

.calendar th.month {
  background: #402410;
  color: #feeebf;
}

.calendar th.day {
  background: #333;
}

.calendar th,td {
  border: 1px solid #feeebf;
  padding: 1px 2px;
}

#multimedia {
  text-align: center;
}

#multimedia img {
  margin: 10px;
  vertical-align: top;
}

.video {
 text-align: center;
}

#contact div {
  margin-bottom: 1em;
}

#footer p {
  border-top: 1px solid #feeebf;
  font-size: 90%;
  margin-top: 20px;
  padding: 5px 0;
}

