BODY {
  background-color: white;
  color: black;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.8em;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 2px;
  letter-spacing: 1px;
}

CODE, PRE {
  font-family: "Courier New", monospace;
  font-size: 90%;
  font-weight: normal;
  background: inherit;
  color: #333;
}

DIV.bottom { 
  position: relative;
  bottom: 5px;
}

/* back buttons */
DIV.back A { 
  text-decoration: none;
}

/* src */
DIV.icon { 
  float: right;
}

DIV.project-listing { 
  clear: both;
  margin: 1.5em;
  margin-bottom: 2em;
}

DIV.project-listing DIV.icon { 
  float: left;

  width: 70px;
  text-align: center;
}

DIV.project-listing DIV.icon IMG { 
  vertical-align: middle;
  border: 0;
}

DIV.project-listing DIV.content { 
  margin-left: 70px;
}


/* pants network hyperlinks */
DIV.networklinks { 
  font-family: monospace;

  float: right;
  clear: both;

  padding: 5px 5px 4px;
  border-width: 0px 0px 1px 0px;

  margin-bottom: 0px;
}


DIV.networklinks UL { 
  display: inline;
  margin-left: 0;
  padding-left: 0;
}

DIV.networklinks UL LI {
  padding: 1px;
  margin-left: 0;
  margin-bottom: 0;
  border: 1px solid black;
  list-style: none;
  display: inline;
}

DIV.networklinks A { 
  text-decoration: none;
  color: #696969;
}

DIV.networklinks A:hover { 
  background: #CCCCCC;
}

DIV.spacer { 
  height: 0;
  clear: both;
}

/* footer */
DIV.footer {
  font-family: monospace;
  font-size: 90%;
}

DIV.footer A { 
  color: #696969;
  text-decoration: none;
}

DIV.footer A:hover { 
  text-decoration: underline;
}

/* blog */
DIV.content {
  width: 610px;
  margin: auto;
}

DIV.license {
  text-align: center;
  font-size: 90%;  
}

DIV.entry { 
  clear: both;

  padding: 0 1em 0 1em;
  border: 1px solid black;
  margin: 0 0 2em 0;
}

DIV.entry DIV.title {
  padding: 0;
  margin: 0;
}

DIV.entry DIV.body {
  text-align: justify;
}

DIV.entry DIV.body IMG.icon { 
  border: 0;
  float: left;
}

DIV.entry DIV.body PRE {
  margin-left: 1.5em;
}

DIV.entry DIV.permalink {
  clear: both;
}

DIV.entry DIV.body LI { 
  margin: 0px;
  padding: 0px;
}

DIV.entry DIV.body BLOCKQUOTE { 
  margin-left: 1.5em;
  font-style: italic;
  background-color: #CCCCCC;
  border: 1px dashed black;
  padding: 0.5em;
  padding-bottom: 0;
  padding-top: 0;
}

/* projects */
DIV.project {
  width: 590px;
  margin: auto;
}
