html {
  background-color: #Fffdfc;
}

body {
  min-width: 1024px;
}

#custom-doc { 
  margin:auto;text-align:left; /* leave unchanged */ 
  width:43.07em;/* non-IE */ 
  *width:42.00em;/* IE */ 
  min-width:560px;/* optional but recommended */ 
  color: #191910;
} 

#hd, #bd, #ft {
  font-family: Baskerville, times;
  font-size: 131%;
}

#bd {
  font-family: Arial;
  line-height: 1.5em;
}

#custom-doc h1, #custom-doc h2, #custom-doc h3,
  #custom-doc h4, #custom-doc h5, #custom-doc h6 {
  font-family: Baskerville, times;
  letter-spacing: 2px;
  color: #303020;
}

h1 {
  font-size: 200%;
  margin: .75em 0;
}

h2 {
  font-size: 131%;
}

p {
  text-align: justify;
}

div.menu {
  text-align: right;
}

#hd div.menu {
  margin: 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #eee;
}

#bd {
  clear: both;
}

#ft {
  font-size: 93%;
  color: #666;
  margin: 2em 0 5em 0;
}

#site-title {
  font-family: Baskerville, times;
  font-size: 300%;
  font-weight: bold;
  color: #c90909;
  position: relative;
  text-align: left;
  margin: .5em 0 .5em 0;
}

#site-title div.first {
  position: absolute;
  right: 100%;
  bottom: 0;
}


#site-title span {
  color: #ccc;
  margin-left: .1em;
}

#site-title a:hover {
  background: none;
}

#page-title {
  margin: .25em 0;
}

a, a:link, a:visited, a:hover, a:active {
  color: #c90909;
  text-decoration: none;
}

a:hover {
  background: #eee;
}

#hd div.menu a,
#hd div.meneu a:link, 
#hd div.meneu a:visited, 
#hd div.meneu a:hover, 
#hd div.meneu a:active {
  color: #5f7429;
  font-weight: bold;
}

img {
  float: right;
  padding: 6px;
  border: 1px solid #ddd;
  margin: 0 0 1em 1.5em;
  background-color: #fff;
}

pre code {
}

pre {
  margin:0; padding:0;
    background-color: #0d0d08;
  color: #FFFDFC;
  padding: 2em 1em 2em 1em;
  margin-bottom: 1em;
  font-size: 77%;
  border: 2px solid #ccc;

}

div#brief-bio {
  border: 1px solid #eee;
  background-color: #FFF;
  color: #101005;
  line-height: normal;
}

div#brief-bio p {
  margin: 1em;
}

div#brief-bio img {
  float: right;
  padding: 6px;
  border: 1px solid #ddd;
  margin: 1em 1em 1em 1.5em;
  background-color: #Fffdfc;
}

div#home-post {
  margin: 0 1em 0 1em;
}

div.post-date {
  color: #5f7429;
  font-size: 60%;
  text-align: right;
  text-transform: uppercase;
}

div.archive-item div.post-date {
  position: absolute;
}

div.archive-item div.post-details {
  margin-left: 5em;
}

div.archive-item div.post-details * {
  margin:0;
}


