﻿@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
html{height: 100%;}
#header
{ position: absolute;
top: 0px; left: 0px;
}

.skip-nav-link 
{
background: darkteal;
color: aqua;
padding: 0.5rem 1.5rem;
border-radius: 0 0 0.25rem 0.25rem;
position: absolute;
left: 0.5rem;
transform: translateY(10%);
transition: transform 325ms ease-in;
}

.skip-nav-link:focus
{
z-index:+2;
transform: translateY(100);
}


h1 {
        color: #6699FF;
		font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight:bold;
        font-size: 2em;
        margin: 0 0 10px 8px;
        padding:0;
        text-indent:0px;
        letter-spacing: .1em;
        text-align: center;
}

h2 {
        color: #6699FF;
		font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight:bold;
        font-size: 2.5em;
        margin: 0 0 9px 7px;
        padding:0;
        text-indent:0px;
        letter-spacing: .1em;
        text-align: center;
}

h3 {
        color: #6699FF;
		font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight:bold;
        font-size: 2em;
        margin: 0 0 8px 6px;
        padding:0;
        text-indent:0px;
        letter-spacing: .1em;
        text-align: center;
}

h4 {
        color: #6699FF;
		font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight:bold;
        font-size: 1.5em;
        margin: 0 0 9px 5px;
        padding:0;
        text-indent:0px;
        letter-spacing: .1em;
        text-align: center;
}
h5 {
        color: #6699FF;
		font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight:bold;
        font-size: 1.25em;
        margin: 0 0 9px 5px;
        padding:0;
        text-indent:0px;
        letter-spacing: .1em;
        text-align: center;
}

img{
	border: 0px;
	color: #1798e9;
	max-width: 100%;
	max-height: 100%;
}

}
.left
{ float: left; 
  padding: 0px 5px 0px 0px;
}
.right
{ float: right; 
  padding: 0px 0px 0px 5px;
}
.center
{ display: block;
  text-align: center;
  margin: 0 auto;
  text-indent: 0px;
}
#center
{ display: block;
  text-align: center;
  margin: 0 auto;
  text-indent: 0px;
}
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}
ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}
ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}
#main, #links_container, #menu, #content, #footer, #header
{ 
width: 100%; 
}

#links_container
{ border-top: 1px solid; 
  border-bottom: 1px solid;
}

#links
{ text-align: right;
  padding: 10px 10px 0px 0px;
  height: 70px;  
  padding: 18px 0px 0px 0px;
  font-size:75%;
  text-transform: uppercase;
}
#links a, #footer a, #footer a:hover
{
text-decoration: none;
color:#1798e9;
}

#logo
{ padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
  background-repeat:no-repeat;
  background-position:center;
  display: block;
  text-align: center;
  margin: 0px 0px 0px 0px auto;
  z-index: -1;

}

#menu
{ height: 40px; 
  border-bottom: 1px solid;
}

#menu ul
{margin: 0px auto;
} 

#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 20px;
  text-decoration: none; 
  padding: 11px 24px 1px 24px;
  font-family: "Comic Sans MS"; 
  font-size:78%;
} 

#content
{ height: auto;
  padding: 20px 0px 0px 0px;
  overflow: hidden;
  color: aqua;
  background-color: black;
}

#column1
{ float: right;
  width: 245px;
  padding: 4px 1px 15px 30px;
  color: white;
  font-size:150%;
}

.sidebaritem
{ text-align: left;
  float: left;
  margin: 0px 0px 25px 0px;
  font-size:small;
}

.sidebaritem h1
{ padding: 0px; 
  margin: 0px 0px 14px 0px; 
  font-weight: bold;
  text-transform: uppercase;
  color:aqua;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks
{
padding: 0px 0px 0px 0px; font-size:150%;
}

.sbilinks ul
{
margin: 0px auto;
} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none;
  font-size: 32px;
  font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  } 
  
.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 32px;
  text-decoration: none; 
  padding: 5px 1px 10px 10px;
  width: 240px;
  border: 0px;
  color:white;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} 

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 10px;
  text-decoration: none;
}

#colour
{
margin: 0px 0px 20px 0px;
}

#colour a, #colour a:hover
{
border: 0px;
}

.blue
{ background: #012031;
  color: #125980;
  padding: 0px 40px 0px 20px;
}

blockquote
{
border-color: #1798E9;
}

#links_container
{
	color: #1798e9;
	border-top-color: #E2E2E2;
	border-bottom-color: #6C6C6C;
}

