.height-1 {
  height: 1.5em;
}

#header {
  height: 8em;
  background: #FFFFFF;
}

#header img {
  border: medium none;
  padding-top: 6px;
}

#sidebar ul {
  list-style: none;
}

#main {
  background: transparent url(/images/grey-e6-240-wide.png) repeat-y scroll 710px 0px;
}

#footer {
  background: #FFFFFF;
  color: #676767;
  text-align: center;
}
#footer p {
  margin: 1.5em 0 0
}
#footer a {
  color: #676767
}

.post { font-size: 200%; }
/*body {
  font-family: Georgia,"Times New Roman",Times,serif;
}
*/

pre {
  overflow: auto;
  border: 1px solid #DEDEDE;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
  text-decoration: none;
  color: orange;
}


