/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.com/";
Path:	"./blindeagle/";
File:	"blindeagle-styles01.css";
Date:	"2008-01-19";
Date:	"2008-02-11";
Date: "2008-11-12";
~	Approx. this date or 11-21, Colin changed the body style 
	to support requests by BlindEagle and others for font-size increase 
	and added custom styles: 
	{ .story, .boldtext, .blue-quote, .italic-text; }
Date: "2008-11-21";
~	Added styles: { .cartouche, .audioIcon, .audioLabel; }
Date: "2009-01-14"; 
~	Restored style updates of 2008-11-21 lost during updates:
	{ .cartouche, .audioIcon, .audioLabel; }
===== */

/* 
// pseudocode begin;
@_color-list "custom-colors" {
	#000000	"css3:black";
	#ffffff	"css3:white";
	#808080	"css3:gray";
	#c0c0c0	"css3:silver";
	#ff0000	"css3:red";
	#800080	"css3:purple";
	#0000ff	"css3:blue";
	#fff7cc	rgb( 255, 247, 204 )	hsl(  50, 100,  90 )	"custom:sunny-L90";
	#ffe666	rgb( 255, 230, 102 )	hsl(  50, 100,  70 )	"custom:sunny-L70";
	#ffd500	rgb( 255, 213,   0 )	hsl(  50, 100,  50 )	"custom:sunny-L50";
	#ccaa00	rgb( 204, 170,   0 )	hsl(  50, 100,  40 )	"custom:sunny-L40";
	#998000	rgb( 153, 128,   0 )	hsl(  50, 100,  30 )	"custom:sunny-L30";
}; // @_color-list "custom-colors"
// pseudocode end;
*/

body {
	background-color: white;
	color: black;
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif;
	font-size: 20px;
	text-align: left;
}
.backdrop {
	background-color: white;
	background-image: url(images/photos/braille-book-size200-tint37a.jpg);
	background-attachment: fixed;
	color: black; 
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent; 
	color: black; 
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
}
p.pFirst {
	margin-top: 0.5in;
}
h1, h2, h3, h4, h5, h6 { 
	background: transparent;
	color: black;
	font-family: "Century Schoolbook", "Times New Roman", "Times", 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; }
.separator, h3.separator {
	margin:   9pt auto;
	padding:  9pt;
	background-color: transparent;
	/*
	background-image: url(images/bar-horizontal.png);
	background-position: top left;
	background-repeat: repeat-x;
	*/
	color: #998000;
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	text-align: center; 
}
.byline, .dateline {
	background-color: transparent;
	color: #998000;
	font-style: italic;
	text-align: center; 
}

