/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.org/";
Path:	"desdownunder/doors_of_love/";
File:	"doors_of_love_styles.css";
History: 
Date: "2008-02-19";
Date: "2008-03-07";
===== */

/* ----- For Reference - NOT CSS3 - Pseudocode ----- */
/*

@_color-list "my-colors" {
	#000000	"css3:black";
	#ffffff	"css3:white";

	#ff0000	"css3:red";
	#c00000	rgb( 192,   0,   0 )	"red-shade-25pct";

	#e6e0cc	rgb( 230, 224, 204 )	"doors-light";
	#ccc099	rgb( 204, 192, 153 )	"doors-medium";
	#aa9655	rgb( 170, 150,  85 )	"doors-dark";
	
	#cce6e0	rgb( 204, 230, 224 )	"-light";

	#ccffff	rgb( 204, 255, 255 ) "cyan-tint-80pct";
	#00c0c0	rgb(   0, 192, 192 )	"cyan-shade-25pct";
	#008080	"css3:teal";
} // @_color-list "my-colors"; 

*/
/* ----- End Reference - NOT CSS3 - Pseudocode ----- */


@font-face {
	font-family: "AdLib BT";
	panose-1: 4 4 8 5 4 11 2 2 6 3;
}
@font-face {
	font-family: "Perpetua";
	panose-1: 2 2 5 2 6 4 1 2 3 3;
}
@font-face {
	font-family: Tahoma;
	panose-1: 2 11 6 4 3 5 4 4 2 4;
}

.sans {
	font-family: "Arial", "Helvetica", sans-serif;
}
.sansCond {
	font-family: "Arial Narrow", "Helvetica Condensed", sans-serif;
}
.serif {
	font-family: "Perpetua", "Constantia", "Times New Roman", "Times", serif;
}
.display {
	font-family: "Ad Lib", "Ad Lib BT", 
		"Arial Black", "Helvetica Black", sans-serif;
}

body {
	color: black; 
	background-color: #e6e0cc;
}
p, blockquote, ol, ul, li, dl, dt, dd,
table, caption, thead, tbody, tfoot, tr, td, th {
	background: transparent;
	color: black;
	font-size: medium;
	font-family: "Arial", "Helvetica", sans-serif;
}
td, th {
	vertical-align: top;
}
p {
	margin: 12pt 0pt 0pt 0pt;
}
p.pFirst {
	margin-top: 0.5in;
}

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #c00000;
	margin: 12.0pt auto 3.0pt auto;
	page-break-after: avoid;
	font-family: "Ad Lib", "Ad Lib BT", 
		"Arial Black", "Helvetica Black", sans-serif;
	text-align: center;
}
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }
h5, h6 {
	font-family: "Perpetua", "Times New Roman", "Times", serif;
}
.hChapter {
	margin-top: 36.0pt;
}
.separator, h3.separator {
	margin: 9pt 10%;
	border-top: 2pt dotted #c00000;
	text-align: center;
}

a         { background: transparent; color: black; }
a[href]   { text-decoration: underline; }
a:link    { background: transparent; color: #00c0c0; }
a:visited { background: transparent; color: #008080; }
a:active, 
a:hover   { background: transparent; color: red; }
img, a img, img a { border: none; }

.menu, div.menu, table.menu { 
	background-color: #ccffff;
	color: black;
	font-size: medium; 
	margin:   2px 2px;
	padding:  2px 2px; 
}
.horizontal, ol.horizontal, ul.horizontal { 
	display: block;
	background-color: #ccffff;
	color: black;
	font-size: medium; 
	border-left: 1px solid #aa9655;
	margin:   2px 2px;
	padding:  2px 2px; 
}
.horizontal li, ol.horizontal li, ul.horizontal li { 
	display: inline;
	font-size: medium; 
	border-right: 1px solid #aa9655;
	margin:   2px 2px;
	padding:  2px 2px; 
}

.hearts { 
	background-color: transparent;
	color: #c00000;
}

.toc, ol.toc, ul.toc, 
.toc li, ol.toc li, ul.toc li {
	font-size: medium;
}

.imageCenter {
	margin: 12pt auto;
	text-align: center;
}
.margin0 {
	margin: 0pt auto;
}
.list0 {
	list-style: none;
	margin: 0.0em 0.0em;
	padding: 0.0em 0.0em;
}
.notes, div.notes {
	border-top:    1.5pt solid #ccc099;
	border-bottom: 1.5pt solid #ccc099;
	margin: 12pt 0in;
	padding: 6pt 0in;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: x-small;
}
.notes p, div.notes p {
	margin: 6pt 0in;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: x-small;
}
.notes ol, .notes ul, 
.notes ol li, .notes ul li {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: x-small;
}

.poem, ol.poem, ul.poem { 
	background: transparent;
	color: black;
	font-size: small;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.verse, ol.verse, ul.verse { 
	background: transparent;
	color: #ccc099;
	font-size: small;
	list-style: decimal; 
	margin-left: 0.5in; 
	padding: 0; 
}
.verse li, ol.verse li, ul.verse li { 
	background: transparent;
	color: black;
	font-size: small;
	list-style: none; 
	margin-left: -0.375in; 
	padding: 0; 
}
.stanzaIndent0 { text-indent: -0.25in; margin-left:  0.25in; }
.stanzaIndent1 { text-indent:  0.00in; margin-left:  0.25in; }

/* Column Definitions */

.colx5 { width: 100%; }
.colx4 { width:  80%; }
.colx3 { width:  60%; }
.colx2 { width:  40%; }
.colx1 { width:  20%; }

table.tocOuter { margin-top: 0.0in; width: 100%; }
table.tocOuter .tocIllo { width: 55%; }
table.tocOuter .tocText { width: 45%; }
table.tocInner { margin-top: 0.5in; width: 100%; }
table.tocInner .tocColumn  { width:  50%; }
.tocFlag { 
	margin: 3pt 0in;
	padding: 3pt 0in;
	background-color: transparent;
	color: #c00000;
	font-family: "Perpetua", "Times New Roman", "Times", serif;
}

/* 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; }
div.page {
}
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 80%; margin: auto auto; }
} /* // @media screen */
