/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.org/";
Path:	"codey/from-the-heart/";
File:	"from-the-heart-styles.css";
Date:	"2007-02-10";
===== */

/* 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; 
	color: black; 
}
div, p, blockquote, ol, ul, li, table, tr, td, th {
	background-color: transparent; 
	color: black; 
	font-size: medium; 
	font-family: "Comic Sans MS", sans-serif;
}
p { 
	margin: 1.0em 0.0em 0.0em 0.0em; /* top right bottom left */
	text-indent: 0.0em;
}
blockquote { margin-left: 0.5in; }
td, th { vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: maroon;
	margin: 12pt 0pt 3pt 0pt;
	page-break-after: avoid;
	font-family: "Comic Sans MS", sans-serif;
	text-align: center;
}
/* h1 = book title; */
/* h2 = chapter title; */
/* h2.byline = author byline; */
h2 { page-break-before: avoid; /* always; */ }
h2.byline { page-break-before: avoid; }
/* h3 = section title; */
div.divChapter { margin-bottom: 0.5in; }

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: red; }
a:visited { background: transparent; color: #6600cc; }
a:active { background: transparent; color: #cc0066; }
a:hover { background: transparent; color: #cc0066; }

.heart { background: transparent; color: maroon; }

.note, .pCopyright, p.pCopyright { 
	border: none; 
	margin: 9pt auto;
	width: 60%; 
	font-size: small; 
	text-align: center;
}

.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; }

.trail, div.trail, table.trail { 
	border-top: 1pt solid maroon; 
	border-bottom: 1pt solid maroon;
	background-color: transparent;
	color: maroon;
	font-family: "Comic Sans MS", sans-serif;
	margin: 0.25in auto;
	padding: 3pt;
}
table.trail td, table.trail th { 
	background-color: transparent;
	color: maroon;
	font-family: "Comic Sans MS", sans-serif;
	padding: 3pt;
	text-align: center;
}
table.toc { width: 100.00%; }
table.toc td, table.toc th { 
	width: 33.33%; 
	font-size: xx-large;
	text-align: center;
}

/* Styles: statcounter */
.statcounter, div.statcounter, a.statcounter, img.statcounter {
	background: transparent;
	color: black;
	font-family: "Consolas", "Monaco", 
		"Courier New", "Courier", monospace;
	font-weight: bold;
	font-size: small;
	text-align: right;
}
div.statcounter {
	margin: 6pt 0pt;
	padding: 2pt;
	width: 1.5in;
}
.stathead { 
	margin: 6pt 0pt;
	padding: 2pt;
	width: 1.5in;
	text-align: right; 
}

/* 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;
}

