body {
  margin: 0;
  padding: 5px;
  color: #000;
  background-color: #FFE7BF;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
  /*border: 3px dotted blue;*/
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  /*border: 1px solid orange;*/
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #0B2DC1;
}
a:visited {
  color: #39c;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
lh {
  font-weight:bold;
  font-size:1.2em;
  color: red;
}
#container {
  /*position: static;*/
  position: relative; top: 1em; right: 1em; bottom: 10em; left: 0.5em;
  width: 800px;
  margin: 0 0 2em 1em;
  padding-bottom: 6em;
  /*border: red dotted;*/
  /*contains header, nav, content but NOT footer*/
}
#header {
  text-align: center;
  width: 100%;
}
#nav {
  position: absolute; top: 60px; left: 0px;
  width: 255px;
  margin: 0 0 0 1em;
  /*border: purple dotted;*/
  clear: both;
}
#content {
  position: relative; left: 275px; top: 35px;
  border: 1px solid #ccc;
  width: 40em;
  padding: 0.5em;
  clear: both;
}
#footer {
  position: relative; top: 1em; right: 20px; bottom: 0; left: 20px;
  width: 40em; 
  clear: both;
  padding: 0.5em;
  /*border: 1px dotted brown;*/
}
#footer.right {
  margin: 0 0 0 270px;
  width: 40em;
}
#postfooter {
  float: right;
  clear: both;
  position: relative;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-left: 265px;
  margin-right: 5em;
}
.undecorated li {
  list-style-type: none;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}
.smallcaps {
  font-variant: small-caps;
}
.red {
  color: red;
}
img.logo {
  position: relative;
  float: left;
  padding-right: 2em;
  padding-bottom: 1em;
}
/* responsiveness ? */
@media (min-width: 600px) {

}