/* RESET
--------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}


/* LAYOUT
--------------------------------------------------*/
body {
  font-size: 75%;
  margin: 0px;
  text-align: center;
  min-width: 880px;
  color: #FFFFFF;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Page Header */

#header .menu {
  padding: 5px;
  line-height: 20px;
}

#header a {
  padding-left: 10px;
  padding-right: 10px;
}

#header img {
  line-height: 75px;
}

/* Body Content */

#container {
  float: left;
  width: 100%;
  overflow: hidden;
}
* html #container { height: 100% } /* IE6 FIX */

#content {
  margin: 10px 210px 10px 210px;
  margin-bottom: 10px; /* IE FIX */
  padding: 1em;
}
* html #content { height: 100% } /* IE6 FIX */

#content li {
  padding-left: 5px;
}

/* Menus */

#leftmenu {
  float: left;
  width: 190px;
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 1.8em;
}
* html #leftmenu { margin-left: 5px; } /* IE6 FIX */

#rightmenu {
  float: right;
  width: 190px;
  margin: 0;
  margin-top: 10px;
  margin-right: 11px;
  margin-bottom: 10px;
  line-height: 1.8em;
}
* html #rightmenu { margin-right: 5px; } /* IE6 FIX */

#rightmenu .box {
  width: 190px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#rightmenu .logo {
  padding-top: 5px;
}

#leftmenu .list, #rightmenu .list {
  margin-left: 5px;
  margin-right: 5px;
}

#leftmenu li a, #rightmenu li a {
  height: 1%; /* IE6 FIX */
}

#leftmenu .title, #rightmenu .title {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Body Content Box (Navigation Bar) */

#nav {
  margin: 0;
}

#nav .title {
  padding: 0.5em 0.7em 0.6em 0.7em;
  height: 1%; /* IE6 FIX */
}
* html #nav .title { margin-left: -3px; } /* IE6 FIX */

#nav .arrow {
  padding-left: 8px;
  padding-right: 8px;
}

#nav h3 {
  line-height: 1em;
}

#nav .contentname {
  padding-top: 20px;
  padding-bottom: 10px;
}

#nav .bodycontent {
  padding: 5px;
}

#nav .source {
  padding-left: 5px;
}

/* News Entries */

#newsentry {
  margin-bottom: -20px;
}

#newsentry .tl {
  line-height: 30px;
  padding-left: 10px;
}

#newsentry .date {
  margin: 0;
  padding-left: 10px;
  line-height: 20px;
}

#newsentry .content {
  padding: 10px;
  margin-bottom: 20px;
}

/* Search Form */

#searchform form {
  margin: auto;
  height: 100%;
  width: 390px;
}

#searchform #searchbutton {
  /*height:23px;*/
  width: 70px;
  vertical-align: top;
}

form { padding: 6px 0; }

form input, form textarea {
  padding: 3px;
  width: 300px;
}

#searchresults {
  margin-top: 10px;
}

#searchresults .title {
  line-height: 30px;
  margin: 0;
  margin-bottom: 5px;
}

#searchresults .title img {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

#searchresults .content {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  margin-top: -5px;
  margin-bottom: 5px;
}

#searchresults .preview {
  padding-bottom: 10px;
}

/* Faction Page */

#faction {
  margin: 0;
}

#faction .title {
  line-height: 30px;
}

#faction .content {
  height: 1%; /* IE6 FIX */
  padding: 5px;
}

#faction img {
  padding-right: 3px;
}

#faction .description {
  padding: 5px;
  margin-left: 10px;
}

/* About Page */

#about {
  margin: 0;
}

#about .title {
  line-height: 30px;
}

#about .content {
  padding: 5px;
}

#about p {
  padding-bottom: 10px;
}

#about .donation {
  margin: 30px 50px 10px 50px;
  padding: 5px;
}

#about #donatebutton {
  width: 62px;
  height: 31px;
}

/* Page Footer */

#footer {
  clear: both;
  line-height: 40px;
}

/* LOOKS
--------------------------------------------------*/

/* Global Links */

a {
  color: #253a7e;
  text-decoration: none;
}

a:hover {
  color: #5c73be;
  text-decoration: none;
}

a img {
  border: none;
}

/* Page Header */

#header {
  text-align: center;
  text-decoration: none;
  background: #465574;
  color: #FFFFFF;
}

#header .menu {
  color: #000000;
  background: #cfcfcf;
  font-size: 1em;
  border-bottom: 1px solid #253a7e;
}

#header a {
  font-weight: bold;
}

/* Body Content */

#container {
  background: url(../images/parchment_bg.jpg);
  text-align: left;
}

#content {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #000000;
  background: #ffffff;
  border: 1px solid #253a7e;
}

#content li {
  display: block;
}

/* Menus */

