html, body {
	color: #2a1c0e;
	background: #16120e !important;
	background-image: none !important;
}

.banner-text {
	display: none !important;
}

.header--nav {
	display: none;
}

.topnav {
	background: #1a1510 url(../images/nav.png);
	background-size: cover;
	border-bottom: 2px solid #8a6a32;
	height: auto;
	min-height: 4.2cm;
	margin-top: 0;
	overflow: visible;
}

.topnav .wrapper {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 4.2cm;
	position: relative;
}

.container-nav-left,
.container-nav-right {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	z-index: 3;
}

.container-nav-left {
	text-align: left;
}

.container-nav-right {
	text-align: right;
}

.container-nav-centre {
	position: static;
	margin: 0;
	padding: 0 12px;
	left: auto;
	top: auto;
	z-index: 2;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
}

.container-nav-centre ul {
	display: block;
	justify-content: center;
}

.container-nav-centre img.rm-logo {
	height: 3cm;
	width: auto;
	max-width: none;
	display: block;
	margin: 0 auto;
}

.topnav ul {
	margin: 0;
	padding: 0;
}

.topnav .container-nav-left ul,
.topnav .container-nav-right ul {
	margin-top: 0 !important;
}

.topnav ul li a {
	color: #e6d5a2 !important;
	letter-spacing: 0.04em;
}

.topnav ul li a:hover,
.nav-active {
	color: #f0c14b !important;
}

#topic {
	background: #241c14;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.55);
	padding-top: 24px;
}

.bg-body {
	background: #f6eedc !important;
	background-image: none !important;
	border: 4px solid #7a5a2a;
	color: #2a1c0e !important;
	min-height: 520px;
	padding: 22px 26px;
}

.bg-body,
.bg-body .topic--list,
.bg-body p,
.bg-body li,
.bg-body td,
.bg-body span,
.bg-body div,
.bg-body label,
.bg-body strong,
.bg-body em {
	color: #2a1c0e;
}

.bg-body h1,
.bg-body h2,
.bg-body h3,
.bg-body h4,
.bg-body h5,
.bg-body h6 {
	color: #4a3010 !important;
	text-shadow: none !important;
	font-family: Georgia, "Times New Roman", serif;
}

.bg-body h1 {
	font-size: 28px;
	margin: 0 0 12px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #c9b48a;
}

.bg-body h2 {
	font-size: 20px;
	margin: 22px 0 10px 0;
	padding: 0;
}

.gf-legend {
	background: #efe4c8;
	border: 1px solid #c9b48a;
	padding: 12px 16px 8px 16px;
	margin: 0 0 18px 0;
	overflow: hidden;
}

.gf-legend h2 {
	margin: 0 0 8px 0;
	font-size: 18px;
}

.gf-legend table {
	margin: 6px 0 10px 0;
}

.gf-legend p {
	margin: 0 0 8px 0;
}

