/* ------------------------------------------------
 * Copyright 2007 Jason Walton
 * ------------------------------------------------ */

body {
  position: relative;
  background-color: #FFF;
  color: #000;
  font-family: Arial,Hevetica,sans-serif;
  margin: 0px;
  padding: 0px
}

a:link, a:visited {
  color: #006
}

a:active, a:hover {
  color: #00C
}

/*
 * Eliminate elements we don't want to print
 */
#header, #sidebar, #footerRss, #commentBox, .navigation, .article .articlemetadata {
  display: none;
}

/* ------------------------------------------------
 * Header
 * ------------------------------------------------ */
#header {}

#header h1 {
  font-family: Times;
  color: #000
}

#header a {
  text-decoration: none;
}


/* ------------------------------------------------
 * Content pane
 * ------------------------------------------------ */
#content {
  position: relative;
}

.article {
  border-bottom: 1px dotted #000;
  position: relative;
  margin: 1em 0em 1em 0em
}

.article .articleheader {
  color: #000;
  padding: 0.5em
}

.article .articleheader a {
  color: #000;
  text-decoration: none
}


.article .articleheader .articletitle {
  position: relative;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left

}

.article .timestamp {
  font-size: 0.7em
}

.article .articlecontent {
  position: relative;
  margin: 1em;
  padding: 0px
}

.articlecontent h1 {
  font-size: 
}

.article .articlecontent code {
  position: relative;
  font-family: courier;
  left: 2em
}

.article .articlecontent .code {
  position: relative;
  font-family: courier;
  margin-left: 2em
}

/* ------------------------------------------------
 * Comments
 * ------------------------------------------------ */
.comments {
  font-size : 0.8em;
}

.comments ol {
  list-style: none;
  margin-left: 0em;
  padding: 0em
}

.comments li {
  padding: 0.5em
}


/* ------------------------------------------------
 * Footer
 * ------------------------------------------------ */
#footer {
  font-size: 0.6em;
  color: #000;
  text-align: center;
  margin: 1em
}
