/* The Purple Lagoon */
/* February 2007 - Tenth Anniversary Redesign */
/* http://www.purplelagoon.org */


body {
	font-family: Verdana, sans-serif;
	background: url(images/stars.gif);
}

#container {
	background-color: #FFFFFF;
	width: 760px;
	margin: 0 auto 0 auto; padding: 0 0 0 0;
}

#header	{
	width: 760px; height: 130px;
	margin: 0 auto 0 auto; padding: 0 0 0 0;
	background: url(images/bgblue_extended.jpg);
}

/* Banner Specs:

1. Transparent background layer (760 by 130)
2. Star layer
3. Text layer: 24 pt. sharp Sinbad
4. Magic wand select text (option-select insides of letters); cut out of Layer 2
5. Save as GIF
6. Use zoom/pencil to remove grey edges - set transparency to medium */


#nav {
	width: 760px; height: 30px;
	margin: 0 auto 0 auto; padding: 0 0 0 0;
	background: url(images/bgblue_extended.jpg); 
	border-top: 1px solid #4A065B; border-left: 1px solid #4A065B; border-right: 1px solid #4A065B;
	text-align: center;
	font-weight: bold; font-size: 14px;
	line-height: 30px;
}
		
#nav a:link {color: #4A065B; text-decoration: none; }
#nav a:visited {color: #4A065B; text-decoration: none; }
#nav a:active {color: #4A065B; border-bottom: 1px solid #4A065B; }
#nav a:hover {color: #4A065B; border-bottom: 1px solid #4A065B; }

#main {
	background-color: #FFFFFF;
	border-top: 1px solid #4A065B; border-left: 1px solid #4A065B; border-right: 1px solid #4A065B;
	width: 760px;
	margin: 0 auto 0 auto;
	font-size: 13px;
}


.footer {
	background: url(images/bgblue_extended.jpg);
	border-top: 1px solid #4A065B; border-bottom: 1px solid #4A065B;
	margin: 0 auto 0 auto; padding: 0 0 0 0;
	text-align: center;
	font-size: 9px;
}


.frontlinks a:link {font-weight: bold; color: #4A065B; text-decoration: none; }
.frontlinks a:visited {font-weight: bold; color: #9966CC; text-decoration: none; }
.frontlinks a:active {font-weight: bold; color: #4A065B; border-bottom: 1px solid #4A065B; }
.frontlinks a:hover {font-weight: bold; color: #4A065B; border-bottom: 1px solid #4A065B; }

.frontlinks {
	padding-left:20px;
}


/* h1 {
	font-size: 24px; font-weight: bold; color: #4A065B;
	border-bottom: 2px solid #4A065B; 
} */


/* Story titles */
h2 {
	font-size: 16px; font-weight: bold;
}


/* Chapter titles */
h3 {
	font-size: 13px; font-weight: bold;
}


.quote {
	color: #4A065B;
	font-size: 14px;
	text-align: center;
}
	

.returntarget {
	font-size: 9px;
}

.indent {
	padding-left: 20px; padding-right: 20px;
} 

hr {
	color: #4A065B;
	border: 0;
	background-color: #4A065B;
	height: 1px;
}

.invisible {
	color: #FFFFFF;
}