#leftmenu {
  font-size: 0.9em;
  text-align: center;
  background: #ffffff;
  border: 1px solid #253a7e;
}

#rightmenu {
  font-size: 0.9em;
  text-align: center;
}

#rightmenu .box {
  background: #ffffff;
  border: 1px solid #253a7e;
}

#leftmenu .title, #rightmenu .title {
  border-bottom: 1px solid #cfcfcf;
}

#leftmenu ul li, #rightmenu ul li {
  display: block;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

#leftmenu li a, #rightmenu li a {
  display: block;
}

#leftmenu li a:hover, #rightmenu li a:hover {
  background: #465574 url(../images/s_middle.jpg) repeat-x;
  color: #ffffff;
}

/* Body Content Box (Navigation Bar) */

#nav .title {
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  background: url(../images/s_tl.jpg) 0 0 no-repeat;
}

#nav .title a {
  color: #ffffff;
  text-decoration: underline;
}

#nav .title a:hover {
  color: #dadada;
  text-decoration: underline;
}

#nav .arrow {
  background: url(../images/arrow.gif) 50% 50% no-repeat;
}

#nav .middle {
  background: #465574 url(../images/s_middle.jpg) repeat-x;
}

#nav .tr {
  background: url(../images/s_tr.jpg) 100% 0 no-repeat;
}

#nav .contentname {
  border-left: 2px solid #465572;
  border-right: 2px solid #465572;
}

#nav h3 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

#nav .bodycontent {
  border-left: 2px solid #465572;
  border-right: 2px solid #465572;
}

#nav .source {
  background: #dadada;
  border-left: 2px solid #465572;
  border-right: 2px solid #465572;
  border-bottom: 2px solid #465572;
}

#nav p {
  display: block;
}

/* News Entries */

#newsentry .tl {
  font-size: 1.8em;
  color: #ffffff;
  font-weight: bold;
  background: url(../images/s_tl.jpg) 0 0 no-repeat;
}

#newsentry .tl a {
  color: #ffffff;
  text-decoration: underline;
}

#newsentry .tl a:hover {
  color: #dadada;
  text-decoration: underline;
}

#newsentry .middle {
  background: #465574 url(../images/s_middle.jpg) repeat-x;
}

#newsentry .tr {
  background: url(../images/s_tr.jpg) 100% 0 no-repeat;
}

#newsentry .date {
  color: #000000;
  font-size: 1em;
  background: #dadada;
  border-left: 2px solid #465572;
  border-right: 2px solid #465572;
}

#newsentry .content {
  font-size: 1.0em;
  border-left: 2px solid #465572;
  border-bottom: 2px solid #465572;
  border-right: 2px solid #465572;
}

/* Search Form */

#searchform form {
  text-align: center;
}

#searchform form fieldset {
  border: 0 solid; /* OPERA FIX */
}

#searchform #searchbutton {
  font-size: 1.0em;
  text-align: center;
  color: #ffffff;
  background: #465574;
  border: #cfcfcf 1px solid;
}

form input, form textarea {
  border: 1px solid;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

form .button {
  width: 90px !important;
  border-bottom: 1px solid;
  font-weight: bold;
}

#searchresults .title {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: url(../images/s_tl.jpg) 0 0 no-repeat;
}

#searchresults .middle {
  background: #465574 url(../images/s_middle.jpg) repeat-x;
}

#searchresults .tr {
  background: url(../images/s_tr.jpg) 100% 0 no-repeat;
}

#searchresults .content {
  border-left: 2px solid #465572;
  border-bottom: 2px solid #465572;
  border-right: 2px solid #465572;
}

/* Faction Page */

#faction .content {
  border-left: 2px solid #465572;
  border-bottom: 2px solid #465572;
  border-right: 2px solid #465572;
}


#faction .title {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: url(../images/s_tl.jpg) 0 0 no-repeat;
}

#faction .middle {
  background: #465574 url(../images/s_middle.jpg) repeat-x;
}

#faction .tr {
  background: url(../images/s_tr.jpg) 100% 0 no-repeat;
}

/* About Page */

#about {
  text-align: center;
}

#about .title {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: url(../images/s_tl.jpg) 0 0 no-repeat;
}

#about .content {
  text-align: left;
  border-left: 2px solid #465572;
  border-bottom: 2px solid #465572;
  border-right: 2px solid #465572;
}

#about .middle {
  background: #465574 url(../images/s_middle.jpg) repeat-x;
}

#about .tr {
  background: url(../images/s_tr.jpg) 100% 0 no-repeat;
}

#about p + p {
  text-indent: 1.5em;
}

#about .donation {
  border: 2px solid #465572;
}

/* Page Footer */

#footer {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  background: #465574;
}

/* Misc */

.highlight {
  color: #ffffff;
  background: #465572;
  font-weight: bold;
}