* {
  margin: 0;
  padding: 0;
}
body {
  margin: 16px;
  font-size: 10pt;
  font-family: "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #333333;
}
p { margin-bottom: 1em; }
hr {
  display: none;
  clear: both;
}
blockquote {
  margin: 0 0 1em 32px;
  padding-left: 32px;
  border-left: 1px solid #999999;
  color: #999999;
}
blockquote p:last-child { margin: 0; }
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 4px;
  font-family: Perpetua, Georgia, serif;
  font-size: 10pt;
  font-weight: bold;
}
h1 { font-size: 32pt; }
h2 {
  width: 66%;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #000000;
  font-size: 24pt;
}
h3 {
  margin-top: 1em;
  font-size: 16pt;
  font-weight: normal;
}
ol, ul { margin-left: 1em; }
ul {
  margin-bottom: 1em;
  list-style: square;
}
li { margin-left: 1em; }
img { border: none; }
a {
  text-decoration: none;
  color: #cc00cc;
}
a:hover { color: #ff0088; }
strong { font-weight: bold; }
em { font-style: italic; }
#container {
  max-width: 1104px;
  margin: 0 auto;
}
.header {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 16px;
  background: url(../images/header-background.png);
  text-align: right;
}
.header h1 {
  height: 90px;
  font-size: 80pt;
  font-weight: normal;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #444444;
}
.main {
  min-width: 320px;
  max-width: 640px;
  min-height: 500px;
  margin: 0 432px 64px 0;
  padding-right: 32px;
  border-right: 1px solid #cccccc;
}
.main > h2 { border-bottom-color: #77aa33; }
.main > h2 { color: #77aa33; }
.main > h3 { color: #77aa33; }
.main a { color: #77aa33; }
.main a:visited { color: #449933; }
.main a:hover { color: #aabb00; }
#blog #loading {
  margin-top: 3em;
  text-align: center;
}
#blog .entry { margin-bottom: 2em; }
#blog .entry .time {
  float: left;
  font-size: 8pt;
  color: #888888;
}
#blog .entry .permalink {
  visibility: hidden;
  text-align: right;
  font-size: 8pt;
  color: #888888;
}
#blog .entry .content { margin-top: 0.5em; }
#blog .entry .content li { margin-bottom: 1em; }
#blog .entry .content img { max-width: 100%; }
#blog .entry .content object { max-width: 100%; }
#blog .entry .content embed { max-width: 100%; }
#blog .entry .content img[align=left] { margin: 0 12px 12px 0; }
#blog .entry .content img[align=right] { margin: 0 0 12px 12px; }
#blog .entry .content blockquote { color: #004488; }
#blog .entry .content blockquote h1 { color: #6699bb; }
#blog .entry .content blockquote h2 { color: #6699bb; }
#blog .entry .content blockquote h3 { color: #6699bb; }
#blog .entry .content blockquote h4 { color: #6699bb; }
#blog .entry .content blockquote h5 { color: #6699bb; }
#blog .entry .content blockquote h6 { color: #6699bb; }
#blog .entry .content blockquote h1 { font-size: 14pt; }
#blog .entry .content blockquote h2 { font-size: 12pt; }
#blog .entry .content blockquote h3 { font-size: 11pt; }
#blog .entry .source { clear: left; }
#blog .entry:hover .permalink { visibility: visible; }
#blog .nav { height: 1.5em; }
#blog .nav .previous { float: left; }
#blog .nav .next { float: right; }
#comments {
  display: none;
  position: absolute;
  width: 368px;
  top: 0;
  padding: 32px;
  background-color: #77aa33;
  color: #ffffff;
}
#comments > h2 { border-bottom-color: #ffffff; }
#comments a { color: #aadd77; }
#comments a:visited { color: #aadd77; }
#comments a:hover { color: #ccff66; }
#sidebar {
  float: right;
  width: 400px;
}
#sidebar > .section + .section {
  padding-top: 1em;
  border-top: 1px solid #cccccc;
}
#sidebar #about-me h2 {
  border-bottom-color: #ff9933;
  color: #ff9933;
}
#sidebar #about-me a { color: #ff8800; }
#sidebar #about-me a:visited { color: #cc6600; }
#sidebar #about-me a:hover { color: #ffbb44; }
#sidebar #this-site h2 {
  border-bottom-color: #ff4488;
  color: #ff4488;
}
#sidebar #this-site a { color: #ff3333; }
#sidebar #this-site a:visited { color: #cc3333; }
#sidebar #this-site a:hover { color: #ff5555; }
#sidebar #blogroll h2 {
  border-bottom-color: #6666ff;
  color: #6666ff;
}
#sidebar #blogroll a { color: #9999ff; }
#sidebar #blogroll a:visited { color: #6666cc; }
#sidebar #blogroll a:hover { color: #aa66cc; }
.footer {
  clear: both;
  margin: 3em 0 150px;
  text-align: center;
}
.footer p { margin-bottom: 0; }
.footer ul { list-style: none; }
.footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.footer ul li:before { content: " \00B7 \00A0\00A0"; }
.footer ul li:first-child:before { content: ""; }
