body {
  color: black;
  padding:0px;
  margin:0px;
  background-image: url(/images/background.png);
  background-repeat: repeat;
  background-color: #bdbdbd;
  font-family: "adelle-1","adelle-2", serif;
}

p.date {
  width: 100px;
  margin: auto;
  text-align: center;
  letter-spacing: 1px;
  color: #999;
}

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

.body {
  width: 95%;
  margin: auto;
  color: #444;
  font-family: "adelle-1","adelle-2", serif;
}

#content h1 a {
  width: 85%;
  color: rgba(0,0,0,0.8);
  font-weight:bold;
  text-decoration: none;
  text-align: center;
  margin: auto;
}

h3.subtitle{
  width: 85%;
  margin: auto;
  text-align: center;
  color: rgba(0,0,0,0.4);
  font-family: "adelle-1","adelle-2", serif;
  font-size: 0.9em;
  margin-bottom: 20px;
}

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

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

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

#content h2 {
  font-family: "museo-slab-1","museo-slab-2","Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #333;
  font-size: 1.5em;
}

#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;
  font-family: "adelle-1","adelle-2", serif;
}

#blogtitle { 
  float: left;
  color: #dd0000;
  font-family: "museo-slab-1","museo-slab-2","Helvetica-Neue","Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
  font-weight: lighter;
  font-size: 2.1em;
  font-weight: bold;
}

#blogtitle a {
  font-weight: bold;
  color:#000;
}

#blogtitle a:visited {
  color: #444;
}

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

#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: 200%;
  text-rendering: optimizelegibility;
  margin-bottom: 30px;
}

#content span.footnote {
  display: inline;
  margin-bottom: 0px;
  margin: 0px;
  font-size: 1em;
  font-weight: bold;
  vertical-align: super;
}

#wrapper {
  bottom: 0px;
  position: relative;
  top: 0px;
  width: 720px;
  height: 100%;
  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);
  border-bottom: 1px solid rgba(0,0,0,.8);
}

.post h1 a {
  font-size: 1em;
  font-family: "museo-slab-1", "museo-slab-2", "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 {
  padding: 10px;
  background-color: rgba(0,0,0,.1);
  border: 1px solid #ccc;
}

pre, code {
  overflow: auto;
  color: black;
  line-height: 120%;
  font-size: 18px;
  font-family: Consolas, Inconsolata, Courier, monospace;
  letter-spacing: 0;
}

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

#content table.post-list a {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  color: black;
  font-weight: bold;
}

#content table.post-list tbody tr th a:visited {
  color: black;
  font-weight: bold;
}

#content table.post-list a:hover {
  color: black;
  font-weight: bold;
}

table.post-list tr {
  text-align: left;
  border-color: none;
}

table.post-list td, table.post-list th {
  padding: 1em 0.3em;
}

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; }

