/* 
===============
Designer:	"Blue";
Client:		"rick";
Project:		"The Chronicles of Kadin";
Site:			"Codey's World";
Path:			"rick/kadin/";
File:			"kadin-styles-01.css";
Type:			"text/css" | "CSS 2.01";
Date:			"2009-02-14";	// Date Revised;
===============
History:
Date:			"2006-10-07";	// Date Created;
Date:			"2006-11-18";	// Date Revised;
Date:			"2006-12-20";	// Date Revised;
Date:			"2006-12-31";	// Date Revised - added class xKadinRunes;
Date:			"2007-01-27";	// Date Revised;
~	added ol.quoteBody, ul.quoteBody, ol.quoteBody li, ul.quoteBody li;
Date:			"2007-08-15";	// Date Revised;
~	added a.tocButton;
Date:			"2007-08-17";	// Date Revised;
~	moved .tcRunesTable and .tcRunesCell into this file;
Date:			"2007-10-24";	// Date Revised;
~	changed .toc2 to provide working indents;
Date:			"2008-03-01";	// Date Revised;
~	added book- or volume-specific styles: 
	{ body#bookSeries, body#bookVolume1, body#bookVolume2, body#bookVolume3, body#bookGuide }
	onto: 
	{ .hbarFull, .hBarHalf, p.first };
Date:			"2009-02-14";	// Date Revised;
~	added div.canto207x01 p;
===============
*/

/* Color Definitions - Pseudocode */
/*
@_color-list "kadinColors" {
	#000000	"css3:black";
	#ffffff	"css3:white";
	#000080	"css3:navy";
	#c0c0ff	"kadin:blue-pale";
	#fff2cc	"kadin:ivory-cream";
	#ffd555	"kadin:gold-light";
	#aa8000	"kadin:gold-dark";
	#aa0000	"kadin:red-dark";
	#00aa00	"kadin:green-dark";
	#0000aa	"kadin:blue-dark";
	#e0c0ff	"kadin:violet-pale";
	#400080	"kadin:violet-deep";
} // @_color-list "kadinColors"
*/

/* Font Definitions */
@font-face {
	font-family: "Century Schoolbook";
	panose-1: 2 4 6 4 5 5 5 2 3 4;
}
@font-face {
	font-family: "Flat Brush";
	panose-1: 0 0 4 0 0 0 0 0 0 0;
}
@font-face {
	font-family: "Crusader";
	panose-1: 0 0 0 0 0 0 0 0 0 0;
}

/* 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: 6.5in; margin: auto auto; }
} /* // @media screen */

/* Column Definitions */

/* column-count: 4; */
.tcFull { width: 6.5000in; } /* { width: 100.00%; } */
.tcWide { width: 4.8750in; } /* { width:  75.00%; } */
.tcHalf { width: 3.2500in; } /* { width:  50.00%; } */
.tcThin { width: 1.6250in; } /* { width:  25.00%; } */
.tc1of8 { width: 0.8125in; } /* { width:  12.50%; } */

/* column-count: 3; */
.colx1 { width: 2.1667in; } /*  33.33%; */
.colx2 { width: 4.3333in; } /*  66.67%; */
.colx3, 
.colxN { width: 6.5000in; } /* 100.00%; */

.imageCenter, div.imageCenter, p.imageCenter {
	text-align: center;
}

/* Style Definitions */

body {
	background-color: #fff2cc;
	/* background-image: url(images/parchment-body.png); */
	background-image: url(images/parchment-body.jpg);
	color: black; 
	font-family: "Century Schoolbook", "NewCenturySchlbk", serif; 
	font-size: medium; 
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent; 
	color: black; 
	font-family: "Century Schoolbook", "NewCenturySchlbk", serif; 
	font-size: medium;
}
p { margin: 1.0em 0in 0.0001pt 0in; }
h1, h2, h3, h4, h5, h6 {
	margin: 0in;
	margin-bottom: .0001pt;
	text-align: center;
	text-indent: 0in;
	page-break-after: avoid;
	font-family: "Flat Brush", "Century Schoolbook", "NewCenturySchlbk", serif;
	font-weight: bold;
}
h1 { font-size: 300%; } /* 36pt; */
h2 { font-size: 200%; } /* 24pt; */
h3 { font-size: 150%; } /* 18pt; */
h4 { font-size: 117%; } /* 14pt; */
h5 { font-size: 100%; } /* 12pt; */
h6 { font-size:  83%; } /* 10pt; */
.hTitle, h1.hTitle { font-size: 300%; } /* 36pt; */
.hAuthor, h2.hAuthor { font-size: 200%; } /* 24pt; */
.hCopyright, h3.hCopyright { font-size: 117%; } /* 14pt; */
.hChapter, h2.hChapter { 
	font-size: 200%; /* 24pt; */ 
	margin: 0.25in 0.0in 0.125in 0.0in; 
}
.hSection, h2.hSection, h3.hSection { 
	font-size: 150%; /* 18pt; */ 
	margin: 0.25in 0.0in 0.125in 0.0in; 
}
.hToc, h3.hToc { font-size: 150%; } /* 18pt; */