#footer
{ background: #125980;
  margin-left: 0px;
  margin-right: 0px;
  color: #FFF;
  border-color: #1798E9;
  text-align: center; 
  border-top: 4px solid;
  padding: 3px 0px 0px 0px;
  font-size:12px;
  text-transform: uppercase;
  height: 80px;
  position: relative;
  margin-top: -80px;
  clear: both;
} 

#logo h2, .sidebaritem,
{
	background-color: transparent;
	color: #FFFFFF;
}

#menu
{ background: #444 url("/style/menu2.png");
  font-size: 20px;
  color: #FFF;
  border-color: #000;
}

#menu li a
{ background: transparent;
  color: aqua;
  border-color: #6C6C6C;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover, #footer a
{ 
  background: #fffff;
  color: #E2E2E2;
}

a: active, .sbilinks li a:active, .sidebaritem a:active 
{ 
  color:white !important; 
}

.sbilinks li a:hover, .sidebaritem a:hover
{
	background: transparent no-repeat left center;
	color: #00FFFF;
}

.sbilinks li a, .sidebaritem a
{
	background: transparent no-repeat left center;
	color: #FFFFFF;
} 

.sbilinks li a:visited, .sidebaritem a:visited
{
	background: transparent no-repeat left center;
	color: gray;
} 

  div.topright
  {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
  }
  
  div.topleft
  {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10%;
	height: 100px;
	text-align: right;
	vertical-align: middle;
	z-index: +1;
  }
  
a:link
{
  color:white	
}

a:hover
{
  color:teal;
}

a:visited
{
  color:gray;
}

#pagebody
{
    margin-right: 20px;
    margin-bottom: 100px;
	margin-left: 30px;
	font-size: 24px;
	color: white;
	text-align: justify;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-indent: 3em;
}

#storybody
{
    margin-right: 20px;
    margin-bottom: 100px;
	margin-left: 20px;
	font-size: 24px;
	color: white;
	text-align: justify;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-indent: 3em;
}

#storybody p
{
	line-height: 1.6;
}

#poembody
{
	font-size: 24px;
	color: white;
	text-align: left;
	margin-left: 30%;
	margin-right: 2em;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}


body
{
    margin-right: 0px;
    margin-bottom: 120px;
    margin-left: 0px;
	background-color:#000000;
}

body p
{
	font-size: 32px;
	color: white;
	text-align: justify;
	text-indent: 1em;
}

.table
{color:white}

.fttstatstable
{
background-color:darkslategray;
margin-left: auto;
margin-right: auto;
text-align:center;
border: 5px solid;
border-color:saddlebrown;
color:white;
font-family: 'Gochi Hand', cursive;
font-size:24px;
border-collapse: collapse;
}


.auto-stylenovels3 {
	color: #00FFFF;
	text-align: center;
}

.stylenovels8 {
	font-size: small;
	text-align: center;
}
.auto-stylenovels21 {
	text-align: center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.auto-stylenovels37 {
	color: #FFFFFF;
}

.auto-stylenovels39 {
	border-style: solid;
	border-width: 2px;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: text-top;
}

.auto-stylenovels40 {
	border-style: solid;
	border-width: 2px;
	margin-left: 20px;
	margin-right: 20px;
}

.sbilinks ul
{ text-align: left;
  float: left;
  margin: 0px 0px 22px 0px;
  font-size:28px;
  color:aqua;
}

.dark-mode 
{
  background-color: black;
  color: white;
}

.dark-mode p
{
  font-size: 32px;
  color: white;
}

.aqua {
color:aqua;
}

.ulhl {
	background-color: white;
	color: blue;
	text-align: center;
	text-indent: 0px;
}
.indexrndquote {
	color: #7AF1DD;
}

.ulcenter {
	text-decoration: underline;
	text-align: center;
}

.bigtext
{ 
font-size:24px;
}

.verticalaligntop {
	vertical-align: top;
}


.button {border-radius: 12px;}

.fttcomment
{
font-style:italic;
color:silver;
text-align:center;
}

.redhighlight {background-color: #FF0000;color: #000000;}
.yellowhighlight {background-color: #FFFF00;color: #000000;}
.blacktext {color: #000000;}
.orangehighlight {background-color:orange;color:black;}
.ltbluehighlight {background-color:aqua;color:black;}

#disqus_thread
{
margin-left: 50px;
margin-right: 50px;
text-align:center;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; 
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: white;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.countercenter
{
	width: 100px;
	height: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pollcentered 
{
  display: block;
  width:300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0px;
  background-color:darkslategray;
}
