* {
  margin: 0;
  padding: 0;
}
body {
  /*background-color: #FEFECA;*/
  background-color: #FFFFFF;
  color: #333333;
  font-family: Helvetica, Arial, serif;
}
#main-wrapper {
  margin-top: 100px;
  margin-left: 400px;
  margin-right: 40px;
  width: 500px;
}
header {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #73502B;
  font-family: Georgia;
  font-weight: bold;
  margin-bottom: 20px;
}
h1 {
  font-size: 70px;
}
h1 a,
h1 a:visited,
h1 a:hover {
  color: #73502B;
}
p,
ul,
dl,
ol {
  line-height: 1.5em;
  margin-bottom: 15px;
}
ul,
ol,
dl {
  padding-left: 20px;
}
a,
a:visited,
a:hover {
  color: #7595BB;
  text-decoration: none;
}
.date {
  color: #AAAAAA;
}
footer {
  color: #999999;
  font-size: .8em;
  margin-top: 50px;
  text-align: center;
}
.entry {
  margin-bottom: 40px;
}
.entry .metadata {
  color: #999999;
}
.pagination {
  text-align: center;
}
.pagination .previous_link,
.pagination .numbered_link,
.pagination .next_link {
  display: inline;
  padding-right: 10px;
}

/* For the toast... */
#hidden {
  display: none;
}
#pixel_toast {
  height: 16px;
  width: 16px;
}
.pixel {
  height: 20px;
  position: absolute;
  width: 20px;
}

/* For **REDACTED** purposes... */
.redacted {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
.redacted:before {
  content: "[";
}
.redacted:after {
  content: "]";
}
