@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	background-color: #ffffdd;
	color: #222222;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 3px 0px 10px 0px;									/*Top, right, bottom, left*/
}
/*.pdtable {
	display: table;
}
.pdrow {
	display: table-row;
}
.pdcell {
	display: table-cell;
}
/********** BEGIN HEADER LAYOUT **********/
.header {														/*Site Layout Menu Row*/
	background-color: #440088;
}
.headerlinks {
	padding: 5px 20px;											/*Top-bottom, left-right*/
	color: #ffffff;
	line-height: 45px;
}
.headerlinks a {
	color: #440088;
	text-decoration: none;
	background-color: #ffffdd;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #222222;
	border-radius: 15px;
}
.headerlinks a:hover {
	background-color: #222222;
	color: #ffffdd;
}
/********** BEGIN CONTENT AREA LAYOUT **********/
.contentarea {													/*Site Layout Content Area*/
	padding: 5px 25px 25px 25px;								/*Top, right, bottom, left*/
}
.contentarea a {
	color: #440088;
	text-decoration: underline;
}
.contentarea a:hover {
	background-color: #440088;
	color: #ffffff;
	text-decoration: none;
}
.contentareabox {
	margin: 0px 20px;											/*Top-bottom, left-right*/
	padding: 20px 30px;											/*Top-bottom, left-right*/
	/*float: none;*/
	background-color: #fcfcfc;									/*Light grey*/
	border: 2px solid #440088;
	/*right: 0;
	left: 0;*/
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
/********** BEGIN FOOTER LAYOUT **********/
.footer {														/*Site Layout Footer Row*/
	/*width: 100%;*/
	background-color: #440088;
	margin: 0px;
	color: #ffffff;
	padding: 5px 20px;											/*Top-bottom, left-right*/
}
.footer p {
	text-align: justify;
	font-size: 20px;
}
/********** BEGIN HEADING STYLES **********/
.contentarea h1 {												/*Page or Story Title*/
	font-size: 42px;
}
.contentarea h2 {												/*Story Writer*/
	font-size: 36px;
}
.contentarea h3 {												/*Story Tags*/
	font-size: 30px;
	padding: 5px 0px;
	text-align: center;
}
.contentareabox h3 {											/*Section Titles Within Story*/
	border-top: 2px solid #440088;
	border-bottom: 2px solid #440088;
}
.contentarea h4 {												/*Writer Name Blocks*/
	text-align: left;
	font-size: 30px;
	line-height: 36px;
	background-color: #440088;
	background-image: linear-gradient(135deg, #440088 0%, #440088 35%, #440055 100%);
	color: #ffffff;
	border: 2px solid #000000;
	padding: 0px 15px;
	margin-bottom: 0px;
}

/********** BEGIN CUSTOM STYLES **********/
.disclaimer {													/*Message from the writer*/
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border: 2px solid #440088;
}
.message {														/*Message from the webmaster*/
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 4px solid #ff0000;
	font-style: italic;
	font-weight: bold;
}
.spoiler {
	background-color: #000000 !important;
	color: #000000 !important;
}
.spoiler:hover {
	background-color: #ff0000 !important;
	color: #000000 !important;
}
.indent {
	padding: 0px 50px 0px 50px;									/*Top, right, bottom, left*/
}
.email {
	float: right;
	color: #ffffff;
	font-style: italic;
}
hr {
	background-color: #440088;
	height: 6px;
	width: 100%;
	border: 0px;
	margin: 32px 0px;
}

/********** BEGIN ACHIEVEMENT STYLES **********/
.dedicated {													/*Achievement 5*/
	background-color: #990000 !important;
	background-image: linear-gradient(135deg, #990000 0%, #990000 35%, #440055 100%) !important;
}
.addicted {														/*Achievement 10*/
	background-color: #995500 !important;
	background-image: linear-gradient(135deg, #995500 0%, #995500 35%, #440055 100%) !important;
}
.hero {															/*Achievement 15*/
	background-color: #999900 !important;
	background-image: linear-gradient(135deg, #999900 0%, #999900 35%, #440055 100%) !important;
}
.superhero {													/*Achievement 25*/
	background-color: #009900 !important;
	background-image: linear-gradient(135deg, #009900 0%, #009900 35%, #440055 100%) !important;
}
.master {														/*Achievement 35*/
	background-color: #009999 !important;
	background-image: linear-gradient(135deg, #009999 0%, #009999 35%, #440055 100%) !important;
}
.legend {														/*Achievement 50*/
	background-color: #000099 !important;
	background-image: linear-gradient(135deg, #000099 0%, #000099 35%, #440055 100%) !important;
}
.saint {														/*Achievement 65*/
	background-color: #000000 !important;
	background-image: linear-gradient(135deg, #000000 0%, #000000 35%, #440055 100%) !important;
}
.angel {														/*Achievement 80*/
	background-color: #ffffff !important;
	color: #000000 !important;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 35%, #440055 100%) !important;
}
.god {															/*Achievement 100*/
	background-color: #ffffff !important;
	background-image: url(../images/god.gif) !important;
	background-repeat: repeat;
	color:#ffffdd  !important;
	text-shadow: 2px 2px #440088;
}
/********** BEGIN CONTENT TABLE STYLES **********/
.seriestable {
	display: table;
	width: 100%;
	background-color: #ffffdd;
	border: 2px solid #440088;
}
.seriestitle {
	font-size: 36px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}
.seriestitlebox {
	display: table-cell;
}
.writertable {
	display: table;
	width: 100%;
}
.writerrow {
	display: table-row;
}
.storybox {
	padding: 10px 20px;
	display: table-cell;
	width: 25%;
}
.storywriter {
	left: 10px;
	position: relative;
}
.storydesc {
	padding: 10px;
	background-color: #ffffdd;
	border: 1px solid #440088;
	position: absolute;
	max-width: 30%;
	min-width: 10%;
	z-index: 999;
}
.storybox > .storytitle > .storydesc {
	display: none;
}
.storybox > .storytitle:hover > .storydesc {
	display: block;
}
#showall:checked ~ .layouttable .layoutrowlogo .showallbutton {
	background-color: #ffffdd;
	color: #222222;
}
#showall:checked ~ .layouttable .layoutrowcontent .layoutcellleftpadding .layoutcellleftcontent .storybox > .storytitle > .storydesc {
	display: block;
	position: relative;
	max-width: none;
	min-width: none;
}
/********** BEGIN ARROW STYLES **********/
aside {
	line-height: 64px;
	text-align: center;
	font-size: 32px;
	background-color: #440088;
	color: #ffffff;
	position: relative;
}
aside a {
	color: #ffffff !important;
	text-decoration: none;
	cursor: pointer;
}
aside:hover {
	color: #440088;
}
aside.arrow {
	margin: 32px auto 32px auto;
	width: 200px;
	font-weight: bold;
}
aside.arrow:after, aside.arrow:before {
	border-width: 32px 0 32px 32px;
}
aside.arrow:before {
	border-color: #440088 transparent;
	left: -32px;
}
aside.arrow:after {
	border-color: transparent #440088;
	right: -32px;
}
aside:before, aside:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0;
}