@font-face {
	font-family: TheRuneFont;
	src: url("http://www.canonfire.com/runes/RUNE.eot")/* EOT file for IE */
}

@font-face {
	font-family: TheRuneFont;
	src: url("http://www.canonfire.com/runes/RUNE.TTF")/* TTF file for CSS3 browsers */
}

@font-face {
	font-family: GreyhawkGothic;
	src: url('http://www.canonfire.com/cf/themes/Canonfire/GreyhawkGothic.ttf');
}


html, body {
  margin: 0;
  padding: 0;
}
body {
  background: #000;
  background: rgba(0, 0, 0, 1);
  overflow-x: hidden; 
}

.featherlight-content {
		border-radius:8px;
		min-width:600px;
		min-height:400px;
}


/*
.featherlight-inner {
		height: 100%;
		width: 100%;
}	
*/

.cfheadtd {
	width:180px;
}	

.cfbronze2 {
	top:-48px;
	margin-right:10px;
	margin-left:10px;
}
	
.book-container {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 900px;
}

@keyframes initAnimation {
  0% {
    transform: rotateY(-4deg);
  }
  100% {
    transform: rotateY(-25deg);
  }
}

.book {
  width: 116px;
  height: 150px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-25deg);
  transition: 1s ease;
  animation: 1s ease 0s 1 initAnimation;
}

.book-container:hover .book, 
.book-container:focus .book {
  transform: rotateY(-4deg);
}

.book > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  width: 116px;
  height: 150px;
  transform: translateZ(12.5px);
  background-color: #01060f;
  border-radius: 0 2px 2px 0;
  box-shadow: 5px 5px 10px #666;
}

.book::before {
  position: absolute;
  content: ' ';
  background-color: blue;
  left: 0;
  top: 0px;
  width: 23px;
  height: 150px;
  transform: translateX(103.5px) rotateY(90deg);
  background: linear-gradient(90deg, 
    #fff 0%,
    #f9f9f9 5%,
    #fff 10%,
    #f9f9f9 15%,
    #fff 20%,
    #f9f9f9 25%,
    #fff 30%,
    #f9f9f9 35%,
    #fff 40%,
    #f9f9f9 45%,
    #fff 50%,
    #f9f9f9 55%,
    #fff 60%,
    #f9f9f9 65%,
    #fff 70%,
    #f9f9f9 75%,
    #fff 80%,
    #f9f9f9 85%,
    #fff 90%,
    #f9f9f9 95%,
    #fff 100%
    );
}

.book::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 116px;
  height: 150px;
  transform: translateZ(-12.5px);
  background-color: #01060f;
  border-radius: 0 2px 2px 0;
  box-shadow: -10px 0 50px 10px #666;
}
	
	

/* ---------- Fog ---------- */
.fogwrapper {
	display: none;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}
#foglayer_01, #foglayer_02, #foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%;
}
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
}
#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}
#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
}

/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/ 
#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog1.png") center center/cover no-repeat transparent;
C:\Users\Gary\Downloads\desert-wind-2-350417.mp3}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog2.png") center center/cover no-repeat transparent;
}

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-moz-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-o-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-moz-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-o-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-moz-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-o-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@keyframes foglayer_03_opacity {
  0% { opacity: .8; }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}

@media only screen
  and (min-width: 280px)
  and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
      width: 100%;
    }
  }





.hex {
  width: 180px;
  height: 103.9231px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: auto 126px;
  -o-background-size: auto 126px;
  -webkit-background-size: auto 126px;
  background-size: auto 126px;
  position: relative;
  float: left;
  margin-top: 36.24px;
  margin-right: 6px;
  margin-bottom: 36.24px;
  margin-left: 6px;
  text-align: center;
  zoom: 1;
  opacity: 0.4;
  border-right: 1px solid black;
  border-left: 1px solid black;
  /* The class 'hex-gap' should be included in the 1st hexagon
  of each line, for avoiding overlaps between hexagon lines */
  /* Some Javascript code (not included in this example) 
  would be needed to change the DOM dinamically*/
  /* Custom styles*/
}
.hex.hex-gap {
  margin-left: 103.9231px;
}
.hex:hover {
  cursor: pointer;
  opacity: 1.0;
}
.hex a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  left: 0;
}
.hex .corner-1,
.hex .corner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -2;
  border-right: 1px solid black;
  border-left: 1px solid black;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hex .corner-1:before,
