@charset "utf-8";
:root {
  --color-accent: #b8862c;
}
/* CSS Document */
.siteheader.sof-cover {
	background: var(--siteheader-grad), url(../images/cover_sof.jpg);
	background-size: cover;
	background-position: 0 -60%;
}

/* Themes */
.theme-light,
.theme-dark {
	--container-width: 70rem;
	--siteheader-bk: url("../images/banner-min.jpg"), #000;
	--footer-image: url("../images/footer_main.png");
	--siteheader-grad: linear-gradient(to bottom, #00000080, #000);
	--siteheader-size: cover;
	--siteheader-position: center;
	/* Fonts */
	--font-main: 'Fjalla One', sans-serif;
	--font-theme: 'Fjalla One', sans-serif;
	--font-text: 'Open Sans', sans-serif;
	--font-code: 'Courier Prime', monospace;
	--font-script: 'Ms Madi', cursive;
	--font-hand: 'Short Stack', cursive;
	/* Colors */
	--color-accent: #b98522;
	--color-accent-menu: #b98522;
	--color-link: #a3a3a3;
	--color-heading: #fff;
	--color-header: #000;
	--color-header-text: #fff;
	--color-header-text2: #ddd;
	--color-fade-red: #8e000017;
	--color-fade-green: #31661347;

	--box-header: #262829;
	--box-header2: #1b1c1d;
	--box-header3: #313435;
	--box-title: #fff;
	/* Font Shit */
	--weight-header: normal;
	--weight-heading-1: normal;
	--size-header: 2em;
	--size-heading-1: 1.75em;
	--size-heading-2: 1.5em;
	--site-header: 2.9em;
	--char-header: 2em;
}

.theme-light {
	--color-heading: #000;
	--color-primary: #111;
	--color-secondary: #000;
	--box: #fff;
	--border: #f1efec;
	--background: url("../images/bk_paper.jpg");
	--box-fade: #0000000d;
	--div-fade: #00000017;
	--table-fade: #00000003;
	--table-fade2: #00000008;
	--fade: #00000042;
	--fade2: #ffffffcc;
	--theme-toggle: "Switch to Dark Mode";
	--contrast: contrast(1);
	--stat-box: #111;
	--stat-font: #fff;
	--stat-header: #fff;
	--gradient1: #fff;
	--gradient2: #ffffff50;
	--gradient3: #ffffff94;
	--color-light: #222;
	--color-dark: none;
	--caption: #00000082;
	--menu-toggle: url("../images/sprite_toggle.png");
	--form-text: #222;
}

.theme-dark {
	--color-heading: #fff;
	--color-primary: #e1dbdb;
	--color-secondary: #fff;
	--box: #2f2f2e;
	--border: #383832;
	--background: url("../images/bk_paper_dark.jpg");
	--box-fade: #00000045;
	--div-fade: #ffffff17;
	--table-fade: #ffffff03;
	--table-fade2: #ffffff08;
	--fade: #ffffff1c;
	--fade2: #000000cc;
	--theme-toggle: "Switch to Light Mode";
	--contrast: contrast(0);
	--stat-box: #4a4848;
	--stat-font: #eee;
	--stat-header: #eee;
	--gradient1: #000;
	--gradient2: #00000050;
	--gradient3: #00000094;
	--color-light: none;
	--color-dark: #777;
	--caption: #ffffff82;
	--menu-toggle: url("../images/sprite_toggle_dark.png");
	--form-text: #ddd;
}

/* Site Themes */
.pern {
	--color-accent: #28b3fc;
	--siteheader-bk: url("../images/banner_pern-min.jpg") 0 -600px;
	--font-theme: 'Julius Sans One', sans-serif;
	--weight-heading-1: bold;
	--size-header: 2.5em;
	--size-heading-2: 1.5em;
	--footer-image: url("../images/footer_pern.png");
	--color-accent-menu: #28b3fc;
	--wiki-bar: #5d7a7529;
	--site-header: 2.3em;
	--char-header: 1.65em;
}

.isla {
	--siteheader-bk: url("../images/image_isla.jpg") 0 -200px;
	--siteheader-position: bottom;
	--hue-rotate: hue-rotate(156deg) grayscale(0) brightness(100);
	--color-accent-menu: #43a3fd;
}
/* D/L */.theme-dark>.isla {--color-accent: #43a3fd;}
/* D/L */.theme-light>.isla {--color-accent: #2a5b8a;}

.igpc {
	--siteheader-bk: url("../images/image_igpc.jpg") 0 -200px;
	--siteheader-position: bottom;
	--color-accent-menu: #6b8094;
}
/* D/L */.theme-dark>.igpc {--color-accent: #6b8094;}
/* D/L */.theme-light>.igpc {--color-accent: #425466;}

.aerion {
	--siteheader-bk: url("../images/image_aerion.jpg") 0 -200px;
	--color-accent-menu: #819c9c;
}
/* D/L */.theme-dark>.aerion {--color-accent: #819c9c;}
/* D/L */.theme-light>.aerion {--color-accent: #5e6c6c;}

.darkmoon {
	--siteheader-bk: url("../images/image_darkmoon.jpg") 0 -200px;
	--weight-heading-1: bold;
	--color-accent-menu: #d2423f;
}
/* D/L */.theme-dark>.darkmoon {--color-accent: #d2423f;}
/* D/L */.theme-light>.darkmoon {--color-accent: #a10400;}

.quinalt {
	--siteheader-bk: url("../images/image_quinalt.jpg") 0 -200px;
	--weight-heading-1: bold;
	--color-accent-menu: #506c4f;
}

.anarendor {
	--color-accent: #29b7b8;
	--siteheader-bk: url("../images/banner_anarendor-min.jpg") 0 -600px;
	--siteheader-position: center;
	--font-theme: 'Crushed', sans-serif;
	--weight-heading-1: normal;
	--size-header: 3em;
	--size-heading-2: 2em;
	--color-accent-menu: #29b7b8;
	--site-header: 2.85em;
	--char-header: 1.3em;
}

.treval {
	--siteheader-bk: url("../images/image_treval.jpg") 0 -200px;
	--footer-image: url("../images/footer_treval.png");
	--color-accent-menu: #b51313;
}
/* D/L */.theme-dark>.treval {--color-accent: #b51313;}
/* D/L */.theme-light>.treval {--color-accent: #ab0000;}

.kilbranra {
	--siteheader-bk: url("../images/image_kilbranra.jpg") 0 -200px;
	--color-accent-menu: #798848;
}
/* D/L */.theme-dark>.kilbranra {--color-accent: #798848;}
/* D/L */.theme-light>.kilbranra {--color-accent: #798848;}

.narda {
	--siteheader-bk: url("../images/image_narda.jpg") 0 -200px;
	--color-accent-menu: #00839b;
}
/* D/L */.theme-dark>.narda {--color-accent: #00839b;}
/* D/L */.theme-light>.narda {--color-accent: #00839b;}

.amkal {
	--siteheader-bk: url("../images/image_amkal.jpg") 0 -200px;
	--siteheader-position: bottom;
	--color-accent-menu: #a5814c;
}
/* D/L */.theme-dark>.amkal {--color-accent: #a5814c;}
/* D/L */.theme-light>.amkal {--color-accent: #a5814c;}

/* ---------------------- HEADER IMAGES ONLY ---------------------- */
.ketha {--siteheader-bk: url("../images/image_ketha.jpg") 0 -200px;}
.saarn {--siteheader-bk: url("../images/image_saarn.jpg") 0 -200px;}
.aldari {--siteheader-bk: url("../images/image_aldari.jpg") 0 -200px;}
.argonia {--siteheader-bk: url("../images/image_argonia.jpg") 0 -200px;}
.atohutuha {--siteheader-bk: url("../images/image_atohutuha.jpg") 0 -200px;}
.dameer {--siteheader-bk: url("../images/image_dameer.jpg") 0 -200px;}
.ethesis {--siteheader-bk: url("../images/image_ethesis.jpg") 0 -200px;}
.issumatar {--siteheader-bk: url("../images/image_issumatar.jpg") 0 -200px;}
.kouhava {--siteheader-bk: url("../images/image_kouhava.jpg") 0 -200px;}
.mahkah {--siteheader-bk: url("../images/image_mahkah.jpg") 0 -200px;}
.norvir {--siteheader-bk: url("../images/image_norvir.jpg") 0 -200px;}
.ruzavan {--siteheader-bk: url("../images/image_ruzavan.jpg") 0 -200px;}
.taejan {--siteheader-bk: url("../images/image_taejan.jpg") 0 -200px;}
.ticanda {--siteheader-bk: url("../images/image_ticanda.jpg") 0 -200px;}
.zannan {--siteheader-bk: url("../images/image_zannan.jpg") 0 -200px;}
.wastelands {--siteheader-bk: url("../images/image_wastelands.jpg") 0 -200px;}
.warstrand {--siteheader-bk: url("../images/image_warstrand.jpg") 0 -200px;}

.sentra {
	--color-accent: #29b7b8;
	--siteheader-bk: url("../images/banner_sentra-min.jpg") 0 -600px;
	--font-theme: 'Teko', sans-serif;
	--weight-heading-1: normal;
	--size-header: 3em;
	--size-heading-1: 2.75em;
	--size-heading-2: 2em;
	--color-accent-menu: #29b7b8;
	--site-header: 2.5em;
	--char-header: 1.1em;
}

.shaor {
	--color-accent: #bf902a;
	--siteheader-bk: url("../images/image_shaor.jpg") 0 -200px;
	--color-accent-menu: #bf902a;
}

.shaor.astrael {--siteheader-bk: url("../images/image_astrael.jpg") 0 -200px;}

.shaor.citadel {
	--siteheader-bk: url("../images/image_citadel.jpg") 0 -200px;
}

.aldraln {
	--color-accent: #7e9398;
	--siteheader-bk: url("../images/image_aldraln.jpg") 0 -200px;
	--color-accent-menu: #7e9398;
}

.aldraln.usdf {
	--siteheader-bk: url("../images/image_usdf.jpg") 0 -200px;
}

.mehelenora {
	--color-accent: #9c5d74;
	--siteheader-bk: url("../images/image_mehelenora.jpg") 0 -200px;
	--color-accent-menu: #9c5d74;
}

.republic {
	--color-accent: #937d5b;
	--siteheader-bk: url("../images/image_republic.jpg") 0 -200px;
	--color-accent-menu: #937d5b;
}

.aspholanth {
	--color-accent: #748d52;
	--siteheader-bk: url("../images/image_aspholanth.jpg") 0 -200px;
	--color-accent-menu: #748d52;
}

.east {
	--color-accent: #954a4a;
	--siteheader-bk: url("../images/image_east.jpg") 0 -200px;
	--color-accent-menu: #954a4a;
}

.teyrnas {
	--siteheader-bk: url("../images/banner_teyrnas-min.jpg") 0 -600px;
	--font-theme: 'Caesar Dressing', sans-serif;
	--weight-heading-1: normal;
	--size-header: 2.5em;
	--size-heading-2: 1.75em;
	--color-accent-menu: #516c4f;
	--site-header: 3.5em;
	--char-header: 1.5em;
}

.theme-dark>.teyrnas {
	--color-accent: #659a62;
}

.theme-light>.teyrnas {
	--color-accent: #516c4f;
}

.arvalor {
	--siteheader-bk: url("../images/image_arvalor.jpg") 0 -200px;
	--color-accent-menu: #9a3821;
}

.arvalor.baskar {
	--siteheader-bk: url("../images/image_baskar.jpg") 0 -200px;
}

.theme-dark>.arvalor {
	--color-accent: #d7411e;
}

.theme-light>.arvalor {
	--color-accent: #9a3821;
}

.raidor {
	--siteheader-bk: url("../images/image_raidor.jpg") 0 -200px;
	--color-accent-menu: #607d69;
}

.raidor.eldrskali {
	--siteheader-bk: url("../images/image_eldrskali.jpg") 0 -200px;
}

.theme-dark>.raidor {
	--color-accent: #66b3a5;
}

.theme-light>.raidor {
	--color-accent: #116e5d;
}

.runemark {
	--siteheader-bk: url("../images/image_runemark.jpg") 0 -200px;
	--color-accent-menu: #7a8249;
}

.runemark.telaer-ath-takal {
	--siteheader-bk: url("../images/image_telaer-ath-takal.jpg") 0 -200px;
}

.theme-dark>.runemark {
	--color-accent: #8e9b3f;
}

.theme-light>.runemark {
	--color-accent: #7a8249;
}

.brightstone {
	--siteheader-bk: url("../images/image_brightstone.jpg") 0 -200px;
	--color-accent-menu: #4d7a95;
}

.brightstone.nlothjaal {
	--siteheader-bk: url("../images/image_nlothjaal.jpg") 0 -200px;
}

.theme-dark>.brightstone {
	--color-accent: #417da2;
}

.theme-light>.brightstone {
	--color-accent: #4d7a95;
}

.keeland {
	--siteheader-bk: url("../images/image_keeland.jpg") 0 -200px;
	--color-accent-menu: #4d7a95;
}

.isyen_thalor {
	--siteheader-bk: url("../images/image_isyen_thalor.jpg") 0 -200px;
	--color-accent-menu: #4d7a95;
}

.nelandell {
	--siteheader-bk: url("../images/image_nelandell.jpg") 0 -200px;
	--color-accent-menu: #4d7a95;
}

.highice {
	--siteheader-bk: url("../images/image_highice.jpg") 0 -200px;
	--color-accent-menu: #4d7a95;
}

.highlands {
	--siteheader-bk: url("../images/image_highlands.jpg") 0 -200px;
	--color-accent-menu: #4d7a95;
}


.velare,
.arcadias {
	--color-accent: #5a700b;
	--siteheader-bk: url("../images/banner_arcadias-min.jpg") 0 -600px;
	--font-theme: 'Cinzel', serif;
	--weight-heading-1: normal;
	--size-header: 3em;
	--size-heading-2: 2em;
	--color-accent-menu: #5a700b;
	--site-header: 2.9em;
	--char-header: 1.4em;
}

.caer {
	--color-accent: #6d91a1;
	--siteheader-bk: url("../images/image_caer.jpg") 0 -200px;
	--footer-image: url("../images/footer_caer.png");
	--color-accent-menu: #6d91a1;
}

.aerie {
	--color-accent: #7e8f6a;
	--siteheader-bk: url("../images/image_aerie.jpg") 0 -200px;
	--footer-image: url("../images/footer_aerie.png");
	--color-accent-menu: #7e8f6a;
}

.cove {
	--color-accent: #488d8f;
	--siteheader-bk: url("../images/image_cove.jpg") 0 -200px;
	--siteheader-position: bottom;
	--footer-image: url("../images/footer_cove.png");
	--color-accent-menu: #488d8f;
}

.vale {
	--color-accent: #9a8858;
	--siteheader-bk: url("../images/image_vale.jpg") 0 -200px;
	--siteheader-position: center;
	--footer-image: url("../images/footer_vale.png");
	--color-accent-menu: #9a8858;
}

.oddessy {
	--color-accent: #60cdf6;
	--siteheader-bk: url("../images/image_oddessy.jpg") 0 -600px;
	--siteheader-position: center;
	--font-theme: 'Exo', sans-serif;
	--weight-heading-1: normal;
	--size-header: 2.5em;
	--color-accent-menu: #60cdf6;
	--site-header: 3.5em;
	--char-header: 1.65em;
}

.kythar {
	--siteheader-bk: url("../images/banner_kythar-min.jpg") 0 -600px;
}

.faerun {
	--siteheader-bk: url("../images/banner_faerun-min.jpg") 0 -600px;
	--color-accent: #5a700b;
	--color-accent-menu: #5a700b;
}

.tarjas_keep {
	--siteheader-bk: url("../images/image_underdark.jpg") 0 -600px;
	--color-accent: #854890;
	--color-accent-menu: #854890;
}

.zyon {
	--siteheader-bk: url("../images/image_zion.jpg") 0 -600px;
	--color-accent: #8cac17;
	--font-theme: "Grenze Gotisch", serif;
	--color-accent-menu: #95b620;
	--site-header: 3.2em;
	--char-header: 1.5em;
	--weight-heading-1: normal;
	--size-header: 2.7em;
	--size-heading-2: 2em;
}

.cani {
	--siteheader-bk: url("../images/image_cani.jpg") 0 -600px;
	--color-accent: #918552;
	--color-accent-menu: #918552;
}

.alair {
	--siteheader-bk: url("../images/image_alair.jpg") 0 -200px;
	--footer-image: url("../images/footer_alair.png");
	--color-accent-menu: #84905d;
}
/* D/L */.theme-dark>.alair {--color-accent: #84905d;}
/* D/L */.theme-light>.alair {--color-accent: #444e24;}

.elrion {
	--siteheader-bk: url("../images/image_elrion.jpg") 0 -600px;
	--color-accent: #aa5643;
	--color-accent-menu: #b86957;
}

.zarand {
	--siteheader-bk: url("../images/image_zarand.jpg") 0 -600px;
	--color-accent: #854890;
	--color-accent-menu: #854890;
}

/* ---------------------- HEADER IMAGES ONLY ---------------------- */
.kal_thalas {--siteheader-bk: url("../images/image_kal_thalas.jpg") 0 -600px;}
.eyen-ashihone {--siteheader-bk: url("../images/image_eyen_ashihone.jpg") 0 -600px;}
.mavelenor_coast {--siteheader-bk: url("../images/image_mavelenor_coast.jpg") 0 -600px;}
.ala-dorei {--siteheader-bk: url("../images/image_ala_dorei.jpg") 0 -600px;}
.winterwood {--siteheader-bk: url("../images/image_winterwood.jpg") 0 -600px;}
.emsdell {--siteheader-bk: url("../images/image_emsdell.jpg") 0 -600px;}