/*
Theme Name: Tardfactor Lich King
Description: Lich King oriented
Author: Jason McClellan
Tags: Lich King
*/

/** This style sheet assumes that the EXTJS styles have already been loaded */

body {
    background: #000000 url('images/bgbody.jpg') top left fixed no-repeat;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;
    margin: 0 0 0 0;
    word-wrap: break-word;
}

#navigation {
	list-style: none;
	position: absolute;
	right: 30px;
	top: 50px;
	padding: 0;
	margin: 0;
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 12pt;
	font-variant: small-caps;
	text-align: right;
}

img {
    border: none;
    margin: 0 5px 0 5px;
}

.topContent img{
    border: 1px solid #17304A;
    margin: 5px 0 5px 0;
}

h1,h2,h3,h4 {
    color: #FFFFFF;
    margin: 10px 0 10px 0;
}

h2.topTitle {
    margin: 0;
}

h1 {
    font-weight: bold;
    font-family: verdana;
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 10pt;
}

p {
    padding: 0 0 0 10px;
	margin-top: 15px;
}

ul {
    margin-left: 19px;
	margin-top: 15px;
    list-style-type: square;
}

li {
	margin-top: 5px;
}

a, a:visited {
    color: #C7D9E7;
}

a:hover {
    color: #ffffff;
}


#logo {
    position: absolute;
    top: 105px;
    left: 32px;
    z-index: 10000;
}

#leaderboard {
	position: relative;
	left: 135px;
	top: 10px;
}

.topContent a {
    color: #8FB5DA;
}

.topContent a:hover {
    color: #E9F0F8;
}

a.more-link, a.more-link:visited {
    display: block;
    width: 580px;
    background: #152941;
    height: 10px;
    text-align: right;
    margin:  20px -11px -22px -21px;
    padding: 1px 20px 13px 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    filter:alpha(opacity=100);
	/*-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;*/
	color: #BA9101;
	text-decoration: none;
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 12pt;
	font-variant: small-caps;
}

a.more-link:hover {
	filter:alpha(opacity=100);
	background: #1F3D61;
	color: #FFD135;
	/*-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;*/
	text-decoration: none;
}

.topComments {
	color: white;
}

.topTitle a, .topMeta a, .postActionLinks a {
    color: #FEC910;
    text-decoration: none;
}

.topTitle a:visited, .topMeta a:visited, .postActionLinks a:visited {
    color: #FEC910;
}

.topTitle a:hover, .topMeta a:hover, .postActionLinks a:hover {
    color: #FEC910;
    text-decoration: underline;
}

.topTitle a:hover{
    color: #FF9928;
    text-decoration: none;
}

.transparent {
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


#main {
    width: 920px;
    margin: 20px 0 100px 20px;
    background-color: #0C1623;
    padding: 15px;
    border: 1px solid #17304A;
    filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	position: relative;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

#header {
    height: 125px;
}

.topPost {
    width: 578px;
}

#contentWrapper {
    width: 568px;
    float: left;
}

.topContent {
    width: 578px;
    background: #17304A;
    border: 1px solid #17304A;
    margin: 10px 0 5px 0;
    padding: 10px 10px 20px 10px;
}

.topMore {
    float: left;
}

.topTags {
    width: 580px;
    background: #152941;
    height: 10px;
    text-align: right;
    margin:  -11px -11px 0px -11px;
    padding: 2px 20px 11px 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    filter:alpha(opacity=100);
	/*-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;*/
}

.singleTags {
    text-align: right;
}

.topTags a, .singleTags a {
    text-decoration: none;
    color: #516E7D;
	font-family: verdana;
    font-size: 10pt;
}


.topTags a:hover, .singleTags a:hover {
    text-decoration: underline;
}

.postActionLinks {
    width: 578px;
    padding-left: 10px;
    /*text-align: right;*/
}

#sidebars {
    /*position: absolute;
    top: 65px;
    right: 25px;
    width: 250px;*/
    float: right;
    width: 330px;
    font-size: 8pt;
    margin: 50px 0 0 0;
}

#sidebars h2 {
    font-size: 10pt;
    font-family: verdana;
    color: #FFFFFF;
    display: block;
    margin:  -6px -6px 10px -6px;
    padding: 5px 0px 5px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
	width: 310px;
	background: #132235;
	text-align: left;
	font-weight: heavy;
}

#sidebars ul li div {
    background: #17304A;
    border: 1px solid #17304A;
    margin: 0 0 15px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 307px;
    padding: 5px;
}

