/* eXonyte's Realm 5.1 Calm 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)

  Text: #ffffff
MainBG: #6a85e8 url("calmblueimg/mainbg")
Border: #b5c5ff
LiteBG: #afbef5
DarkBG: #496be7
*/

/* Import basic layout CSS */
@import url("baselayout.css");

html {
  background: #6a85e8 url("calmblue/mainbg.jpg") repeat fixed top left;
}

/* Main body */
body {
  font-family: Verdana, Bitstream Vera Sans, Arial, Helvetica, sans-serif;
  font-size: .75em;
  color: #ffffff;
}

/* Non-specific styles */
a:link, a:visited {
  text-decoration: underline;
  font-style: italic;
  color: #ffffff;
  background-color: transparent;
}

a:link:hover, a:visited:hover {
  text-decoration: overline underline;
}

img {
  border: 0;
}

hr {
  display: none;
}

.editbox {
  border: 1px solid #b5c5ff;
  color: #ffffff;
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
}

input.button {
  border: 1px solid #b5c5ff;
  color: #ffffff;
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
}

select {
  border: 1px solid #b5c5ff;
  color: #ffffff;
  background-color: #496be7;
  margin: 1px;
}

/* Specific styles */

/* System message */
div.sysmsg {
  font-size: 1.4em;
  font-style: italic;
  border: 1px solid #b5c5ff;
  color: #ffffff;
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
}

/* Header */
div#headlogo {
  color: inherit;
  background: transparent url("calmblue/header.png") no-repeat scroll top left;
  border-bottom: 1px solid #b5c5ff;
}

div#headlogo h1 { display: none; }

div#extra1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 70;
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
}

/* Content container */
div#content {
  color: inherit;
  background-color: transparent;
}

/* News */
div#content h2 {
  font-size: 1.8em;
  font-style: italic;
  border: 1px solid #b5c5ff;
  color: #496be7;
  background: #afbef5 url("calmblue/lightbg.jpg") repeat fixed top left;
  text-align: center;
}

.post, .post td, .post th {
  border: 1px solid #b5c5ff;
  font-size: 1em; /* Needed for Internet Explorer */
}

.post {
  background: transparent url("calmblue/darkbg.jpg") repeat fixed top left;
}

.post th {
  color: #496be7;
  background: #afbef5 url("calmblue/lightbg.jpg") repeat fixed top left;
  text-align: center;
}

.post td.profile {
  background: inherit;
}

.post td a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nodesc {
  font-style: italic;
  color: #8aa5ff;
}

.post h3 {
  font-size: 1.2em;
  font-style: italic;
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
  border-bottom: 1px dotted #b5c5ff;
}

.post div.comment {
  text-align: right;
  font-style: italic;
  font-size: .95em;
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
  border-top: 1px dotted #b5c5ff;
}

/* Comments */
div.comments {
  position: relative;
  border: 1px solid #b5c5ff;
  margin-bottom: 2px;
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
}

div.comminfo {
  position: absolute;
  width: 12.5em;
  text-align: center;
}

div.commcontent {
  position: relative;
  left: 12.5em;
  margin-right: 12.5em;
  border-left: 1px solid #b5c5ff;
  background: #6a85e8 url("calmblue/darkbg.jpg") repeat fixed top left;
}

div.commname, div.commtag, div.commhead  {
  border-bottom: 1px solid #b5c5ff;
  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: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
  color: inherit;
}

div.commcontent div.commhead, td.forumcat {
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
}

td div.forumtitle {
  color: #496be7;
  background: #afbef5 url("calmblue/lightbg.jpg") repeat fixed top left;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px dotted #b5c5ff;
}

.forumtitle a {
  color: #496be7;
}

.forumtitle a:visited {
  color: #496be7;
}

#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: #ffffff;
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
  border: 1px solid #b5c5ff;
  border-left: 0;
  font-size: 1.4em;
  font-style: italic;
  text-decoration: none;
}

div#navigation li a:hover {
  color: #023498;
  background: #afbef5 url("calmblue/lightbg.jpg") repeat fixed top left;
}

/* Links */
div#links {
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
  border: 1px solid #b5c5ff;
  border-left: 0;
}

div#links h2, div#links h3 {
  display: none;
}

/* Recent activity */
div#recent {
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
  border: 1px solid #b5c5ff;
  border-right: 0;
}

div#recent a, div#recent a:hover {
  display: block;
  width: 100%;
  text-decoration: none;
  font-style: normal;
  color: #ffffff;
  border: 1px solid #496be7;
  overflow: hidden;
}

div#recent a:hover {
  background: #afbef5 url("calmblue/darkbg.jpg") repeat fixed top left;
  border: 1px solid #b5c5ff;
}

div#recent ul, div#recent li {
  margin: 1px 2px 1px 1px;
  padding: 0;
  list-style-type: none;
  font-size: .9em;
}

div#recent .actname {
  font-weight: bold;
}

div#recent .actdate {
  color: #023498;
}

/* Stats */
div#stats {
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
  border: 1px solid #b5c5ff;
  border-right: 0;
}

/* Copyright */
div#copyright {
  border: 1px solid #b5c5ff;
  color: #496be7;
  background: #afbef5 url("calmblue/lightbg.jpg") repeat fixed top left;
  font-size: .8em;
  font-style: italic;
  text-align: center;
}

div#copyright a {
  color: #496be7;
}

/* Settings */
div#settings {
  color: #ffffff;
  background: #496be7 url("calmblue/darkbg.jpg") repeat fixed top left;
  border-left: 1px solid #b5c5ff;
  border-bottom: 1px solid #b5c5ff;
  font-size: .9em;
}

div#settingbox {
  padding-top: 5px;
  margin-top: 3px;
  border-top: 1px solid #b5c5ff;
}

fieldset {
  border: 0;
}

label {
  position: static; /* Needed for Internet Explorer */
}

table.post label {
  position: static; /* Needed for Internet Explorer */
}

/* BBCode blocks */
.codeboxhead, .quoteboxhead {
  border: 1px solid #b5c5ff;
  border-bottom-style: dotted;
  font-size: .75em;
  padding: 5px;
  background: #496be7 url("calmblue/darkerbg.jpg") repeat fixed top left;
  margin: 10px 10px 0;
}

.codebox, .quotebox {
  border: 1px solid #b5c5ff;
  border-top: 0;
  background: #afbef5 url("calmblue/lightbg.jpg") repeat fixed top left;
  padding: 5px;
  margin: 0 10px;
  color: #496be7;
}

.codebox {
  overflow: auto;
}

.actionbox {
  border: 1px solid #b5c5ff;
  padding: 0.5em;
  background: #afbef5 url("calmblue/lightbg.jpg") repeat fixed top left;
  text-align: center;
  font-style: italic;
  margin: 10px;
  color: #496be7;
}

