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

/**********
  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: left;
}

div#content h1 {
  font-family: georgia, times new roman, times, serif;
  font-size: 200%;
  color: rgb(255, 236, 0);
  margin: 0;
  margin-bottom: 14px;
  text-align: left;
}

div#content h2 {
  font-family: georgia, times new roman, times, serif;
  font-size: 150%;
  color: rgb(255, 236, 0);
  margin: 7px 0 10px 0;
  text-align: left;
  border-bottom: 1px solid rgb(166, 72, 58);
}

    div#content h2 > a {
      color: rgb(255, 255, 255);
      text-decoration: none;
    }

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

div#content h3 {
  font-family: georgia, times new roman, times, serif;
  font-size: 125%;
  color: rgb(255, 236, 0);
  margin: 0 0 0.4em 0;
  padding: 0 0 2px 0;
  text-align: left;
  border-bottom: 1px solid rgb(79, 43, 58);
}

div#content h4 {
  font-family: georgia, times new roman, times, serif;
  font-size: 115%;
  margin: 2px 0 2px 0;
  color: rgb(255, 236, 0);
  text-align: left;
}

div#content p,
div#content th,
div#content td,
div#content li,
div#content dt,
div#content dd {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  color: rgb(240, 234, 154);
  margin-top: 0;
  line-height: 1.2em;
}

div#content li {
  line-height: 1em;
}

div#content dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

div#content dd {
  margin-bottom: 1em;
}

div#content li p,
div#content li li,
div#content dd p,
div#content dd li
{
  font-size: 1em;
}

div#content a:link {
  color: rgb(123, 246, 200);
  text-decoration: underline;
}

div#content a:visited {
  color: rgb(123, 246, 200);
}

div#content  a:hover {
  color: rgb(24, 0, 36);
  background-color: rgb(123, 246, 200);
  text-decoration: none;
}

div#content a:active {
  color: rgb(39, 0, 48);
  background-color: rgb(255, 168, 0);
  text-decoration: none;
}

div#content p.qu {
	font-weight: bold;
}

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

div#content dl.walkthrough dt
{
  color: rgb(255, 236, 0);
  margin-bottom: 0.3em;
}

div#content dl.walkthrough dd
{
  margin-left: 1em;
}


/**********
  HISTORY
**********/

div#content table.arthis
{
  margin: 0;
  margin-left: -20px;
  margin-bottom: 1.5em;
}

div#content table.arthis td
{
  margin: 0;
  padding: 2px;
  padding-left: 20px;
  text-align: left;
}

div#content table.arthis th {
  font-size: 1.1em;
  text-align: left;
  margin: 0;
  padding-left: 20px;
}

div#content table.arthis tr:hover {
  background-color: rgb(48, 0, 72);
}

div#content table.arthis tr:hover th {
  background-color: rgb(39, 0, 48);
}

div#content table.arthis td a {
  display: block;
/*  padding-right: 30px;*/
  color: rgb(240, 234, 154);
  text-decoration: none;
}

div#content table.arthis td a:hover {
  text-decoration: none;
  background-color: transparent;
}


/**********
  OLDVNEW
**********/

table.oldvnew td {
  border: 1px solid rgb(240, 255, 240);
  vertical-align: top;
  padding: 3px;
}

/***************
  OTHER TABLES
***************/

table.wide {
  width: 100%;
}

table.lines td,
table.lines th {
  border-left: 1px solid #4f2b3a;
  border-right: 1px solid #4f2b3a;
  padding: 1px 5px;
}

table.lines {
  border-collapse: collapse;
  border: 1px solid #a6483a;
  margin-bottom: 10px;
}

table.lines th {
  border-bottom: 1px solid #a6483a;
}

table.lines tr:hover {
  background-color: rgb(48, 0, 72);
}

table.lines tr:hover th {
  background-color: #240030;
}

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

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

div.menubit {
  background-color: rgb(24, 0, 36);
  border: 1px solid rgb(10, 5, 0);
  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(255, 236, 0);
  border-bottom: 1px solid rgb(79, 43, 58);
}

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

div.menubit p a:link {
  color: rgb(123, 246, 200);
  text-decoration: underline;
}

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

div.menubit p a:hover {
  color: rgb(24, 0, 36);
  background-color: rgb(123, 246, 200);
  text-decoration: none;
}

div.menubit p a:active {
  color: rgb(24, 0, 36);
  background-color: rgb(255, 168, 0);
  text-decoration: none;
}

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

