#siteWrapper,
#siteDescription,
#coreContent {
  width: 900px;
}

#coreContent p,
#coreContent li,
#coreContent dd {
  /* original css was not flexible enough for me */
  font-size: inherit;
}

#coreContent {
  font-size: 1.4em;
}

#coreContent .postMeta {
  font-size: 1em;
}

h3 { font-size: 2em; }
h5.postDate { font-size: 0.9em; }
.entry-content h2 { font-size: 1.3em; }
.entry-content h3 { font-size: 1.2em; }
.entry-content h4 { font-size: 1.1em; }
.entry-content blockquote { font-size: 1em; }

/*
  Code
===========================================================================
*/
code, pre {
  font-family: Monaco,Consolas,"Courier New",monospace;
  font-size: 0.9em;  
  overflow: auto;
}

code {
  background-color: #F5F5F5;
}

pre,
pre code {
  font-size: 0.6em;
  background-color: #f7f7f7;
}

pre.prettyprint {
  border: none;
}
