a {
  color: #3256B6;
}
a:visited {
  color: #cc9;
}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}
body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #2C2D32;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 14px;
}
h1 {
  font-family: "News Gothic MT", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 220%;
  font-weight: normal;
  line-height: 1.2em;
}
h3 {
  color: #999;
  font-family: "News Gothic MT", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 160%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: left;
}
#header {
  background-color: #222;
  border-bottom: 4px solid #fc0;
  color: white;
  font-family: "News Gothic MT", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#site-title {
  color: white;
  font-size: 325%;
  margin-bottom: 10px;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  background-color: #fefefe;
  border-bottom: 4px solid #fc0;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 650px;
}
#content {
  padding: 25px;
  border-right: 1px dotted #a3a39c;
}
#content h1 {
  margin-top: 0;
  font-
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#content pre {
  font-size: 14px;
}
#content ul li {
  padding: 3px 0;
  line-height: 1.2em;
}
#sidebar-wrapper {
  float: right;
  width: 225px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-left: 5px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 0px;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}
#comment_form {
  border-top: solid 1px #eee;
  margin-top: 1em;
}
#comment_form h3 {
  margin-top: 0.5em;
}
#comment_form p, #comment_form label {
  font-size: 12px;
}
#comment_form p {
  margin: 0.5em 0;
}
#comment_form textarea {
  width: 595px;
}
#comment_form input[type="text"] {
  width: 300px;
}
#comment_form label.comment_label {
  display: inline-block;
  margin-right: 10px;
}
