
body {
  background: #FFFFFF;
  font-family: Helvetica, Arial;
  font-size: 14px;
  color: #444444;
}

a {
  color: rgb(59, 89, 152);
  font-weight: bold;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: Helvetica, Arial;
  font-weight: normal;
  letter-spacing: -0.75px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.content {
  margin: 0 auto;
  width: 550px;
  border-right: 1px solid #000;
  padding-bottom: 10px;
}

h1.siteTitle {
  margin: 40px 0 40px -60px;
  border-top: 1px solid #000;
  padding: 10px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 45px;
  letter-spacing: -2.75px;
  color: #000;
}

.dayTimestamp {
  font-family: Helvetica, Arial;
  font-size: 12px;
  text-align: center;
  color: #888888;
}

.postGroup {
  margin-left: -25px;
  font-family: Helvetica, Arial;
  font-size: 25px;
  border-bottom: 1px solid #888888;
}

.post {
  margin: 0 25px 35px 0;
}

.postBody {
  line-height: 19px;
  letter-spacing: 0.25px;
}

.postTitle a {
  color: #000000;
}

.postLink .postTitle {
  border-top: 1px dashed #ddd;
  font-size: 16px;
  padding-top: 8px;
  letter-spacing: 0;
}

.dayStoryBox {
  margin: 0 0 35px 0;
  font-family: Helvetica, Arial;
  font-size: 12px;
  letter-spacing: -0.35px;
}

.dayStoryBox h1 {
  font-size: 12px;
  font-weight: bold;
}

.dayStories {
  margin: 0 0 0 12px;
}

.bigImage {
  margin-left: -60px;
  background: #FFFFFF;
  border: 4px solid #eee;
  padding: 15px;
}

.inlineImage {
  border: none;
  position: relative;
  margin-left: -120px;
  margin-bottom: 20px;
  margin-right: 30px;
  float: left;
  clear: both;
}

.footer {
  margin: 30px 0 0 0;
  background: rgb(236, 239, 245);
}

.footerContent {
  position: relative;
  padding: 20px 0;
  width: 550px;
  margin: 10px auto;  
  min-height: 205px;
}

.bio {
  width: 270px;
  font-family: Helvetica, Arial;
  font-size: 13px;
  color: #333;
}

.profilePic {
  position: absolute;
  right: 25px;
  top: 25px;
}

.archiveLinks {
  padding-right: 20px;
  text-align: right;
}

.archiveLink {
  margin: 0 5px;
  font-family: Helvetica, Arial;
  font-size: 14px;
  text-transform: lowercase;
}

.archiveLink:last-child {
  font-size: 20px;
}
