/*******************************************************************************
 ****   RESET CSS
 ******************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
textarea {
	font-family: tahoma, arial, san-serif, serif;
}

hr {
	border: 2px solid #242730;
}

/*******************************************************************************
 ****   BODY
 ******************************************************************************/

body {
	background: #000000 url(images/background.png);
	font-family: verdana, tahoma, arial, serif, san-serif;
	line-height: 1.3;
}

#fluff_1 {
	background: url(images/content_shadow.png) center top repeat-y;
}

#fluff_2 {
	background: url(images/header_throne.jpg) center top no-repeat;
}

#fluff_3 {
	background: url(images/footer_warehouse.jpg) center bottom no-repeat;
}

#fluff_4 {
	background: url(images/banner_edges.png) center 10px no-repeat;
}

#content {
	margin: auto;
	width: 950px;
}

#fluff_7 {
	background: url(images/spell_overlay5.png) left bottom no-repeat;
	/* this should match #content's min-height */
	min-height: 731px;
	
}

#header {
	width: 950px;
	margin: auto;
	min-height: 210px;
	position: relative;
	z-index: 15;
}

#bannerTop {
	background: url(images/banner_top.png) repeat-x;
	height: 19px;
}

#footer {
	font-size: 9px;
	color: #1c3c55;
	text-align: center;
	padding: 0 15px;
}
#footer p {
	margin: 0;
}
#footer .credit {
	font-weight: bold;
	color: #224352;
}
#footer a {
	color: #224466;
}

/*******************************************************************************
 ****   HEADINGS
 ******************************************************************************/
h1, h1 span {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 70px;
	top: 0;
	width: 430px;
	height: 130px;
	padding-top: 40px;
	font-family: "trebuchet ms";
	font-size: 2.5em;
	overflow: hidden;
	cursor: pointer;
}
h1 span {
	left: 0;
	z-index: 1;
	height: 170px;
	background: url(images/header_throne.jpg) -236px 0;
}
h1 a {
	color: white;
	text-decoration: none;
}

/*******************************************************************************
 ****   GENERAL TEXT FORMATTING
 ******************************************************************************/
em {
	font-style: italic;
}
strong {
	font-weight:bold;
}
p {
	margin-bottom:1.5em;
}
.skipLink {
	position:absolute;
	left:-999em;
}

/*******************************************************************************
 ****   MESSAGES
 ******************************************************************************/
#messages {
	margin:0;
	padding:0;
	float: right;
	width: 660px;
	margin-right: 10px;
}
#messages ul {
	list-style:none;
	margin:0;
	padding:0;
}
#messages ul li {
	color:#ffffff;
	padding:5px;
	padding-left:30px;
	font-size:9pt;
	margin-bottom:5px;
}
#messages ul ul li {
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
#messages ul ul li:first-child {
	padding-top: 3px;
}
#messages a {
	color:#003399;
}
#success li {
	border:1px solid #7eb757;
	background:#4B8224 url(images/msg_success.png) 6px 6px no-repeat;
}
#warning li {
	border:1px solid #b7a864;
	background:#827434 url(images/msg_warning.png) 6px 6px no-repeat;
}
#error li {
	border:1px solid #c1565f;
	background:#872031 url(images/msg_error.png) 6px 6px no-repeat;
}
#message > li {
	border:1px solid #003150;
	background:#246082 url(images/msg_message.png) 6px 6px no-repeat;
}
#message a {
	color: #e5e5e5;
	font-size: .9em;
	font-style: italic;
	padding-right: 10px;
}

