/* left hand navigation bar */
#quicklinknav {
  float:left;
  width:20%;
  background:#fff;
  margin-right:15px;
  overflow: auto; /* stops the menu hiding the text. By cutting it off */
}

#maincontent, #footer {
  margin-left: 20%;
  margin-right: 20%;
}

#maincontent p {
  font-family: sans-serif;
}

#maincontent p.posted {
  padding-left: 4em;
  font-size: 75%;
}

/* ------------------------- */

.validation-png, .unixdaemon-logo, .mosaic, .poweredby, .xmlfeed, .glogo {
  border : 0;
}

acronym, abbr {
  border-bottom: 1px dotted #222;
  font-style: normal;
  cursor: help;
}

/* --------- GET GOOGLE search working ---------------- */

/* google_highlight bloxsom module. #FF9 = yellow */
.highlight { background-color: #FF9; }

#quicklinknav p.google_search {
  font-weight: normal;
  color: black;
}

/* --------- END GET GOOGLE search working ---------------- */

/* get rid of site nav when printing */
@media print {
  #quicklinknav, #footer {
    display: none;
  }
}

/* --------- blog category and archive CSS ---------------- */

#quicklinknav p {
  padding-left: 1em;
  margin-bottom: 0;
  color: grey;
  font-weight: bold;
}

tr.odd, tr.even {
  padding-left: 1em;
}

tr.odd {
  background: #CCFFCC;
}

/* tr.even {
  background: #CCFFFF;
} */

td.category, td.archive_row {
  padding-left:  1.5em;
  padding-right: 1.5em;
}

table.archives {
  border-collapse: collapse;
  padding: 0.1em 0.3em;
}

td.arc_count {
  padding-left: 3em;
  text-align: right;
  color: #999;
}

/* --------- end of blog category and archive CSS ---------------- */

