body {
  margin: 0px auto;
  width: 950px;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: #555;
}
a {
  color: #031c12;
  text-decoration: underline;
}
#container {
  -webkit-box-shadow: 10px 10px 25px #111;
  -moz-box-shadow: 10px 10px 25px #111;
  box-shadow: 10px 10px 25px #111;
  width: 850px;
  margin: 0px auto;
}
#header {
  min-width: 850px;
  max-width: 850px;
  min-height: 154px;
  max-height: 154px;
  background-image: url("/images/logo.jpg");
  background-color: #333;
  position: relative;
  margin-top: 32px;
}
#header h1 {
  font-family: "Allerta Stencil", "Times", serif;
  font-size: 64px;
  text-shadow: 4px 4px 4px #aaa;
  color: #204135;
  opacity: 0.7;
  position: absolute;
  top: 48px;
  left: 6px;
  padding: 10px;
  margin: 0px;
}
#header h1 a {
  text-decoration: none;
}
#header h2 {
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 38px;
  line-height: 38px;
  font-family: "Tangerine", serif;
  text-shadow: 4px 4px 4px #aaa;
  padding: 0px;
  margin: 0px;
  color: #633;
}
#header h2 a {
  text-decoration: none;
}
#header #menu {
  opacity: 0.8;
  width: 834px;
  color: #eee;
  position: absolute;
  height: 20px;
  line-height: 20px;
  bottom: 0px;
  background-color: #333;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
#header #menu .right {
  float: right;
}
#header #menu a {
  color: #fff;
}
h3 {
  font-family: "Lobster", serif;
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  padding-top: 24px;
  padding-left: 8px;
  color: #633;
}
h3 a {
  text-decoration: none;
  color: #633;
}
h4 {
  color: #000;
  font-family: "Lobster", serif;
  font-size: 18px;
  line-height: 18px;
  padding-left: 8px;
  font-weight: normal;
}
#main {
  background-color: #eee;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 32px;
  padding-bottom: 24px;
}
#inner {
  width: 834px;
  margin-left: 8px;
  margin-right: 8px;
}
#inner p {
  padding-left: 32px;
  padding-right: 32px;
}
#footer {
  margin: 0px 50px 0px 0px;
  padding: 0px 0px 10px 0px;
}
.clickable {
  text-decoration: none;
  cursor: pointer;
}
.right {
  float: right;
}
.left {
  float: left;
}
.small {
  font-size: 0.9em;
}
.grey {
  color: #666;
}
.created {
  padding-left: 12px;
  padding-top: 4px;
  font-size: 12px;
}
.author {
  font-size: 12px;
}
#right {
  width: 180px;
  float: right;
  margin: 16px;
}
.blurb {
  width: 180px;
  background-color: #5f7847;
  padding: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 8px;
  opacity: 0.7;
  line-height: 18px;
}
.blurb .legend {
  margin-top: -15px;
  color: #000;
  font-family: "Lobster", serif;
  font-size: 20px;
  line-height: 20px;
  padding-left: 10px;
  margin-bottom: 4px;
}
.blurb ul {
  list-style: none;
  padding-left: 16px;
  line-height: 20px;
}
.blurb #tweet {
  font-size: 0.8em;
}
.links {
  margin-left: 8px;
  font-size: 0.8em;
}
.code {
  font-family: Monaco, Courier, "Courier New", monospace;
  font-size: 12px;
  background-color: #eee;
  border: 1px solid #999;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 8px;
  overflow: auto;
  margin: 24px;
  background-color: #f0f0f0;
}
.caption {
  color: #666;
  padding-left: 24px;
  font-size: 0.8em;
}
.page {
  padding-left: 12px;
  padding-right: 12px;
}

div#disqus_thread h3 {
  font-size: 20px;
}

