/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.com/";
Path:	"codey/from-the-heart/";
File:	"from-the-heart-styles.css";
Date-Created:	"2007-02-10";
Date-Revised:	"2007-10-05"; 
Date-Revised:	"2008-06-07";
===== */

/* Colors Used */
/*
	white		// page - previous;
	#ccff66	// margin - previous;
	black		// text
	#c0e0ff	// page - current;
	#600080	// margin - current;
	maroon	// headings and accent color
	red		// new links
	#6600cc	// visited links
	#cc0066	// active and hover links
*/

/* Font Definitions */
@font-face {
	font-family: "Comic Sans MS";
	panose-1: 3 15 7 2 3 3 2 2 2 4;
}
@font-face {
	font-family: "Century Schoolbook";
	panose-1: 2 4 6 4 5 5 5 2 3 4;
}

/* Style Definitions */
body { 
	background-color: #600080; 
	font-size: 18pt;
	padding-bottom: 18pt;
	color: black; 
}
div, p, blockquote, ol, ul, li, table, tr, td, th {
	background-color: transparent; 
	color: black; 
	font-size: 100%; 
	font-family: "Comic Sans MS", sans-serif;
}
p { 
	margin: 1.0em 0 0 0; /* top right bottom left */
	text-indent: 0;
}
blockquote { margin-left: 0.5in; }
td, th { vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: maroon;
	margin: 12pt 0 3pt 0;
	page-break-after: avoid;
	font-family: "Comic Sans MS", sans-serif;
	text-align: center;
}
/* h1 = book title; */
/* h2 = chapter title; */
/* h3 = author byline; */
h1 {
	font-size:	200%;
}
h2 {
	font-size:	175%;
	margin-bottom:	0.75em;
	margin-top:	1.33em;
	page-break-before: avoid; /* always; */ 
}
h3 {
	font-size:	150%;
	margin-top:	0.2em;
	page-break-before: avoid;
}

hr { 
	background-color: maroon;
	color: maroon;
	width: 100%;
	height: 2px;
	margin: 9pt auto;
	text-align: center;
}

a { 
	background: transparent; 
	color: black; 
	text-decoration: none; 
	/* font-weight: bold; */
}
a:link    { background: transparent; color: #d0b; }
a:visited { background: transparent; color: #f8e; }
a:active, 
a:hover   { background: transparent; color: #eec; }

.heart { background: transparent; color: maroon; }

.margin0 { 
	margin-top: 0pt;
	margin-bottom: 0pt;
}
.imageCenter {
	margin: auto auto;
	text-align: center;
	font-family: "Comic Sans MS", sans-serif;
}
.separator { } /* declaration of all class identifiers is required */
.endnote { border-top: 1pt solid maroon; padding-top: 9pt; }

table.toc { width: 100.00%; }
table.toc td, table.toc th { 
	width: 33.33%; 
	font-size: xx-large;
	text-align: center;
}

/* Column Definitions */
.colx1 { width:  20.00%; }
.colx2 { width:  40.00%; }
.colx3 { width:  60.00%; }
.colx4 { width:  80.00%; }
.colx5 { width: 100.00%; }

/* Page Definitions */
@page usLetter {
	size: 8.5in 11.0in; /* // 215.9mm 279.4mm; */
	margin: 1.0in 1.0in 1.0in 1.0in; /* // 254mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	size: 210mm 297mm; /* // 8.2677in 11.6929in; */
	margin: 254mm 254mm 254mm 254mm; /* // 1.0in; */
}
div.isoA4 { page: isoA4; }
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 80%; margin: auto auto; }
} /* // @media screen */

div.page {
	background-color: #c0e0ff;
	color: black;
	padding: 9pt;
	margin-bottom: 1em;
}

.resize {
	color: #c0e0ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	margin-right: 0;
	margin-top: 0;
	text-align: right;
}

.resize div {
	border-style: solid;
	border-width: 1px;
	border-color: #c0e0ff;
	color: #c0e0ff;
	background-color: transparent;
	display: inline-block;
	padding: 3px;
	text-align: center;
	width: 1.17em;
}

.previous-chapter {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	height: 3.41em;
	line-height: 2.27em;
}

.next-chapter {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 112%;
	height: 2.68em;
	line-height: 1.79em;
}

.previous-chapter img, .next-chapter img {
	vertical-align: middle;
	border-style: none;
	height: 2em;
	width: 2em;
}
