/* =====
Designer:	"BenWBlue";
Site:	"http://www.codeysworld.com/";
Path:	"viv/";
File:	"styles-viv.css";
Date:	"2007-11-17";
===== */

/* 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;
}

/* 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;
	#ffdab9	"css3:peachpuff";
	#ffa500	"css3:orange";
	#ff4500	"css3:orangered";
	// list any custom colors;
	#992800	"custom:orangered-dark30";
	#00ffaa	"custom:tealgream";
	#009966	"custom:tealgreen-dark30";
	#ff00aa	"custom:purplered";
	#990066	"custom:purplered-dark30";
} // @_color-list "custom"; 
*/

/* Style Definitions */

body { /* see also div.page near eof */
	background-color: peachpuff; 
	background-image: none; 
	/* background-image: url(images/background.png); */ /* change */
	color: black; 
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: medium; 
	text-align: left;
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent; 
	color: black; 
	font-family: "Georgia", "Times New Roman", "Times", serif;
}
p.pFirst { margin-top: 3.0em; }
dt { font-weight: bold; }

h1, h2, h3, h4, h5, h6 { 
	background: transparent;
	color: #990066; 
	font-family: "Georgia", "Times New Roman", "Times", serif;
}
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 {
	text-align: center;
}

hr { 
	border: 3pt solid orangered;
}

table { border-collapse: collapse; }
td, th { 
	background: transparent; 
	color: black; 
	font-family: "Georgia", "Times New Roman", "Times", 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: #009966; }
a:visited { background: transparent; color: #990066; }
a:active, a:hover { background: transparent; color: orangered; }
img, a img, img a { border: none; }

/* how else might an external link be distinguished? */
.external { background: transparent; color: green; font-weight: bold; }

.trail, div.trail, table.trail { /* breadcrumb trail */
	border-top:    1px solid orangered;
	border-bottom: 1px solid orangered;
	background: transparent;
	color: black;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: medium; /* 12pt; */
	margin: 0.25in 0.0in;
	padding: 3pt 6pt;
	width: 100.00%;
} 

/* List or Tree */
/* to support an advanced technique ~ no, I haven't programmed it */
.tree, ol.tree, ul.tree { 
	font-size: small; 
	list-style: square outside; 
	list-style-image: url(images/list/leaf0.png); 
	text-indent:   0.0em;
	margin-left:   1.0em; 
	padding-left:  0.0em; 
}
/* 
li.empty   { list-style-image: url(images/list/empty.png); }
li.branchI { list-style-image: url(images/list/branchI.png); }
li.branchT { list-style-image: url(images/list/branchT.png); }
li.branchL { list-style-image: url(images/list/branchL.png); }
*/
li.folder0 { list-style-image: url(images/list/folder0.png); } /* collapsed */
li.folder1 { list-style-image: url(images/list/folder1.png); } /* expanded */
li.leaf0   { list-style-image: url(images/list/leaf0.png); } /* regular */
li.leaf1   { list-style-image: url(images/list/leaf1.png); } /* special */

.stub { background: transparent; color: gray; }

.flag { 
	background: transparent; 
	color: orangered;
	font-family: "Georgia", "Times New Roman", "Times", serif; 
	font-size: small;
	font-weight: bold;
	padding: 0pt 3pt; 
}
.flag a, a.flag { padding: 0pt 3pt; }

.xDateTime { font-size: smaller; display: inline; } /* or display: none; */
.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;
}
.imageShadowBox {
	background-color: #660033;
	margin: 1.0em auto;
	text-align: center;
}

/* Story Styles */
/* may also need others such as, not limited to: 
	.dedication, .disclaimer, .notesBefore, .notesAfter, .footnotes
*/

.copyright { 
	font-size: small; 
}
.notes, div.notes, table.notes {
	border-top:    1.5pt solid orangered;
	border-bottom: 1.5pt solid orangered;
	margin: 1.0em 12.5%;
	padding: 0.5em auto;
	font-size: small;
}
p.notes, ol.notes, ul.notes {
	font-size: small;
}
table.notes td, table.notes th { 
	font-size: small; 
}
.notes li, li.notes, ol.notes li, ul.notes li { 
	font-size: small; 
}

.story, div.story {
}
.bq, div.bq {
	margin-left: 3.0em;
}

/* Poem Styles */

.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; 
}
.hVerse, .verseH {
	background: transparent;
	color: #cc3300;
}
.verse, ol.verse, ul.verse { 
	background: transparent;
	color: black;
	list-style: none; 
	margin-left: 0.5in; 
	padding: 0; 
}
.verse li, ol.verse li, ul.verse li { 
	background: transparent;
	color: black;
	list-style: none; 
	margin-left: -0.25in; 
	padding: 0; 
}
.stanzaIndent0 { text-indent: -0.25in; margin-left:  0.5in; }
.stanzaIndent1 { text-indent:  0.00in; margin-left:  0.5in; }

/* Table of Contents (toc) */
/* fill these out yourself */

.tocTable { 
	margin: 1.0em auto;
}
.tocTable td, .tocTable th {
	padding: 6pt;
	vertical-align: baseline;
}
/* 
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: italic;
	text-align: left;
}
.tocBlurb { /* blurb to grab the reader's interest */
	margin: 0.5em auto 0.5em auto;
	font-size: small;
}
.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: small;
}
/* 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;
} 
.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;
}

/* Masthead */

#masthead, div#masthead, table#masthead { margin-bottom: 0.25in; }

/* 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; }

.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: peachpuff; 
	padding: 0.25in;
}
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 90.00%; margin: 0.125in 5.00%; }
} /* // @media screen */

