html {
  font-size: 16px;
  padding-bottom: 70px;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 62.5%;
  font-family: Helvetica, Arial, sans-serif;
  background: white;
  color: #333333;
}
a {
  text-decoration: none;
  color: #e94322;
}
a:hover { text-decoration: underline; }
h1 {
  font-size: 3.2em;
  line-height: 42px;
}
h1 a { color: #111111; }
h1 a:hover { text-decoration: none; }
h1 span {
  font-size: 0.8em;
  display: block;
  color: #aaaaaa;
}
h2 {
  font-size: 2.2em;
  margin: 20px 0;
  line-height: 26px;
}
h3 {
  font-size: 1.6em;
  margin: 12px 0;
}
.blockbg {
  text-indent: -30000px;
  display: block;
}
#navigation {
  background: #333333;
  min-height: 100px;
}
#navigation ul {
  position: relative;
  padding-left: 100px;
}
#navigation ul li {
  float: left;
  margin: 40px 10px 40px 0;
}
#navigation-logo {
  position: absolute;
  top: -30px;
  left: 0;
}
#navigation-logo a {
  display: block;
  width: 80px;
  height: 80px;
  background: #d0e017;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  position: relative;
}
#navigation-logo a span {
  text-indent: -30000px;
  display: block;
  background: url(../images/dude.png);
  width: 62px;
  height: 73px;
  position: absolute;
  top: 9px;
  left: 8px;
}
#navigation-home a {
  color: white;
  font-size: 2em;
  padding: 5px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  text-shadow: 1px 1px 0 black;
}
#navigation-archive a {
  color: white;
  font-size: 2em;
  padding: 5px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  text-shadow: 1px 1px 0 black;
}
#navigation-elsewhere a {
  color: white;
  font-size: 2em;
  padding: 5px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  text-shadow: 1px 1px 0 black;
}
#navigation-home a:hover {
  background: #d0e017;
  color: #333333;
  text-shadow: 1px 1px 0 #f5ff7f;
}
#navigation-archive a:hover {
  background: #d0e017;
  color: #333333;
  text-shadow: 1px 1px 0 #f5ff7f;
}
#navigation-elsewhere a:hover {
  background: #d0e017;
  color: #333333;
  text-shadow: 1px 1px 0 #f5ff7f;
}
#navigation-rss {
  position: absolute;
  top: 0;
  right: 0;
}
#navigation-rss a {
  text-indent: -30000px;
  display: block;
  background: url(../images/rss.png);
  width: 26px;
  height: 26px;
}
#meta { font-size: 1.6em; }
#meta-date {
  color: #aaaaaa;
  font-size: 1.2em;
  padding-bottom: 12px;
}
#meta-date-year { font-size: 0.6em; }
#meta-comments { padding-bottom: 12px; }
#meta-prev-article {
  padding-bottom: 3px;
  font-size: 0.8em;
}
#meta-prev-article a { color: #111111; }
#meta-next-article {
  padding-bottom: 3px;
  font-size: 0.8em;
}
#meta-next-article a { color: #111111; }
#heading {
  border-bottom: 2px solid #eeeeee;
  padding: 70px 0 35px 0;
  margin-bottom: 35px;
}
#content p {
  font-size: 1.4em;
  line-height: 18px;
  margin-bottom: 14px;
}
#content ul {
  font-size: 1.4em;
  line-height: 20px;
  color: #555555;
  margin: 0 0 14px 40px;
}
#content ol {
  font-size: 1.4em;
  line-height: 20px;
  color: #555555;
  margin: 0 0 14px 40px;
}
#content ul { list-style: circle; }
#content ol { list-style: decimal; }
#content img {
  border: 3px solid #eeeeee;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#content .gist { font-size: 1.2em; }

