body {
  letter-spacing: -0.05em;
  color: black;
  background: #607281;
  padding:0px;
  margin:0px;
}

#content a {
  color: #aa0000;
  text-decoration:none;
}

.body {
  width: 95%;
  margin: auto;
  color: #353E34;
}

#content h1 a {
  width: 85%;
  color: rgba(0,0,0,0.5);
  font-weight:bold;
  text-decoration:none;
  text-align: left;
  margin-left: 0.7em;
}

#content h1 a:visited {
  color:black;
}

#content a:visited {
  color: #aa5555;
}

#content a:hover {
  text-decoration:underline;
}

#content h2 {
  font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
  font-weight:normal;
  color: black;
}

#header {
  border-bottom-color: #666;
  border-bottom-style: groove;
  border-bottom-width: 1px;
  font-size: 1em;
  width: 95%;
  margin: auto;
  height: 50px;
  text-align: left;
  text-decoration: none;
}

#blogtitle { 
  float: left;
  color:#aa0000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:2.1em;
  font-weight: bold;
}

#blogtitle a {
  color:black;
  font-weight: normal;
}

#blogtitle a:visited {
  color:black;
}

#menu {
  word-spacing: 20px;
  float: right;
  margin-right: auto;
  margin-top: 15px;
  position: relative;
  display: inline;
  font-size:1em;
  color:#333;
}

#menu a {
  color:#333;
}

#menu a:visited {
  color:#333;
}

#header a {
  text-decoration: none;
}

#content {
  padding-top: 10px;
}

#content p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.03em;
}

#wrapper {
  bottom: 0px;
  position: relative;
  top: 0px;
  width: 80%;
  margin: 0 auto;
  padding: 50px;
  padding-top:10px;
  background: white;
  border-left: 1px solid rgba(0,0,0,.8);
  border-right: 1px solid rgba(0,0,0,.8);
}

.post h1 a {
  font-size: 1em;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  text-decoration: none;
  clear: left;
  display: block;
  color: black;
  padding: 0.3em 0;
  margin: 0 0 0.2em 0;
  font-weight: bold;
}

span.date {
  display: block;
  padding: 0.4em 0.6em 0.3em;
  float: left;
}

div.post {
  margin-bottom: 2em;
}

pre, code {
  overflow: auto;
  color: black;
  line-height: 120%;
  font-family: Consolas, Inconsolata, Courier, monospace;
  letter-spacing: 0;
  background-color: #dddddd;
  padding:1px;
}

table.post-list {
  padding-top: 0.5em;
  width: 100%;
  border-collapse: collapse;
}

table.post-list a {
  color: #787878;
  font-weight: bold;
}

table.post-list th {
  text-align: left;
}

table.post-list td, table.post-list th {
  border-bottom-width: 10px;
  padding: 0.5em 0.3em;
  border-bottom: solid #dba;
}

table.post-list tr:last-child td, table.post-list tr:last-child th {
  border-bottom: 0;
}

#footer {
  margin-bottom: 2em;
  color: #727272;
  font-size: .8em;
  text-align: center;
}

.clearfix { clear: both;}

#footer a {
  color: #4555b2;
  font-weight: normal;
}
.float-left { float: left; }
.float-right { float: right; }

a img { border: 0; }
