/* main page styles */
body {
  margin: 0;
  font-family: sans-serif, Helvetica, Arial;
  background-color: white;
  color: black;
}

a[href]:hover { color:blue; text-decoration: underline; }
a[href]:link { color:blue; text-decoration: none; }
a[href] { color:blue; text-decoration: none; }

#header {
  padding-left: 100px;
  border-bottom: 1px solid #444;
  margin: 0;
}

#sidebar {
  float: right;
  text-align: right;
/*  padding-bottom: 100%; */
  background-color: #eee;
  border-left: 10px solid white;
  border-bottom: 10px solid white;
  margin-left: 30px;
  margin-bottom: 10px;
}

#sidebar p {
  padding: 5 10 20 5;
  margin: 0;
  border: 0;
  white-space: nowrap;
}

#sidebar ul {
  margin: 0;
  border: 0;
  margin-bottom: 1em;
}

#sidebar li {
  padding: 1 1em 1 1em;
  margin: 0;
  border: 0;
  list-style-type: none;
  text-align: right;
  white-space: nowrap;
}

#content {
 margin-left: 10px;
 margin-right: 10px;
}

/* weblog (old) style */
div#datehead {
  margin-left: -10px;
  font-weight: bold;
  color: black;
  padding-left: 10px;
  background-color: #eeeeee;
  border-top: 1px solid #afafaf;
  border-bottom: none;
}

div#storytitle {
  border-bottom: 1px solid #afafaf;
  font-weight: bold;
  text-align: left;
}

div#story  p,blockquote,li,dd {
  text-align: justify;
}

div#storymeta {
  font-size: small;
  padding-bottom: 20px;
}

div#story p.small {
  font-size: small;
}

div#story blockquote {
  font-style: italic;
  padding-bottom: 10px;
}

div#story pre.code {
  text-align: left;
  padding-left: 2;
  padding-right: 2 
  margin-left: 2;
  margin-right: 2;
  background-color: #eeeeee;
  font-family: monospace;
}

div#story code.code {
  background-color: #eeeeee;
}

.hidden {
   display: none;
}