body {
  margin: 0;
  background-color: rgb(161, 198, 118);
  font-family: 'times new roman', 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;
}






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

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


div#content h1 {
  font-family: 'times new roman', serif;

  font-size: 188%;
  color: rgb(63, 45, 7);
  margin: 0;
  margin-bottom: 14px;
  text-align: left;
}


div#content h2 {
  font-family: 'times new roman', serif;
  font-size: 150%;
  color: rgb(63, 45, 7);
  margin: 7px 0 10px 0;
  text-align: left;
/*  border-bottom: 1px solid rgb(129, 85, 49);*/
}

    div#content h2.portal {
      margin-bottom: 0;
    }

    div#content h2 > a:link,
    div#content h2 > a:visited {
      color: rgb(63, 45, 7);
      text-decoration: none;
    }

    div#content h2 > a:hover,
    div#content h2 > a:active {
      background-color: transparent;
      text-decoration: underline;
    }

div#content h3 {
  font-size: 132%;
  color: rgb(63, 45, 7);
  margin: 0 0 0.4em 0;
  padding: 0 0 2px 0;
  text-align: left;
}

div#content h4 {
  font-size: 116%;
  margin: 2px 0 2px 0;
  color: rgb(63, 45, 7);
  text-align: left;
  border-bottom: 1px solid rgb(107, 162, 145);
}

div#content p,
div#content th,
div#content td,
div#content li {
  color: rgb(4, 42, 1);
  font-size: 1em;
  margin-top: 0;
  line-height: 1.3em;
}

div#content p a:link,
div#content li a:link,
div#content td a:link {
/*  color: rgb(83, 141, 206);*/
  color: rgb(63, 45, 7);
  text-decoration: underline;
}

div#content p a:visited,
div#content li a:visited,
div#content td a:visited {
  color: rgb(24, 62, 21);
}

div#content p a:hover,
div#content li a:hover,
div#content td a:hover {
  color: rgb(161, 198, 118);
  background-color:rgb(63, 45, 7);
  text-decoration: none;
}

div#content p a:active,
div#content li a:active,
div#content td a:active {
  color: rgb(4, 42, 1);
  background-color: rgb(251, 232, 89);
  text-decoration: none;
}


div#content div.qu p {
  color: rgb(248, 249, 221);
  font-weight: bold;
}

div.ans {
  margin-left: 2em;
}

/********
  INTRO
********/
fieldset#intro {
  background-color: rgb(89, 30, 12);
  border: 1px outset rgb(255, 255, 255);
  width: 80%;
  margin: auto auto 20px auto;
}

fieldset#intro p.stamp {
  text-align: right;
  font-size: 0.8em;
  margin: -1.2em 0 -7px 0;
}

/*****
  BB
*****/

div.newsitem {
  background-color: rgb(176, 171, 95);
  border: 1px solid rgb(63, 45, 7);
  padding: 10px;
  padding-bottom: 1px;
  text-align: justify;
  margin: 0 0 20px 0;
}

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

div#content div.newsitem p.meta {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  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 p.info {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  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);
}







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

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

div.menubit {
  background-color: rgb(156, 153, 102);
  border: 1px solid rgb(63, 45, 7);
  margin-bottom: 20px;
  padding: 7px;
}

div.menubit h1 {
  font-family: 'times new roman', serif;
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 2px 0;
  text-align: center;
  font-size: 1.2em;
  color: rgb(46, 32, 3);
  border-bottom: 1px solid rgb(129, 85, 49);
}

div.menubit p {
  color: rgb(46, 32, 3);
  font-size: 0.9em;
  margin-top: 0;
  line-height: 1.3em;
}

div.menubit p a:link {
  color: rgb(21, 60, 14);
  text-decoration: underline;
}

div.menubit p a:visited {
  color: rgb(95, 100, 200);
}

div.menubit p a:hover {
  color: rgb(156, 153, 102);
  background-color:rgb(63, 45, 7);
  text-decoration: none;
}

div.menubit p a:active {
  color: rgb(4, 42, 1);
  background-color: rgb(251, 232, 89);
  text-decoration: none;
}



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

div.nav {
}

div.nav h2 {
  font-family: 'times new roman', serif;
  font-size: 1.1em;
  color: rgb(46, 32, 3);
  font-weight: bold;
  margin: 0;
}

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

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

    div.nav h2 a:hover {
      display: block;
      color: rgb(156, 153, 102);
      background-color:rgb(63, 45, 7);
      text-decoration: none;
      padding: 2px 0 2px 10px;
    }

    div.nav h2 a:active {
      display: block;
      color: rgb(4, 42, 1);
      background-color: rgb(251, 232, 89);
      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(46, 32, 3);
  margin: 0;
}

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

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

    div.nav p a:hover {
      padding: 1px 0 2px 18px;
      color: rgb(156, 153, 102);
      background-color:rgb(63, 45, 7);
      text-decoration: none;
      display: block;
    }

    div.nav p a:active {
      padding: 1px 0 2px 18px;
      color: rgb(4, 42, 1);
      background-color: rgb(251, 232, 89);
      text-decoration: none;
      display: block;
    }

