
.highlight {
  color: #fd9;
}

body.portal div#head {
  position: relative;
  background: url('../img/hdr_wow.png') top left repeat-x;
  height: 200px;
}

div.portal {
  position: relative;
}

div.portal > div.deco_1 {
  position: absolute;
  top: -245px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

div.portal > div.info,
div.portal > div.error,
div.portal > div.welcome,
div.portal > div.welcome *,
div.portal > div.news,
div.portal > div.news *,
div.portal > div.recent_threads,
div.portal > div.recent_threads *,
div.portal > div.info,
div.portal > div.info * {
  clear: left;
}

/* -------------------------- Main Navigation ------------------------------- */

div.portal > ul#nav {
  position: relative;
  top: 0;
  left: 0;
  padding: 26px 3px 0 3px;
  background: url('../img/trim_25.png') top left repeat-x;
  z-index: 1500;
  margin-bottom: 3px;
}

div.portal > ul#nav li {
  float: left;
  list-style: none;
  text-align: center;
}

div.portal > ul#nav li a {
  padding-top: 0px;
  padding-bottom: 4px;
}

div.portal > ul#nav a:link {
  background-image: url('../img/tab_inv.png');
}

div.portal > ul#nav a:visited {
  background-image: url('../img/tab_inv.png');
}

div.portal > ul#nav a:hover {
  background-image: url('../img/tab_inv.png');
}

div.portal > ul#nav a:active {
  background-image: url('../img/tab_inv.png');
}

div.portal > ul#nav > li.active a {
  background-image: url('../img/tab_inv.png');
}

/* -------------------------------------------------------------------------- */

div.portal > div.welcome {
  position: relative;
  background: url('../img/foot_trim.png') top left repeat-x #000;
  padding-top: 2px;
}

div.portal > div.welcome > div.content {
  line-height: 1.5em;
  padding: 0 0.75em;
}

div.portal > div.welcome > div.content > h1 {
  display: inline;
  padding: 0 4px 0 0;
}

div.portal > div.welcome > div.content > h1 > a > img {
  vertical-align: bottom;
}

div.portal > div.welcome > div.foot {
  background: url('../img/trim_2.png') bottom left repeat-x;
  padding-bottom: 22px;
}

/* -------------------------------------------------------------------------- */

div.portal > div.infopanel {
  float: right;
  width: 250px;
  z-index: 2000;
  padding: 5px 30px 10px 25px;
  margin-top: 12px;
  clear: right;
}

div.portal > div.infopanel > * {
  z-index: 3000;
}

div.portal > div.infopanel > div > div.content {
  padding: 0 0.3em 0.15em 0.3em;
}

div.portal > div.infopanel > div > div.content > h2 {
  padding-bottom: 0.3em;
  
}

div.portal > div.infopanel > div > div.content > div.more {
  padding-top: 0.3em;
  text-align: right;
}

/* -------------------------------------------------------------------------- */

div.portal > div.quickinfo {
  clear: left;
}

/* -------------------------------------------------------------------------- */

div.portal > div.news > h2 {
  padding: 8px 0.3em 4px 0.3em;
  background: url('../img/trim_11.png') top left repeat-x;
}

div.portal > div.news > div.post > div.header > div.subject {
  line-height: 1.5em;
  padding: 0 0.5em;
}

div.portal > div.news > div.post > div.header > div.subject > span.actions {
  float: right;
}

div.portal > div.news > div.post > div.header > div.subject {
  font-size: 1.5em;
  line-height: 1.25em;
}

div.portal > div.news > div.post > div.header > div.subject small {
  padding-left: 2em;
  font-size: 0.6em;
  white-space: nowrap;
  vertical-align: middle;
}

div.portal > div.news > div.post > div.header > div.desc {
  line-height: 1.25em;
  padding: 0 2em;
}

div.portal > div.news > div.post > div.content {
  padding: 8px 1em;
}

div.portal > div.news > div.post > div.comments {
  padding: 8px 0.75em 5px 0.75em;
  background: url('../img/post_trim_1.png') top left repeat-x;
}

/* -------------------------------------------------------------------------- */

div.portal > div.recent_threads > h2 {
  padding: 8px 0.3em 4px 0.3em;
  background: url('../img/trim_11.png') top left repeat-x;
}

div.portal > div.recent_threads > div.listing {
  background: url('../img/trim_19.png') top left repeat-x;
  padding: 4px 1em;
}

div.portal > div.recent_threads > div.listing > div.item {
  clear: none;
  float: left;
  white-space: nowrap;
  line-height: 1.75em;
  padding-right: 2em;
}

/* -------------------------- wow_events plugin ----------------------------- */

a.eventicon {
  position: relative;
}

a.eventicon img.overlay {
  position: absolute;
  bottom: -24px;
  right: -4px;
}

div.eventtooltip p.title {
  font-weight: bold;
  font-size: 1.3em;
}

div.progressbar {
  position: relative;
  border: 1px solid #000;
  background-color: #000;
  width: 100%;
  line-height: 16px;
}

div.progressbar > div.caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
}

div.progressbar > div.filling {
  height: 16px;
  background-position: top left;
  background-repeat: repeat-x;
}

div.progressbar.timefreeze > div.filling {
  background-image: url(../img/timefreeze.gif);
}

div.progressbar.timeinvite > div.filling {
  background-image: url(../img/timeinvite.gif);
}

div.progressbar.timestart > div.filling {
  background-image: url(../img/timestart.gif);
}

div.progressbar.timeend > div.filling {
  background-image: url(../img/timeend.gif);
}
