/*
  template.css

  The style definitions in this file are used by ALL pages except the
  character sheets.

  This design is based off the Purple Haze CSS/XHTML template written by
  haran, available from the Open Source Web Design website at:
  http://www.oswd.org/viewdesign.phtml?id=1110
*/

/* ###### Color Scheme ###### */

#footer a, a, input.go
{ color: silver; text-decoration: none; }

#footer a:hover, a:hover
{ text-decoration: underline; }

.topOfPage, q, h1, h2, h3, .headerTitle, .headerLinks, .headerLinks *, .sideBox div, #footer *, .quick, input.go
{ color: #FFF; }

q, h2,  #header, .sideBox, .sideBox div, #footer, .quick, input.go
{ border-color: #FFF; }

#header, .sideBox div, .sideBox a:hover, input.go, select.quick
{ background-color: #950101; }

q, .sideBox a, .sideBox span, #footer, .quick
{ background-color: #950101; }

#bodyText span.notice
{ color: yellow; }

.oddbg
{ background: #222; }
/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 2.5mm;
  margin-bottom: 2.5mm;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 2.5mm;
  margin-bottom: 2.5mm;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 5mm;
}

[class~="RHS"] {
  margin-right: 5mm;
}


/* ###### Body Text ###### */

html {
  font-size: 14px;
}

#quickMenu {
    color: #c0c0c0;
    line-height: 1.5em;
    padding: 0 1em 1ex 1em;
    border: solid 1px black;

    line-height: 1.5em;
    width: 80px;
    vertical-align: top;
}

#quickMenu a {
    color: #c0c0c0;
    font-size: 12px;
    font-weight: bold;
}

#quickMenu a.short {
    color: #c0c0c0;
    font-size: 9px;
    font-weight: normal;
}

#bodyText {
  line-height: 1.5em;
  margin: 10mm 10.5em 0 10.5em;
  padding: 0 1em 1ex 1em;
  min-width: 35em;
  vertical-align: top;
}

#bodyTable {
  margin: 0px; 
  padding: 0px;
  width: 100%;
}

#bodyText p, #bodyText dl, #bodyText ul {
  padding-bottom: 2ex;
  text-align: justify;
}

#bodyText span.help {
  border-bottom: 1px dashed;
  cursor: help;
}

#bodyText span.notice {
  padding: 0 1em 0 1em;
  font-size: .7em;
}

.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

.nobr {
  white-space: nowrap;
}
#_clearly_component__next_pages_container
{
	display: none !important;
}
body {
  background-color: #222;
  /*background: linear-gradient(top, #111,#444);
  background: -moz-linear-gradient(top,#111,#444);
  background: -o-linear-gradient(top,#111,#444);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#444));*/
  color: #FFF;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

h1 * {
  font-size: 70%;
  border: none;
}

h2 {
  font-weight: bold;
  font-size: 120%;
}

input.go {
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
}

input.quick {
  border: 2px solid;
  height: 1.3em;
  padding: .2em;
}

#bodyText p.code {
  font-family: "lucida console", monospace;
  font-size: 90%;
  margin: 0 1em 0 1em;
  text-align: left;
}

img {
  border: 0;
}

.smaller {
  font-size: 70%;
  line-height: 1.5em;
}

form, p.indent {
  margin: 1em;
}
table.indent {
  margin: 0 1em 0 1em;
}

form.offset {
  margin: 1em 5em 1em 5em;
}

dt span {
  font-weight: bold;
}

div.inputholder {
  padding: 2px;
}

li li {
  list-style-type: lower-roman;
}
table.clist td, table.clist th {
  padding: 0 1em 0 1em;
}
table.clist td.c {
  text-align: center;
}

/* ###### Header ###### */

#header {
  border-bottom: 2px solid;
  margin-bottom: 5mm;
  padding: 1em 2.5mm 0.3em 5mm;
}

.headerTitle {
  font-size: 250%;
}

.headerLinks {
  text-align: right;
}

.headerLinks * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
  padding-left: 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}

/* ###### Side Box ###### */

.sideBar {
  width: 9em;
}

.sideBox {
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 5mm;
}

.sideBox div {
  font-weight: bold;
  border-bottom: 2px solid;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: #c0c0c0;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}

#foot {
  color: inherit;
  clear: left;
  font-size: 70%;
}

/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 1px solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
  font-size: 70%;
}

.footerImg {
  padding-right: 3mm;
  padding-top: 2mm;
  float: right;
}

#footer div {
  padding-left: 3mm;
}

#footer a:hover {
  text-decoration: underline;
}

.footerCol2 {
  position: absolute;
  left: 7em;
}

ul.character {
    list-style-type: none;
    clear: both;
    font-size: 0.8em;
    margin: 0px 20px 0px 20px;
    padding: 0px;
}

ul.character li.row {
    clear: both;
}

ul.characterattribute {
    list-style-type: none;
    clear: both;
    height: 10px;
    margin: 0px;
    padding: 0px;
}

ul.characterattribute li {
    width: 80px;  
    list-style-type: none;
    float: left;
    display: inline;
}
