
body {
  background: #FFFFFF;
  font-family: verdana,sans-serif;
  font-size: 14px;
  color: #444444;
}

a {
  color: DarkSlateBlue;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: Helvetica, Arial;
  font-weight: normal;
  letter-spacing: -0.75px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.content {
  margin: 60 auto;
  width: 550px;
  border-right: 1px solid darkgreen;
  padding-bottom: 10px;
}

h1.siteTitle {
  margin: 40px 0 40px -60px;
  border-top: 1px solid darkgreen;
  padding: 10px;
  font-family: georgia,serif;
  font-weight: lighter;
  font-size: 45px;
  letter-spacing: -1.75px;
  color: darkgreen;
}

.Timestamp {
  font-family: century-gothic,Arial,sans-serif;
  font-size: 12px;
  text-align: right;
  color: #888888;
}
 

.post {
  margin: 0 25px 35px 0;
}

.postBody {
  line-height: 19px;
  letter-spacing: 0.25px;
}

.postTitle a {
  color: #000000;
  text-decoration: underline;
}

.postLink .postTitle {
  border-top: 1px dashed #ddd;
  font-size: 16px;
  padding-top: 8px;
  letter-spacing: 0;
}
 
.footer {
  margin: 30px 0 0 0;
  background: darkgreen;
  color: #aaaaaa;
}
.footer a {
  color: white
  text-decoration: none;
}

.footerContent {
  position: relative;
  padding: 20px 0;
  width: 550px;
  font-size: 10px;
  margin: 10px auto;  
  min-height: 5px;
}

 
 