/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.com/";
Path:	"anthology/2006-yule/";
File:	"styles-2007-val.css";
Date:	"2007-01-31";
===== */

/* ----- For Reference - NOT CSS3 - Pseudocode ----- */
/*

@_image-list "my-images" {
	_image: url(../images/foo.png);
} // @_image-list "my-images";

@_color-list "val-colors" {
	#f0e0ff	"val-violet-pale";
	#e0c0ff	"val-violet-light";
	#c00080	"val-red-violet"
	#8000c0	"val-blue-violet"
	#e6cc99	"val-beige"
	#fff2cc	"val-cream"
} // @_color-list "val-colors"; 

*/
/* ----- End Reference - NOT CSS3 - Pseudocode ----- */

/* Style Definitions */

.sans {
	font-family: "Arial", "Helvetica", sans-serif; 
}
.serif {
	font-family: "Georgia", "Century Schoolbook", "NewCenturySchlbk", serif;
}
.casual {
	font-family: "Comic Sans MS", sans-serif; 
}

body {
	background-color: #f0e0ff; 
	background-image: none; /* each page sets its background-image */
	background-repeat: no-repeat;
	color: black; 
	font-family: "Georgia", "Century Schoolbook", "NewCenturySchlbk", serif;
	font-size: medium; 
	text-align: left;
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent; 
	color: black; 
	font-family: "Georgia", "Century Schoolbook", "NewCenturySchlbk", serif;
}
dt { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { 
	font-family: "Comic Sans MS", sans-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; }

table { border-collapse: collapse; }
td, th { 
	background: transparent; 
	color: black; 
	font-family: "Georgia", "Century Schoolbook", "NewCenturySchlbk", 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: maroon; text-decoration: underline; }
a:visited { background: transparent; color: maroon; text-decoration: none; }
a:active { background: transparent; color: red; text-decoration: none; }
a:hover { background: transparent; color: red; text-decoration: underline; }

.external { background: transparent; color: #c00080; font-weight: bold; }

/* ----- 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 #cc9933;
	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 #cc9933;
	color: black;
}
.menu * {
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
	font-size: small;
}
.menu a { 
	display: block; 
	margin: 0px; 
	padding: 1px 4px; 
	background-color: white; 
	color: black; 
}
.menu a[href] { text-decoration: underline; }
.menu a img, .menu img a { border: none; }
.menu a:link { 
	background-color: #fff2cc; 
	color: blue; 
}
.menu a:visited { 
	background-color: #fff2cc; 
	color: green; 
}
.menu a:active, .menu a:hover { 
	background-color: #fff2cc; 
	color: red; 
}

.trail, div.trail, table.trail {
	border: 1px solid purple;
	background: #e0c0ff;
	color: black;
	font-family: "Comic Sans MS", sans-serif;
	font-size: medium; /* 12pt; */
	margin: 0.25in 0.0in;
	padding: 3pt 6pt;
} 

.stub { background: transparent; color: silver; }
.flag { 
	/* border: 0.25pt solid #cc9933; */
	background: transparent; 
	color: #8000c0;
	font-family: "Comic Sans MS", sans-serif; 
	font-size: 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 purple; 
} 
.notes li, li.notes, ol.notes li, ul.notes li { 
	font-size: small; 
}

.margin0 {
	margin-top: 0;
	margin-bottom: 0;
}
.imageCenter {
	margin: 1.0em auto;
	text-align: center;
}

.notes {
	border-top: 3pt solid purple;
	border-bottom: 3pt solid purple;
	background: #e0c0ff; 
	color: black;
	font-family: "Georgia", "Century Schoolbook", "NewCenturySchlbk", serif;
	font-size: small;
	margin: 0.5in 10%;
	padding: 6pt 6pt;
	text-align: center; 
}

.poem, ol.poem, ul.poem { 
	background: transparent;
	color: black;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.verse, ol.verse, ul.verse { 
	background: transparent;
	color: purple;
	list-style: decimal; 
	margin-left: 0.5in; 
	padding: 0; 
}
.verse li, ol.verse li, ul.verse li { 
	background: transparent;
	color: black;
	list-style: none; 
	margin-left: -0.375in; 
	padding: 0; 
}
.stanzaIndent0 { text-indent: -0.25in; margin-left:  0.25in; }
.stanzaIndent1 { text-indent:  0.00in; margin-left:  0.25in; }

.wDateTime, .wSubject, .wTitle, .wAuthor, .wComments { 
	font-family: "Arial", "Helvetica", sans-serif; 
}
.wDateTime { font-size: smaller; }
.wSubject {  }
.wTitle {  }
.wAuthor {  }
.wComments {  }

#masthead, div#masthead, table#masthead {
	background-image: none;
	font-family: "Comic Sans MS", sans-serif;
}
#masthead h1, #masthead h2, #masthead h3, 
#masthead h4, #masthead h5, #masthead h6 {
	font-family: "Comic Sans MS", sans-serif;
	font-style: italic;
}
#masthead td, div#masthead td, table#masthead td, 
#masthead th, div#masthead th, table#masthead th {
	font-family: "Comic Sans MS", sans-serif;
	text-align: center;
	vertical-align: baseline;
}

/* Column Definitions */

.colx3 { width: 100%; }
.colx2 { width:  67%; }
.colx1 { width:  33%; }

.colq4 { width: 100%; }
.colq3 { width:  75%; }
.colq2 { width:  50%; }
.colq1 { width:  25%; }

.tocSidebar { 
	width: 90%; 
	margin: 0.25in 0.125in; 
}
.tocTable { 
	width: 100%; 
	margin-top: 0.25in; 
	margin-bottom: 0.25in; 
}
/* 
fields in order: 
	{ .tocHeading || { .tocTitle, .tocFlags, .tocAuthor } }; 
*/
.tocAuthor { 
	width: 30%; 
	padding: 0pt 6pt; 
	font-weight: normal; 
}
.tocTitle { 
	width: 50%; 
	padding: 0pt 6pt; 
	font-weight: bold; 
}
.tocFlags { 
	width: 20%; 
	padding: 0pt 6pt; 
	font-weight: normal; 
}
.tocHeading { 
	width: 100%; 
	padding: 0pt 6pt; 
	border-top:    2px dotted #c00080;
	border-bottom: 2px dotted #8000c0;
	font-weight: bold; 
	font-style: italic; 
}

/* 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: 80%; margin: auto auto; }
} /* // @media screen */

