/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.com/";
Path:	"codey/poems/";
File:	"unicorns-rev1.css";
Date:	"2007-07-01"; 
History: {
	"2007-07-01";
	"2006-08-05";
	"Poem by Codey Copyright (C) 2005 by Codey. All rights reserved.";
}
===== */

/* // pseudocode:
@_color-list "unicornColors" {
	_color-def: #99ffff rgb( 153, 255, 255 ) "uTurqPale";
	_color-def: #99ccff rgb( 153, 204, 255 ) "uAzulPale";
	_color-def: #3399ff rgb(  51, 153, 255 ) "uAzulLight";
	_color-def: #0066cc rgb(   0, 102, 204 ) "uAzulDark";
	_color-def: #003366 rgb(   0,  51, 102 ) "uAzulDeep";
	_color-def: #001a33 rgb(   0,  26,  51 ) "uAzulDeepest";
	_color-def: #9999ff rgb( 153, 153, 255 ) "uBluePale";
	_color-def: #0000cc rgb(   0,   0, 204 ) "uBlueDark";
	_color-def: #cc99ff rgb( 204, 153, 255 ) "uGrapePale";
	_color-def: #6600cc rgb( 153,   0, 204 ) "uGrapeDark";
	_color-def: #ffe699 rgb( 255, 230, 153 ) "uGoldPale";
	_color-def: #cc9900 rgb( 204, 153,   0 ) "uGoldDark";
} // @_color-list "unicornColors";
*/
body {
	font-family: "AGaramond Std", "AGaramond", 
		"Times New Roman", "Times", serif;
	font-style: normal;
	background: black;
	color: #99ffff;
}
p, blockquote, ol, ul, li, dl, dt, dd, 
table, tr, td, th {
	font-family: "AGaramond Std", "AGaramond", 
		"Times New Roman", "Times", serif;
	font-style: italic;
	font-size: medium;
	background: transparent;
	color: #99ffff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "AGaramond Std Bold", "AGaramond Bold", 
		"Times New Roman", "Times", serif;
	font-weight: normal;
	font-style: italic;
	background: transparent;
	color: #0066cc;
}
a { 
	font-family: "AGaramond Std", "AGaramond", 
		"Times New Roman", "Times", serif;
	font-style: italic;
	background: transparent; 
	color: aqua;
}
a:link    { background: transparent; color: white; }
a:visited { background: transparent; color: aqua; }
a:active  { background: transparent; color: yellow; }
a:hover   { background: transparent; color: yellow; }
img, img a, a img { border: none; }
.trail, div.trail, table.trail {
	border-top: 1px solid #99ffff;
	border-bottom: 1px solid #99ffff;
	background: #001a33;
	color: #99ffff;
	/* font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; */
	font-family: "AGaramond Std", "AGaramond", 
		"Times New Roman", "Times", serif;
	font-style: normal;
	width: 100.00%;
	margin: 0.25in auto;
	padding: 6pt 0pt;
} 
.trail span, .trail li, .trail td, .trail th { 
	text-align: center; 
}
.trail a, div.trail a, table.trail a {
	/* font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; */
	font-family: "AGaramond Std", "AGaramond", 
		"Times New Roman", "Times", serif;
	font-style: normal;
}
.menu { list-style: none; margin-left: 0; padding-left: 0; }
.poem, ul.poem, ol.poem {
	list-style: none; 
	text-indent: -0.5in;
	margin-left: 0.5in; 
	padding-left: 0;
}
.margin0 { margin: 0pt auto; }
.DateTime { font-size: smaller; }


/* Audio Info Block Styles */

.AudioInfo { 
	border-top: 1px solid #99ffff;
	border-bottom: 1px solid #99ffff;
	background: #001a33; color: #99ffff;
	font-weight: normal; font-style: italic; 
	width: 2.0in;
	margin: 0.125in auto;
	padding: 6pt 0pt;
}
.AudioInfo span, .AudioInfo li, 
.AudioInfo td, .AudioInfo th { 
	font-style: italic;
	vertical-align: baseline; 
	margin: auto auto;
	padding: 1pt 2pt;
}

.Label { 
	font-size: x-small; 
	font-weight: normal; 
	text-align: right; 
}
.Track { 
	font-size: small; 
	font-weight: normal; 
	text-align: right; 
}
.Title { 
	font-size: medium; 
	font-weight: bold; 
}
.Author, .Narrator, .Artist { 
	font-size: medium; 
	font-weight: normal; 
}
.Author { 
	font-size: medium; 
	font-weight: bold; 
}
.Disc, .Kind, .Type, { 
	font-size: small; 
	font-weight: normal; 
}
.Date, .Time, .Size, { 
	font-size: small; 
	font-weight: normal; 
	text-align: right; 
}

/* Column Definitions */

.colx1 { width:  20.00%; }
.colx2 { width:  40.00%; }
.colx3 { width:  60.00%; }
.colx4 { width:  80.00%; }
.colx5 { width: 100.00%; }

.colq1 { width:  25.00%; }
.colq2 { width:  50.00%; }
.colq3 { width:  75.00%; }
.colq4 { width: 100.00%; }

.colT1 { width:  33.33%; }
.colT2 { width:  66.67%; }
.colT3 { width: 100.00%; }

div.pageLetter {
	margin: auto 1.0in;
}