.announcement {
	background-color: transparent;
	color: #24001d;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

table {  }
td, th { 
	background: transparent; 
	color: black; 
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	vertical-align: top; 
}

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

.trail, div.trail, table.trail {
	margin: 1px;
	padding: 1px;
	border: none;
	background: transparent;
	color: black;
	width: 100.0%;
}
table.trail td, table.trail th {
	width: 20.0%;
	margin: 1px;
	padding: 1px;
	border: none;
	background: transparent;
	color: black;
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.horizontal, ol.horizontal, ul.horizontal {
	display: block; 
	margin: 4px 2px 3px 2px;
	padding: 1px;
	border: none;
	background: transparent;
	color: black;
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	font-weight: bold;
	list-style: none;
}
.horizontal li.menuSeparator {
	list-style-image: url(images/bar-vertical.png);
}
li.menuSeparator, .vertical li.menuSeparator {
	list-style-image: url(images/bar-horizontal.png);
}
.horizontal li, ol.horizontal li, ul.horizontal li {
	display: inline;
	margin: 2px;
	padding: 2px;
	border: none;
	background-color: #ffe666;
	background-image: url(images/menu0.png);
	color: black;
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	font-weight: bold;
}
.horizontal li:hover, ol.horizontal li:hover, ul.horizontal li:hover {
	display: inline;
	margin: 2px;
	padding: 2px;
	border: none;
	background-color: #ffd500;
	background-image: url(images/menu1.png);
	color: black;
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	font-weight: bold;
}

#masthead, div#masthead, table#masthead { margin-bottom: 0.5in; }
.tocGrid { width: 100.00%; }
.tocFlags {
	float: left;
	font-size: small; 
	margin: 3pt 3pt 3pt 3pt; 
	padding: 6pt 3pt; 
	vertical-align: top; 
	width:   5.00%;
}
.tocType {
	font-size: small; 
	margin: 3pt 3pt 3pt 3pt; 
	padding: 3pt 3pt 3pt 3pt; 
	vertical-align: top; 
	width:  40.00%;
}
.tocTitle { 
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	font-size: medium; 
	font-weight: bold; 
	margin: 3pt 3pt 3pt 3pt; 
	padding: 6pt 3pt;
	vertical-align: top; 
	width:  40.00%;
}
.tocChapters, ol.tocChapters, ul.tocChapters {
	list-style: circle outside url(images/leaf0.png); 
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	font-size: x-large; 
	font-weight: bold; 
	margin: 0pt 3pt 0pt 1.0em; 
	/* padding: 0pt 3pt; */
	vertical-align: top; 
	/* width:  40.00%; */
}
.tocBlurb { 
	font-size: medium; 
	margin: 3pt 3pt; 
	padding: 6pt 3pt;
	vertical-align: top; 
	width:  50.00%;
}
.tocPoetryColumn { 
	padding: 3pt 3pt 3pt 3pt; 
	vertical-align: top; 
	width: 100.00%; 
}
.tocPoetry, ol.tocPoetry, ul.tocPoetry { 
	font-size: medium; 
	list-style: circle outside url(images/leaf0.png); 
	text-indent:   0.0em;
	margin-left:   1.0em; 
	padding-left:  0.0em; 
	vertical-align: top; 
}
.tocPoetry li, ol.tocPoetry li, ul.tocPoetry li {
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	font-size: medium; 
	font-weight: bold; 
	/* margin: 3pt 3pt 3pt 3pt; */
	vertical-align: top; 
	/* padding: 3pt 3pt 3pt 3pt; */
}

.tree, ol.tree, ul.tree { 
	font-size: medium; 
	list-style: circle outside url(images/leaf0.png); 
	text-indent:   0.0em;
	margin-left:   1.0em; 
	padding-left:  0.0em; 
}
li.leaf0 { list-style: circle outside url(images/leaf0.png); }
li.leaf1 { list-style: disc outside url(images/leaf1.png); }
li.folderPlus  { list-style: disc outside url(images/folder-plus.png); }
li.folderMinus { list-style: disc outside url(images/folder-minus.png); }

.cartouche {
	background-color: transparent;
	background-image: url(images/cartouche.png);
	color: black; 
	width: 24px;
	height: 18px;
	text-align: center;
}

.flag { 
	border: none; 
	background: white;
	color: red;
	font-family: "Cooper Black", "Cooper Blk BT", serif; 
	font-size: small;
	font-weight: normal;
	padding: 0pt 3pt; 
}
.flag a, a.flag { padding: 0pt 3pt; }

.notes, div.notes, table.notes { 
	font-size: small; 
} 
ol.notes, ul.notes, .notes li, li.notes, ol.notes li, ul.notes li { 
	font-size: small; 
}
.margin0 { 
	margin-top: 0pt;
	margin-bottom: 0pt;
}
.list0, ol.list0, ul.list0 {
	list-style: none;
}
.imageCenter {
	margin: 0pt 9pt;
	text-align: center;
	font-family: "Century Schoolbook", "Times New Roman", "Times", serif; 
	font-weight: normal;
	font-style: italic;
}

.poem, ol.poem, ul.poem { 
	background: transparent;
	color: black;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.poem li, ol.poem li, ul.poem li {
	background: transparent;
	color: black;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

.story, div.story {
	margin: 1.0em auto;
	width: 6.0in;
}

.boldtext {
	font-weight: bold;
}

.audioIcon {
	padding: 2px;
	text-align: center;
	width: 20.00%;
}
.audioLabel {
	padding: 2px;
	text-align: center;
	width: 80.00%;
}

/* Column Definitions */

.colx1of6 { width:  16.67%; }
.colx2of6 { width:  33.33%; }
.colx3of6 { width:  50.00%; }
.colx4of6 { width:  66.67%; }
.colx5of6 { width:  83.33%; }
.colx6of6 { width: 100.00%; }

.colx1of4 { width:  25.00%; }
.colx2of4 { width:  50.00%; }
.colx3of4 { width:  75.00%; }
.colx4of4 { width: 100.00%; }

/* Page Definitions */

@page usLetter {
	margin: 1.0in 1.0in 1.0in 1.0in; /* // 254mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	margin: 254mm 254mm 254mm 254mm; /* // 1.0in; */
}
div.isoA4 { page: isoA4; }
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 90%; margin: auto 5%; }
} /* // @media screen */
.italic-text {
	font-style: italic;
}
.blue-quote {
	font-style: italic;
	color: #00C;
	text-align: left;
	font-weight: bold;
}
#justright {
	text-align: justify;
}
