html, body {
  font-family: arial;
  font-size: small;
  margin: 0;
  background: #FFF;
}

a {
  color: #6f726b;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

#content {
  margin-left: 3em;
  margin-right: 470px;
  max-width: 700px;
  padding: 0; 
  padding-top: 3em;
  -padding-top: 0em;
  padding-right: 3em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #363f2b;
}

h2 {
  font-size: 120%;
}

p.caption {
  font-style: italic;
}

#content h1 {
  font-size: 20px;
  margin: 0;
}

#content h1 a {
  color: #363f2b;
  text-decoration: none;
}

.entry {
  padding: 2em 1em 1em 1em;

  background: url(sep.png) repeat-x bottom center;
}

.entry p {
  line-height: 1.4em;
}

.details {
  margin: 0;
  font-size: x-small;
}

.comments {
  font-style: italic;  
  margin: 1em 0 0 0;
  
}

pre, blockquote {
  margin-left: 20px;
  border: 1px solid #DDD;
  padding: 10px;
  overflow: hidden;
}

img {
  border: 0;

}

.comment {
  clear: both;
  border-top: 1px solid #DDD;
}

.comment img {
  float: left;
  padding: 10px;
}

#header {
  width: 100%;
  margin: 0;
  padding: 0 1em 0 0;
  padding: 0;
  background: #363f2b url(headerbg.png);
  height:60px;
  border-bottom: 3px solid #64856f;
}

#logo {
  display: block;    
  margin-top: 0.1em;
  margin-left: 1.5em;
}

#header a {
  color: #cccccc;
}

#header li {
  margin: 0;
  padding: 0.5em;
}

#twitter {
  position: absolute;
  width: 250px;
  top: 80px;
  right:205px;
}

.friendfeed {
  border: none !important;
}

.friendfeed .info a {
  visibility: hidden;
} 

.friendfeed .info { 
  color: #FFF !important;
}

.friendfeed .published { 
  color: #888;
}

#sidebar {
  position: absolute;
  width: 180px;
  top: 80px;
  right: 0;
  margin-right: 1em;
  border-bottom: 20px solid #FFF;
}

#sidebar div {
  margin-bottom: 1em;
  background: #e9ede6;
  padding: 0.2em 1em 1em 1em;
}

#sidebar h1, #twitter h1 {
  font-weight: normal;
  font-size: medium;
  font-variant: small-caps;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  padding-left: 0.5em;
  margin-left: 0;
  padding-bottom: 5px;
  overflow: hidden;
  
}

.hilite { background-color: #FF9; }

#sidebar div.ads {
  padding: 0.2em 0.2em 0.5em 0.2em;
  margin: 0;
  background: #f3f7f0;

}

#sidebar div.ads h1 {
  padding: 0 0.5em 0 0.5em;
}

#sidebar .ads li {
 margin-bottom: 7px;
}

.plain {
    color: black;
    text-decoration: none;
}

