/* MAIN LAYOUT */

body {
	min-width: 1024px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background: url(../image/stripe.png) repeat;
}

#logo {
	width: 1024px;
	padding: 20px;
	margin: 0 auto;
}
#header_avatar {
    position: absolute;
    z-index: -1;
}

#header {

	position: relative;
}

#menu {
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
    font-size: large;
	max-width: 1024px;
	margin: 0 auto;
	overflow: auto;
    text-shadow: 0.05em 0.04em #666;
}
#menu li {
    background-color: #303030;
    border: 1px solid #000;
	float: left;
    margin-left: 1.6em;
	overflow: hidden;
}
#menu li:hover, .raid #raid_tab, .item #item_tab, .character #character_tab,
.stats #stat_tab, .apply #apply_tab, .forum #forum_tab {
	background-color: #fff;
    border-bottom-color: #fff;
}

#menu a {
	display: block;
	padding: 10px 15px;
    color: #fff;
}
#menu li:hover a, .raid #raid_tab a, .item #item_tab a, .character #character_tab a,
.stats #stat_tab a, .apply #apply_tab a, .forum #forum_tab a {
    color: #000;
    text-shadow: 0.05em 0.05em #aaa;
    text-decoration: none;
}

#content {
	/*background: url(../middle.png) repeat-y;*/
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0 auto;
	padding: 1.5em;
	padding-bottom: 40px;
	max-width: 1024px;
	min-height: 600px;
}

#footer {
	max-width: 1024px;
    margin: 0.5em auto;
	padding: 0.7em 1.5em;
	color: #fff;
	overflow: auto;
	clear: both;
}
#pagegen {
	float: right;
	font-size: 0.8em;
	text-align: right;
	position: relative;
	right: 5%;
}

/* ------ DEFAULT VALUES ------ */

h1,h2 {
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
    font-style: italic;
	margin: 5px 0;
	font-weight: 400;
}

h3,h4,h5,h6 {
	font-family: Georgia, Times, Times New Roman, serif;
	margin: 5px 0;
	font-weight: 400;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a { color: black; }
img { border: none;}

/* TABLES */

.list {	clear: both; }
.list table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid black;
	background-color: white;
}
.table-head {
	overflow: auto;
	margin: 4px 0;
}

.table-nav {
	float: right;
	padding: 4px 0;
}
.table-nav a {
	background-color: black;
	color: white;
	padding: 2px 3px;
	margin: 0 2px;
	font-weight: bold;
}
.textFilter {
	float: left;
}
.list tr:nth-child(2n) { background-color: #efefef; }

#col {
	text-align: right;
}

.list td, .list th {
	padding: 2px 5px;
	text-align: center;
	border-left: 1px solid black;
}
.list th { background-color: black; color: white;  padding: 2px 5px 1px 5px; border-bottom: 1px solid black; }
.list th:hover { background-color: white; color: black; cursor: pointer; }
th.sort1:after { content: '\25BE'; }
th.sort-1:after { content: '\25B4'; }

.list th:first-child, .list td:first-child {
    text-align: left;
}
.list td.merge {
    width: 1em;
}
.list td.merge_left {
    text-align: left;
    border-left: none;
}

.list .alignLeft {
	text-align: left;
	border-left: none;
}


.wow-icon, #charSheet ul {
	position: relative;
	width: 44px;
	height: 44px;
	background: url('../image/icon_border_medium-trans.png') no-repeat;
}
.wow-icon img {
    position: absolute;
    top: 4px;
    left: 4px;
}
.wow-icon a {
    position: absolute;
    width: 44px;
    height: 44px;
}
.wow-icon a:hover {
    background: url('../image/icon_hilite_medium-trans.png') 3px 3px no-repeat;
}

/* ------ ITEM COLORS ------ */

