body {
  background-color: #656565;
  font-size: .86em; 
}

.binder {
  width: 1000px;
  margin: 10px auto;
  position: relative; 
}

.header { 
  border: 0px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  text-align: right; 
}

.beernav { 
  float: left;
  overflow: hidden;
  width: 55px;
  text-align: center; 
  border: 1px solid #000;
  background-color: #fff; 
  padding: 5px;
}

a.navlink, a.navlink:hover { 
  border: none;
  text-decoration: none; 
}

a.navlink:hover div.beernav { background-color: #000; }

.content {
  border: solid 2px #fff;
  background-color: #f4f4f4;
  margin: 5px;
  padding: 5px;
  position: relative; 
}

.likep, p {
  color: #000;
  font-size: 10pt;
  font-family: Arial; 
}

a {
  color: #0f4518;
  font-size: .95em;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #0f4518; 
}

a.pic { border: none; }

a.pic img { border: 2px solid; }

a:hover {
  color: #eafeef;
  background-color: #342514;
  text-decoration: underline;
  border-bottom: none; 
}

.header {
  font-size: x-large;
  font-weight: bold;
  text-align: left;
  color: #ddf;
  position: absolute;
  bottom: 4px;
  left: 4px;
}

.subhead {
  font-weight: bold;
  text-decoration: underline;
}

.recipe {
  position: relative;
  border: 1px solid #000;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 6px;
}

.rpost {
  position: relative;
  border: 1px dashed #5a5a5a;
  padding: 16px;
  margin: 15px;
}

.headimg {
  position: absolute;
  right: 3px;
  top: 3px;
}

.headbind {
  position: relative;
  height: 70px;
}

.strikethrough {
  text-decoration: line-through;
}

.linkz {
  position: absolute;
  top: 2px;
  right: 10px;
}

h2 { clear: both; }

.leftcontent { 
  float: left; 
  width: 660px; 
  border: 1px solid #000;
  padding: 10px; 
}

.rightcontent {
  margin-left: 685px;
  width: 295px; 
}

.loglist {
  border: 1px solid #000;
  margin-bottom: 2px;
  margin-top: 1px;
  padding-left: 5px; 
  padding-right: 3px; 
}


.beersum { 
  border: 1px dashed #ccc;
  padding: 20px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px; 
  font-family: monospace;
}

.likepre {
  white-space: pre;
}
