/* Literals classes are blocks, maybe not the best name. */
.literal {
  background-color: #EEE;
  padding: 0.5em;
}

h1 {
  text-align: center;
}

/* Block quotes for blogs. */
blockquote {
  background-color: #EEE;
  padding: 0.5em;
}

/* Override what's in the google-code-prettify CSS */
pre.prettyprint {
  background-color: #EEE;
  padding: 0.5em;
  border: none;
}

/* Make it centered and skinny for readability */
body {
  margin: 0 auto;
  width: 40em;
  font-size: large;
}

/* Make keywords bold, and comments italicized.
See http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css 
*/
.kwd { color: #008; font-weight: bold; }
.com { color: #800; font-style: italic; }

/* Inline code */
code {
  color: green;
}

.footnotes {
  font-size: small;
}