.gf-topics {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.gf-topics li {
	float: left;
	width: 50%;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4em;
}

.gf-topic {
	clear: both;
	padding-top: 4px;
}

.gf-topic h2 {
	margin-top: 28px;
	padding-top: 10px;
	border-top: 1px solid #c9b48a;
}

.bg-body h3 {
	font-size: 16px;
	margin: 16px 0 8px 0;
}

.bg-body p,
.bg-body li {
	line-height: 1.55em;
	font-size: 14px;
}

.bg-body a {
	color: #6b4010 !important;
}

.bg-body a:hover {
	color: #8a5514 !important;
}

.bg-body table {
	width: 100%;
	margin: 12px 0 20px 0;
	border-collapse: collapse;
	background: #faf4e6;
}

.bg-body table th {
	background: #6b4a1e !important;
	color: #f5e6c4 !important;
	padding: 8px 10px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #5a3c16;
}

.bg-body table td {
	background: #faf4e6 !important;
	color: #2a1c0e !important;
	padding: 7px 10px;
	border: 1px solid #d8c7a0;
}

.bg-body table tr:nth-child(even) td {
	background: #efe4c8 !important;
}

.topic-list--header {
	background: #2a2118;
	border-bottom: 1px solid #8a6a32;
}

.topic-list-header--title {
	color: #e6d5a2;
}

.topic-sidebar--widget {
	background: #1e1812;
	border: 1px solid #6b4a1e;
	margin-bottom: 14px;
}

.topic-sidebar--widget .form-control {
	background: #faf4e6;
	color: #2a1c0e;
	border: 1px solid #8a6a32;
}

.dl-box {
	background: #efe4c8;
	border: 1px solid #c9b48a;
	padding: 18px 20px 14px 20px;
	margin: 8px 0 22px 0;
	text-align: center;
}

.dl-box h2 {
	margin: 0 0 8px 0;
}

.dl-box p {
	margin: 0 0 12px 0;
}

.bg-body a.dl-button,
a.dl-button {
	display: inline-block;
	background: #6b4a1e !important;
	color: #f5e6c4 !important;
	border: 1px solid #5a3c16;
	padding: 11px 26px;
	font-weight: bold;
	text-decoration: none !important;
	letter-spacing: 0.04em;
	font-size: 15px;
}

.bg-body a.dl-button:hover,
a.dl-button:hover {
	background: #8a5a24 !important;
	color: #fff8e4 !important;
}

.dl-file {
	color: #6b4a1e;
	font-size: 13px !important;
	margin: 10px 0 0 0 !important;
}

.dl-soon {
	background: #efe4c8;
	border: 1px dashed #c9b48a;
	padding: 14px 18px;
	margin: 8px 0 12px 0;
}

.dl-soon h2 {
	margin: 0 0 8px 0;
}

.dl-soon p {
	margin: 0;
}

.reg-lead {
	margin: 0 0 18px 0;
}

.reg-form {
	margin: 0;
}

.reg-section {
	background: #efe4c8;
	border: 1px solid #c9b48a;
	padding: 16px 18px 10px 18px;
	margin: 0 0 16px 0;
}

.reg-section h2 {
	margin: 0 0 12px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #d8c7a0;
	font-size: 18px;
}

.reg-field {
	margin: 0 0 14px 0;
}

.reg-label {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #4a3010 !important;
	margin: 0 0 6px 0;
}

.reg-hint {
	margin: 6px 0 0 0 !important;
	font-size: 13px !important;
	color: #6b4a1e !important;
	line-height: 1.4em !important;
}

.bg-body .reg-input,
.reg-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	padding: 8px 12px;
	font-size: 15px;
	color: #2a1c0e !important;
	background: #faf4e6 !important;
	border: 1px solid #c9b48a;
	outline: none;
}

.bg-body .reg-input:focus,
.reg-input:focus {
	border-color: #6b4a1e;
	background: #fffdf6 !important;
}

.reg-row {
	overflow: hidden;
	margin: 0 -8px;
}

.reg-col {
	float: left;
	width: 50%;
	padding: 0 8px;
	box-sizing: border-box;
}

.reg-rules {
	background: #faf4e6;
	border: 1px solid #d8c7a0;
	padding: 10px 14px 6px 14px;
	margin: 0 0 14px 0;
}

.reg-rules p {
	margin: 0 0 8px 0;
}

.reg-rules ul {
	margin: 0 0 8px 18px;
	padding: 0;
}

.reg-agree {
	display: block;
	background: #faf4e6;
	border: 1px solid #c9b48a;
	padding: 12px 14px;
	margin: 0 0 8px 0;
	font-size: 15px;
	cursor: pointer;
}

.reg-agree input {
	margin-right: 8px;
	vertical-align: middle;
}

.reg-agree span {
	font-weight: bold;
	color: #4a3010 !important;
	vertical-align: middle;
}

.reg-actions {
	text-align: center;
	padding: 8px 0 12px 0;
}

