body 
{
  background:#111;
  color:#eee;
  font-family: "Courier New", Courier, monospace;
}

a { color:#0f0; }
strong { color: #fff; }

#header 
{
  padding:1em 0;
  border-bottom:1px solid #fff;
  margin-bottom:20px;
}
#site-title 
{
  padding-bottom:20px;
}
#navigation 
{
  text-align: right;

}
  #navigation a 
  {
    background:#000;
    color: #00aa00;
    padding:.3em 1em;
  }
  #navigation a:hover { background: #222; color:#0f0;}
  #navigation .separator { display:none;}
.post 
{
  padding-bottom:20px;
  border-bottom: 1px solid #fff;
  margin-bottom:20px;
}