/* Ghosts Fanlisting */

@import url('https://fonts.googleapis.com/css?family=BioRhyme|Dosis|Seaweed+Script|Lora&display=swap');

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #DFDFDF;
	padding: 0px;
	margin: 0px;
}
#headerimage{
	position: relative;
	width: 900px;
	height: 511px;
}
#maincontent {
	position: center;
	width: 900px;
	margin: 0px;
}
#content {
	padding: 10px;
	font-family: 'BioRhyme', serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #28231C;
	text-align: justify;
	position: relative;
	float: left;
}
a.nav:link, a.nav:visited, a.nav:active {
	position: relative;
	top: 0px;
	left: 0px;
	color: #28231C;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	line-height:10px;
	background: transparent;
	border-bottom: 0px dotted #333333;
	font-weight: normal;
}
a.nav:hover {
	color: #E5D4B8;
	border-bottom: 0px dotted #333333;
	background-color:#C7B493;
	cursor: help;
}
div.nav {
	position: absolute;
	top: -21px;
	left: -20px;
	padding-left: 0px;
	width: 1000px;
}
div.box {
	position: absolute;
	top: 20px;
	left: 60px;
	width: 800px;
	margin-left: 0px;
}
h1 {
	font-family: 'Seaweed Script', cursive;
	text-align: left;
	font-weight: normal;
	font-size: 26px;
	color: #28231C;
	margin-top: 10px;
	padding-top: 20px;
	letter-spacing: 2px;
}
h2 {
	font-family: 'Seaweed Script', cursive;
	text-align: right;
	font-weight: normal;
	font-size: 22px;
	color: #28231C;
	margin-top: 10px;
	padding-top: 20px;
	letter-spacing: 2px;
}
a:link, a:visited, a.active {
	color: #C7B493;
	text-decoration: none;
	font-family: 'BioRhyme', serif;
	font-size: 16px;
	border-bottom: 1px dotted #C7B493;
}
a:hover {
	color: #655231;
	border-bottom: 1px dashed #655231;
	cursor: help;
}
strong {
	color:#28231C;
	font-size: 16px;
}
b {
	color:#393529;
	font-size: 16px;
}
i {
	color: #655231;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	background-color: #F1F1F1;
}
em {
	color:#393529;
	font-size: 16px;
}
u {
	color: #1d1a2e;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #c3a878;
	text-transform: uppercase;
}
blockquote, table {
	width: 700px;
	text-align: left;
	font-size: 16px;
	font-family: 'BioRhyme', serif;
	background-color: #F1F1F1;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #81755F;
	border-bottom: 1px solid #81755F;
	color: #474032;
	padding: 0px;
}
blockquote{
	padding: 15px;
}
textarea, input, option, select{
	font-family: 'BioRhyme', serif;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #81755F;
	border-bottom: 1px solid #81755F;0;
	background: #F1F1F1;
	padding: 3px;
	font-size: 16px;
	color: #211d2f;
}
img.img {
	border: 4px solid #1d1a2e;
	margin: 5px;
}
.footer{
	margin: 50px 0 0 0px;
	width: 800px;
	clear: both;

}	
.copyright {
	font-family: 'BioRhyme', serif;
	font-size: 11px;
	line-height: 16px;
	color: #5f5769;
	text-decoration: none;
	text-align: center;
}
.copyright a:link, a:visited, a.active{
	font-family: 'BioRhyme', serif;
	font-size: 11px;
	line-height: 18px;
	color:#5f5769;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: help;
        }