.bg-body input.reg-submit,
input.reg-submit {
	display: inline-block;
	background: #6b4a1e !important;
	color: #f5e6c4 !important;
	border: 1px solid #5a3c16;
	padding: 12px 36px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.bg-body input.reg-submit:hover,
input.reg-submit:hover {
	background: #8a5a24 !important;
	color: #fff8e4 !important;
}

.reg-errors {
	background: #f4e0c8;
	border: 1px solid #a06030;
	color: #5a2010 !important;
	padding: 12px 16px;
	margin: 0 0 16px 0;
}

.reg-errors ul {
	margin: 8px 0 0 18px;
	padding: 0;
}

.reg-done {
	background: #efe4c8;
	border: 1px solid #c9b48a;
	padding: 18px 20px;
	text-align: center;
}

.reg-done h2 {
	margin: 0 0 10px 0;
}

@media (max-width: 700px) {
	.reg-col {
		float: none;
		width: 100%;
	}
}

#footer, #copyright {
	background: #120f0c;
	color: #cbb98a;
}

#footer a, #copyright a {
	color: #e6d5a2;
}

#copyright p {
	color: #8a7a5a;
}

.gf-open {
	font-style: italic;
	margin: 0 0 18px 0;
	color: #4a3010 !important;
}

.gf-nav {
	margin: 0 0 22px 0;
	padding: 10px 12px 6px 12px;
	background: #efe4c8;
	border: 1px solid #c9b48a;
	overflow: hidden;
}

