body {
  margin: 0;
  background-color: rgb(39,27,5);
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  font-size: 1em;
}

/**********
  BANNER
**********/

h1#banner {
  position: absolute;
  top: 0;
  right: 25px;
}

h1#banner a {
  color: rgb(253, 255, 231);
  font-size: 50px;
  text-decoration: none;
}

h1#banner a img {
  height: 64px;
  width: 180px;
}

/** QUOTES ***

[lang|=en] > *  { quotes: "\201C" "\201D" "\2018" "\2019" }

q:before, blockquote p:before     { content: open-quote }
blockquote p:after      { content: no-close-quote }
q:after, blockquote p.last:after { content: close-quote }

Actually, I think you'll find that blockquotes should not be encompassed in quotation marks. */

/**********
  CONTENT
**********/

div#content {
  margin: 20px 260px 30px 25px;
  text-align: justify;
}

div#content h1 {
  color: rgb(52, 45, 0);
  background-color: rgb(253, 255, 231);
  text-align: center;
  padding: 5px; margin: 20px 0 20px 0;
  display: block;
  font-family: serif;
  font-size: 1.4em;
}

div.newsitem {
  background-color: rgb(253, 255, 231);
  padding: 10px;
  padding-bottom: 1px;
  text-align: justify;
  margin: 0 0 20px 0;
}

div.newsitem h2 {
  font-family: georgia, times new roman, times, serif;
  font-size: 1.3em;
  text-align: left;
  color: rgb(52, 45, 0);
  margin: 0;
}

div.newsitem h2 > a {
  color: rgb(52, 45, 0);
  text-decoration: none;
}

div.newsitem h2 > a:hover {
  background-color: transparent;
  text-decoration: underline;
}

div.newsitem h3 {
  font-family: georgia, times new roman, times, serif;
  font-size: 1.1em;
  color: rgb(52, 45, 0);
  margin: 0 0 0.4em 0;
  padding: 3px 0 2px 0;
}

div.newsitem h4 {
  font-size: 0.85em;
  margin: 0.4em;
  color: rgb(52, 45, 0);
  text-align: center;
}

div#content p,
div#content dl,
div#content td,
div#content li {
  color: rgb(52, 45, 0);
  font-size: 0.8em;
  margin-top: 0;
  line-height: 1.3em;
}

div#content ol.comments li {
  font-size: 1em;
}

div#content p a:link,
div#content li a:link,
div#content dl a:link {
  color: rgb(50, 29, 115);
  text-decoration: underline;
}

div#content p a:visited,
div#content li a:visited,
div#content dl a:visited {
  color: rgb(50, 29, 115);
  text-decoration: underline;
}

div#content p a:hover,
div#content li a:hover,
div#content dl a:hover {
  color: rgb(52, 45, 0);
  background-color: rgb(230, 178, 68);
  text-decoration: none;
}

div#content p a:active,
div#content li a:active,
div#content dl a:active {
  color: rgb(52, 45, 0);
  background-color: rgb(230, 178, 68);
  text-decoration: none;
}

img.avatar {
  float: right;
  width: 60px;
  height: 45px;
  border: 1px solid rgb(149,121,56);
  margin-left: 5px; margin-bottom: 5px;
}

div#content div.newsitem p.meta {
  margin: 0 0 9px 0;
  padding-bottom: 8px;
  font-size: 0.7em;
  text-align: left;
  border-bottom: 1px solid rgb(149, 121, 56);
}

div#content div.newsitem ol p.meta {
  border-bottom: 1px dashed rgb(149, 121, 56);
}

div#content div.newsitem p.meta .author {
  font-family: georgia, times new roman, times, serif;
  font-size: 1.4em;
}

div.newsitem p.info {
  font-variant: small-caps;
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgb(149, 121, 56);
}

div.newsitem p.infoNoLine {
  font-variant: small-caps;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 7px;
}

ol.comments {
  padding-bottom: 17px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgb(149, 121, 56);
}

/************
   UPDATES
************/

div.updates {
  margin-left: 17px; margin-bottom: 9px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgb(149, 121, 56);
}

div.updates p.meta {
  margin: 3px 0 5px 0;
  font-size: 0.7em;
  border-bottom: none;
}

div.updates p {
  margin-left: 17px;
}

/*********
   MENU
*********/

div#menu {
  position: absolute;
  width: 180px;
  top: 100px;
  right: 25px;
}

div.menubit {
  background-color: rgb(253, 255, 231);
  margin-bottom: 20px;
  padding: 7px;
}
div.menubit h1 {
  font-family: georgia, times new roman, times, serif;
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 2px 0;
  text-align: center;
  font-size: 1.2em;
  color: rgb(52, 45, 0);
  border-bottom: 1px solid rgb(149, 121, 56);
}

div.menubit p {
  color: rgb(52, 45, 0);
  font-size: 0.7em;
  margin-top: 0;
  line-height: 1.3em;
}

  div.menubit p a:link {
    color: rgb(50, 29, 115);
    text-decoration: underline;
  }
  div.menubit p a:visited {
    color: rgb(50, 29, 115);
    text-decoration: none;
  }

  div.menubit p a:hover {
    color: rgb(52, 45, 0);
    background-color: rgb(230, 178, 68);
    text-decoration: none;
  }

  div.menubit p a:active {
    color: rgb(52, 45, 0);
    background-color: rgb(230, 178, 68);
    text-decoration: none;
  }

