
@import url("abbc.css.php");
@import url("announcement.css.php");
@import url("border.css.php");
@import url("controlpanel.css.php");
@import url("forum.css.php");
@import url("post.css.php");
@import url("register.css.php");
@import url("search.css.php");
@import url("stat.css.php");
@import url("thread.css.php");
@import url("userlist.css.php");
@import url("userprofile.css.php");

/* -------------------- GENERAL -------------------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

html
{
  background: #000;
  cursor: default;
  font-size: 13px;
}

body {
  color:#fff;
}

h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.2em;
}

dl {
  padding-left: 0.5em;
}

dt {
  padding: 0.5em 0 0.25em 0;
  font-weight: bold;
}

dd {
  padding-left: 1.5em;
}

form {
  display: inline;
  clear: none;
}

small {
  font-size: 0.85em;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

dt.alt,
dd.alt,
tr.alt > td {
  background-color: #363636;
}

div#foot > div.copyright,
div#foot > div.design {
  font-size: 0.85em;
  padding: 3px;
  line-height: 1.5em;
}

div#foot > div.copyright {
  float: left;
  clear: none;
}

div#foot > div.design {
  float: right;
}

div#foot > div.poweredby {
  float: right;
  clear: right;
}

span#validation {
  z-index: 2000;
  position: absolute;
  top: 2px;
  right: 2px;
}

div#head a {
  color: #fd9 !important;
  text-decoration: none !important;
}
div#head a strong {
  color: #fff !important;
  text-decoration: none !important;
}
div#head a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
div#head a:hover strong {
  color: #fd9 !important;
  text-decoration: none !important;
}

a {
  color: #fd9;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

a.opennew {
  background: url('../img/new_doc.png') left no-repeat;
  padding-left: 11px;
  margin-left: 1px;
}

.forceclear {
  clear: both;
}

div {
  clear: both;
}

img {
  vertical-align: middle;
}

.unstyled {
  background-color: #fff;
  border: 2px solid;
  border-top-color: #333;
  border-right-color: #bbb;
  border-bottom-color: #bbb;
  border-left-color: #333;
  color: #000;
  padding: 4px;
  margin: 2px;
}

div#wrapper_outer {
  background: url('../img/bg_left.png') top left repeat-y #000;
  padding: 0 0 0 89px;
}

div#wrapper_inner {
  background: url('../img/bg_right.png') top right repeat-y #000;
  padding: 0 89px 0 0;
}

div#head {
  position: relative;
  background: url('../img/hdr_wow.png') top left repeat-x;
  height: 150px;
}

div#head > h1 {
  font-size: 1.5em;
  padding: 14px 0 0 14px;
}

div#body {
  background:url('../img/trim_17.png') top left repeat-x #222;
  padding:17px 0 0 0;
}

div#foot {
  background: url('../img/trim_10.png') bottom left repeat-x #000;
  padding:12px 1em 10px 1em;
}

div.trim {
  background:url('../img/trim_17.png') top left repeat-x;
  padding:17px 0 0 0;
}

div#end_trim {
  background:url('../img/foot_trim.png') top left repeat-x;
  height:69px;
  margin: 0 0 
}

/*------------------------------Main Navigation------------------------------------------*/

ul#nav {
  position: absolute;
  top: 125px;
  left: 0px;
  height: 25px;
  padding-left: 3px;
}

/* Main nav list items */
ul#nav li {
  float: left;
  list-style: none;
  text-align: center;
}

/* Main nav styles for all links */
ul#nav li a {
  display: block;     /* Although display:block suggests a vertical list the float:left property under div#nav li causes the menu to float inline */
  margin-left: 0px;   /* adds a gap between the tabs */
  width: 100px;       /* width of the tab */
  line-height: 21px;  /* height of the tab #1 */
  padding-top: 4px;   /* height of the tab #2 */
  text-decoration: none;
}

ul#nav a:link, ul#nav a:visited {
  color:#fd9;
  background: url('../img/tab.png') no-repeat 0 -25px;
}

ul#nav a:hover, ul#nav a:active {
  color:#fff;
  background: url('../img/tab.png') no-repeat 0 0;
}

ul#nav li.active a {
  background: url('../img/tab.png') no-repeat 0 0;
}

/* -------------------- JUMP FORUM SELECT BOX -------------------- */

option.forum {
  color: #000;
  background: #fff;
}

option.category {
  color: #000;
  background: #eee;
}

/* used for lighter hierarchy lines in the dropdown tree */
option span.light {
  color: silver;
}

/* -------------------- GENERIC STUFF -------------------- */

.nowrap {
  white-space: nowrap;
}

div.limit_vertical_small {
  max-height: 200px;
  overflow: auto;
}

div.indent {
  padding-left: 1em;
}

div.iconbox > img {
  float: left;
  padding: 0 4px 0 0;
}

div.iconbox > label {
  clear: none;
  font-weight: bold;
  letter-spacing: 0.1em;
}

div.iconbox > div {
  clear: none;
}

div.form > div.item {
  background: url('../img/trim_19.png') top left repeat-x;
  padding: 8px 2em 4px 2em;
}

div.form > div.item > div.element {
  padding: 0.1em 0.2em;
  white-space: nowrap;
}

div.form > div.item > div.element > label > span.leftcol {
  float: left;
  width: 18em;
  text-align: right;
  padding: 0 1em 0 0;
}

div.form > div.item > div.description {
  padding: 0.1em 0.2em 0.1em 3em;
}

div.actions {
  background: url('../img/trim_10.png') top left repeat-x #363636;
  padding: 7px 4px 4px 4px;
}

