/* eXonyte's Realm 5.1 Blue theme CSS

  Text: #000000; (Base text color)
MainBG: #ffffff; (Base background color)
Border: #87a2d9; (Border color)
LiteBG: #eff3fb; (Light background, h2 and lit up navlinks)
DarkBG: #d4def2; (Dark background, h3, comments, and normal navlinks)
*/

/* Import basic layout CSS */
@import url("baselayout.css");
@import url("mozcurves.css");

/* Main body */
html {
  background: #ffffff url("blue/exologo-footer.png") no-repeat fixed bottom right;
}

body {
  background: transparent url("blue/exologo-header3.png") no-repeat fixed top left;
  font-family: Verdana, Bitstream Vera Sans, Arial, Helvetica, sans-serif;
  font-size: .75em;
  color: #000000;
}

/* Non-specific styles */
a:link, a:visited {
  text-decoration: none;
  font-style: italic;
  color: #023498;
  background-color: transparent;
}

a:link:hover, a:visited:hover {
  text-decoration: overline underline;
}

img {
  border: 0;
}

hr {
  display: none;
}

.editbox {
  border: 1px solid #87a2d9;
  color: #000000;
  background-color: #ffffff;
}

input.button {
  border: 1px solid #87a2d9;
  color: #000000;
  background-color: #eff3fb;
}

select {
  border: 1px solid #87a2d9;
  color: #000000;
  margin: 1px;
}
/* Specific styles */

/* System message */
div.sysmsg {
  font-size: 1.4em;
  font-style: italic;
  border: 1px solid #87a2d9;
  color: #000000;
  background-color: #d4def2;
  background: #d4def2 url("blue/fade-right.png") repeat-y scroll top right;
}

/* Header */
div#headlogo {
  color: inherit;
  background: #ffffff url("blue/exologo-header.png") no-repeat fixed top left;
  border-bottom: 1px solid #87a2d9;
}

div#headlogo h1 { display: none; }

/* Content container */
div#content {
  color: inherit;
  background-color: transparent;
}

/* News */
div#content h2 {
  font-size: 1.8em;
  font-style: italic;
  border: 1px solid #87a2d9;
  color: #000000;
  background: #eff3fb url("blue/exologo-h1.png") no-repeat scroll top right;
}

.post, .post td, .post th {
  border: 1px solid #87a2d9;
  font-size: 1em; /* Needed for Internet Explorer */
}

.post {
  background: transparent url("blue/fade-solid.png") repeat scroll;
}
.post th {
  background-color: #eff3fb;
  text-align: center;
}

.post th[colspan], .post td[colspan] {
  background: #d4def2 url("blue/fade-right.png") repeat-y scroll top right;
}

.post td.profile {
  background: inherit;
}

.post td a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nodesc {
  font-style: italic;
  color: #d4def2;
}

.post h3 {
  font-size: 1.2em;
  font-style: italic;
  background-color: #d4def2;
  background: #d4def2 url("blue/fade-right.png") repeat-y scroll top right;
  border-bottom: 1px dashed #87a2d9;
}

.post div.comment {
  text-align: right;
  font-style: italic;
  font-size: .95em;
  background: #d4def2 url("blue/fade-left.png") repeat-y scroll top left;
  border-top: 1px dashed #87a2d9;
}

/* Comments */
div.comments {
  position: relative;
  border: 1px solid #87a2d9;
  margin-bottom: 2px;
  background-color: #eff3fb;
}

/* IE6 */
html>body div.comments {
  background-color: transparent;
}

div.comminfo {
  position: absolute;
  width: 12.5em;
  text-align: center;
  height: 100%;
  background-color: #eff3fb;
}

div.commcontent {
  position: relative;
  left: 12.5em;
  margin-right: 12.5em;
  border-left: 1px solid #87a2d9;
  background: transparent url("blue/fade-solid.png") repeat scroll;
}

div.commname, div.commtag, div.commhead  {
  border-bottom: 1px solid #87a2d9;
  padding: 2px 0;
}

div.commtag, div.commposts {
  font-size: .8em;
}

div.commposts {
  padding: 2px 0;
}

div.commcontent p {
  margin: 0;
  padding: 2px;
}