/****************
   NAVIGATION
****************/

div.nav {
}

div.nav h2 {
  font-family: times new roman, georgia, times, serif;
  font-size: 1.1em;
  color: rgb(52, 45, 0);
  font-weight: bold;
  margin: 0;
}

div.nav h2 a:link {
  display: block;
  color: rgb(52, 45, 0);
  text-decoration: none;
  padding: 2px 0 2px 10px;
}

    div.nav h2 a:visited {
      display: block;
      color: rgb(52, 45, 0);
      text-decoration: none;
      padding: 2px 0 2px 10px;
    }
    div.nav h2 a:hover {
      display: block;
      color: rgb(52, 45, 0);
      background-color: rgb(230,178,68);
      text-decoration: none;
      padding: 2px 0 2px 10px;
    }
    div.nav h2 a:active {
      display: block;
      color: rgb(52, 45, 0);
      background-color: rgb(230,178,68);
      text-decoration: none;
      padding: 2px 0 2px 10px;
    }

div.nav p {
  /*  font-family: 'verdana', sans-serif; */
  font-family: 'times new roman', serif;
  font-size: 0.9em;
  color: rgb(52, 45, 0);
  margin: 0;
}

div.nav p a:link {
  display: block;
  color: rgb(52, 45, 0);
  text-decoration: none;
  padding: 1px 0 2px 18px;
}

    div.nav p a:visited {
      display: block;
      color: rgb(52, 45, 0);
      text-decoration: none;
      padding: 1px 0 2px 18px;
    }

    div.nav p a:hover {
      display: block;
      color: rgb(52, 45, 0);
      background-color: rgb(230,178,68);
      text-decoration: none;
      padding: 1px 0 2px 18px;
    }

    div.nav p a:active {
      display: block;
      color: rgb(52, 45, 0);
      background-color: rgb(230,178,68);
      text-decoration: none;
      padding: 1px 0 2px 18px;
    }

div.current {
  border: 1px inset rgb(217, 213, 182);
  background-color: rgb(217, 213, 182);
  padding: 3px 2px;
  margin: 4px 0;
}
div.current h2,
div.current p {
}

div.current p.narchy {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  font-size: 0.8em;
}

    div.current p.narchy a {
      display:block;
      padding-left: 28px;
    }

div.current p.narchm {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  font-size: 0.7em;
}

    div.current p.narchm a {
      display:block;
      padding-left: 36px;
    }

/**********
  GENERAL
**********/

img {
  border: 0;
  margin: 0;
}

.title {
  font-style: italic;
}

dt, .id {
  font-weight: bold;
}

.s {
  font-family: georgia, times new roman, times, serif;
}

sup {
  vertical-align: top;
}

li p {
  font-size: 1em;
}

dd {
  margin-bottom: 1em;
}

kbd, code, samp {
  font-size: 1.4em;
}

ul {
  margin: 0.5em;
}

fieldset.image {
  float: right;
  clear: left;
  background-color: rgb(242, 246, 199);
  border: 1px inset rgb(150, 123, 56);
  padding: 0.3em;
}

div#page .img:hover {
  background-color: transparent;
}

div#content div.answer {
  margin-left: 1.5em;
}

div#content p.question {
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0px;
}

div.newsitem a.nobg:hover {
  background-color: transparent;
}

/***********
  ARCHIVES
***********/

table.newsarch {
  border-top: 1px solid rgb(149, 121, 56);
  border-bottom: 1px solid rgb(149, 121, 56);
  margin: 8px 0 9px 0;
  width: 100%;
}

table.newsarch tr:hover {
  background-color: rgb(230, 178, 68);
}

table.newsarch tr:hover th {
  background-color: rgb(24, 0, 36);
}

table.newsarch th {
  font-size: 1.1em;
  text-align: center;
  margin: 10px;
}

div#content td {
  margin: 0;
  padding: 2;
  text-align: left;
}

table.newsarch td a {
  display: block;
  padding-right: 30px;
  color: rgb(52, 45, 0);
  text-decoration: none;
}

table.newsarch td a:hover {
  text-decoration: none;
  background-color: transparent;
}

table.newsarch td a.i {
  display: inline;
  font-weight: bold;
}

table.newsarch td a.i:hover {
  text-decoration: underline;
}

/*********
   TAIL
*********/

div#tail {
	background-color: rgb(253, 255, 231);
	padding: 4px;
	text-align: center;
	margin-bottom: 20px;
}

div#tail p {
	padding: 0; margin: 0;
}

div#tail a {
	color: rgb(50, 29, 115);
	text-decoration: underline;
}

div#tail a:hover {
	color: rgb(52, 45, 0);
	background-color: rgb(230, 178, 68);
	text-decoration: none;
}

div#tail p.left {
	display: table-cell;
	width: 30%;
	text-align: left;
}

div#tail p.middle {
	display: table-cell;
	width: 40%;
	text-align: center;
}

div#tail p.right {
	display: table-cell;
	width: 30%;
	text-align: right;
}
