body {
  margin: 1.5em;
  padding: 0;
  background: #FFF;
  color: #000;
  font-family: "Baskerville", times, serif;
  font-size: 125%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  clear: both;
}
h1 {
  margin-top: 0.5em;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
a:link {
  color: #A00;
}
a:visited {
  color: #700;
}
a:active {
  color: #A00;
}
a:hover {
  color: #A00;
  text-decoration: underline;
}
a img {
  border: 0;
}
#wrapper {
  max-width: 33em;
  margin-left: auto;
  margin-right: auto;
}
#header, #footer, .comment {
  border: 0 solid #CCC;
}
#header {
  border-bottom-width: 1px;
}
#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header li {
  display: inline;
  padding: 0.5em 0.5em 0.5em 0;
}
#header .siteTitle {
  font-size: 150%;
}
#header .siteTitle a {
  color: #A00;
}
#footer {
  border-top-width: 1px;
  margin: 2.5em 0;
  padding: 1em 0;
  text-align: center;
}
.article_meta,
.comment_date,
#footer {
  font-size: 80%;
}
.article_meta {
  margin-top:0;
}
.comment {
  background:#EEE;
  padding:1em;
  margin:1em 0;
}
.comment_name {
  font-size: 120%;
  margin-right: 0.5em;
}
div.tableOfContents li {
  list-style-type: none;
}
table.archive thead {
  display: none;
}
table.archive th {
  text-align: left;
}
table.archive td {
  vertical-align: top;
}
table.archive .date {
  padding-right: 1em;
  text-align: right;
  white-space: nowrap;
}
ul.index li {
  list-style-type: none;
}

.title { /* book title */
  font-weight: bold;
}
.amazon-right {
  float: right;
  margin-left: 20px;
  margin-top: 0;
  clear: right;
}
.expr {
  font-style: italic;
}

pre {
  padding: 1em;
  border: 1px solid black;
  overflow: auto;
}
pre code {
  font-size:85%;
}
.html {background:#8f8;}
.css {background:#f99;}
.javascript{background:#9cf;}
.codeComment{color:#666;}

.blind .html {background:#fff;}
.blind .css {background:#fff; font-style:italic;}
.blind .javascript{background:#fff; font-weight:bold;}
.blind .codeComment{color:#333;}

p.question:before {
  content: "Question: ";
  font-weight: bold;
}
p.answer:before {
  content: "Answer: ";
  font-weight: bold;
}

blockquote {
  border-left: 3px solid #A00;
  padding-left:0.5em;
}
dt {
  margin-top:0.5em;
}
.light {
  color:#777;
}