div.current {
  border: 1px solid rgb(126, 122, 63);
  border-left-color: rgb(195, 191, 125);
  border-top-color: rgb(195, 191, 125);
  background-color: rgb(176, 171, 95);
  padding: 3px 2px;
  margin: 4px 0;
}

div.current h2,
div.current p {
}


/**********
  GENERAL
**********/
img {
  border: 0;
  margin: 0;
}

dl {
  color: rgb(42, 25, 1);
  font-size: 0.8em;
  margin-top: 0;
  line-height: 1.3em;
}

li {
  margin-bottom: 0.5em;
}

dd {
  margin-bottom: 1em;
}

sup {
  vertical-align: top;
}

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

.title {
  font-style: italic;
}

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

fieldset.image {
  float: right;
  clear: right;
  background-color: rgb(156, 129, 102);
  border: 1px inset rgb(156, 129, 102);
  padding: 0.3em;
  margin: 0 0 5px 10px;
}

div#content fieldset.image p {
  color: rgb(63, 45, 7);
  margin: 0; padding: 0;
  text-align: left;
  font-size: 0.8em;
}

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

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

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

td.left {
  font-weight: bold;
  text-align: right;
  width: 50%;
  vertical-align: top;
}

td.right {
  font-weight: bold;
  text-align: left;
  width: 50%;
}


/** QUOTES ***

[lang|=en] > *  { quotes: "\2018" "\2019" "\201C" "\201D" }
q:before { content: open-quote }
q:after { content: close-quote } */


div#content a.metal {
  color: rgb(52, 45, 0);
  text-decoration: none;
}

/**********
  CONTENT
**********/
p.question {
  font-weight: bold;
  margin-bottom: 0.5em;
}

p.meta {
  margin: 0 0 8px 0;
  font-size: 0.7em;
  text-align: left;
}

p.info {
  font-variant: small-caps;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 17px;
}

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

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

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

hr {
  color: rgb(149, 121, 56);
  background-color: rgb(149, 121, 56);
  height: 1px;
  border: 0;
  margin-bottom: 9px;
}
	

/** HEADLINE **
  div#content h1 {
    font-size: 1.2em;
    color: rgb(52,45,0);
    border-bottom: 1px dashed rgb(149, 121, 56);
  }

  div#content h1.header {
    font-size: 1.3em;
    text-align: center;
    padding-bottom: 0.3em;
    margin: 0.4em;
  } */


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

/*** Main Page ***/
div.table {
  display: table;
  width: 100%;
}

div.table > div {
  display: table-row;
  width: 100%;
}

div.table > div > div {
  display: table-cell;
  padding: 20px;
}

div#content div.portal {
  text-align: center;
}

div#content div.portal h2 {
  font-size: 1.25em;
  padding-left: 0; margin: 0;
  border: 0;
}


/*** Latest updates ***/
ul.latest {
  margin-bottom: 1em; margin-top: 0;
  color: rgb(42, 25, 1);
  list-style-type: none;
  margin-left: 1em;
  padding-left: 0;
}

ul.latest ul {
  list-style-type: none;
  font-size: 0.8em;
}

ul.latest ul ul {
  list-style-type: disc;
  font-size: 1em;
}

ul.latest ul li, ul.latest ul ul li {
  margin-top: 1px;
}

ul.latest li.odd, ul.latest li.even {
  margin: 0;
  padding: 4px 5px 10px 5px;
}

ul.latest .date {
  font-weight: bold;
}

li.odd {
  background-color: rgb(160, 200, 170);
}

li.even {
  background-color: rgb(201, 214, 199);
}

ul.latest li ul li p {
  font-size: 1em;
}



/*********
   HEAD
*********/

div#headd h1 {
  padding: 0; margin: 0;
  font-family: serif;
}
div#headd h1 > a {
  color: rgb(52, 45, 0);
  text-decoration: none;
}

div#headd h1 > a:hover {
  background-color: transparent;
  text-decoration: underline;
}

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

div#head h1 {
  color: rgb(52, 45, 0);
  padding: 0; margin: 0;
  font-family: serif;
  font-size: 1.4em;
}

div#head h1 > a {
  color: rgb(52, 45, 0);
  text-decoration: none;
}


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;
}
