* {
  padding: 0;
  margin: 0;
}

body {
  background: white;
  font-family: TiemposTextWeb, serif;
}

a {
  color: royalblue;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

#content {
  width: 584px;
  margin: auto auto;
  overflow: hidden;
}

#banner {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 5px;
  margin-top: -10px;
  letter-spacing: -1px;
}

#banner .c-234-255-20 {
  border-bottom: 1px solid;
  box-shadow: 0 0 10px rgba(255,0,0,0.1);
}

#header {
  font-family: 'FoundersGroteskWeb', sans-serif;
  text-align: center;
  font-size: 58px;
  color: #444;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-top: -22px;
  z-index: 10;
  position: relative;
  background: white;
  /*box-shadow: inset 0 0 2px rgba(0,0,0,0.1);*/
  width: 120%;
  margin-left: -10%;
  height: 75px;
}

#header a {
  border-bottom: none;
  color: #558;
}

#subheader {
  font-family: PitchWeb, monospace;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  width: 90%;
  margin: auto auto;
  text-transform: uppercase;
  color: #444;
}

#sponsorship {
  text-align: center;
  padding: 10px;
  font-size: 11px;
  color: #444;
}

#posts {
  margin-top: 40px;
  margin-bottom: 100px;
}

.post {
  position: relative;
}

.preview {
  position: absolute;
  right: 0;
  top: 0;
}

.post h3 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

.post p {
  padding: 10px;
  font-size: 17px;
  line-height: 25px;
  width: 80%;
  margin: auto auto;
}

#toc {
  padding: 40px;
  margin-top: 20px;
}

#toc .chapter {
  padding: 10px;
  text-align: center;
  position: relative;
}

#toc .num {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: FoundersGroteskWeb, sans-serif;
  font-size: 14px;
  text-align: center;
  width: 20px;
  color: #aaa;
}

#toc span {
  color: #666;
  border-bottom: 1px solid #ddd;
}

#toc span,
#toc a {
  font-family: FoundersGroteskWeb, sans-serif;
  font-size: 21px;
}

#toc strong {
  font-weight: normal;
  /*color: #333;*/
  /*border-bottom: 1px dotted #aaa;*/
}

#toc .blurb {
  font-size: 14px;
  color: #666;
  padding: 4px;
  margin: auto auto;
  width: 60%;
  font-style: italic;
  font-family: PitchWeb, monospace;
}

.nb {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #777;
}

.nb em {
  display: block;
  width: 50%;
  margin: 10px auto;
}

#subscribe {
  border: 1px dotted #ccc;
  text-align: center;
  padding: 20px;
  width: 50%;
  margin: auto auto;
}

#subscribe input {
  padding: 4px;
}