div.commcontent {
  height: 7em;
  min-height: 7em;
}

/* IE6 */
html>body div.commcontent {
  height: auto;
}

div.commname, div.commhead, td.forumcat {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  background-color: #d4def2;
  color: inherit;
}

div.commcontent div.commhead, td.forumcat {
  background: #d4def2 url("blue/fade-right.png") repeat-y scroll top right;
}

td div.forumtitle {
  background-color: #eff3fb;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px dashed #87a2d9;
}

#forums td, th.title {
  width: 50%;
  vertical-align: top;
  padding: 0;
}

#forums td div.desc {
  padding: 2px;
  font-size: .8em;
}

#forums td.stats {
  width: auto;
  vertical-align: middle;
  text-align: center;
  font-size: .8em;
}

/* Navigation */
div#navigation li a {
  color: #023498;
  background-color: #d4def2;
  border: 1px solid #87a2d9;
  border-left: 0;
  font-size: 1.4em;
  font-style: italic;
  text-decoration: none;
  color: #023498;
}

div#navigation li a:hover {
  color: #023498;
  background-color: #eff3fb;
}

/* Links */
div#links {
  background-color: #d4def2;
  border: 1px solid #87a2d9;
  border-left: 0;
}

div#links h2, div#links h3 {
  display: none;
}

/* Recent activity */
div#shoutbox, div#recent {
  background-color: #d4def2;
  border: 1px solid #87a2d9;
  border-right: 0;
}

div#shoutbox {
  background: #eff3fb url("blue/exologo-h1.png") no-repeat scroll top right;
}

div#shoutbox a, div#shoutbox a:hover, div#recent a, div#recent a:hover {
  display: block;
  width: 100%;
  text-decoration: none;
  font-style: normal;
  color: #000000;
  border: 1px solid #d4def2;
  overflow: hidden;
}

div#shoutbox a, div#recent a:hover {
  background-color: #eff3fb;
  border: 1px solid #87a2d9;
}

div#shoutbox a:hover {
  background-color: #d4def2;
  border: 1px solid #87a2d9;
}

div#shoutbox ul, div#shoutbox li, div#recent ul, div#recent li {
  margin: 1px 2px 1px 1px;
  padding: 0;
  list-style-type: none;
  font-size: .9em;
}

div#shoutbox li {
  padding: 2px;
}

div#shoutbox a {
  padding: 1px;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  opacity: .85;
}

div#shoutbox .actname, div#recent .actname {
  font-weight: bold;
}

div#shoutbox .actdate, div#recent .actdate {
  color: #023498;
}

div#shoutbox h2 {
  display: block;
  font-size: 1em;
  font-style: italic;
}

input#message {
  font-size: .9em;
  margin-left: 3px;
}

div#shoutmsg {
  margin-left: 3px;
  font-size: .9em;
}

/* Stats */
div#stats {
  background-color: #d4def2;
  border: 1px solid #87a2d9;
  border-right: 0;
}

/* Copyright */
div#copyright {
  border: 1px solid #87a2d9;
  color: inherit;
  background-color: #eff3fb;
  font-size: .8em;
  font-style: italic;
  text-align: center;
}

/* Settings */
div#settings {
  color: #000000;
  background-color: #d4def2;
  border-left: 1px solid #87a2d9;
  border-bottom: 1px solid #87a2d9;
  font-size: .9em;
}

div#settingbox {
  padding-top: 5px;
  margin-top: 3px;
  border-top: 1px solid #87a2d9;
}

fieldset {
  border: 0;
}

/* BBCode blocks */
.codeboxhead, .quoteboxhead {
  border: 1px solid #87a2d9;
  border-bottom-style: dashed;
  font-size: .75em;
  padding: 5px;
  background: #d4def2 url("blue/fade-right.png") repeat-y scroll top right;
  margin: 10px 10px 0;
}

.codebox, .quotebox {
  border: 1px solid #87a2d9;
  border-top: 0;
  background-color: #eff3fb;
  padding: 5px;
  margin: 0 10px;
}

.codebox {
  overflow: auto;
}

.actionbox {
  border: 1px solid #87a2d9;
  padding: 0.5em;
  background-color: #eff3fb;
  text-align: center;
  font-style: italic;
  margin: 10px;
}

