/* === Container === */
#wrapper {
  position: relative;
  width: 890px;
  margin: 0 auto;
  padding: 0 10px;
}

/* === Site === */
body {
  color: #000;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 87.5%;
  line-height: 1.5em; /* 21 px initially, not 18, stupid me */
}

/* Banner and Nav */
#banner {
  height: 140px;
  min-height: 140px;
}

#banner {
  font-family: "Gill Sans", "Andale Mono", "Futura", "Lucida Sans", sans-serif;
  font-size: 1.5em;
  letter-spacing: .025em;
}

#banner a {
  color: #000;
  text-decoration: none;
}

#banner a:hover {
  background: #000;
  color: #fff;
}

#banner h1 {
  text-transform: uppercase;
  float: left;
  padding-top: 40px;
  margin-left: 30px;
  margin-bottom: 0;
}

#banner #nav {
  float: right;
  padding-top: 40px;
  margin-right: 30px;
  margin-bottom: 0;
}

#banner ul {
  /* padding-left: 30px; */
}

#banner li {
  display: inline;
}

#banner li:after {
  content: " - ";
}

#banner li:last-child:after {
  content: "";
}

/* === Columns === */

/* Column A */
#a {
  float: left;
  width: 480px;
  margin-right: 30px;
}

#a h2 a:hover:after {
  content: ' \00BB';
}

#a p {
  margin-bottom: 1.5em;
}

#a .book {
  min-height: 252px;
}

#a .book img {
  float: right;
  padding-left: 10px;
  clear: both;
}

#a ul+h2, #a ul+h3, #a dl+h3, #a ul+p, #a dl+p {
  margin-top: 1.5em;
}

#a dl, #a dd {
  margin-left: 30px;
}

#a li {
  margin-left: 30px;
}

#a .meta {
  font-family: "Gill Sans", "Andale Mono", "Futura", "Lucida Sans", sans-serif;
  margin-top: -1.875em;
  color: #ccc;
  font-size: 0.8em;
  line-height: 1.875em;
  font-variant: small-caps;
  letter-spacing: .025em;
}

#a .meta:hover {
  color: #999;
}

#a ul.by_year {
  margin-left: 30px;
}

#a .by_year li {
  display: inline;
  margin: 0;
  padding: 0;
}

#a .by_year li:after {
  content: ", ";
}

#a .by_year li:last-child:after {
  content: ".";
}

#a .comment-me, #a .comment, #a .comment-alt {
  clear: both;
  padding-left: 60px;
  min-height: 4em;
}

#a .comment-me {
  border-right: 3px solid yellow;
}

#a .comment-meta {
  letter-spacing: .025em;
  font-family: "Gill Sans", "Andale Mono", "Futura", "Lucida Sans", sans-serif;
  color: #ccc;
  font-variant: small-caps;
  font-size: 0.9em;
  line-height: 1.6667em;
}

#a .comment-meta span {
  font-size: 0.8em;
  line-height: 1.875em;
}

#a .comment-meta:hover {
  color: #999;
}

#a img.gravatar {
  float: left;
  margin-left: -60px;
}

#a #comment-form h2 {
  padding-top: 1.5em;
}

#a #comment-form label span {
  color: #ccc;
  font-size: 0.8em;
}

#a #comment-form label:hover span {
  color: #999;
}

#a #comment-form #notify_me {
  float: left;
}

#a #comment-form #notify_me input {
  float: left;
}

#a #comment-form div input {
  margin-bottom: 1.5em;
  padding-bottom: 0;
}

#a #comment-form div textarea {
  width: 480px;
  margin-bottom: 1.5em;
}

#a #comment-form .buttons {
  float: right;
  padding-bottom: 0;
}

#a ul {
  list-style: square outside;
}

#a h3+ul {
  list-style: none;
}

/* Columns B and C */
#b, #c {
  color: #666;
/*  opacity: .8;*/
  float: left;
  width: 170px;
  font-size: 90%;
}

#b {
  width: 180px;
  margin-right: 30px;
}

#b:hover, #c:hover {
  /* opacity: 1.0; */
}

#tweets li, #links li {
  margin-bottom: 1.5em;
}

#tweets li:last-child, #links li:last-child {
  margin-bottom: 0;
}

#tweets li span #links li span {
  color: #666;
}

#reading li {
  min-height: 165px;
}

#reading img {
  float: left;
  width: 80px;
  padding-right: 10px;
}

#about p+p {
  margin-top: 1.6667em;
}

/* === Footer === */
#footer {
  font-size: 80%;
  margin-top: 1.5em;
  border-top: 1px dotted #000;
  clear: both;
}

#footer ul {
  float: left;
}

#footer p {
  float: right;
}

#footer li {
  display: inline;
}

#footer li:after {
  content: " / ";
}

#footer li:last-child:after {
  content: "";
}

/* Misc */
h2, h3, h4, h5, h6 {
  font-family: "Gill Sans", "Andale Mono", "Futura", "Lucida Sans", sans-serif;
  /* text-transform: uppercase; */
  font-variant: small-caps;
  margin-bottom: 1.5em;
  letter-spacing: .025em;
}

a {
  color: #00f;
  text-decoration: none;
}

a:hover {
  background: #00f;
  color: #fff;
}

dl  {
  margin-left: 30px;
}

dd {
  margin-left: 30px;
}

.more {
  text-align: right;
  margin-bottom: 1.5em;
}

/* Add some rules for common html tags */
em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ins {
  text-decoration: none;
}

pre {
  width: 470px;
  overflow: auto;
  padding: 1.875em 0 1.875em 28px;
  border-left: 2px solid #000;
}

code {
  font-size: 0.8em;
  line-height: 1.875em;
  font-family: Monaco, "Andale Mono", Courier, sans-serif;
}

dt code {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Times New Roman", Times, Georgia, serif;
}

pre+p {
  margin-top: 1.5em;
}

blockquote {
  /* padding-top: 15px;
  padding-bottom: 15px; */
  margin-left: 15px;
  padding-left: 14px;
  border-left: 1px dotted #000;
  background: #eee;
}

/* === Quotes === */
blockquote, q:lang(en) { quotes: '\201C' '\201D' "\2018" "\2019" }
q:before { content: open-quote; }
q:after   { content: close-quote; }