.hex .corner-2:before {
  width: 207.6px;
  height: 207.6px;
  content: '';
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  background-repeat: no-repeat;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hex .corner-1 {
  z-index: -1;
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.hex .corner-1:before {
  -moz-transform: rotate(-60deg) translate(-103.9231px, 0px);
  -ms-transform: rotate(-60deg) translate(-103.9231px, 0px);
  -webkit-transform: rotate(-60deg) translate(-103.9231px, 0px);
  transform: rotate(-60deg) translate(-103.9231px, 0px);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hex .corner-2 {
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hex .corner-2:before {
  -moz-transform: rotate(60deg) translate(-51.96155px, -14px);
  -ms-transform: rotate(60deg) translate(-51.96155px, -14px);
  -webkit-transform: rotate(60deg) translate(-51.96155px, -14px);
  transform: rotate(60deg) translate(-51.96155px, -14px);
  bottom: 0;
}
.hex .inner {
  color: #333;
}
.hex h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.44em;
  margin: 0;
}
.hex hr {
  width: 60%;
  border: 0;
  border-top: 3px solid #eee;
  margin: 12px auto;
}
.hex p {
  font-size: 1.2em;
  font-family: 'Kotta One', serif;
  width: 80%;
  margin: 0 auto;
}
.hex.hex-1 {
  background: #74cddb;
}
.hex.hex-2 {
  background: #f5c53c;
}
.hex.hex-3 {
  background: #80b971;
}

/* SASS/COMPASS CSS OUTPUT:
.hex {
  width: 180px;
  height: 103.9231px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: auto 126.0px;
  -moz-background-size: auto 126.0px;
  -o-background-size: auto 126.0px;
  background-size: auto 126.0px;
  position: relative;
  float: left;
  margin-top: 36.24px;
  margin-right: 6px;
  margin-bottom: 36.24px;
  margin-left: 6px;
  text-align: center;
  zoom: 1;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.hex.hex-gap {
  margin-left: 103.9231px;
}

.hex:hover {
  cursor: pointer;
  opacity: 0.5;
  -webkit-box-shadow: red 2px 2px 10px;
  -moz-box-shadow: red 2px 2px 10px;
  box-shadow: red 2px 2px 10px;
}

.hex a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  left: 0;
}

.hex .corner-1,
.hex .corner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -2;
  border-right: 1px solid black;
  border-left: 1px solid black;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hex .corner-1:before,
.hex .corner-2:before {
  width: 207.6px;
  height: 207.6px;
  content: '';
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hex .corner-1 {
  z-index: -1;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hex .corner-1:before {
  -webkit-transform: rotate(-60deg) translate(-103.9231px, 0px);
  -moz-transform: rotate(-60deg) translate(-103.9231px, 0px);
  -ms-transform: rotate(-60deg) translate(-103.9231px, 0px);
  -o-transform: rotate(-60deg) translate(-103.9231px, 0px);
  transform: rotate(-60deg) translate(-103.9231px, 0px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.hex .corner-2 {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex .corner-2:before {
  -webkit-transform: rotate(60deg) translate(-51.96155px, -14px);
  -moz-transform: rotate(60deg) translate(-51.96155px, -14px);
  -ms-transform: rotate(60deg) translate(-51.96155px, -14px);
  -o-transform: rotate(60deg) translate(-51.96155px, -14px);
  transform: rotate(60deg) translate(-51.96155px, -14px);
  bottom: 0;
}

.hex .inner {
  color: #333;
}

.hex h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.44em;
  margin: 0;
}

.hex hr {
  width: 60%;
  border: 0;
  border-top: 3px solid #eee;
  margin: 12px auto;
}

.hex p {
  font-size: 1.2em;
  font-family: 'Kotta One', serif;
  width: 80%;
  margin: 0 auto;
}

.hex.hex-1 {
  background: #74cddb;
}

.hex.hex-2 {
  background: #f5c53c;
}

.hex.hex-3 {
  background: #80b971;
}
*/

body {
	max-width: 90%;
	background-color: #000000;
	scrollbar-face-color: #4E6072;
	scrollbar-highlight-color: #70879E;
	scrollbar-shadow-color: #3E4B58;
	scrollbar-3dlight-color: #63798D;
	scrollbar-arrow-color: #D4D4D4;
	scrollbar-track-color: #45525F;
	scrollbar-darkshadow-color: #384654;
}

select {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica;
	border-color: #A48553 #C7B188 #C7B188 #A48553;
}

hr {
	height: 0px;
	border: solid #000000;
	0px;
	border-top-width: 1px;
}

FORM {
	FONT-FAMILY: Verdana, Helvetica;
	FONT-SIZE: 11px
}

ul {
	list-style-type: none;
}

A:link {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #111111;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

A:active {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #111111;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

A:visited {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #111111;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

A:hover {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #900000;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

A.topblocktext:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

A.topblocktext:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FEE040;
}

A.sideblock:link {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #FEE040;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

A.sideblock:active {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #FEE040;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

A.sideblock:visited {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #FEE040;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

A.sideblock:hover {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #900000;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.topmenu {
	padding-right: 8px;
	text-shadow: 2px 2px 4px #000000;
	font-family: GreyhawkGothic;
	font-variant: small-caps;
	font-size: 14px;
	TEXT-DECORATION: none;
}

A.topmenu:link {
	COLOR: #936834;
	font-family: GreyhawkGothic;
	font-size: 14px;
}

A.topmenu:active {
	COLOR: #936834;
}

A.topmenu:visited {
	COLOR: #936834;
}

A.topmenu:hover {
	COLOR: #900000;
}

.Runefont {
	font-family: TheRuneFont;
}

A.searchResultTitle {
	font-size: 12px;
	color: brown;
}


.title {
	BACKGROUND: none;
	COLOR: #733A1A;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.content {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #111111;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Helvetica
}

.content2 {
	BACKGROUND: none;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Helvetica
}

.block-title {
	BACKGROUND: none;
	COLOR: #FFC11F;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica
}

.block-content {
	BACKGROUND: none;
	COLOR: #733A1A;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica
}

.block-menu {
	BACKGROUND: none;
	COLOR: #733A1A;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica
}

.crierContainer {}

.headEntry {
	display: inline;
}


.blogTitle {
	font-family: GreyhawkGothic;
}

.mediumblock {
	BACKGROUND: none;
	COLOR: #FEE040;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.storytitle {
	BACKGROUND: none;
	COLOR: #900000;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	font-family: GreyhawkGothic;
	text-align: center;
	width: 100%;
	margin: auto;
	text-shadow: #333 1px 0px 0px;
}

.storyfooter {
	text-align:center;
}

.storyNav {
	width: 100%;
	text-align: center;
	color: brown;
	font-size: 12px;
	font-weight: bold;
}

.storyPosted {
	width: 100%;
	text-align: center;
	color: brown;
	font-size: 12px;
	font-weight: bold;
}

.articleTitle {
	BACKGROUND: none;
	COLOR: brown;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	font-family: GreyhawkGothic;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	margin: auto;
}

.storycontent {
	BACKGROUND: none;
	COLOR: #000000;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.storycat {
	BACKGROUND: none;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: underline
}

.boxtitle {
	BACKGROUND: none;
	COLOR: #733A1A;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.boxcontent {
	BACKGROUND: none;
	COLOR: #733A1A;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica
}

.option {
	BACKGROUND: none;
	COLOR: #111111;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.tiny {
	BACKGROUND: none;
	COLOR: #111111;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.tinyblock {
	BACKGROUND: none;
	COLOR: #FEE040;
	FONT-SIZE: 8px;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.tinyred {
	BACKGROUND: none;
	COLOR: #111111;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.tinyred2 {
	BACKGROUND: none;
	COLOR: #111111;
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.tiny2 {
	BACKGROUND: none;
	COLOR: #111111;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.footmsg {
	BACKGROUND: none;
	COLOR: #111111;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.crierContainer {
	background-color: black;
}

.rssTitle {
	width: 100%;
	margin: auto;
	text-align: center;
}

.newForumsWrap {
	width: 100%;
}

.nFS {
	font-family: GreyhawkGothic;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: brown;
}

.newForumsLabel {
	font-family: GreyhawkGothic;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: brown;
	padding: 1px;
	padding-top: 4px;
	margin: 1px;
	color: brown;
}

.newForumsContainer {
	border: 4px inset #493303;
	width: 48%;
	padding: 4px;
	overflow: hidden;
	background-image: url(../images/gen_bg_grey.jpg);
}

.newJournalsContainer {
	border: 4px inset #493303;
	width: 48%;
	padding: 4px;
	overflow: hidden;
	opacity: 70%;
	background-image: url(../images/gen_bg_grey.jpg);
}

.newForumsEntry2 {
	display: inline-block;
	text-align: left;
	padding: 1px;
	margin: 1px;
}

.newForumsEntry:hover {
	color: #CE6300;
}

.adminMenu {
	height: 100%;
	width: 100%;
	padding: 6px;
}

.adminMenu a:link {
	color: #FEE040;
}

.adminMenu a:visited {
	color: #FEE040;
}

.adminMenu a:hover {
	color: #FEE040;
}

.adminMenu a:active {
	color: #FEE040;
}

.cfHeaderImg {
	background-color: #000000;
}

.cfHeaderTxt {
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	border: 0px sold pink;
}

.cfHeaderPerm {
	position: relative;
	display: inline-block;
	/* height:100%; */
	text-align: center;
	/* line-height: 100%; */
	font-family: GreyhawkGothic;
	font-variant: small-caps;
	font-weight: 900;
	font-size: 3.0em;
	text-shadow: 2px 2px 8px #000000;
	border: 0px solid red;
}

.cfHeaderSub {
	z-index: 2;
	position: relative;
	display: inline-block;
	font-family: GreyhawkGothic;
	font-variant: small-caps;
	font-size: 1.5em;
	text-shadow: 2px 2px 8px #000000;
	width: 25%;
	/* height:140px; */
	/* line-height: 140px; */
	text-align: center;
	border: 0px solid green;
}

.cfHeaderLeft {}

.cfHeaderRight {}

.ml2 {
	height: 120px;
	line-height: 120px;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	font-family: GreyhawkGothic;
	font-variant: small-caps;
	font-weight: 900;
	font-size: 3.0em;
}

.ml2 .letter {
	display: inline-block;
}

.ml4 {
	position: relative;
	font-family: GreyhawkGothic;
	font-variant: small-caps;
	font-weight: 900;
	font-size: 3.0em;
	text-shadow: 2px 2px 8px #000000;
}

.ml4 .letters {
	z-index: 5;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0.3em;
	right: 0;
	opacity: 0;
}

.discordImage {
	height: 18px;
	width: 18px;
	border: 1px sold black;
	border-radius: 9px;
}

.discordList {
	padding-left:4px;
}

.discordImgCnt {
	position: relative;
	height: 20px;
	width: 20px;
	display: inline-block;
}

.discordStatus {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 8px;
	border: 1px solid black;
	border-radius: 4px;
}

.discordUser {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	font-size: 0.6em;
	font-weight:bold;
	color: #FEE040;
}

.discordStatusidle {
	background-color: #FAA61A;
}

.discordStatusonline {
	background-color: #43B581;
}

.dsidle {
	display:none;
}

.cfBlockTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 0.7em;
	color: #FEE040;
}

#lastSeenMore {
	color: #FEE040;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}

.lastSeenContainer {
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.arrow-up {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FEE040;
}

.arrow-up:hover {
	border-bottom: 10px solid brown;
}

.arrow-down {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FEE040;
}

.arrow-down:hover {
	border-top: 10px solid brown;
}

.arrow-right {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #FEE040;
}

.arrow-left {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FEE040;
}

.cohortList {
	background-color: black;
	width: 90px;
	margin-left: 0;
	margin-right: 0;
}

.cohortItem {
	position: relative;
	left: -15;
	width: 100px;
	padding: 4px;
}

.cohortContainer {
	display: inline-block;
	position: relative;
	width: 90px;
	height: 98px;
}

.cohortImg {
	position: absolute;
	width: 88px;
	height: 98px;
	top: 0;
	left: -5;
	border: 1px outset black;
	opacity: .8;
	border-radius: 4px;
}

.cohortTitle {
	position: absolute;
	display: inline-block;
	top: 35%;
	left: -12;
	width: 100px;
	color: #FEE040;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 3px 3px 5px #000000;
	/*border: 1px solid orange; */
}

.cohortTitle2 {
	color: #FFFFFF;
}

.cohortNav1 {
	position: absolute;
	display: none;
	bottom: -5;
	left: -20;
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 3px 3px 5px #000000;
}

.cohortNav2 {
	position: absolute;
	display: none;
	bottom: -5;
	right: 0;
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 3px 3px 5px #000000;
}

.journalContainer {
	border-radius: 10px;
	padding: 25px;
	margin-bottom:25px;
	background-image: url(/cf/themes/Canonfire/images/gen_bg_grey.jpg);
}

.journalUser {
	font-family: GreyhawkGothic;
	font-variant: small-caps;
	font-size: 2em;
	color: brown;
	text-shadow: 1px 1px 2px #000000;
	padding: 25px;
	margin-bottom:15px;
	border-radius: 10px;
	background-image: url(/cf/themes/Canonfire/images/gen_bg_grey.jpg);
}

.journalUsers {
	position:relative;
	font-family: GreyhawkGothic;
	font-variant: small-caps;
	width:250px;
	height:125px;
	float:left;
	margin:10px;
	font-size: 1em;
	color: brown;
	padding: 15px;
	margin-bottom:15px;
	border-radius: 10px;
	background-image: url(/cf/themes/Canonfire/images/gen_bg_grey.jpg);
}

.journalSubTitle {
	font-size: .75em;
}

.journalPosted {
	font-family: Verdana, Geneva, Arial, Helvetica;
	color: black;
	font-size: .6em;
}

.journalPostedList {
	margin-top: 20px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica;
	color: black;
	font-size: 1.0em;
}

.journalSum {
	padding: 5px;
	text-align: center;
	border-radius: 10px;
	background-image: url(/cf/themes/Canonfire/images/gen_bg_grey.jpg);
}

.journalName {
	font-size: 1.5em;
}

.journalTitle {
	font-family: GreyhawkGothic;
	font-variant: small-caps;
	color: brown;
	font-size: 1.0em;
	text-shadow: 1px 1px 2px #000000;
}

.journalText {
	font-size: 14px;
	padding-top: 20px;
	text-align: left;
	background-color: white;
	max-width: 800px;
	padding: 10px;
	box-shadow: 5px 5px 2px #aaaaaa;
}

.journalText>img { 
	zoom: 80%; 
}

.journalDate {
	padding-top: 20px;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	text-shadow: 0px 0px 0px #000000;
}

.journalTools {
	text-align: right;
}

.journalTools span {
	padding:5px;
}

.journalCmtCnt {
	text-align: right;
}

#jltitletext {
	width:95%;
	height:25px;
}

#jltextarea {
	width:95%;
	height:400px;
}

input {
	text-indent: 2px
}

input,
textarea {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica;
	border-color: #A48553 #C7B188 #C7B188 #A48553;
}

input.button {
	background-color: #CE6300;
	color: #FFE081;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	border-color: #CE3100 #9C0000 #9C0000 #CE3100;
	background: url(images/gen_background2.jpg);
}

input.checkbox {
	background-color: #CE6300;
	background-image: url(images/gen_background2.jpg);
	border-color: #A48553 #C7B188 #C7B188 #A48553
}

input.radio {
	background-color: #CE6300;
	background-image: url(images/gen_background2.jpg);
	border-color: #A48553 #C7B188 #C7B188 #A48553
}

input.login {
	background-image: url(images/gen_background2.jpg);
	border-color: #A48553 #C7B188 #C7B188 #A48553
}

input.mainoption {
	background-color: #CE6300;
	color: #FFE081;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	border-color: #CE3100 #9C0000 #9C0000 #CE3100;
	background: url(images/gen_background2.jpg);
}

input.liteoption {
	background-color: #CE6300;
	color: #FFE081;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	border-color: #CE3100 #9C0000 #9C0000 #CE3100;
	background: url(images/gen_background2.jpg);
}

.zavodaSideResults {
	position: absolute;
	top: 150;
	right: 0;

	border: 0px solid white;
  	background: white;
  	max-width: 400px;
  	border-radius: 12px;
  	margin: 5px;
  	box-shadow: 0px 1px 1px #555;
	opacity:70%;
}

.pcIndex {
  margin-left: 5px;
  font-size: 10px;
  font-weight: bold;
  font-size: 12px;
}

.zavResult {
	font-size: 14px;
	font-weight: bold;
}

.pcIndexTitle, .rlTitle {
  font-family: GreyhawkGothic;
  color: brown;
  font-size: 12px;
}

.pcIndexCont {
  width: 240px;
  height: 920px;
  overflow-y: auto;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #000; 
}

::-webkit-scrollbar-thumb {
  background: brown; 
}
::-webkit-scrollbar-thumb:hover {
  background: white; 
}
