body {
  margin-left: 270px;
  padding:0px;
  font-family: sans-serif;
  color:#000000;
  /*background-color:#efefd6; */
}

h1 {
  display: None;
}

pre {
  white-space: pre-wrap -moz-pre-wrap -opera-pre-wrap -o-pre-wrap -pre-wrap;
  font-size: small;
  overflow: auto;
}

img {
  border: none;
}

img.face {
  float: right;
  margin-top: -3em;
}

a {
  color: #0000ff;
}

div.channelgroup {
  background-color: #eeeeee;
  border: thin solid grey;
  margin: 1em;
  padding: 1ex;
}

div.channelgroup h3 {
  margin-top: 0px;
}

div.entry {
  margin-left: 1em;
}

p.linktoentry {
  text-align: right;
  font-size: small;
}

/*
a:visited {
  color: #6666ff;
}

a:visited, a:active, a:link {
  display:inline;
}
*/

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

blockquote {
  margin:0;
  padding-left:10px;
  border-left:1px dotted #336699;
  color:#336699;
}

code {
  border:none;
  font-style:normal;
  font-family:monospace;
  color:#000000;
}


h3 a, h4 a {
	text-decoration: none;
	color: inherit;
}

.date {
  font-size: small;
}

.date a {
  text-decoration: none;
  color: #888888;
}

.date a:hover {
  color:#cc6600;
  text-decoration: underline;
}

div.sidebar {
  color:#000;
  font-size: small;
  width: 250px;
  padding-left: 1ex;
  padding-right: 3ex;
  padding-top: 200px;
  top: 10px;
  left: 0px;
  background-image: url("/images/PlanetTwisted.png");
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
}

div.sidebar h1, div.sidebar h2 {
  color: #000000;
}
