body {
  font: x-small sans-serif;
  background: #222222 url(http://enoris.enorisian-empire.com/wiki/skins/enoris/bg.jpg);
  margin: 0px;
  width: 100%;
  color: #EEEEEE;
}

/*
 * Link styles
 */

a { text-decoration: none; }
a:link { color: #3388FF; }
a:visited { color: #6666FF; }
a:hover { text-decoration: underline; }
a:active { color: #FFBB00; }

a.red:link { color: #BB0000; }
a.red:visited { color: #800000; }

a.none:link { color: #EEEEEE; }
a.none:visited { color: #EEEEEE; }
a.none:hover { text-decoration: none; }

a.header {
  color: #CC0000;
  font-weight: bold;
}
a.header:visited { color: #CC0000; }
a.header:hover {
 color: #FFFFFF;
 text-decoration: none;
}

/*
 * <div> header styles
 *
 */

div.header_bar {
  border: 4px solid #282828;
  border-top-style: none;
  background: #2D2D2D url(http://enorisian-empire.com/images/header_logo.png) 100% 0% no-repeat;

  font-size: 15px;

  width: 94%;
  position: relative;
  left: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

div.header_bar div.header_title {
  font-size: 25px;
  font-weight: bold;
}

div.header_bar div.header_sub {
}

/*
 * Header menu attempt.
 */

div.menu {
  padding-left: 3px;
  padding-right: 3px;

  display: inline;
}

div.menu:hover {
  background: #454545;
}

/*
 * Post stuff.
 */

div.post {
  border: 5px solid #202020;
  background: #2D2D2D;

  font-size: 10pt;

  width: 87%;
  position: relative;
  right: 5%;
  left: 5%;
}

div.post h3 {
  border-bottom: 2px solid #3F3F3F;
  background: #505050;

  padding: 3px 10px;
  margin: 0px;

  font-size: 13pt;
  font-weight: bold;
  text-indent: 0.5cm;
}

div.post p {
  text-indent: 0.5cm;
  margin-left: 0.2cm;
  margin-right: 0.2cm;
}
div.post p.none { text-indent: 0cm; }
div.post p.fancy { text-indent: 0cm; }
div.post p.fancy:first-letter {
  font-size: 250%;
  font-weight: bold;
  float: left;
}