.q6, .q6 a { color: #ff0000; }
.q5, .q5 a { color: #ff8000; }
.q4, .q4 a { color: #a335ee; }
.q3, .q3 a { color: #0070dd; }
.q2, .q2 a { color: #1eff00; }
.q1, .q1 a { color: #ffffff; }
.q0, .q0 a { color: #9d9d9d; }
.q { color: #ffd100; }

.socket-meta { padding-left: 26px; background: url(../image/socket_meta.gif) transparent no-repeat; }
.socket-red { padding-left: 26px; background: url(../image/socket_red.gif) transparent no-repeat; }
.socket-blue { padding-left: 26px; background: url(../image/socket_blue.gif) transparent no-repeat; }
.socket-yellow { padding-left: 26px; background: url(../image/socket_yellow.gif) transparent no-repeat; }


/* ------ TOOLTIPS ------ */


.itemTooltip {
	display: none;
    position: absolute;
    top: 30px;
    max-width: 320px;
    z-index: 100;
}
div.inlineTooltip {
    display: block;
	position: inherit;
	z-index: inherit;
}

.itemTooltip table, .itemTooltip tr, .itemTooltip td, .itemTooltip th { border: 0; }
.itemTooltip table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
.itemTooltip td > table { width: 100%; }
.itemTooltip tr { border: 0; }
.itemTooltip a { text-decoration: none; border: none;}
.itemTooltip td { padding: 8px 4px 1px 0; }


.itemTooltip td, .itemTooltip th { background: url(../image/tooltip-trans.png); font-family: Verdana, sans-serif; font-size: 12px; line-height: 17px; color: white;}
.itemTooltip th { padding: 3px }
.itemTooltip td { padding: 8px 4px 1px 9px }

.itemTooltip b { font-size: 14px; line-height: 19px; font-weight: normal }
.itemTooltip div.indent { padding-left: 0.6em }

.itemTooltip td th, .itemTooltip td td { background: none }
.itemTooltip td td { padding: 0 }
.itemTooltip td th { padding: 0 0 0 4em; text-align: right; font-weight: normal }

/* INDEX */

#recruitment { float: left;	width: 20%; margin: 15px; text-align: center; margin-right: 7%; }
#recruitment table { border-collapse: collapse; width: 100%; border: 1px solid black; }
#recruitment td { text-align: center; padding: 3px 0px; }

#news {	overflow: hidden; width: 100%; }
#news img {	max-width: 100%; }
.newsPost { background-color: white; border: 1px solid black; margin-bottom: 20px; }
.newsContent { padding: 10px; }
.newsHeader { background-color: #000000; padding: 10px; text-align: right; color: #fff; }
.newsHeader a { float: left; margin-top: -10px; text-decoration: none; color: #fff; }
.newsHeader a:hover { text-decoration: underline; }
.newsHeader span { padding: 0 5px; }
#newsArchive { font-style: italic; float: right;}

/* ------ INDEX PAGE ------ */


/* ------ CHARACTER PAGES ------ */

.classIcon {
	width: 9px;
	height: 17px;
	border: 1px solid black;
	float: left;
	margin-right: 7px;
}

.charList td.name:before {
	/*font-size: xx-small;*/
	padding: 2px 0;
	position: relative;
	margin-left: 2px;
	margin-right: 4px;
	content:"\0000a0\0000a0";
	border: 1px solid black;
}

#classFilter {float: right;}

#classFilter li {
	float: left;
	margin-left: 10px;
	padding: 1px;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	font-weight: bold;
}

#classFilter li:hover {
	border-left: 2px solid black;
	border-right: 2px solid black;
	cursor: pointer;
}

#classFilter li.filtered {
	background-color: transparent;
	color: grey;
}

/* IMPORT PAGE */

#raidOptions { margin-left: 20px; padding: 10px; background-color: #8fab58; border: 1px solid black; }
#raidDate { margin-right: 10px; }
#raidEnd { margin-right: 15px; }
#updateRaidtimes { position: relative; right: 10px; top: 2px; background: none; border: 0; opacity: 0.5;}
#updateRaidtimes:hover { opacity: 1;}

#attendance { overflow: auto; }
#attendanceList { margin-left: 20px;  border: 1px solid black; overflow: auto; min-height: 100px; background-color: #8fab58; }
#attendanceList li { float: left; width: 31%; padding: 5px 10px; }
#attendanceList li:hover { text-decoration: underline; cursor: pointer; }
#attendanceList li:nth-child(3n+1) { width: 32%; }
#attendanceList li:nth-child(2n+1) { background-color: #ffffff; }
#raidInput { float: right; margin: 10px 0px; }

#trashLoot { float: right; width: 30%; min-height: 100px; }
#trashlootList{ background-color: #8fab58; border: 1px solid black; min-height: 100px; margin-bottom: 10px; }
#trashlootInput { float: right; }

#bossContainer { overflow: visible; margin-left: 20px; width: 60%;}
.boss {
	background-color: #8fab58;
	border: 1px solid black;
	padding: 20px;
	margin-bottom: 20px;
}
.wipeValue { display: none; }
.boss div.encTop { margin-bottom: 10px; }
.bossSelect { width: 250px; }

#bossContainer + h3 { clear: both; }
#inputContainer { margin-left: 20px; }
#trackerInput { width: 500px; height: 100px; margin-bottom: 10px; }
#addBoss { float: right; }

div.itemInput {
	height: 1em;
	float: right;
}
.lootDropdown { width: 100px; }
.itemDKP { width: 25px; text-align: right; }

#editPlayer {
	width: 175px;
	position: absolute;
	padding: 5px;
	border: 1px solid black;
	display: none;
	background-color: white;
}
#editPlayer input {
	position: absolute;
	right: 6px;
	text-align: right;
}
#charEditBottom { margin-top: 5px; }


#editLoot {
	background: white;
	border: 1px solid black;
	z-index: 10;
	position: absolute;
	display: none;
	top: 25px;
	left: 25px;
	padding: 5px;
}
#editLoot li { height: 23px; }
#itemOptions input, #itemOptions select { float: right; }
#itemBottom { padding-top: 5px; }

.lootList > li {
    background: white url(../image/icons/tick.png) 100% 5px no-repeat;
	overflow: visible;
	position: relative;
}
.lootList > .invalid {
	background-image: url(../image/icons/cross.png);
}
.lootList .smallItemIcon {
	position: relative;
	bottom: 3px;
	float: left;
	padding-right: 0px;
}

/* ADMIN */

.selector {
	height: 500px;
	width: 30%;
	overflow: auto;
	border: 1px solid black;
	padding: 2px 4px;
	float: left;
}
.component form {
	width: 40%;
	float: left;
	margin: 10% 0 0 10%;
}

.selector li {
	float: left;
	width: 100%;
	padding: 2px 0;
}
.selector li[data-id]:hover {
	background-color: #eee;
	cursor: pointer;
}

.selector li.selected {
	background-color: #ddd;
}

form fieldset {
	border: 0px;
}
.component form label {
	display: inline-block;
	width: 20%;
	text-align: left;
}

form .update, form .remove { display: none; }
div.update .create { display: none; }
div.update .update { display: inline; }
div.update .remove { display: inline; }

.component { clear: both; }

.tab { display: none; }
#content .selected { display: block; }

#tab-selector {	float: left; }
#tab-selector li {
	float: left;
	border: 1px solid black;
	margin: 2% 1%;
	padding: 10px 30px;
	width: 50%;
}
#tab-selector li:hover {
	border: 1px dotted black;
	cursor: pointer;
}

/* COLOURS */

/*Classes*/
.c11 { background-color: #ff7d0a; }
.c3 { background-color: #abd473; }
.c8 { background-color: #68ccef; }
.c2 { background-color: #f48cba; }
.c5 { background-color: #ffffff; }
.c4 { background-color: #fff468; }
.c7 { background-color: #0453a1; }
.c9 { background-color: #9382c9; }
.c1 { background-color: #c69b6d; }
.c6 { background-color: #c41f3b; }

/*Numbers*/
.positive, .hybrid, .rec3 { color: green; }
.neutral, .standby, .rec2 { color: blue }
.negative, .newMember, .rec0 { color: red}
.rec1 { color: purple; }
.bold, .rec3 { font-weight: bold; }

.grey_out {
	color: grey;
}


/* STATISTICS */

.inline-box {
	display: inline-block;
}

div.right-align {
	clear: both;
}
div.right-align span {
	float: right;
}

.half-width { width: 50%; }
.full-width { width: 100%; }

#boss-info {
	width: 45%;
	float: right;
	margin: 15% 0 0 5%;
}

#boss-info h1:first-letter {
	font-size: larger;
	font-weight: bold;
	background-color: black;
	color: white;
	padding: 0 4px;
}


.highlight {
	background-color: black;
	color: white;
	padding: 4px 10px;
}

.tabContainer ul {
	clear: both;
	width: 100%;
	height: 25px;
}
.tabContainer li {
	float: left;
	padding: 2px 5px;
	margin-right: 10px;
}
.tabContainer li:hover {
	cursor: pointer;
}
.tabContainer .active {
	background-color: black;
	color: white;
}
.tabContainer > div {
	display: none;
}

/* Charsheet */

#charContainer, #bossStats {
	position: relative;
	width: 90%;
	height: 100%;
	padding: 5%;
}

#charSheet {
	display: inline-block;
	position: relative;
	width: 360px;
	height: 315px;
	background-color: black;
	overflow: auto;
}
#charSheet ul {overflow: auto; height: 44px;}
#charSheet li { float: left; }
#leftSheet { float: left;}
#rightSheet { float: right; }
#bottomSheet { position: absolute; bottom: 0px; left: 35% }
#bottomSheet ul { float: left; width: 44px; }

#charInfo {
	margin-top: 15%;
	text-align: center;
	color: white;
}
#charGraph {
	margin-left: 10%;
	height: 300px;
}
#charInfo img {
	border: 2px solid white;
}

/** ABOUT PAGE **/
.bosskills {
	text-align: center;
	overflow: auto;
}

.bosskills li {
	width: 175px;
	background-color: black;
	color: white;
	padding: 10px 10px;
	float: left;
	margin: 4px;
}

.bosskills img {
	border-bottom: 2px solid black;
}
.bosskills img:hover {
	border-color: white;
}