hr, hr.hbarFull, hr.hbarHalf, 
body#bookSeries  hr.hbarFull, body#bookSeries  hr.hbarHalf, 
body#bookVolume1 hr.hbarFull, body#bookVolume1 hr.hbarHalf, 
body#bookVolume2 hr.hbarFull, body#bookVolume2 hr.hbarHalf, 
body#bookVolume3 hr.hbarFull, body#bookVolume3 hr.hbarHalf, 
body#bookGuide   hr.hbarFull, body#bookGuide   hr.hbarHalf {
	border: 0px solid navy;
	background: navy;
	color: navy;
	height: 12px;
	width: 100%;
	margin: 0.125in 0in;
	font-size: medium;
	text-align: center;
}
hr, 
hr.hbarFull { width: 100%; }
hr.hbarHalf { width:  50%; }
hr.hbarFull, hr.hbarHalf {
	border: 0px solid #aa8000;
	background: #aa8000;
	color: #aa8000;
}
body#bookSeries  hr.hbarFull, body#bookSeries  hr.hbarHalf {
	border: 0px solid #aa8000;
	background: #aa8000;
	color: #aa8000;
}
body#bookVolume1 hr.hbarFull, body#bookVolume1 hr.hbarHalf {
	border: 0px solid navy;
	background: navy;
	color: navy;
}
body#bookVolume2 hr.hbarFull, body#bookVolume2 hr.hbarHalf {
	border: 0px solid green;
	background: green;
	color: green;
}
body#bookVolume3 hr.hbarFull, body#bookVolume3 hr.hbarHalf {
	border: 0px solid maroon;
	background: maroon;
	color: maroon;
}
body#bookGuide   hr.hbarFull, body#bookGuide   hr.hbarHalf {
	border: 0px solid #aa8000;
	background: #aa8000;
	color: #aa8000;
}

table { border-collapse: collapse; }
td, th { background: transparent; color: black; vertical-align: top; }

a { background: transparent; color: black; }
a[href] { text-decoration: underline; }
a:link { background: transparent; color: #aa0000; }
a:visited { background: transparent; color: #0000aa; }
a:active, a:hover { background: transparent; color: #00aa00; }
img, img a, a img { border: none; }

/* ----- Menu Styles for Navigation -- Tree / List / Table ----- */

.menu, .menu table, .menu td, .menu th {
	margin: 0pt;
	padding: 1pt 1pt;
	vertical-align: top;
	background-color: white;
	border: 1px solid black;
	color: black;
}
.menu ol, .menu ul, .menu li {
	list-style: none;
	margin: 0pt;
	padding: 1pt 1pt;
	vertical-align: top;
	background-color: white;
	border: 1px solid black;
	color: black;
}
.menu * {
	font-family: "Century Schoolbook", "NewCenturySchlbk", serif;
	font-size: small;
}
.menu a { 
	display: block; 
	margin: 0px; 
	padding: 1px 4px; 
	background-color: #aa8000; 
	color: black; 
}
.menu a[href] { text-decoration: underline; }
.menu a img, .menu img a { border: none; }
.menu a:link { 
	background-color: #aa0000; 
	color: white; 
}
.menu a:visited { 
	background-color: #0000aa; 
	color: white; 
}
.menu a:active, .menu a:hover { 
	background-color: #00aa00; 
	color: white; 
}

a.tocButton {
	border: none;
	text-decoration: none;
}

#tocAbove, div#tocAbove, table#tocAbove, 
#tocBelow, div#tocBelow, table#tocBelow {
	background: transparent;
	color: black;
	font-size: large;
	font-family: "Century Schoolbook", "NewCenturySchlbk", serif;
	font-weight: bold;
	margin: 12px 2px;
	padding: 2px 4px;
} 
table#tocAbove td, table#tocAbove th, 
table#tocBelow td, table#tocBelow th { font-weight: bold; }
ol.toc, ol.toc li, ul.toc, ul.toc li {
	font-size: large;
	font-family: "Century Schoolbook", "NewCenturySchlbk", serif;
	font-weight: bold;
}
.toc2, ol.toc2, ul.toc2 {
	list-style: none;
	text-indent:  -0.25in;
	margin-left:   0.25in;
	padding-left:  0.00in;
	font-size: large;
	font-family: "Century Schoolbook", "NewCenturySchlbk", serif;
	font-weight: bold;
}

body p.first:first-letter {
	color: #ffd555;
	background-color: #aa8000;
	font-family: "Flat Brush", "Century Schoolbook", "NewCenturySchlbk", serif;
	font-size: 300%; 
	float: left;
	margin-right: 6pt;
	padding: 6pt;
	/*
	width: 72px;
	height: 72px;
	*/
}
body#bookSeries  p.first:first-letter {
	color: #ffd555;
	background-color: #aa8000;
}
body#bookVolume1 p.first:first-letter {
	color: #ffd555;
	background-color: navy;
}
body#bookVolume2 p.first:first-letter {
	color: #ffd555;
	background-color: green;
}
body#bookVolume3 p.first:first-letter {
	color: #ffd555;
	background-color: maroon;
}
body#bookGuide   p.first:first-letter {
	color: #ffd555;
	background-color: #aa8000;
}

