/* ------------ Ezboard font module and basic settings --------- */
/* ------ 76% and 12px or 62.5% and 10px ------ */

body {
   background-color: #C0D9D9;
   background-image: url(http://img49.imageshack.us/img49/4458/backgroundje0.jpg);
   color: #000000;
   font-family: "Trebuchet MS", "Tahoma", Arial, sans-serif;
   font-size: 14px;
}

.dropdown li, .category-box .odd td {
   background-color: #C0D9D9;
}

.dropdown li input, a, a:link {
   color: #000000;
}

a:visited {
   color: #4169E1;
}

a:hover, a:active {
   color: #8B0000;
}

.boxheading {
   background-color: #6A74B4;
   color: #FFFFFF;
   padding: 3px;
}

.extra-content .boxbody {
   background-color: #6A74B4;
}

.boxheading a:link, .boxheading a:visited {
   color: #FFFFFF;
}

th {
   background-color: #5F9EA0;
   color: #F9E6FD;
}

th a:link, th a:visited {
   color: #F9E6FD;
}

.category-box .even td, .forum-box .odd td, .featured-box .odd td, .forum-box .even td, .featured-box .even td, .discussion-box .odd td, .discussion-box .even td, .lead {
   background-color: #FFFFFF;
}

.breadcrumbs, .breadcrumbs a:link, .breadcrumbs a:visited {
   color: #2F2F4F;
}

.pager div {
   background: #6A74B4;
}

.button {
   background: #6A74B4;
   padding: 3px;
}

/* for all browsers (the good ones, that is) */

* html body, *body {
   font-size: 80%;
}

/* for the IE's, including default css hack */

#wrapper {
   font-size: 1em;
   width: 90%;
   margin: 0px auto;
}

/* em is a relational size, so all these sizes are relative
      to the starter size (which is currently 12px) */

h1 {
   font-size: 1.4em;
   font-weight: normal;
   margin: 0;
   padding: 0;
}

h2 {
   font-size: 1.3em;
   font-weight: normal;
   margin: 0;
   padding: 0;
}

h3, h4 {
   font-size: 1.2em;
   font-weight: normal;
   margin: 0;
   padding: 0;
}

h5 {
   font-size: 1.1em;
   margin: 0;
   padding: 0;
}

h6 {
   font-size: 1em;
   margin: 0;
   padding: 0;
}

p {
   font-size: 1em;
   margin: 0;
   padding: 0;
   margin-bottom: 8px;
}

/* EZBOARD STYLE ICONS ---- */
/* ezboard style hot topic icon */
/*tr.row-hot td.topic-titles
      {background: url(http://www.ezboard.com/images/hottopic.gif)
no-repeat 5px 50%;
      padding-left: 30px;}*/
/* ezboard style multiple page topic icon */

.topic-pager {
   background-image: url(http://www.ezboard.com/images/multipage.gif);
   background-repeat: no-repeat;
   background-color: 0;
   padding-left: 15px;
}

/* BREADCRUMBS ----
      (break into separate lines and indent,
      delete this code if you want bread crumbs to line up neatly on one
line) */

ul.bread-crumbs li {
   display: block;
}

ul.bread-crumbs li.odd {
   padding-left: 15px;
}

ul.bread-crumbs li.even {
   padding-left: 30px;
}

ul.bread-crumbs li.first {
   padding-left: 0;
}

/* PREVIOUS AND NEXT TOPIC LINKS ----
      align links to the right */

.topic-pagejump {
   text-align: right;
}

.topic-pagejump a.previous-topic {
   float: none;
   display: inline;
}

.topic-pagejump a.next-topic {
   float: none;
   display: inline;
   padding-left: 1em;
}

.tool-box .boxbody, .legend-box .boxbody, .stats-box .boxbody {
   padding: 3px;
}

.control-box .boxbody {
   background-color: transparent;
}