body {
  background-color: white;
  font: helvetica, arial, clean, sans-serif;
  font-size: 93%;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 153.9%;
}

h1 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}

p {
  margin: 1em 0;
}

h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: black;
}


a {
  color: #00a;
}

a:hover {
  color: black;
}

a:visited {
  color: #a0a;
}


ul.posts {
    margin-bottom: 2em;
}

ul.posts li {
    list-style-type: none;
    line-height: 1.75em;
}

ul.posts span {
    color: #aaa;
    font-family: Monaco, "Courier New", monospace;
    font-size: 93%;
}

li {
    list-style: disc inside;
    text-indent: 1em;
}


.codehilitetable { 
    border: 1px; 
    solid #666; 
    width: 100%; 
    background-color: #666; 
}

.codehilitetable .linenos { 
    background-color: #666; 
    padding: 0 5px; 
    width: 20px; 
}

.codehilitetable .code { 
    padding: 0 15px; 
    background-color: #eef; 
}


.postmeta {
    color: #aaa;
}

.header {
    margin-bottom: 1em;
}


.subtext {
    margin-right: 3em;
    font-size: 85%;
    color: #666;
    text-align: right;
}

.feed {
    margin-right: 3em;
    text-align: right;
}



.footer {
    font-size: 85%;
    color: #666;
    border-top: 4px solid #eee;
    margin-top: 2em;
    margin-bottom: 2em;
    overflow: hidden;
}

.renderedby {
    text-decoration: none;
    text-align: center;
    font-size: 70%;
    color: #666;
}

