body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #fff28c;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

#banner {
  clear: both;
  min-height: 170px;
  border-bottom: 9px solid #777777;
  padding: 5px;
  margin: 0px 0px 5px;
  font-size: 100%;
  background-color: #ffcc33;
  color: black;
  text-align: center;
  font-weight: bold;
}

#banner .left {
  width: 160px;
  float: left;
}

#banner .right {
  width: 160px;
  float: right;
}

#banner h1 {
  font-size: 200%;
  line-height: 200%;
}

#banner h2 {
  font-size: 150%;
  line-height: 150%;
}

#menu, #menu ul {
  float: right;
  width: 20%;
  margin: 5px;
  border-top: 5px solid #777777;
  border-right: 5px solid #777777;
  border-left: 5px solid #777777;
  border-bottom: 4px solid #777777;
  padding: 0;
  background-color: #ffcc33;
  color: black;
  list-style: none;
  font-variant: normal;
  font-weight: bold;
}

#menu li {
  margin: 0;
  border-bottom: 1px solid #777777;
  padding: 3px;
}

#menu a {
  text-decoration: none;
}

#menu a, #menu a:active, #menu a:visited {
  color: black;
}

#menu a:hover {
  color: #6f0000;
}

#content {
  margin: 0 10px;
  font-size: 100%;
}

#content h3 {
  clear: left;
  padding-top: 0.4em;
  font-size: 133%;
}

#content table {
  margin: 0 30%;
}

#content table .post {
  font-style: italic;
}

#content table .name {
  font-style: normal;
}

#content caption {
  caption-side: top;
}

#content ul {
  padding-left: 0;
  list-style: circle inside;
  line-height: 150%;
}

#content a, #content a:hover, #content a:active, #content a:visited {
  color: #6f0000;
}

.picture {
  margin: 10px;
  color: #6f0000;
  text-align: center;
  font-style: italic;
  font-size: 83%;
}

.album {
  margin: 0px;
  padding: 7px;
  color: #6f0000;
  background-color: #777777;
  text-align: center;
}

.thumb {
  display: inline;
  min-width: 208px;
  text-align: center;
  color: #6f0000;
  background-color: #777777;
}

.thumb img {
  margin: 1px;
  border: 3px solid #000000;
}

.thumb img:hover {
  border: 3px solid #b00000;
}

#eventlist {
  clear: both;
  border-top: 2px solid #777777;
}

.event {
  border-bottom: 2px solid #777777;
}

.eventdate {
  float: left;
  width: 20%;
  padding: 1em 0;
  font-weight: bold;
  text-align: left;
}

.eventname {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

.eventdetails {
  display: block;
  width: auto;
  font-weight: normal;
  text-align: center;
  padding: 0 0 5px;
}

address .type {
  font-style: normal;
  font-variant: small-caps;
}

p.ingredients {
  font-style: italic;
}

p.method {
  font-style: normal;
}

#footer {
  clear: both;
  min-height: 70px;
  padding: 5px;
  border-top: 5px solid #777777;
  margin: 5px 0 0;
  background-color: #ffcc33;
  color: black;
  text-align: center;
  font-size: 83%;
  line-height: 200%;
}
