/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.com/";
Path:	"./hylas/";
File:	"styles-hylas-01.css";
Date:	"2007-12-28";
===== */

/*
@_color-list "custom-colors" {
	#000000	"css3:black";
	#ffffff	"css3:white";
	#ffff00	"css3:yellow";
	#550055	"custom:magenta-bri017";
	#aa00aa	"custom:magenta-bri033";
	#ff00ff	"custom:magenta";
	#e6d8cc	"custom:rgb-e6d8cc";
	#d5bfaa	"custom:rgb-d5bfaa";
	#aa8055	"custom:rgb-aa8055";
}; // @_color-list "custom-colors"
*/

body {
	background-color: white;
	color: black; 
	font-family: "Candara", "Trebuchet MS", sans-serif; 
	font-size: medium; 
	text-align: left;
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent; 
	color: black; 
	font-family: "Candara", "Trebuchet MS", sans-serif; 
}
p.pFirst {
	margin-top: 0.5in;
}
h1, h2, h3, h4, h5, h6 { 
	background: transparent;
	color: black;
	font-family: "Georgia", "Times New Roman", "Times", serif; 
	text-align: center; 
}
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, h3.separator {
	margin:   9pt auto;
	padding:  9pt auto;
	background-color: transparent;
	background-image: url(images/hylas-bar-taupe.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #aa8055;
	font-family: "Georgia", "Times New Roman", "Times", serif; 
	text-align: center; 
}

table {  }
td, th { background: transparent; color: black; vertical-align: top; }

a         { background: transparent; color: black; }
a[href]   { text-decoration: underline; }
a:link    { background: transparent; color: #aa00aa; }
a:visited { background: transparent; color: #550055; }
a:active, 
a:hover   { background: transparent; color: #ff00ff; }

.trail, div.trail, table.trail {
	margin: 1px;
	padding: 1px;
	border: none;
	background: white;
	color: black;
	width: 100.0%;
}
table.trail td, table.trail th {
	width: 20.0%;
	margin: 1px;
	padding: 1px;
	border: none;
	background: white;
	color: black;
	font-family: "Georgia", "Times New Roman", "Times", serif; 
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.horizontal, ol.horizontal, ul.horizontal {
	display: block; 
	margin: 4px 2px 3px 2px;
	padding: 1px;
	border: none;
	background: white;
	color: black;
	font-family: "Georgia", "Times New Roman", "Times", serif; 
	font-weight: bold;
	list-style: none;
}
.horizontal li, ol.horizontal li, ul.horizontal li {
	display: inline;
	margin: 2px;
	padding: 2px;
	border: none;
	background: #e6d8cc;
	color: black;
	font-family: "Georgia", "Times New Roman", "Times", serif; 
	font-weight: bold;
}
.horizontal li:hover, ol.horizontal li:hover, ul.horizontal li:hover {
	display: inline;
	margin: 2px;
	padding: 2px;
	border: none;
	background: yellow;
	color: black;
	font-family: "Georgia", "Times New Roman", "Times", serif; 
	font-weight: bold;
}

#masthead, div#masthead, table#masthead { margin-bottom: 0.5in; }
.tocGrid { width: 100.00%; }
.tocFlags {
	font-size: small; 
	padding: 3pt 3pt 3pt 3pt; 
	vertical-align: baseline;
	width:   5.00%;
}
.tocType {
	font-size: small; 
	padding: 3pt 3pt 3pt 3pt; 
	vertical-align: baseline;
	width:  40.00%;
}
.tocTitle { 
	font-size: x-large; 
	font-weight: bold; 
	margin: 3pt 3pt 3pt 3pt; 
	/* padding: 3pt 3pt 3pt 3pt; */
	vertical-align: baseline;
	width:  40.00%;
}
.tocChapters,    ol.tocChapters,    ul.tocChapters, 
.tocChapters li, ol.tocChapters li, ul.tocChapters li {
	list-style: none;
	margin-left: 0pt;
	font-size: x-large; 
	font-weight: bold; 
	margin: 0pt 3pt 0pt 0pt; 
	/* padding: 0pt 3pt; */
	vertical-align: baseline;
	width:  40.00%;
}
.tocBlurb { 
	font-size: medium; 
	margin: 3pt 3pt; 
	/* padding: 3pt 3pt; */
	vertical-align: baseline;
	width:  50.00%;
}

.flag { 
	border: none; 
	background: #ffcccc;
	color: black;
	font-family: "Candara", "Trebuchet MS", sans-serif; 
	font-size: small;
	font-weight: bold;
	padding: 0pt 3pt; 
}
.flag a, a.flag { padding: 0pt 3pt; }

.notes, div.notes, table.notes { 
	font-size: small; 
} 
ol.notes, ul.notes, .notes li, li.notes, ol.notes li, ul.notes li { 
	font-size: small; 
}
.margin0 { 
	margin-top: 0pt;
	margin-bottom: 0pt;
}
.list0, ol.list0, ul.list0 {
	list-style: none;
}
.imageCenter {
	margin: 0pt 9pt;
	text-align: center;
	font-family: "Candara", "Trebuchet MS", sans-serif; 
	font-weight: normal;
	font-style: italic;
}

.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; 
}

/* Column Definitions */

.colx1of4 { width:  25.00%; }
.colx2of4 { width:  50.00%; }
.colx3of4 { width:  75.00%; }
.colx4of4 { width: 100.00%; }

/* 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 */