div.quickinfo {
  background: url('../img/trim_6.png') top left repeat-x #000;
  padding: 23px 0.5em 4px 0.5em;
  text-align: right;
}

div#iconlegend,
div.jumpandsearchbox {
  background: url('../img/trim_18.png') top left repeat-x #222;
  padding: 13px 1em 4px 1em;
}

div#iconlegend {
  text-align: right;
}

div.jumpandsearchbox > span.searchbox,
div.jumpandsearchbox > span.jumpforumbox {
  padding: 0 2em 0 0;
  white-space: nowrap;
}

div.jumpandsearchbox > span.searchbox > form,
div.jumpandsearchbox > span.jumpforumbox > form {
  display: inline;
}

div#iconlegend > span {
  margin: 0 1.5em 0 0;
}

div.info {
  background: url('../img/trim_9.png') bottom left repeat-x #222;
  padding: 8px 1em 12px 1em;
}

div.logincontrol {
  background: url('../img/trim_5.png') top left repeat-x #000;
  padding: 12px 1em 4px 1em;
}

div.error {
  background: url('../img/trim_9.png') bottom left repeat-x #363636;
  padding: 10px 1em 13px 1em;
  line-height: 2em;
  font-style: italic;
  color: #fd9;
}

div.path {
  background: url('../img/trim_18.png') top left repeat-x #363636;
  padding: 12px 8px 4px 8px;
}

div.path > div.thread {
  background: none;
  padding: 0;
}

span.subinfo,
div.subinfo,
div.path > div.desc {
  color: #bbb;
}

h2 > span.subinfo {
  font-weight: normal;
  font-size: 0.75em;
}

div#body > div.metainfo {
  background: url('../img/trim_9.png') top left repeat-x;
  padding: 7px 0 0 0;
}

div#body > div.metainfo > div.element {
  font-size: 0.9em;
}

div#body > div.metainfo > div.element,
div#body > div.metainfo > div.language {
  background: url('../img/trim_19.png') bottom left repeat-x;
  padding: 2px 1em 7px 1em;
}

div#body > div.metainfo > div.element > img.icon {
  float: left;
  padding: 0 6px 2px 0;
}

div#body > div.metainfo > div.element > h1 {
  font-size: 1em;
}

div#body > div.metainfo > div.element > div.content {
  clear: right;
  padding-left: 1em;
}

/* -------------------- FORM STUFF -------------------- */

input[type=submit],
input[type=reset],
input[type=button] {
  background: url('../img/button_bg.png') top left repeat-x #000;
  border: 1px solid #000;
  color: #fd9;
  padding: 1px 3px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background: url('../img/button_bg_active.png') top left repeat-x #000;
  color: #fff;
}

input[type=radio],
input[type=checkbox] {
  vertical-align:middle;
}

input[type=text],
input[type=password],
textarea {
  background: url('../img/input_bg.png') top left repeat-x #363636;
  border: 1px solid #000;
  color: #fff;
  padding: 2px 3px;
}

textarea {
  font-size: 13px;
}

select {
  background: url('../img/input_bg.png') top left repeat-x #363636;
  border: 1px solid #000;
  color: #fff;
  padding: 1px;
}

option,
option.category,
option.forum {
  background-color: #222;
  color: #fff;
  padding: 0 2px;
}

option.category {
  font-style: italic;
  color: #bbb;
}

span.itemtooltip {
  white-space: nowrap;
}

div.itemtooltip {
  width: 22em;
  position: relative;
}

div.itemtooltip img.icon {
  position: absolute;
  top: -6px;
  right: -53px;
}

div.itemtooltip .q, div.itemtooltip .q a {
  color: #ffd100;
}

div.itemtooltip .q0, div.itemtooltip .q0 a {
  color: #9d9d9d;
}

div.itemtooltip .q1, div.itemtooltip .q1 a {
  color: #fff;
}

div.itemtooltip .q2, div.itemtooltip .q2 a {
  color: #1eff00;
}

div.itemtooltip .q3, div.itemtooltip .q3 a {
  color: #0070dd;
}

div.itemtooltip .q4, div.itemtooltip .q4 a {
  color: #a335ee;
}

div.itemtooltip .q5, div.itemtooltip .q5 a {
  color: #ff8000;
}

div.itemtooltip table {
  width: 100%;
}

div.itemtooltip table th {
  text-align: right;
}

div.itemtooltip b {
  font-size: 1.2em;
}

div.itemtooltip .socket-meta,
div.itemtooltip .socket-blue,
div.itemtooltip .socket-red,
div.itemtooltip .socket-yellow {
  padding-left: 18px;
}

div.itemtooltip .socket-meta {
  background: url('http://www.wowarmory.com/images/icons/Socket_Meta.png') left no-repeat transparent;
}

div.itemtooltip .socket-blue {
  background: url('http://www.wowarmory.com/images/icons/Socket_Blue.png') left no-repeat transparent;
}

div.itemtooltip .socket-red {
  background: url('http://www.wowarmory.com/images/icons/Socket_Red.png') left no-repeat transparent;
}

div.itemtooltip .socket-yellow {
  background: url('http://www.wowarmory.com/images/icons/Socket_Yellow.png') left no-repeat transparent;
}

div.eventtooltip {
  width: 22em;
  position: relative;
}

div.eventtooltip p {
  padding-bottom: 0.5em;
}

div.eventtooltip img.icon {
  position: absolute;
  top: -8px;
  right: -76px;
}

div.eventtooltip div.progressbar {
  width: 23em;
}

