body
{
  background-color: black;
  background-image: url("/images/fire.jpg");
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
  padding: 0px 0px 1em 0px;
  margin: 0px;
  text-align: center;
}

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

img
{
  border: 0px;
}

#entirety
{
  width: 600px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  background: url("/images/blogback.png") repeat-y;
}

#header
{
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 160px;
  width: 600px;
  margin: 0px auto 0px auto;
  background: #000;
  color: #fff;
}

#header #h1text
{
  background: url("/images/firefangblog.png") no-repeat center;
  display: block;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 160px;
}

#header #text
{
  display: none;
}

#sidebars
{
  float: right;
  width: 200px;
  text-align: right;
  margin-top: -40px;
}
  
#sidebars li
{
  padding-right: 0.5em;
  display: block;
  font-family: sans-serif;
  font-size: 1.5em;
  border-bottom: solid 1px black;
}

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

#sidebars li:hover
{
  background-color: #ddd;
}

#stylebar h3
{
  margin: 1em 0px 0px 0px;
  padding-left: 0.5em;
  text-align: left;
  border-bottom: solid 1px black;
}

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

#linkbar h3
{
  margin: 1em 0px 0px 0px;
  padding-left: 0.5em;
  text-align: left;
  border-bottom: solid 1px black;
}

#linkbar li
{
  padding: 5px 0.5em 5px 0px;
  margin: 0px;
}

#linkbar img
{
  margin-left: auto;
  display: block;
}

#content
{
  padding: 0px 200px 0px 0px;
  text-align: center;
  font-family: sans-serif;
  margin-top: -40px;
}

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

#footer
{
  clear: both;
  background-image: url("/images/blogbottom.png");
  color: #fff;
  margin: 0px;
  padding: 0px;
  width: 600px;
  height: 120px;
}

#copyright
{
  float: left;
  width: 400px;
  padding: 0.5em;
}

#stickers
{
  padding: 0.5em;
}

#stickers li
{
  text-align: right;
  list-style-type: none;
  margin-bottom: 5px;
}

.hide
{
  display: none;
}

.item
{
  text-align: justify;
  width: 380px;
  padding-top: 0px;
  padding-bottom: 2em;
}

.item .itemheader
{
  margin: 0px;
  color: #000;
  padding-left: 1em;
}

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

.item .itemheader .date
{
  margin: 0px;
  color: gray;
  font-size: 0.8em;
}

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

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