body {
  margin: .25in;
  font-family: georgia, serif;
  color:#000000;
  background-color:#ffecff;
}

h1, h2, h3, h4 {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

h4 {
  font-style: normal;
}

a {
  color: #0000cc;
  text-decoration: underline;
}

a:hover {
  color: #0000cc;
}

.pageContainer {
  width: 800px; 
  margin: 0 auto; 
  text-align: left;
}

.header {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.header h1 {
  margin-top: 0px;
  margin-bottom: 4px;
}

.header a {
  color: #000055;
}

.header a#visited {
  color: #000055;
}

.header h2 {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 10pt;
  font-style: italic;
}

.post_header h2 {
  margin-top: 3px;
  margin-bottom: 0px;
}

.post_header cite {
  font-style: italic;
  font-size: 9pt;
}

.post_date {
  border: dotted #300009 1px; 
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16pt;
  font-weight: bold;
  background-color:#cc00cc;
  color: #ffffff;
}

.post_content {
  font-size: 12pt;
}

.post_content blockquote {
  background-color: #eeeeff;
  border: dashed #333355 1px;
  padding: 5px;
}

.post_footer {
  font-size: 9pt;
}

.comment_header {
}

.comment_header cite {
  font-size: 9pt;
}

.comment_footer {
  font-size: 9pt;
}

.comment_footer cite {
  font-style: italic;
}

.trackback_header {
}

.trackback_header h3 {
  margin-bottom: 3px;
}

.trackback_header cite {
  font-size: 9pt;
}

.trackback_content blockquote {
  background-color: #ddddee;
  border: dashed #333355 1px;
  padding: 5px;
  font-size: 9pt;
}

.trackback_footer {
  font-size: 9pt;
}

.trackback_footer cite {
  font-style: italic;
}

.hilight {
  background-color: #ffff00;
}

.sidebar {
  padding:5px;
  width: 150px;
  background-color:#ffffff;
  border-bottom:2px solid #dd00dd;
  border-top:2px solid #dd00dd;
  border-right:2px solid #dd00dd;
  border-left:2px solid #dd00dd;
  line-height: 17px;
  font-size:12px;
  float: left;
  margin-right: 5px;
}

.sidebar form {
  margin-top: 0px;
}

.sidebar p {
  margin-top: 2px;
  font-size: 8pt;
}

.sidebar h3 {
  margin-top: 2px;
  margin-bottom: 2px;
} 

.middle {
  margin-left: 180px;
}

.menu {
  border-top: dashed #333355 1px;
  border-bottom: dashed #333355 1px;
  padding: 3px;
  background-color: #eeeeff;
  margin-bottom: 10px;
}

.rightside p {
  margin-top: 2px;
  font-size: 10pt;
}

.rightside h3 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.rightside a {
  font-weight: normal;
}

.error {
  color: #ff0000;
  background-color: #ffdddd;
  padding: 10px;
  border: dotted #aa0000 1px;
  font-size: 12pt;
}

.votd {
  font-size: 8pt;
}