.gf-nav a {
	float: left;
	margin: 0 14px 6px 0;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.gf-runes {
	overflow: hidden;
	margin: 0 0 8px 0;
}

.gf-rune {
	float: left;
	width: 31%;
	margin: 0 2% 14px 0;
	background: #efe4c8;
	border: 1px solid #c9b48a;
	padding: 12px 12px 10px 12px;
	box-sizing: border-box;
	min-height: 210px;
}

.gf-rune:nth-child(3n) {
	margin-right: 0;
}

.gf-rune .gf-ico {
	float: left;
	margin: 0 8px 8px 0;
}

.gf-rune h3 {
	margin: 2px 0 6px 0;
	font-size: 16px;
}

.gf-rune p {
	clear: both;
	margin: 0 0 6px 0;
	font-size: 13px;
}

.gf-rune .gf-words {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #6b4010 !important;
}

.gf-places {
	overflow: hidden;
}

.gf-place {
	float: left;
	width: 48%;
	margin: 0 2% 14px 0;
	background: #faf4e6;
	border: 1px solid #d8c7a0;
	padding: 10px 12px 8px 12px;
	box-sizing: border-box;
	min-height: 150px;
}

.gf-place:nth-child(2n) {
	margin-right: 0;
}

.gf-place h3 {
	margin: 0 0 6px 0;
	font-size: 15px;
}

.gf-place ul {
	margin: 0 0 4px 16px;
	padding: 0;
	font-size: 13px;
}

.gf-place li {
	margin: 0 0 3px 0;
}

.gf-ico {
	width: 32px;
	height: 32px;
	image-rendering: pixelated;
	vertical-align: middle;
	cursor: help;
}

.gf-inline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.gf-note {
	background: #efe4c8;
	border-left: 3px solid #6b4a1e;
	padding: 8px 12px;
	margin: 0 0 16px 0;
	font-size: 13px;
}

.gf-tooltip {
	position: absolute;
	z-index: 80;
	max-width: 260px;
	background: #f7eed8;
	border: 1px solid #6b4a1e;
	box-shadow: 2px 3px 0 #c9b48a;
	padding: 8px 10px;
	color: #2a1c0e;
	font-size: 12px;
	line-height: 1.4em;
	pointer-events: none;
	display: none;
}

.gf-tooltip strong {
	display: block;
	margin: 0 0 4px 0;
	color: #4a3010;
	font-size: 13px;
}

.gf-switchbar {
	margin: 0 0 14px 0;
	overflow: hidden;
}

.gf-switch {
	float: left;
	margin: 0 8px 8px 0;
	padding: 7px 14px;
	border: 1px solid #6b4a1e;
	background: #efe4c8;
	color: #4a3010;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	cursor: pointer;
}

.gf-switch.is-on {
	background: #6b4a1e;
	color: #f5e6c4;
}

.gf-ledger {
	display: none;
}

.gf-view-table .gf-codex {
	display: none;
}

.gf-view-table .gf-ledger {
	display: block;
}

@media (max-width: 700px) {
	.gf-rune, .gf-place {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

.soul-page { max-width: 900px; overflow: hidden; }
.soul-lead { font-size: 16px; line-height: 1.5; margin-bottom: 18px; }
.soul-grid { overflow: hidden; margin: 0 0 16px 0; }
.soul-card {
	float: left;
	width: 46%;
	margin: 0 2% 16px 0;
	padding: 12px 14px;
	background: #efe4c8;
	border: 1px solid #8a6a32;
	box-sizing: border-box;
}
.soul-card-wide {
	float: none;
	width: auto;
	margin: 0 0 16px 0;
}
.soul-card h2 { margin-top: 0; }
.soul-table { width: 100%; border-collapse: collapse; margin: 12px 0; }
.soul-table th, .soul-table td { border-bottom: 1px solid #cbb88a; padding: 6px 8px; text-align: left; vertical-align: middle; }
.bg-body a.soul-btn,
.bg-body a.soul-btn:hover,
a.soul-btn {
	display: inline-block;
	padding: 9px 16px;
	background: #e4c56a !important;
	color: #1a1208 !important;
	text-decoration: none !important;
	border: 2px solid #5a3c14;
	font-weight: bold;
}
.bg-body a.soul-btn:hover,
a.soul-btn:hover {
	background: #f0d67a !important;
	color: #1a1208 !important;
}
.soul-table input[type="submit"] {
	background: #e4c56a;
	color: #1a1208;
	border: 2px solid #5a3c14;
	font-weight: bold;
	padding: 6px 12px;
	cursor: pointer;
}
.bg-body p.soul-title-ex,
.bg-body .soul-title-ex,
.soul-title-ex {
	font-size: 18px;
	font-weight: bold;
	font-family: Consolas, "Courier New", monospace;
	background: #fff4cc !important;
	color: #1a1208 !important;
	border: 2px solid #6b4a1e;
	padding: 10px 14px;
	display: block;
	margin: 8px 0 12px 0;
	letter-spacing: 0.2px;
}
.soul-ex-label {
	margin: 12px 0 4px 0;
	font-weight: bold;
	color: #4a3010;
}
.soul-note { font-size: 13px; opacity: 0.85; }
@media (max-width: 700px) {
	.soul-card { float: none; width: auto; margin: 0 0 16px; }
}

.lib-table td.lib-ico {
	width: 40px;
	text-align: center;
	vertical-align: middle;
}
.lib-table img,
.item-cat img,
.eq-tip,
.gf-ico {
	image-rendering: pixelated;
	image-rendering: -moz-crisp-edges;
	background: #3a2a14;
	border: 1px solid #8a6a32;
}
.item-cat {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 20px 0;
}
.item-cat td {
	text-align: center;
	padding: 12px 8px;
	vertical-align: top;
}
.item-cat a {
	display: block;
	color: #4a3010 !important;
	font-weight: bold;
}
.item-cat img {
	display: block;
	margin: 0 auto 8px auto;
	width: 32px;
	height: 32px;
}
.lib-jump {
	margin: 8px 0 16px 0;
}

.bg-body .prof-skills,
.prof-skills {
	background: #efe4c8 !important;
	border: 1px solid #c9b48a;
	padding: 8px 10px;
	color: #2a1c0e !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
}
.bg-body .prof-skills-table,
.prof-skills-table {
	width: 100%;
	border-collapse: collapse;
	color: #2a1c0e !important;
	font-size: 13px !important;
}
.prof-skills-table th {
	text-align: left;
	padding: 4px 6px 8px 6px;
	border-bottom: 1px solid #c9b48a;
	font-size: 15px;
	color: #4a3010 !important;
}
.prof-skills-table td {
	padding: 3px 6px;
	color: #2a1c0e !important;
	font-size: 13px !important;
}
.prof-skills-table td:first-child {
	font-weight: bold;
	color: #4a3010 !important;
}
.prof-skills-table td:last-child {
	text-align: right;
	white-space: nowrap;
}
#piv_flex .prof-skills,
#piv_s.prof-skills {
	font-size: 13px !important;
	color: #2a1c0e !important;
	line-height: 1.35 !important;
}

.itm.eq-tip {
	cursor: help;
}
.bg-body #eq-live-tip,
#eq-live-tip {
	position: fixed;
	z-index: 20000;
	min-width: 200px;
	max-width: 300px;
	background: #1a140c !important;
	color: #fff6d8 !important;
	border: 1px solid #e4c56a;
	box-shadow: 0 4px 14px rgba(0,0,0,.55);
	padding: 10px 12px 11px 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	pointer-events: none;
	text-align: left;
}
.bg-body #eq-live-tip *,
#eq-live-tip * {
	color: #fff6d8 !important;
	background: transparent !important;
}
#eq-live-tip[hidden] { display: none !important; }
.bg-body #eq-live-tip .eqt-name,
#eq-live-tip .eqt-name {
	font-weight: bold;
	font-size: 13px;
	color: #ffe7a0 !important;
	margin: 0 0 2px 0;
}
.bg-body #eq-live-tip .eqt-slot,
#eq-live-tip .eqt-slot {
	color: #e8d9a8 !important;
	font-size: 11px;
	margin: 0 0 6px 0;
}
.bg-body #eq-live-tip .eqt-desc,
#eq-live-tip .eqt-desc {
	color: #ddd2b0 !important;
	font-style: italic;
	margin: 0 0 8px 0;
}
#eq-live-tip .eqt-row {
	overflow: hidden;
	margin: 0 0 4px 0;
}
.bg-body #eq-live-tip .eqt-row span,
#eq-live-tip .eqt-row span {
	display: inline-block;
	margin-right: 12px;
	color: #fff8e4 !important;
	font-weight: bold;
}
.bg-body #eq-live-tip .eqt-meta,
#eq-live-tip .eqt-meta {
	color: #e4d6a8 !important;
	margin: 0 0 8px 0;
	font-size: 11px;
}
.bg-body #eq-live-tip .eqt-tier,
#eq-live-tip .eqt-tier {
	color: #ffd56a !important;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #8a6a32;
	padding-top: 7px;
	margin-top: 4px;
}
.bg-body #eq-live-tip .eqt-bonus,
.bg-body #eq-live-tip .eqt-note,
#eq-live-tip .eqt-bonus,
#eq-live-tip .eqt-note {
	color: #d8ecb0 !important;
	margin: 3px 0 6px 0;
}
.bg-body #eq-live-tip .eqt-h,
#eq-live-tip .eqt-h {
	color: #ffd56a !important;
	font-weight: bold;
	margin: 6px 0 2px 0;
}
#eq-live-tip ul.eqt-slots {
	margin: 0 0 6px 16px;
	padding: 0;
}
.bg-body #eq-live-tip ul.eqt-slots li,
#eq-live-tip ul.eqt-slots li {
	margin: 0 0 2px 0;
	color: #fff6d8 !important;
}
.bg-body #eq-live-tip .eqt-mark,
#eq-live-tip .eqt-mark {
	color: #ffb060 !important;
	margin-top: 6px;
	font-weight: bold;
}
p.address a {
	word-break: break-all;
}

.bg-body #piv_s .txt,
#piv_s .txt {
	color: #fff6d8 !important;
	text-shadow: 0 0 2px #000, 0 1px 1px #000;
}

td.hs-name {
	vertical-align: middle !important;
	white-space: nowrap;
}
img.hs-outfit {
	display: inline-block;
	width: 64px;
	height: 64px;
	vertical-align: middle;
	margin: 0 8px 0 0;
	background: transparent !important;
	border: none !important;
	position: static !important;
	top: auto !important;
	right: auto !important;
}
.outfitColumn img {
	position: static !important;
	top: auto !important;
	right: auto !important;
}