#sidebars ul {
    margin: none;
    padding: none;
    list-style: none;
}

#sidebar_left {
    float: left;
    width: 143px;
}

#sidebar_left ul li div, #sidebar_right ul li div {
    width: 144px;
    padding-bottom: 10px;
}

#sidebar_right ul li div {
    margin-left: -25px;
}

#sidebar_right {
    float: right;
    width: 143px;
}

#sidebar_left h2, #sidebar_right h2 {
    width: 146px;
}

.submitbutton:hover {
    background:#15273B none repeat scroll 0 0;
    cursor:pointer;
    color: #FEC910;
}

.submitbutton {
    background:#15273B none repeat scroll 0 0;
    border:1px solid #2E5581;
    color:#FFFFFF;
    font-size:8pt;
    margin: -1px 0 0 1px;
    padding: 3px 6px;
    vertical-align:middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    top: -2px;
}

.sidebaritem ul {
    margin: 0;
}

.sidebaritem p {
    margin: 0;
}

#feedbox, #searchbox {
    border: 1px solid #000000;
    height: 15px;
}

#subscribeForm {
    margin-top: 10px;
}

.cleared {
    margin: 10px 0 0 0;
    padding: 0;
    clear: both;
}

.topContent img.tagImage {
    border: none;
    margin: 0 2px -5px 0;
}

#tag_cloud a {
    text-decoration: none;
    color: #ffffff;
}

#tag_cloud a:hover {
    color: #FEC910;
}

form {
    padding-top: 5px;
    text-align: center;
}

#socialLinks {
    position: absolute;
    top: 5px;
    right: 12px;
    height: 15px;
}

#comment, #numberofcomments {
    width: 600px;
}

#comment {
    margin-top: 40px;
}

.commentBody {
    margin-bottom: 15px;
}

.commentContent {
    background: #17304A;
    border: 1px solid #17304A;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 0 30px 0;
}

.commentApproval {
    width: 580px;
    background: #000000;
    height: 10px;
    text-align: right;
    margin:  -25px 0px 0px 0px;
    padding: 5px 20px 10px 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    filter:alpha(opacity=100);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
	color: #FFFFFF;
	text-decoration: none;
	font-family: verdana;
	font-size: 10pt;
}

.commentMetaData {
    float: left;
    width: 80px;
    text-align: center;
}

.commentMetaData a, .commentMetaData a:visited {
    color: #fefefe;
    text-decoration: none;
}

.commentMetaData a:hover {
    color: #ffffff;
}

.gravatar {
    margin: 0 auto 0 auto;
}

.gravatar img {
    margin: 0;
}


.commentText {
    float: right;
    width: 500px;
    padding-right: 10px;
    text-align: justify;
}

#commentForm {
    text-align: left;
}

#commentForm input, #commentForm textarea {
    border: 1px solid #000000;
}

#commentForm .submitbutton {
    margin: 10px 170px 0 0;
    float: right;
    border: 1px solid #2E5581;
}

img.alignleft {
  float: left;
  margin: 5px 20px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 20px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

/** Styles for WOW class colors */
.class_deathknight { color: #C41F3B; }
.class_druid { color: #FF7D0A; }
.class_hunter { color: #ABD473; }
.class_mage { color: #69CCF0; }
.class_paladin { color: #F58CBA; }
.class_priest { color: #FFFFFF; }
.class_rogue { color: #FFF569; }
.class_shaman { color: #2459FF; }
.class_warlock { color: #9482C9; }
.class_warrior { color: #C79C6E; }

/** Styles needed for wowhead plugin */
.topPost div.topContent a.wowhead_junk { color: #9d9d9d; font-weight: bold } /* Gray - Junk */
.topPost div.topContent a.wowhead_common { color: #ffffff; font-weight: bold } /* White - Common */
.topPost div.topContent a.wowhead_uncommon { color: #1eff00; font-weight: bold } /* Green - Uncommon */
.topPost div.topContent a.wowhead_rare { color: #0070dd; font-weight: bold } /* Blue - Rare */
.topPost div.topContent a.wowhead_epic { color: #a335ee; font-weight: bold } /* Purple - Epic */
.topPost div.topContent a.wowhead_legendary { color: #ff8000; font-weight: bold } /* Orange - Legendary */
.topPost div.topContent a.wowhead_achievement { color: #FFD100; font-weight: bold } /* Yellow - ??? */
.topPost div.topContent a.wowhead_spell { color: #E1D108; font-weight: bold } /* Yellow - ??? */

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}