body
{
  max-width: 50em;
  margin: 0 auto;
  padding: 1em;
  line-height: 1.5em;
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
  font-family: Optima, Candara, Calibri, Arial, sans-serif;
  font-size: 103%;
}

a { color: #cc3300; }
a:visited { color: #993300; }
ul { padding-left: 25px; }

/* header and footer areas */
.menu { padding: 0; }
.menu li {
  display: inline-block;
  line-height: 2em;
}
.menu a {
  text-decoration: none;
  background: #eee;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}
.article-meta .title {
  font-size: 125%;
  line-height: 1.0em;
}
.article-meta h1, h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.article-meta .date {
  color: #000;
}
footer a { text-decoration: none; }
hr {
  border-style: dashed;
  color: #ddd;
}
header
{
    border-bottom: 1px solid #efefef;
    padding: 1em 0;
}

main h1 { font-size: 1.7em; }
main h2 { font-size: 1.4em; }
main h2 { font-size: 1.2em; }

/* code */
pre {
  border: 1px solid #ddd;
  padding: 0.5em 1.0em 0.5em;
  overflow-x: auto;
  background: #fafafa;
  border-left: 2px solid #69c;
}
code {
  background: #e4e6e8;
  border-radius: 5px;
}
pre code { background: #fafafa; }
code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 85%;
}

/* misc elements */
img, iframe, video { max-width: 100%; }
main { hyphens: auto; }
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee; }