p.MsoNormal {  }
p.MsoBodyText { font-style: italic; }
p.MsoBodyText2 { font-style: italic; text-align: center; }

p.quoteCite {
	margin-top: 0in;
	margin-bottom: .0001pt;
	text-align: center;
	text-indent: 0in;
	font-family: "Flat Brush", "Century Schoolbook", "NewCenturySchlbk", serif;
	font-size: large;
}
p.quoteBody { 
	font-size: small;
	font-style: italic;
	text-align: center;
}
ol.quoteBody, ul.quoteBody, ol.quoteBody li, ul.quoteBody li {
	font-size: small;
	font-style: italic;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.emphatic {
	background-color: transparent;
	color: blue;
}

.xChant {
	margin: 1.0em 0.5in;
	padding-bottom: 1.5em;
	border-top: 1px solid #aa8000; 
	border-bottom: 1px solid #aa8000; 
	font-style: italic;
	text-align: center;
}
.xChant p {
	font-style: italic;
	text-align: center;
}

.xKadinRunes, p.xKadinRunes {
	margin: 1.0em 0.5in;
	border-top: 1px solid #aa8000; 
	border-bottom: 1px solid #aa8000; 
	background: transparent; 
	color: black; 
	font-family: "Flat Brush", "Century Schoolbook", "NewCenturySchlbk", serif;
	font-weight: normal;
	font-size: medium;
	text-align: center;
	text-indent: 0in;
}
.tcRunesTable { 
	border-top: 1px solid #aa8000; 
	border-bottom: 1px solid #aa8000; 
	margin: 0.25in auto;
	width: 100.00%; 
	/* column-count: 8; // pseudocode for css3; */
}
.tcRunesCell  { 
	border-top: 1px solid #aa8000; 
	margin: 0.00in auto;
	/* width: 8.3333%; // = 1/12; */
	width:  0.50in;
	height: 0.625in; 
}

div.pageHeader, div.pageHeader p, div.pageFooter, div.pageFooter p {
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: medium;
	font-family: "Century Schoolbook", "NewCenturySchlbk", serif;
	font-weight: bold;
}

.stub { background: transparent; color: silver; }
.flag { 
	border: 0.25pt solid #400080; 
	background: #e0c0ff; 
	color: #400080;
	font-family: "Comic Sans MS", sans-serif; 
	font-size: x-small;
	font-weight: bold;
	padding: 0pt 3pt; 
}
.flag a, a.flag { padding: 0pt 3pt; }
.notes, ol.notes, ul.notes { 
	font-size: small; 
	border-top: 0.75pt solid #aa8000; 
} 
.notes li, li.notes, ol.notes li, ul.notes li { 
	font-size: small; 
}
.storyTable { width: 100.0%; }
.wDateTime, .wSubject, .wTitle, .wAuthor, .wComments { 
	font-family: "Century Schoolbook", "NewCenturySchlbk", serif; 
}
.wDateTime { width: 20.0%; font-size: smaller; }
.wSubject { width: 20.0%; }
.wTitle { width: 20.0%; }
.wAuthor { width: 20.0%; }
.wComments { width: 20.0%; }

.margin0 {
	margin-top: 0;
	margin-bottom: 0;
}
.list0, ol.list0, ul.list0 {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#masthead, div#masthead, table#masthead {
	height: 144px;
}
#masthead td, div#masthead td, table#masthead td, 
#masthead th, div#masthead th, table#masthead th {
	text-align: center;
	vertical-align: baseline;
}

