/* =====
Designer:	"BenWBlue";
Site:	"http://www.codeysworld.com/";
Path:	"cbabraham/";
File:	"cbabraham-styles01.css";
Date:	"2008-08-21" ~ date-created;
Date: "2008-09-11" ~ date-modified;
Date: "2009-01-12" ~ date-modified;
===== */

/* ----- Font Definitions ----- */
/* via MSOffice or OpenOffice */

@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;
}
@font-face {
	font-family: "Calibri";
	panose-1: 2 15 5 2 2 2 4 3 2 4;
}

/* ----- Color Definitions ~ !Pseudocode! */
/* // handy memory aid; wish there were a real naming mechanism;
@_color-list "custom" { // rgb hex + rgb dec, etc. as needed
	// list any css3 standard colors you want to use;
	// list any custom colors;
} // @_color-list "custom"; 
*/

/* ----- Style Definitions ----- */

body { /* see also div.page near eof */
	background-color: white; 
	background-image: none;
	color: black; 
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: medium; 
	text-align: left;
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent; 
	color: black; 
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
}
p.pFirst { margin-top: 3.0em; }
dt { font-weight: bold; }

h1, h2, h3, h4, h5, h6 { 
	background: transparent;
	color: black; 
	font-family: "Century Schoolbook", "NewCenturySchlbk", 
		"Times New Roman", "Times", serif;
	text-align: center;
}
h1, h2, h3 { font-style: italic; }
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4, h5, h6 { font-style: normal; }
h4 { font-size: medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }
.separator {
	text-align: center;
	background-color: silver; 
	background-image: url(images/bar-horizontal.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: black; 
	font-family: "Century Schoolbook", "NewCenturySchlbk", 
		"Times New Roman", "Times", serif;
	font-style: normal;
	font-size: large; 
}
hr { 
	border: 3pt dashed blue;
}

table { border-collapse: collapse; }
td, th { 
	background: transparent; 
	color: black; 
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	vertical-align: top; 
}
a { 
	background: transparent; 
	color: black; 
	/* text-decoration: none; */
	/* font-weight: bold; */
}
a[href] { text-decoration: underline; }
a:link    { background: transparent; color: #aa00aa; }
a:visited { background: transparent; color: #00aaaa; }
a:active, 
a:hover   { background: transparent; color: #5555ff; }
img, a img, img a { border: none; }

.external { background: #e0e0ff; font-weight: bold; }

.stub { background: transparent; color: gray; }

.flag { 
	background: transparent; 
	color: blue;
	font-family: "Comic Sans MS", sans-serif; 
	font-size: small;
	font-weight: bold;
	padding: 0pt 3pt; 
}
.flag a, a.flag { padding: 0pt 3pt; }

.xDateTime, .yDateTime { 
	background: transparent;
	color: black;
	font-size: x-small; 
} 
.xDateTime, .tocDate { display: none; }
.yDateTime { display: inline; }
.list0 {
	list-style: none;
	margin-left:  0.0em;
	padding-left: 0.0em;
}
.margin0 { margin-top: 0; margin-bottom: 0; }
.xLeft   { margin: 1.0em auto; text-align: left; }
.xCenter { margin: 1.0em auto; text-align: center; }
.xRight  { margin: 1.0em auto; text-align: right; }

/* ----- Story Styles ----- */
/* may also need others such as, not limited to: 
	.dedication, .disclaimer, .notesBefore, .notesAfter, .footnotes
*/

.story, div.story {
	margin: 1.0em auto;
	width: 6.0in;
}
.blurb, .copyright, .byline, .dateline, .caption { 
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: small; 
	font-weight: normal; 
	font-style: italic;
	text-align: center;
}

.caption {
	font-size: x-small;
	margin: 0;
}
.notes, div.notes, table.notes {
	border-top:    1.5pt solid #aaaaff;
	border-bottom: 1.5pt solid #aaaaff;
	margin: 1.0em 12.5%;
	padding: 0.5em auto;
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: small;
}
p.notes, ol.notes, ul.notes {
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: small;
}
table.notes td, table.notes th { 
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: small; 
}
.notes li, li.notes, ol.notes li, ul.notes li { 
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: small; 
}

/* ----- toc - Table of Contents ----- */
.tocTable { width: 100.00%; }
.tocFlags { width: 12.50%; }
.tocAudio { width: 12.50%; }
.tocTitle { width: 37.50%; }
.tocBlurb { width: 37.50%; }
table.tocChapterList { width: 100.00%; }
table.tocChapterList td, 
table.tocChapterList th { width: 16.67%; }

/* ----- Column Definitions ----- */
/* change, add, or remove as needed for layout; */
/* may want to add padding; */

.mirror { /* see also div.page near eof */
	background-color: #e0e0e0; 
	background-image: url(images/tile-mirror.png);
	color: black; 
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: medium; 
	text-align: left;
}

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

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

/* ----- 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 { /* change background color or image as needed */
	background-color: transparent; 
	color: black;
	padding: 0.125in;
}
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 90.00%; margin: 0.125in auto; }
} /* // @media screen */