div.nav {
}

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

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

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

    div.nav h2 a:hover {
      display: block;
      color: rgb(24, 0, 36);
      background-color: rgb(151, 217, 163);
      text-decoration: none;
      padding: 2px 0 2px 10px;
    }

    div.nav h2 a:active {
      display: block;
      color: rgb(24, 0, 36);
      background-color: rgb(255, 168, 0);
      text-decoration: none;
      padding: 2px 0 2px 10px;
    }

div.nav p {
  font-family: georgia, times new roman, times, serif;
  font-size: 0.9em;
  color: rgb(151, 217, 163);
  margin: 0;
}

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

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

    div.nav p a:hover {
      color: rgb(24, 0, 36);
      display: block;
      background-color: rgb(151, 217, 163);
      text-decoration: none;
      padding: 1px 0 2px 18px;
    }

    div.nav p a:active {
      display: block;
      color: rgb(24, 0, 36);
      background-color: rgb(255, 168, 0);
      text-decoration: none;
      padding: 1px 0 2px 18px;
    }

div.current {
  border: 1px solid rgb(10, 5, 0);
  border-left-color: rgb(48, 0, 72);
  border-top-color: rgb(48, 0, 72);
  background-color: rgb(36, 0, 48);
  padding: 3px 2px;
  margin: 4px 0;
}

div.current h2,
div.current p {
}

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

.term {
  font-weight: bold;
}

ul.simple {
  list-style-type: none;
  padding-left: 0;
}

div#content ol {
  margin-bottom: 1em;
}

div#content ol#ref {
  font-size: 0.8em;
  line-height: 150%;
}

div#content div#thefaq ol {
  list-style-type: lower-roman;
}

div#content div#thefaq ol ol {
  list-style-type: decimal;
}

div#content .ref a:link,
div#content a.ref:link {
  text-decoration: none;
}

div#content .ref a:visited,
div#content a.ref:visited {
  text-decoration: none;
}

a.ref:target {
    font-weight: bold;
}

img {
	border: 0;
	margin: 0;
}

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

li {
	margin-bottom: 0.5em;
}

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

q:before,
q:after
{
  content: none;
}

b,
strong {
    font-weight: bold;
}

cite,
cite.italic cite.italic
{
  font-style: normal;
}

em,
cite.italic,
cite.italic cite
i {
    font-style: italic;
}

div#content .highlight {
  color: rgb(255, 113, 0);
  font-weight: bold;
}

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

div.image {
	float: right;
	clear: right;
	background-color: #270030;
	border: 1px solid rgb(166, 72, 58);
	padding: 0.3em;
	margin: 0 0 5px 10px;
}

div#content div.image p {
	margin: 0; padding: 0;
	text-align: left;
}

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

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

.s {
	font-family: serif;
}

.red
{
  color: #FF0000;
}

.green
{
  color: #00FF00;
}

#######################
##   CREDITS TABLE   ##
#######################

div#content table.credits {
  width: 100%;
}

div#content table.credits td,
div#content table.credits th {
  padding: 3px 8px;
}

/*#######################
##   CHARGUIDE TABLE   ##
#######################*/

div#content table.charguide
{
#  border: 1px solid #a6483a;
  border: 1px solid #f0ea9a;
  border-collapse: collapse;
  margin-bottom: 10px;
}

div#content table.charguide tr
{
  border-top: 1px solid #4f2b3a;
  border-bottom: 1px solid #4f2b3a;
}

div#content table.charguide td,
div#content table.charguide th
{
  border-left: 1px solid #f0ea9a;
  border-right: 1px solid #f0ea9a;
#  border-right: 1px solid #4f2b3a;
#  padding: 1px 5px;
  padding: 3px 8px;
}

div#content table.charguide th
{
  border-bottom: 1px solid #f0ea9a;
  border-top: 1px solid #f0ea9a;
}






div#content td.left,
div#content th.left {
	text-align: right;
	width: 50%;
	vertical-align: top;
}

div#content td.right,
div#content th.right {
	text-align: left;
	width: 50%;
}

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

/**********
  CONTENT
**********/
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;
}

/*** REFERENCES ***/

h2#References + ol {
    -moz-column-count: 2;
    -moz-column-gap: 2em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    column-count: 2;
    column-gap: 2em;
    padding-left: 3%;
}

h2#References + ol li {
    padding-left: 1em;
    text-indent: -1em;
}

h2#References + ol li + li {
    margin-top: 0.5em;
}

h2#References + ol li a[href^="#cite_"] {
    font-size: 0.8em;
    position: relative;
    bottom: 0.3em;
}

a.ref:target {
    font-weight: bold;
}

h2#References + ol li:target {
    background-color: black;
}

fieldset#portal {
    display: none;
}
