/* backyardbrewing.net style sheet */
body {
  background: #336600;
  color: #ecec81;
  text-align: center;
}
a:link {
  color: #990000;
}
a:visited {
  color: #990000;
}
a:active {
  color: #990000;
}
a:hover {
  color: #ff0000;
}

/* page layout definitions */
/* information from: http://css.maxdesign.com.au/floatutorial/ */
#page {
  padding: 30px;
  margin: 0;
  text-align: left;
  font-family: sans-serif;
}
#menu {
  float: left;
  width: 145px;
  margin: 0;
  padding: 12px;
  text-align: center;
}
#content {
  /* this must be bigger than menu->width + page->margin (?) */
  margin-left: 175px;
  padding: 24px;
  line-height: 120%;
  background: #ecec81;
  color: #990000;
  border: solid 4px #000000;
}
#footer {
  clear: both;
  margin: 0px;
  padding: 0px;
}
#indexMenu {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  vertical-align: middle;
  background: #000000;
  width: 500px;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
#indexContent {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

/* text alignment definitions */
div.title {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border-bottom: solid 4px #990000;
}
div.menuBox {
  margin: 12px 0px;
  padding: 12px 0px;
  text-align: center;
  background: #000000;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
div.newsTitle {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  padding: 16px 0px 0px 0px;
}
div.newsDate {
  font-weight: bold;
}
div.newsEntry {
  padding: 0px 0px 12px 0px;
}
div.newsSubMenu {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding: 8px 0px 0px 0px;
}
div.onTapHeader {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  padding: 0px;
}
div.onTapEntry {
  font-weight: bold;
  padding: 12px 0px 18px 0px;
}
div.logHeader {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  padding: 0px;
}
div.logEntry {
  font-weight: bold;
  padding: 12px 0px 18px 0px;
}
div.recipeTitle {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  padding: 12px 0px 0px 0px;
}
div.recipeSubTitle {
  font-weight: bold;
  text-align: center;
  border-bottom: solid 3px #990000;
  padding: 2px;
}
div.recipeDate {
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
div.recipeContent {
  text-align: center;
  padding: 12px;
}
div.recipeImage {
  text-align: center;
  padding: 0px 0px 12px 0px;
}
div.errHeader {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  padding: 0px;
}
div.centered {
  text-align: center;
}
div.paragraph {
  padding: 8px 0px 0px 0px;
}
div.copyright-center {
  font-size: 80%;
  text-align: center;
  line-height: 100%;
  color: #ffffff;
}
div.copyright-right {
  font-size: 80%;
  text-align: right;
  line-height: 100%;
  padding: 6px;
  color: #ffffff;
}
.subscript {
  vertical-align: -20%;
  font-size: 70%;
}
.superscript {
  vertical-align: +20%;
  font-size: 70%;
}
.italic{
  font-style: italic;
}

/* image definitions */
img {
  border: 0;
  vertical-align: middle;
}
img.framed {
  padding: 4px;
  background: #000000;
}

/* table definitions */
table.centered {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 6pt;
}
table.centeredNoPad {
  margin-left: auto;
  margin-right: auto;
}
td {
  vertical-align: middle;
}
td.top {
  vertical-align: top;
}
td.left {
  text-align: left;
}
td.right {
  text-align: right;
}