/*******************************************************************************
 ****   GENERAL ELEMENT STYLES
 ******************************************************************************/
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.clearBoth {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.indentLeft {
	text-indent:2em;
}
.elementDisabled {
	background-color:#c9c9c4;
}
.contentCenter {
	text-align:center;
}
.contentRight {
	text-align:right;
}
.contentItalic {
	font-style:italic;
}
.accessKey {
	text-decoration:underline;
}
.noWrap {
	white-space:nowrap;
}
.hidden {
	display:none;
}

/*******************************************************************************
 ****   FORMS
 ******************************************************************************/
table select,
table textarea,
table input {
	margin:0px 5px;
	padding:2px;
}
.inputFill {
	width:250px;
}
.inputMax {
	width:95%;
}
.inputHalf {
	width:50%;
}
.styleCustom select,
.styleCustom textarea,
.styleCustom input {
	border:1px solid #9c9c9c;
	padding:2px;
}
.validCheck {
	border:1px solid #999900;
	background-color:#ffffee;
}
.validFail {
	border:1px solid #990000;
	background-color:#ffeeee;
}
.validPass {
	border:1px solid #009900;
	background-color:#eeffee;
}

/*******************************************************************************
 ****   TABLES
 ******************************************************************************/
table {
	font-size:10pt;
	margin-bottom:20px;
}
.sizeAuto {
	width:1%;
}
.sizeSmall {
	width:30%;
}
.sizeMedium {
	width:60%;
}
.sizeFull {
	width:100%;
}
.minimal {
	width:1%;
	white-space:nowrap;
	text-align:center;
}
.alignLeft {
	text-align:left;
}
.tableIMG {
	margin-top:4px;
}

/*******************************************************************************
 ****   BUILD SUMMARY
 ******************************************************************************/
.summary h2 span {
	display: block;
	font-size: .6em;
	letter-spacing: normal;
	padding: 4px;
}
.summary h2 a {
	color: #FFDDB1;
	text-decoration: none;
}

/* HEADER BLOCK */

.summary .block {
	float: left;
	width: 310px;
	border: 1px solid #252525;
	margin-bottom: 10px;
	background: #06090d;
}
.summary .block span {
	display: block;
	font-size: 1.2em;
	font-family: verdana, tahoma, arial, san-serif, serif;
	font-variant: small-caps;
	padding-top: 8px;
	letter-spacing: .15em;
	color: #e5e5e5;
}
.summary .block a {
	color: #e5e5e5;
	text-decoration: none;
}
.summary .block .icon {
	background: url(images/icons/ira_hu_raceicon) -2px -2px no-repeat;
	x-moz-box-shadow: 0 0 12px rgba(255,255,255,.35);
	width: 36px;
	height: 36px;
	margin: 0;
	margin-right: 6px;
	border-right: 1px solid #252525;
}

/* ATTRIBUTES TABLE */

#summary #attrTable {
	float: right;
	width: auto;
}
#summary #attrTable th {
	background: #252525;
	text-align: center;
	padding: 4px 10px;
	border: 1px solid #252525;
}
#summary #attrTable td {
	padding: 5px 5px 6px 5px;
	background: #06090d;
	border: 1px solid #252525;
	text-align: center;
}
#summary #attrTable .label {
	padding-right: 15px;
	padding-left: 3px;
	text-align: left;
}

/* INDIVIDUAL STATS */

.summary .stat {
	margin: 5px 15px;
	padding: 3px;
	height: 29px;
}
.summary .stat strong {
	padding-right: 10px;
}
.summary .statGroup .stat {
	float: left;
	padding: 5px 5px 5px 35px;
}
.summary .icon_health {
	background: url(images/summary_icon_health.png) left top no-repeat;
	position: relative;
	z-index: 15;
}
.summary .icon_armor {
	background: url(images/summary_icon_armor.png) left top no-repeat;
	position: relative;
	z-index: 15;
}
.summary .small {
	height: auto;
	margin: 0;
	margin-left: 10px;
}
.summary .AB {
	float: left;
	width: 90px;
}

.summary .mods {
	position: relative;
	cursor: pointer;
}
.summary .mods span {
	border-bottom: 1px solid #252525;
}
.summary .mods ul span {
	border-bottom: 0;
}
.summary .mods ul span.mods {
	border-bottom: 1px solid #252525;
}

.summary .mods ul {
	position: absolute;
	display: none;
	background: #e5e5e5;
	border: 2px solid #555555;
	color: #151515;
	left: 0;
	top: 1.2em;
}
.summary .mods ul ul {
	display: none;
	width: 200px;
	position: absolute;
	left: 130px;
	margin: 0;
	top: -2px;
}
.summary .mods li {
	position: relative;
}

.summary .mods ul.modAB {
	width: 200px;
}
.summary .mods ul ul.modLeft {
	width: 160px;
}
.summary .modWidth {
	width: 130px;
}
.summary .modWidthDC {
	width: 120px;
}
.summary .modWidthSaves {
	width: 170px;
}
.summary .modFloat {
	float: left;
	padding-right: 20px;
}
.summary .modFloat.first {
	padding-left: 15px;
}
.summary .modFloat.first > ul {
	left: 15px;
}
.summary .mods ul.modWidthDC ul {
	left: 120px;
}
.summary .mods ul li:hover ul {
	display: block !important;
}
.summary .mods ul li {
	padding: 3px;
	font-size: 7pt;
	border-bottom: 1px solid #c5c5c5;
}
.summary .mods ul li span {
	float: right;
	margin: 0;
}
.summary .mods:hover ul {
	display: block;
}
.summary .mods:hover ul li ul {
	display: none;
}

