@import url(http://fonts.googleapis.com/css?family=Lato:900,400);
@import url(http://fonts.googleapis.com/css?family=Handlee);

#header {
  color: #666;
}
#header h1 {
  font-family: Lato !important;
  font-size: 48pt;
  font-weight: bold;
  color: #333;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #ccc;
}
#header h1 a {
  color: #333;
}
#header h1 a:hover {
  color: #204a87;
}
#header p.description {
  font-family: Handlee;
  font-weight: bold;
  font-size: 12pt;
}
#content a {
  color: #204a87;
  text-decoration: none;
}
#content a:hover {
  color: #204a87;
  border-bottom: dashed 1px #204a87;
}
div.entrytitle h2 {
  font-family: Lato;
  font-size: 22pt;
  font-weight: normal;
  color: #333;
}
div.entrytitle h2 a { color: #333 !important; }
div.entrytitle h2 a:hover { color: #204a87 !important; }

body { font-family: sans-serif; }

#wrap { width:84em; }
#content { width:48em; }