@charset  "iso-8859-1";

/* 
	CSS file for DarkmindWeb.com, written by Darkmind.  All rights reserved. 
*/

html, body
{
	color: #D3D3D3;
	font-family: sans-serif;
	background-color: black;
}

body
{
	margin: 1em;
	border-color: #535353;
	border-width: thin;
	border-style: solid;
	padding: 0.5em;
}

h1
{
	color: #E3CCFB;
	text-align: center;
}

abbr { font-style: normal; }
p { text-indent: 1em; }

/* Links */
a:link
{
	text-decoration: none;
	color: #847BFF;
}

a:active
{
	text-decoration: underline;
	color: #0FF;
}

a:visited
{
	color: #BF7AFF;
	text-decoration: none;
}

a:hover
{
	background-color: #0600BF;
	text-decoration: underline;
	color: white;
}


.clear { clear: both; }

/* Side link bar. */
/*
div.navlinks
{
	position: fixed;
	right: 0;
	top: 0;
	width: 10em;
	bottom: 1em;
	border-color: #535353;
	border-width: thin;
	border-style: solid;
	padding: .2em;
	background-color: #1C1C1C;
	margin-right: 1em;
	margin-top: 1em;
}

div.navlinks ul, div.navlinks li
{
	list-style: none;
	display: block;
	border-color: #535353;
	border-width: thin;
	border-style: solid;
	margin: 0;
	padding: 0;
	background-color: black;
}

div.navlinks a
{
	display: block;
	text-align: center;
	font-size: 1.2em;
	padding: 0.2em;
	text-decoration: none;
}

div.navlinks a:link, div.navlinks a:visited { color: #8F5EC0; }

div.navlinks a:hover
{
	background-color: #C3C3C3;
	color: #550453;
}
*/

/* End side link bar. */
div.main { margin-right: 10em; }

/* Abbreviations have a 'help' cursor. */
abbr { cursor: help; }
p:hover abbr { background-color: #00001E; }

/* Mostly used on sub-pages. */
h3
{
	margin-bottom: 0;
	padding-bottom: 0;
}

ul
{
	margin-top: 0;
	padding-top: 0;
}

/* Story Codes. */
/* The story code table. */
table.codes
{
	border-color: silver;
	border-width: thin;
	border-style: inset;
	text-align: center;
	float: right;
	background-color: black;
	font-size: 80%;
}

table.codes td, table.codes th
{
	padding: 0 0.25em 0 0.25em;
	margin: 0;
	height: 1.3em;
	border-style: inherit;
}

table.codes th { background-color: #2A2A2A; }
table.codes tr.mark { background-color: #312644; }
table.codes tr:hover { background-color: #565656; }
table.codes h1 { font-size: 1.25em; }
table.codes h2 { font-size: 1em; }
table.codes th.heading+td { clear: both; }

/* The Story blocks. */
div.story
{
}
div.story h3
{
	text-align: center;
	font-size: 1.25em;
	margin-top: 0.3em;
	padding-top: 0.2em;
}
div.header ul
{
	display: block;
	height: 1.25em;
	text-align: center;
	padding: 0;
	padding-top: 0.2em;
	/* width: 100%; */
	background-color: #2A2A2A;
}
div.header li
{
	display: inline;
	margin-left: 0;
	padding-left: 0;
}
div.story .header { background-color: #404040; }
/*  End Story Codes. */

/*  For the links page. */
ul.links
{
	background-color: #2A2A2A;
	border-color: #404040;
	border-width: 0 0 0 thin;
	border-style: none none none solid;
}
ul.links li
{
	background-color: black;
	border-color: #404040;
	border-width: 0 0 thick thin;
	border-style: none none solid solid;
	margin-bottom: 0.75em;
	padding: 0.25em;
}
li p
{
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}