.summary .statAB {
	float: left;
	width: 60%;
}
.summary .statSave {
	float: left;
	width: 40%;
}
.summary .casting {
	float: left;
	width: 155px;
}
.summary .half {
	float: left;
	width: 50%;
}
.summary .skill_display {
	float: left;
	width: 130px;
}
#section #skills_table {
	margin: auto;
	margin-top: 10px;
}
#section #skills_table th,
#section #skills_table td {
	font-size: .8em;
	padding: 1px 5px;
	text-align: center;
	vertical-align: middle;
}
#section #skills_table span {
	font-size: .85em;
	font-style: italic;
	color: #777777;
}
#section #skills_table img {
	display: inline-block;
	vertical-align: middle;
}
.highlights {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.highlights li {
	padding-left: 15px;
	background: url(images/bullet.png) left 6px no-repeat;
	font-size: .9em;
	margin-bottom: 5px;
}

#outline table {
	font-size: 8pt;
}
#outline table td {
	padding: 5px 3px;
	border: 1px solid #151515;
}
#outline thead {
	background: #252525;
}
#outline thead th {
	border: 1px solid #151515;
}
#skills_table .class0:hover td,
#skills_table .class0 td,
#outline .class0:hover td,
#outline .class0 td  {
	background-color: #444444;
}
#skills_table .class1:hover td,
#skills_table .class1 td,
#outline .class1:hover td,
#outline .class1 td  {
	background-color: #132033;
}
#skills_table .class2:hover td,
#skills_table .class2 td,
#outline .class2:hover td,
#outline .class2 td  {
	background-color: #173322;
}
#skills_table .class3:hover td,
#skills_table .class3 td,
#outline .class3:hover td,
#outline .class3 td  {
	background-color: #331d18;
}
#skills_table .class4:hover td,
#skills_table .class4 td,
#outline .class4:hover td,
#outline .class4 td {
	background-color: #0d2c33;
}
.classLevel {
	font-style: italic;
	color: #a5a5a5;
}

#section .build_details span {
	float: left;
	clear: left;
	width: 500px;
	font-size: .9em;
	line-height: 1.7em;
	margin-bottom: 2px;
}
#section .build_details a {
	border-bottom: 1px solid #555555;
}
#section .build_details span span {
	width: auto;
	font-weight: bold;
	float: left;
	width: 80px;
	clear: left;
	font-size: 1em;
}
#section .build_details .right_actions {
	float: right;
	width: auto;
	line-height: 1.4em;
	font-size: 1em;
}
#section .build_details .action {
	float: right;
	clear: right;
	border: 1px solid #050505;
	background: #181D25;
	padding: 1px 6px;
	font-size: .9em;
	padding: 2px 8px;
	margin: 0 5px 5px 0;
	width: 90px;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#section .build_details span.build_info {
	width: auto;
	float: none;
	font-weight: normal;
	color: #c5c5c5;
}
#section .build_details .tags .holder {
    font-size: 11px;
    font-weight: normal;
    width: 420px;
    margin-top: -2em;
    padding-left: 80px;
}
#section .build_details .tags {
    width: auto;
}
#section .build_details .tags a {
	border-bottom: 1px solid #333333;
}
#section .build_outline {
	width: 240px;
}

/*******************************************************************************
 ****   CONTENT SECTION
 ******************************************************************************/
#section {
	float: left;
	width: 678px;
	/* xhva - padding-top was 0 */
	padding-top: 11px;
}
#section.section_builds {
	width: auto;
	margin-left: 10px;
}

#section .item {
	padding: 10px 15px;
	margin: 0 10px 20px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: .8em;
	line-height: 1.4;
	
	background: #0d121a url(images/item_fade.png) repeat-x;
	border: 2px solid #e5e5e5;
	border-left: 2px solid #a5a5a5;
	border-top: 2px solid #a5a5a5;
	
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.65);
	box-shadow: 2px 2px 5px rgba(0,0,0,.65);
}

#build_description {
	clear: both;
	border-top: 1px solid #141921;
	border-bottom: 1px solid #141921;
	padding-top: 10px;
	margin-bottom: 10px;
}
#section #build_description a {
	border-bottom: 1px solid #555555;
}
#section #build_description ol,
#section #build_description ul,
#notes ol,
#notes ul {
	margin-bottom: 1.5em;
	margin-left: 20px;
	float: none;
	text-align: left;
	font-size: 1em;
}
#build_description ol,
#notes ol {
	list-style-type: decimal;
}
#build_description ul,
#notes ul {
	list-style-type:image;
	list-style-image: url(images/bullet.png);
}

#section .icon {
	width: 36px;
	height: 36px;
	background: url(images/icons/ira_hu_raceicon.png) -2px -2px no-repeat;
	border: 1px solid #151515;
	float: left;
	margin-right: 12px;
}

#section table {
	width: 100%;
}

