/* main stylesheet */

/* CSS Document */

.f_colour {
	/* colour of the f in the fp logo */
	color: #304C82;
}

.p_colour {
	/* colour of the p in the fp logo */
	color: #A89ECA;
}

body, html, td, th, b, strong, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.6em;
}

body {  
	text-align: center; /* That Explorer Malarkey */
	background: #304C82;
	margin: 0;
}

hr#bannerline {
	width: 100%;
	height: 1px;
}

div#content, body, p, a, td, th, li, em, h1, h2, h3, h4, h5, h6 {
	color: #304C82;
}

/* links in general */
a:link, a:visited {
	color: #304C82;
	text-decoration: none;
	font-weight: bold;
}

/* links in general */
a.booktitle:link, a.booktitle:visited {
	color: #304C82;
	text-decoration: none;
	font-weight: bold;
}

div#container {
	/* everything goes inside this */
	position: relative;
	text-align: left;
	background: #ffffff url(spiders_web_160.png) 0px 90px no-repeat;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
  	width: 773px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 770px;
}

div#content {
	text-align: left;
 	margin: 20px 270px 20px 50px;
 	width: 453px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 450px;
}

/* 	footer */
div#foottext, div#foottext a {
	color: #A89ECA;
	font-size: 0.93em;
	line-height: 1.05em;
}

div#footer {
	margin-top: 30px;
	border-top: 1px solid #A89ECA;
	background: #304C82;
	display: block;
	clear: both;
	text-align: left;
  	width: 773px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 770px;
}

div#foottext {
	display: block;
	margin-left: 50px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

/* header */
div#header {
	text-align: left;
	border-bottom: 1px solid #A89ECA;
	margin-bottom: 20px;
	height: 100px;
  	width: 773px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 770px;
}

/* headings in the header */
div#header img {
	margin: 10px 50px;
}

div#header h1 a {
	text-decoration: none;
}

a.header:link, a.header:visited {
	text-decoration: none;
}

div.introduction {
	font-style: italic;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted;
}

p {
	margin-bottom: 0.4em;
}

p.small, p.small a {
	font-size: 90%;
}

p.message {
	/* an info message */
	margin-left: 0;
	margin-top: 0.4em;
	border: 1px solid;
	width: 403px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 400px;
}

p.introduction {
	font-style: italic;
	margin-bottom: 1em;
}

/* extracts on henry page */
.extract {
	margin: 2em 0;
}

.extract p.section {
	text-align: center;
}

p.note, p.note a {
	font-size: 0.95em;
	font-style: italic;
}	

div.quote {
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	clear: both;
}

div.caption {
	display: block;
	margin-left: 10px;
}

div.quote p, .caption p {
	font-style: italic;
	font-size: 95%;
}	

span.author {
	font-style: italic;
	font-size: 95%;
}	

.cleaner {
	/* create a space 
	ensure proper css flow*/
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

/* error messages for register and contact */

.error {
	color: #f00;
}

/* submit button */
.submitbutton {
	margin-right: 5px;
	text-align: center;
}

/* miscellaneous */
h3 {
	margin-bottom: 5px;
}

h4 { font-size: 100%; font-weight: bold; font-style: italic; }

/* books */
img.cover_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.cover_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
	
span.isbn {
	font-size: 90%;
}

/* online reading */
.pdflink {
}

h3#storytitle, div#storyhead h3 {
	margin-top: 0;
}

img#storytitle {
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}	

div#storyhead {
	display: block;
	clear: both;
}

/* CONTACT FORM */

table.contactform {
	margin-bottom: 50px;
}

table.contactform label {
	float: right;
}

div.storylink {
	width: 100%;
	border: 1px solid #A89ECA;

}

table#bookshelf {
	background: transparent;
}

table#bookshelf th {
	text-align: right;
}

table#bookshelf td {
	background: #ffffff;
}

div.cover {
	position: relative;
}

div.cover #blurb {
	font-size: 95%;
	position: absolute;
	width: 230px;
	top: 0;
	left: 210px;
}

#blurb h3 { margin-top: 0; }
