a[href] {
    text-decoration: none;
    color: rgb(0,0,200);
}
a[href]:visited {
    color: rgb(0,0,200);
}
a[href]:hover {
    text-decoration: underline;
    color: rgb(0,0,255);
}


div.message {
    width: 100%;
    border: thin dashed green;
    margin: 1em;
}

table.nav {
    width: 100%;
    background: #ddd;
}

table.nav th {
    padding-left: 1em;
    padding-right: 1em;
}

/* 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: 5em;
  border-bottom: 1px solid #444;
  margin: 0;
}

#header h1 {
  font-size: 120%;
  font-weight: bold;
}

#header a:after {
  content: ": ";
}
 

#sidebar {
  float: right;
  text-align: right;
  background-color: #eee;
  border-left: 1em solid white;
  border-bottom: 1em solid white;
  /* width: 10em; */
  padding-left: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}

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

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


#sidebar p {
  padding: 1em;
  margin: 0;
  border: 0;
  white-space: nowrap;
}

#sidebar p:first-line {
  font-weight: bold;
}

#content {
 margin-left: 1em;
 margin-right: 1em;
}

.datehead {
  margin-left: -10px;
  font-weight: bold;
  color: black;
  padding-left: 10px;
  background-color: #eeeeee;
  border-top: 1px solid #afafaf;
  border-bottom: none;
}

/* ENTRY STYLING */
.entry .title {
  border-bottom: 1px solid #afafaf;
  font-weight: bold;
  text-align: left;
}

.entry .title a[href] {
    text-decoration: none;
    color: rgb(0,0,0);
}
.entry .title a[href]:visited {
    color: rgb(0,0,0);
}
.entry .title a[href]:hover {
    text-decoration: underline;
    color: rgb(0,0,255);
}

.entry  p,blockquote,li,dd {
  text-align: justify;
}

.entry .meta {
  font-size: small;
  padding-bottom: 20px;
}

.entry p.small {
  font-size: small;
}

.entry blockquote {
  font-style: italic;
  padding-bottom: 10px;
}

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

.entry code.code {
  background-color: #eeeeee;
}

/* COMMENT STYLING */
.comment .meta {
  padding-top: 2em;
  border-bottom: 1px solid #afafaf;
}

.comment .meta .author {
  font-weight: bold;
  text-align: left;
}

.comment .meta .date-created {
  text-align: right;
}

.comment pre {
  font-family: monospace;
}

.comment-form td {
  vertical-align: top;
}

.comment-form td#preview {
  border: thin solid black;
  background: #eee;
  padding: 1em;
  margin: 1em;
}

div#footer {
    position: relative; /* Needed for Safari */
    /* background-color: #ffb200; */
    /* border: 1px dotted #aaa; */
    border-width: 1px 0;
    font-size: 0.8em;
    text-align: center;
    margin-top: 2em;
    padding: 0.5em;
    letter-spacing: 0;
    font-variant: small-caps
}