body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

img {
  border: 0;
}

a {
  color: #000099;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #790d17;
  font-weight: normal;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }

h4 {
  color: #b07177;
  font-weight: normal;
  font-size: 14px;
}

hr {
  border: 0;
  color: #aaa;
  background-color: #aaa;
  height: 1px;
}

.spacer { clear: both; }
.error { color: #ff0000; font-weight: bold; }
img.left_image, img.justifyleft { float: left; margin: 0 12px 10px 0; }
img.right_image, img.justifyright { float: right; margin: 0 0 10px 12px; }

p.green_heading {
  color: #296a01;
  font-size: 18px;
}


/* people */

div.ffPerson {
  float: left;
  margin: 0 30px 30px 0;
  width: 200px;
  text-align: center;
}

div.ffPerson span.person_name {
  font-weight: bold;
  font-size: 11px;
}

div.ffPerson span.person_title {
  color: #777;
  font-size: 10px;
}

/* beers */

div.seasonal_beer_box {
  clear: both;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ccc;
}

div.exit_beer {
  clear: both;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ccc;
}

/* what's new */

div.blogItem {
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div.blogItem h3 {
  margin: 0;
}

div.blogItem p.byline {
  margin: 0;
  color: #999;
  font-size: 12px;
}

div.blogItem div.blog_intro {
  margin-bottom: 5px;
}

div.blogItem div.blog_intro p {
  margin: 0;
}

div.blogItem p.more_link {
  margin: 0;
  font-size: 12px;
}

/* distribution */

ul.distribution_anchor_list {
  list-style-type: square;
  color: #6a77a2;
}

ul.distribution_anchor_list a { color: #6a77a2; }

.distribution_list h2 {
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.distribution_list h4 {
  margin: 0;
}

.distribution_list ul {
  margin: 0;
}
