/* hellcat base code */
body
{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  margin: 0px;
  background-image: url("/images/halfcat.png");
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}

.sig { font-size: x-small; }

a:link    { color: #08f; }
a:visited { color: #f00; }
a:hover   { color: #0a0; text-decoration: overline underline; }
a:active  { color: #0a0; }

img
{
  border: 0px;
}

#header
{
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 120px;
  margin: 0px;
  background: #000;
  color: #fff;
  background-image: url("/images/halfcatblack.png");
  background-repeat: no-repeat;
}

#header #h1text
{
  background: url("/images/firefang.png") no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 420px;
  height: 120px;
}

#sidebars
{
  padding: 1px 0px 1px 0px;
  margin: -1px 0px -1px 0px;
  float: left;
  width: 210px;
  background-image: url("/images/sidebar.png");
  background-repeat: repeat-y;
  clear: left;
}
  
#sidebars li
{
  padding-left: 10px;
  display: block;
  font-family: sans-serif;
  font-size: 1.5em;
  width: 198px;
}

#sidebars a
{
  text-decoration: none;
  color: #fff;
}

#sidebars li:hover
{
  background-image: url("/images/selectgrade.png");
  background-repeat: repeat-y;
}

#stylebar h3
{
  margin: 1em 0px 0px 0px;
}

#sidebars ul
{
  list-style-type: none;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

#navbar
{
  background-image: url("/images/sidebartop.png");
  background-repeat: no-repeat;
}

#linkbar h3
{
  margin: 1em 0px 0px 0px;
}

#linkbar li
{
  margin-bottom: 5px;
}

#linkbar img
{
  display: block;
}

#content
{
  background-image: url("/images/sidebar.png");
  background-repeat: repeat-y;
  padding: 1em 0px 1em 200px;
  text-align: center;
  font-family: sans-serif;
  font-size: 1.1em;
}

#content div
{
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#footer
{
  clear: both;
  background: #000;
  color: #fff;
  margin: 0px;
  padding: 0.5em;
}

#copyright
{
  float: left;
}

#stickers
{
  text-align: right;
}

#stickers ul, #stickers li
{
  list-style-type: none;
  display: inline;
}

.hide
{
  display: none;
}

.item
{
  border-top: none;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #888;
  border-left: 2px solid #888;
  text-align: justify;
  margin-top: 1em;
  width: 75%;
}

.item .itemheader
{
  margin: 0px;
  background-color: #888;
  background-image: url("/images/headergrade.png");
  background-repeat: repeat-y;
  background-position: right;
  padding: 1px;
  color: #000;
}

.item .itemheader .title
{
  margin: 0px;
}

.item .itemheader .date
{
  margin: 0px;
}

.item .itemcontent
{
  padding-top: 0.5em;
}

.item .itemcontent .first:first-letter
{
  font-size: 2em;
  float: left;
}

acronym, abbr, .help
{
  border-bottom: 1px dotted #333;
  cursor: help;
}

/* extra code for advanced style sheet */
body
{
  background-position: bottom right;
  background-attachment: fixed;
}

#header
{
  background-attachment: fixed;
  background-position: bottom right;
}

#footer
{
  background-image: url("/images/halfcatblack.png");
  background-position: bottom right;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.item
{
  background-image: url("/images/halfcatfaded.png");
  background-position: bottom right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #fff;
}
