/* Set the background */
html { 
  background-color: #999999;
  color: black;
  font-family: sans-serif;
}

body { 
  background-color: #999999;
  color: black;
  font-family: sans-serif;
}

/* Set the default text style */
p {
  color: black;
}

/* Set the link style */
a {
  color: black;
}

/* Set the IMG style */
img {
  border: 0;
}

/* Make the title box look pretty */
#title {
  width: 100%;
}

/* The menu specs */
.sideBox { 
  background-color: #888888;
/*
  border-style: solid;
  border-width: 1px;
*/
  width: 10ex;
  margin-top: 5mm;
}

.sideBox div {
  font-weight: bold;
/*
  border-bottom-style: dashed;
  border-bottom-width: 1px;
*/
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: blue;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1.25ex 0.5em 1.25ex 0.75em;
}

.sideBox h5 {
  color: black;
  line-height: 1.25em;
  padding: 1.25ex 0.5em 1.25ex 0.75em;
}

.sideBox .thisPage {
  font-weight: bold;
}

/* Left hand side */
.LHS {
  float: left;
  clear: left;
}

.RHS {
  float: right;
  clear: right;
  width: 198px;
}

/* The main body properies */
#bodyText {
  text-align: justify;
  line-height: 1.5em;
  /* top ? bottom left */
  margin: 5mm 200px 0 11ex;
  padding: 0 1em 1ex 1em;
}

#bodyText div {
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

#bodyText p {
  padding-bottom: 2ex;
}

#bodyText .topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

/* Story Properties */
.blogEntry {
  background-color: #888888;
  padding: 2ex;
  /*border: 1px black solid;*/
  margin-bottom: 1ex;
}

.blogEntryTitle {
  border-bottom-style: none;
  text-decoration: none;
}

/* Comment Properties */
.blosxomComment {
  background-color: #888888;
  padding: 2ex;
  /*border: 1px black solid;*/
  margin-bottom: 1ex;
}

.commentTitle {
  font-size: larger;
}

.blosxomCommentForm {
  background-color: #888888;
  padding: 2ex;
  /*border: 1px black solid;*/
  margin-bottom: 1ex;
}

/* Styles */
.superscript {
  font-size: 20%;
  vertical-align: super;
  text-decoration: none;
}

/* Inset divs */
.inset {
  margin-left: 1ex;
  margin-top: 2ex;
  vertical-align: top;
  float: right;
  border: 1px solid black;
  width: 130px;
}

.inset img {
  margin: 0;
  padding: 0;
  border: none;
  width: 130px;
}

.inset p {
  font-size: small;
  padding-bottom: 0;
}

/* For product reviews */
.productTable {
  border-top: 1px dotted black;
  border-right: 1px dotted black;
}

.productTable tr td {
  border-bottom: 1px dotted black;
  border-left: 1px dotted black;
}
