BODY {
  font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
  font-size: 12px; 
  padding: 0px;
  margin: 0px;
  background-color: #fff7d0;

  background-image: url("/openbsd_powered.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left bottom;
}
DIV#header {
  position: fixed;
  width: 200%;
  height: 44pt;
  top: -16pt;
  right: auto;
  bottom: auto;
  left: -4pt;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff0a0;
  background-color: #80700a;
  }
DIV#leftnav {
  border-right: 1px solid #80700a;
  position: fixed;
  width: 120pt;
  height: auto;
  top: 36pt;
  bottom: 6pt;
  left: 0;
  right: auto;
  overflow: hidden;
  text-align: left;
  padding: 10pt 0pt 0pt 0pt;
 }
DIV#content {
  position: fixed;
  width: auto;
  height: auto;
  top: 36pt;
  right: 0;
  bottom: 0;
  left: 120pt;
  overflow: auto;
  padding: 8pt 12pt 8pt 12pt;
}
DIV#rightads {
  position: fixed;
  height: 100px;
  width: 260px;
  top: 40pt;
  right: 20pt;
  left: auto;
  bottom: auto;
}
DIV#validate {
  position: fixed;
  bottom: 0.25em;
  height: auto;
  right: 1.5em;
  width: auto;
  border: 1px solid #80700a;
}

A {
  font-weight: bold;
  color: #A36209;
  text-decoration: none;
}

A:hover {
  color: #fff0a0;
  background-color: #80700a;
}

A.navtop {
  font-weight: normal;
  margin-left: 8pt;
  color: #80700a;
  white-space: nowrap;
}

A.navtop:hover {
  background-color: #80700a;
  color: White;
}

p.pagetitle {
  margin: 0pt;
  font-size: 48pt;
  font-weight: bold;
  white-space: nowrap;
  color: #fff0a0;
  background-color: #80700a;
}
p.topictitle {
  font-size: 14pt;
  font-weight: bold;
}
p.inlinetitle {
  font-size: 12pt;
  font-weight: bold;
}
p.navtop {
  margin: 0pt 10pt 4pt 10pt;
}
p.navsub {
  margin: 0pt 0pt 0pt 8pt;
}
p.blurb {
  margin: 0pt 12pt 12pt 12pt;
  font-size: 12pt;
  font-weight: normal;
  width: 480pt;
  color: Black;
  text-align: justify;
}
p.blogtitle {
  margin: 12pt 12pt 12pt 12pt;
  border: 2px solid #80700a;
  padding-left: 0.5em;
  font-size: 12pt;
  font-weight: normal;
  width: 480pt;
  color: #80700a;
  text-align: justify;
}
p.topictitle + p.blurb:first-line {
  font-variant: small-caps;
}
p.topictitle + p.blurb:first-letter {
  font-size:150%;
}
LI {
  font-size: 12pt;
  font-weight: bold;
}
.navhere {
  color: #fff0a0;
  background-color: #80700a;
  margin-left: 4pt;
  font-weight: bold;
  padding: 0pt 4pt 0pt 4pt;
}
.bloghdr {
  font-variant: small-caps;
}
.blogentry {
  margin: 0pt 12pt 12pt 12pt;
  font-size: 12pt;
  font-weight: normal;
  width: 480pt;
  color: Black;
  text-align: justify;
}


P.botbord {
	margin-top: 0;
	margin-bottom: 2em;
	padding-top: 0;
	border-bottom: 1px solid #A36209;
}

A.quiet {
	color: Black;
}
A.quiet:hover {
	color: #A36209;
	background-color: transparent;
}
/*
img {
	margin: 2px;
	padding: 2px;
	border-width: 1px;
}
*/

/*** Make images behave in Gecko (when needed) ***/
img.block {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

