/* Finite Arts Web CSS © 2015 Hal Barwood */

/* tags */

body	{ background-color: #222220; }

h1	{ font-family: "Arial", "Helvetica", sans-serif; font-style: italic; font-size: 32px; font-weight: 600; line-height: 32px; white-space: nowrap; color: #FF9900; }
p	{ font-family: "Arial", "Helvetica", sans-serif; font-size: 14px; font-weight: normal; color: #FFFFFF; }
ul	{ font-family: "Arial", "Helvetica", sans-serif; font-size: 16px; font-weight: normal; color: #FFFFFF; }

a:link		{ text-decoration: none; color: #995500; }
a:visited	{ text-decoration: none; color: #cc9900; }
a:focus		{ text-decoration: none; color: #cc9900; }
a:hover 	{ text-decoration: none; color: #eebb00; }
a:active	{ text-decoration: none; color: #ffdd00; }

/* classes that declare height */

.background
{
	/* ruling element centers all enclosed elements */
	position: relative; 
	top: 0px; left: 0px;
	width: 1100px; height: 954px;
	margin-left: auto; margin-right: auto;
	padding: 0px;
	z-index: 1;
	background-color: #bbbbb0;
}

.mainpage
{
	position: absolute; 
	top: 78px; left: 188px; 
	width: 846px; height: 794px;
	padding-left: 10px; padding-right: 10px;
	padding-top: 0px; padding-bottom: 10px;
	z-index: 7; overflow: hidden;
	background-color: transparent;
}

.textframe
{
	position: absolute; 
	top: 68px; left: 36px;
	width: 1028px; height: 850px; /* 996px; */
	vertical-align: middle;
	margin-left: auto; margin-right: auto;
	border-width: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 2;
	background-color: #555555;
}

.innerframe
{
	position: absolute; 
	top: 0px; left: 0px; 
	width: 846px; height: 804px;
	padding-left: 10px; padding-right: 10px;
	padding-top: 0px; padding-bottom: 10px;
	z-index: 8; overflow: hidden;
	background-color: #ffffff;
}

.textblock
{
	position: absolute;
	top: 0px; left: 20px; 
	width: 820px; height: 924px;
	padding: 0px;
	z-index: 10;
	background-color: transparent;	
}


.linkblock_0
{
	position: absolute;
	top: 550px; left: 60px;
	padding: 0px;
	z-index: 10;
	background-color: transparent;
}

.linkblock_1
{
	position: absolute;
	top: 580px; left: 130px;
	padding: 0px;
	z-index: 10;
	background-color: transparent;
}

.linkblock_2
{
	position: absolute;
	top: 610px; left: 200px; 
	padding: 0px;
	z-index: 10;
	background-color: transparent;
}

.linkblock_3
{
	position: absolute;
	top: 640px; left: 270px;
	padding: 0px;
	z-index: 10;
	background-color: transparent;
}

.linkblock_4
{
	position: absolute;
	top: 670px; left: 340px;
	padding: 0px;
	z-index: 10;
	background-color: transparent;
}

.linkblock_5
{
	position: absolute;
	top: 700px; left: 410px;
	padding: 0px;
	z-index: 10;
	background-color: transparent;
}

.linkblock_6
{
	position: absolute;
	top: 730px; left: 480px;
	padding: 0px;
	z-index: 10;
	background-color: transparent;
}

.mingicon
{
	position: absolute;
	top: 560px; left: 630px;
	z-index: 12;
}


.booktitle
{
	position: absolute;
	top: 10px; left: 150px;
	height: 300px;
	z-index: 12;
}

.bookimage
{
	position: absolute;
	top: 50px; left: 50px;
	width: 370px; height: 500px;
	text-align: center;
	z-index: 12;
}

.bookblurb
{
	position: absolute;
	top: 50px; left: 430px;  /* was 450px */
	width: 390px; height: 500px;  /* was 350px */
	z-index: 12;

}

.rightbook
{
	position: absolute;
	top: 450px; left: 550px;
	height: 300px;
	text-align: center;
	z-index: 12;
}

.footer
{
	/* declares a top way down the page... */
	position: absolute;
	top: 886px; left: 510px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 30px;
	padding: 0px;
	z-index: 10;
	color: #00ccff;
}

/* other classes */

.top
{
	position: absolute; top: 0px;
	padding-top: 0px;
}

.badge
{
	position: absolute; top: 68px; left: 36px; width: 132px;
	padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 0px;
	z-index: 12;
	background-color: #555555;
}

.borderpatrol
{
	position: absolute; top: 212px; left: 36px; width: 132px;
	padding-left: 10px; padding-right: 10px; padding-top: 0px; padding-bottom: 10px;
	z-index: 10;
	background-color: #555555;
}

.titletext
{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 24px;
	font-style: italic; 
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	padding-top: 20px; padding-bottom: 0px;
	color: #bb8833;
}


.undertext
{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 30px;
	font-style: italic; 
	font-weight: 600;
	line-height: 28px;
	padding-top: 0px; padding-bottom: 20px;
	white-space: nowrap;
	color: #bb8833;
}

.subhead
{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	font-style: italic; 
	font-weight: 600;
	line-height: 30px;
	padding-top: 10px; padding-bottom: 0px;
	white-space: nowrap;
	color: #aa0000;
}

.bodytext
{
	font-family: "Times New Roman", sans-serif;
	font-size: 24px;
	font-style: normal; font-weight: normal;
	line-height: 30px;
	padding-left: 20px;
	color: #000000;
}

.listtext
{
	font-family: "Times New Roman", sans-serif;
	font-size: 22px;
	font-style: normal; font-weight: normal;
	line-height: 28px;
	padding-top: 10px; padding-bottom: 10px;
	padding-left: 80px;
	color: #000000;
}

.spacertext
{
	line-height: 10px;
	padding: 0px;
}

.placard
{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 24px;
	font-style: normal; font-weight: 500;
	line-height: 26px;
	white-space: nowrap;
	color: #000000;
}

.smallparenthesis
{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-style: italic; font-weight: normal;
	line-height: 14px;
	white-space: nowrap;
	color: #008855;
}


/* floating control stuff */

.slidertrack
{
	position: absolute; top: 275px; left: 1064px; width: 36px;
	padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px;
	z-index: 15;
}

.uparrowfloat
{
	position: absolute; top: 0px; left: 0px;
	padding: 0px;
	display: block;
	z-index: 15;
}

.gohomefloat
{
	position: absolute; top: 45px; left: 0px;
	padding: 0px;
	display: block;
	z-index: 15;
}

.dnarrowfloat
{
	position: absolute; top: 90px; left: 0px;
	padding: 0px;
	display: block;
	z-index: 15;
}

.alignfolder
{
	vertical-align: -95%;
}

.alignbutton
{
	vertical-align: -40%;
}