#section table th {
	padding: 2px;
	font-size: .8em;
	vertical-align: bottom;
	border: 1px solid #151515;
	background-color: #252525;
	color: #FFDDB1;
}
#section table td {
	vertical-align: top;
	border: 1px solid #151515;
	background-color: #06090D;
	padding: 3px;
	font-size: .85em;
}
#section table tr:hover td {
	background-color: #18191E;
}
#section table .maxlevel {
	text-align: center;
	width: 70px;
}
#section table .level {
	text-align: center;
	width: 50px;
}
#section table .score {
	text-align: center;
	width: 30px;
}
#section table .negative {
	color: #ba1919;
}
#section table .positive {
	color: #46C12D;
}
#section table a.sortheader {
	cursor: pointer;
}
#section a {
	color: #e5e5e5;
	text-decoration: none;
	border-bottom: 1px solid #555555;
}
#section thead a {
	color: #FFDDB1;
	border: 0;
}
#section a:hover {
	color: #BA6819;
	border-bottom: 1px solid #BA6819;
}
#section table thead a:hover {
	border-bottom: 0;
}


/*******************************************************************************
 ****   HEADINGS
 ******************************************************************************/
.subRace {
	padding-top: 15px;
}

h2 {
	display: block;
	margin: 10px 0 18px 0;
	font-weight: bold;
	font-size: 1.6em;
	font-family: "trebuchet ms", verdana, tahoma, arial, serif, san-serif;
	color: #FFDDB1;
	border-bottom: 1px solid #ddbb90;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #a5a5ff;
}

.noborder_left {
	border-left: 0 !important;
}

/*******************************************************************************
 ****   REVISED BUILD SUMMARY MOD LISTS
 ******************************************************************************/

/* Container Frames */
#section .modList {
	border-bottom: 1px dotted #555555;
	cursor: default;
	position: relative;
	z-index: 10;
}
#section .modList.noMenu {
	border: 0;
	z-index: 5;
}
#section .modList .modTableFrame {
	border: 3px solid #000000;
	background: #06090D;
	position: absolute;
	z-index: 15;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: none;
}
#section .modList > .modTableFrame {
	top: 1.3em;
	left: 0;
}
#section .modList .modTable {
	border: 1px solid #e5e5e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#section .modList.floatLeft {
	margin-right: 15px;
}

/* Table Design */
#section .modList table {
	margin: 0;
	width: auto;
}
#section .modList td {
	background: none;
	border: 0;
	color: #e5e5e5;
	padding: 3px 5px;
	font-size: .75em;
	white-space: nowrap;
	cursor: default;
}
#section .modList td {
	border-top: 1px solid #151515;
}
#section .modList tr:first-child > td {
	border-top: 0;
}
#section .modList .negative td {
	color: #ba1919;
}
#section .modList .positive td {
	color: #46C12D;
}
#section .modList.fixed strong {
	float: left;
	width: 90px;
}
#section .modList.fixedMedium strong {
	float: left;
	width: 130px;
}
#section .modList.fixedLarge strong {
	float: left;
	width: 160px;
}
#section .modList .title {
	white-space: nowrap;
}

/* Sub-menu Design */
#section .modList tr:hover .subList {
	background-position: right top;
}
#section .modTableFrame .modTableFrame {
	display: none;
	margin-top: -1.9em;
	width: auto;
	white-space: auto;
	text-align: left;
	margin-left: 14px;
}
#section .modList .subList {
	width: 12px;
	height: 12px;
	background: url(images/menuSubList.png) left top no-repeat;
}

/* Hover States */
#section .modList:hover > .modTableFrame {
	display: block;
}
#section .modList tr:hover td {
	background: none;
	color: #8ba3ea;
}
#section .modList tr:hover td td {
	color: #e5e5e5;
}
#section .modList tr:hover .positive td {
	color: #46C12D;
}
#section .modList tr:hover .negative td {
	color: #ba1919;
}
#section .modList tr:hover .modTableFrame {
	display: block;
}

/*******************************************************************************
 ****   JQUERY TABLE SORTER
 ******************************************************************************/
#section .jSort thead tr th,
#section .jSort tfoot tr th {
	padding: 4px;
}
#section .jSort thead tr .header {
	cursor: pointer;
	padding-right: 20px;
	background: #252525 url(images/tablesorter.bg.gif) center right no-repeat;
}
#section .jSort thead tr .headerSortUp {
	background-image: url(images/tablesorter.asc.gif);
}
#section .jSort thead tr .headerSortDown {
	background-image: url(images/tablesorter.desc.gif);
}
#section .jSort thead tr .headerSortDown,
#section .jSort thead tr .headerSortUp {
	background-color: #393738;
}
