/* Eternal Misery CSS. By SuitCase (suitcase@soaringrabbit.com) */

/* Set body amd standard h1 characteristics. The background applies to the innner frame. */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	cursor: crosshair;
	background-color: #270100;
	background-image: url(eternalmisery_pagebg.jpg);
	background-repeat: no-repeat;

/* This won't validate, but it's needed for the tacky effect. I'm sorry, W3C. The rest of the page validates. */

	scrollbar-face-color: #903030;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #C0B0B0;
	scrollbar-shadow-color: rgb(0,0,0);
	scrollbar-highlight-color: rgb(0,0,0);
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #202020;
}
h1 {
	font-size: 1.2em;
	text-align: center;
}

/* Give links a consistent white colour and stupid cursor. */
a {
	cursor: move;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

/* Here's our object. Instead of an iframe. You know. */

object {
	width: 295px;
	height: 300px;
}


/* Lists must be toyed with to work inside the little frame. */

ul {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
	background-color: #CC3300;
	padding: 3px 0;
	margin-left: 0;
}
ul li {
	display: inline;
}

/* Now some classes. First the main page's background of stars. */

body.mainpage {
	background-image: url(eternalmisery_redstarsbg.gif);
}

/* And the specific logo for the main page's heading. Icky text replacement, sorry disabled people! */

h1.logo {
	font-family: "Times New Roman", Times, serif;
	color: #FFCC33;
	font-size: 9.5em;
	text-align: right;
	font-style: italic;
	height: 131px;
	width: 584px;
	margin-top: -10px;
	background-image: url("eternalmisery_mainheading.png");
	background-repeat: no-repeat;
	position: absolute;
	left: 150px;
}
.headingtext {
	display: none; 
}

/* Sorry for the cryptic class name. */

.burningshadow {
	width: 265px;
	height: 351px;
	position: absolute;
	left: 120px;
	top: 150px;
	background-image: url(eternalmisery_burningshadow.png);
}
	
/* Then the behaviour of content images and the little print at the bottom of each framed page. */

.contentimage {
	margin-left: auto;
	margin-right: auto;
}
.smallprint {
	font-style: italic;
}
small {
	font-size: 100%;
}

/* Many other things are IDs, because it sorta seems to make more sense that way. */

#contentpanel {
	position: absolute;
	left: 420px;
	top: 170px;
	border: double #D8665D 5px;
}
#bottomlink {
	font-size: 1.4em;
	position: absolute;
	top: 500px;
	left: 20px;
}
