/* =====
Designer:	"BenWBlue";
Site:	"http://www.codeysworld.org/";
Path:	"grant-bentley/styles/";
File:	"styles-gbentley.css";
Date:	"2008-07-28" ~ date created;
Date:	"2008-11-29" ~ date modified;
Date:	"2008-12-07" ~ 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: "Cambria";
	panose-1: 2 4 5 3 5 4 6 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;
	#000080	"css3:navy";
	#0000ff	"css3:blue";
	#008080	"css3:teal";
	#00ffff	"css3:aqua";
	#800000	"css3:maroon";
	#ff0000	"css3:red";
	// list any custom colors;
	#e0e0ff	"custom:blue-tint-12p5pct";
	#c0c0ff	"custom:blue-tint-25pct";
	#005555	"custom:teal-shade-33pct";
	#00aaaa	"custom:teal-shade-67pct";
	#ccffff	"custom:aqua-tint-20pct";
	#ffffcc	"custom:yellow-tint-20pct";
} // @_color-list "custom"; 
*/

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

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

.intro {
	font-size: 0.9em;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 { 
	color: black; 
   	font-family: 'Eagle Lake', 'Comic Sans MS', sans-serif;
	text-align: center;
}
h1 { font-size: 3.0em; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: medium; }
h5 { font-size: small; }
h6 { font-size: small; }
.separator {
	text-align: center;
	font-size: 0.9em;
}
h1 {
    font-size: 2.7em;
}
h3 {
    font-size: 1.3em;
}

/* p.left needed to be "more specific" */
.left, p.left   { text-align: left; }
.center, p.center { text-align: center; }
.right, p.right  { text-align: right; }

hr { 
	border-width: thin;
    border-style: solid;
    border-color: black;
}

table { border-collapse: collapse; }
td, th { 
	color: black; 
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: large; 
	vertical-align: top; 
}
a { 
	color: #AC7D03; 
	/* text-decoration: none; */
	/* font-weight: bold; */
}
a[href] { text-decoration: underline; }
a:link    { color: #7F8480; }
a:visited { color: #7F8480; }
a:active, 
a:hover   { color: #960505; }
img, a img, img a { border: none; }

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

.trail, div.trail, table.trail { /* breadcrumb trail */
	border-top:    1px solid #6F7547;
	border-bottom: 1px solid #6F7547;
	color: #767A7D;
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: medium;
	margin:  0.25in 0.0in;
	padding: 2px 2px;
	width: 100.00%;
} 
ol.horizontal, ul.horizontal {
	/* border: none; */
	display: block; 
	list-style: none;
	margin:  4px 2px;
	padding: 2px 2px;
}
ol.horizontal li, ul.horizontal li {
	border: none;
	display: inline; 
	list-style: none;
	margin:  2px 2px;
	padding: 2px 2px;
}

/* ----- List or Tree ----- */
/* to support an advanced technique ~ no, I haven't programmed it */
.tree, ol.tree, ul.tree { 
	font-size: medium; 
	list-style: square outside; 
	list-style-image: url(../images/leaf0.png); 
	text-indent:   0.0em;
	margin-left:   1.0em; 
	padding-left:  0.0em; 
}
li.tree0 { list-style-image: url(../images/tree0.png); } /* collapsed */
li.tree1 { list-style-image: url(../images/tree1.png); } /* expanded */
li.leaf0 { list-style-image: url(../images/leaf0.png); } /* regular */
li.leaf1 { list-style-image: url(../images/leaf1.png); } /* special */

.stub { color: gray; }

.small-font {
    font-size: 0.65em;
    font-weight: bolder;
    font-family: "Comic Sans MS", sans-serif;
    color: maroon;
}

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

.xDateTime { 
	color: olive;
	display: inline; 
	font-size: small; 
} 
.list0 {
	list-style: none;
	margin-left:  0.0em;
	padding-left: 0.0em;
}
.margin0 {
	margin-top: 0;
	margin-bottom: 0;
}
.imageLeft {
	margin: 1.0em auto;
	text-align: left;
}
.imageCenter {
	margin: 1.0em auto;
	text-align: center;
}
.imageRight {
	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;
}
.copyright, .byline, .dateline, .caption { 
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: medium; 
	font-weight: normal; 
	font-style: italic;
	text-align: center;
}
.notes {
	margin: 1.0em auto;
	text-align: center;
	padding: 0.5em 0.0em;
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-size: medium;
	font-style: italic;
}

.underlined {
	text-decoration:underline;
}

.centered {
	text-align: center;
}

.indented-justified {
  text-indent: 50px;
  text-align: justify;
  text-justify: auto;
}

.justified {
  text-align: justify;
  text-justify: auto;
  text-indent: none;
}

.indented {
	 text-indent: 50px;
}

.no-indent {
	text-indent: 0px;
}
	
.letter {
	font-style: italic;
	list-style: none;
	margin-left:  0.0em;
	padding-left: 0.0em;
} 
.letter li {
	font-style: italic;
	list-style: none;
	margin-left:  2.0em;
	padding-left: 0.0em;
}
.super {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
a.super {
        text-decoration: none;
}
a.super:hover {
    text-decoration: underline;
}

/* ----- Table of Contents (toc) ----- */
/* fill these out yourself */

.tocTable { 
	margin: 1.0em auto;
	width: 100.00%;
}
.tocTable td, .tocTable th {
	padding: 1.5pt 6pt;
	vertical-align: baseline;
}
.tocTable th {
	font-family: "Calibri", "Arial Narrow", "Helvetica Condensed", sans-serif;
	font-size: medium;
	font-weight: bold;
}
/* 
fields in order: 
	{ .tocHeading || { .tocTitle || .tocChapters, .tocBlurb, .tocFlags } }; 
*/
.tocHeading { /* multi-col heading, as needed */
}
.tocTitle { /* title of novel, collection, story, poem, etc. */
	margin: 1.0em auto 0.5em auto;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	width: 25.00%;
}
th.tocTitle {
	font-size: medium;
	font-weight: bold;
}
.tocBlurb { /* blurb to grab the reader's interest */
	margin: 0.5em auto 0.5em auto;
	font-size: medium;
	width: 50.00%;
}
.tocBlurb p {
	font-size: medium;
}
.tocAudio { /* link to audio file; */
	margin: 0.5em auto 0.5em auto;
	font-size: medium;
	width:  5.00%;
}
.tocDate { /* date posted; */
	/* display: table-cell; */
	display: none;
	margin: 0.5em auto 0.5em auto;
	font-size: medium;
	width: 10.00%;
}
.tocFlags { 
/* flags for type (novel, collection, short, poem), 
	recent item or completed story, or other needs; 
*/
	margin: 0.5em auto 0.5em auto;
	font-size: medium;
	width: 10.00%;
}
/* Chapters as list-item or table-cell */
.tocChapters,    ol.tocChapters,    ul.tocChapters {
	font-size: large;
	font-weight: bold;
	text-align: right;
	list-style: none;
	margin-left:  0.0em;
	padding-left: 0.0em;
	width: 50.00%;
} 
.tocChapters li, ol.tocChapters li, ul.tocChapters li {
	font-size: large;
	font-weight: bold;
	text-align: right;
	list-style: none;
	margin-left:  0.0em;
	padding-left: 0.0em;
	width: 20.00%;
}
.tocNovelChapters {
	font-size: large;
	font-weight: bold;
	list-style: none;
	margin-left:  0.0em;
	padding-left: 0.0em;
} 
.tocNovelChapters li {
	font-size: large;
	font-weight: bold;
	list-style: none;
	margin-left:  0.5em;
	padding-left: 0.0em;
	margin-bottom: 0.5em;
}

/* ----- Styles for Audio Elements ----- */

.audioIconItem {
	clear: both; 
	float: none;
	width: 2.0in;
	margin: 0.25in auto;
}
.audioIconLabel {
	float: none;
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	margin: 4px;
	width: 1.375in;
}
.audioIconLarge {
	float: left;
	margin: 4px;
	height: 36px;
	width: 36px;
}
.audioIconSmall {
	float: left;
	margin: 4px;
	height: 16px;
	width: 16px;
}

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

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

.colx1of5 { width:  20.00%; padding: 6pt; }
.colx2of5 { width:  40.00%; padding: 6pt; }
.colx3of5 { width:  60.00%; padding: 6pt; }
.colx4of5 { width:  80.00%; padding: 6pt; }
.colx5of5 { width: 100.00%; padding: 6pt; }

.colx1of4 { width:  25.00%; padding: 6pt; }
.colx2of4 { width:  50.00%; padding: 6pt; }
.colx3of4 { width:  75.00%; padding: 6pt; }
.colx4of4 { 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: #EAEAEA; 
	color: black;
	padding: 0.125in;
}
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 80.00%; max-width: 920px; margin: 0.125in auto; }
} /* // @media screen */
