/* sets the body background image */
body {
	background-image: url(Images/Mayscrlt.gif);
}

/* sets the color of unvisited links to blue */
a:link {
	color: #6666FF;
}

/* sets the color of visited links to orange */
a:visited {
	color: #FF9933;
}

/* header for the specialty pages */
#specialtyheader {
	position: absolute;
	style: break-word;
	left: -5px;
	top: -23px;
	margin: 5px;
	width: 1180px;
	height: 111px;
}

/* alignment for the flash animation on the splash page */
#splashflash {
	position: absolute;
	left: 40px; 
	top: 130px; 
	width: 290px; 
	height: 400px; 
	z-index: 4; 
	background: #000000;
}
#splashcontent {
	background-color: #000000;
	position: absolute;
	left: -0.281in;
	top: 111px;
	width: 1300px;
	height: 527px;
}


/* alignment for the book picture on the splash page */
#splashnewbookpic {
	position: absolute; 
	left: 329px; 
	top: 130px; 
	width: 174px; 
	height: 400; 
	z-index: 5; 
	background: #000000; 
	overflow: hidden;
}

/* alignment for the details section for new books on the splash page */
#splashnewdetails {
	position: absolute; 
	left: 502px; 
	top: 130px; 
	width: 300; 
	height: 400; 
	z-index: 6; 
	background: #000000; 
	text-align: left; 
	overflow: hidden;
}

/* position for the email signup on splash page */
#signup {
	position:absolute;
	width:733px;
	height:280px;
	left: 27px;
	top:736px;
	z-index:7
}

/* fonts and colors for the email signup form on splash page */
.signupframe {
	border: 2px solid #FFFFFF;
	background: #ffffff;
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
}

/* alignment for the footer on the splash page */
#splashfooter {
	position: absolute;
	left: 0px;
	top: 638px;
	width: 742px;
	height: 1px;
	z-index: 1
}

/* container for the contents of the specialty pages */
#content {
	position: absolute;
	left: 0px;
	top: 116px;
}

/* position of the mayapple press logo on the bookpages */
#bookpageheader {
	 position:absolute;
	 width:749px; 
	 height: 75px; 
	 z-index:4; 
	 left: 8px;
	 top: 5px;
}

/* the style that sets the position of the book picture on the bookpage */
#bookpagepic {
	position:absolute;
	left:524px;
	top:115px;
	width:234px;
	height:350px;
	z-index:1;
}

/* the style that sets the position of the sample poem and author bio on bookpage */
#bookpagepoem {
	position:absolute;
	left:11px;
	top:115px;
	width:416px;
	height:736px;
	z-index:2;
	padding: 0;
	margin: 0;
	border: 0;
}

/* the style that sets the position of the blurb, author, book title, paypal, etc on bookpages */
#bookpagedetails {
	position:absolute;
	left:524px;
	top:486px;
	width:250px;
	height:494px;
	z-index:3;
}

/* the font for the title of the sample poem on the bookpage */
.bookpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}


/* the font for the author bio on the bookpage */
.bookpagebiofont {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* the font for the title of the book on the details section of the bookpage */
.bookpagedetailstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* the font used for the blurb on the bookpage */
.bookpageblurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* common font used throughout the entire site */
.arialfont12px {
	font-size: 12px;
	style: break-word;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	white-space: normal;
}

#apDiv2 div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#apDiv12 {
	position:absolute;
	left:204px;
	top:1252px;
	width:1069px;
	height:264px;
	z-index:35;
}

/* replace this with arialfont12px throughout the site */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* same as bookpageblurb and arialfont10px */
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

/* commonly used font */
.arialfont10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: normal;
	
}

/* replace with arialfont12px */
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* text for the special header pages */
.largeheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}


.style12 {	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.style18 {font-weight: bold; font-size: 11px;}

/* white text for the splash page */
.splashstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	white-space: normal;
}
