
/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.com/";
Path:	"anthology/2007-val/";
File:	"if-wishes-styles.css";
Date:	"2007-02-22";
===== */

/* Colors Used */
/*
@_color-list "wish-colors" {
	#ffffff "css3:white";
	#000000 "css3:black";
	#dc143c "css3:crimson";
	#00ced1 "css3:darkturquoise";
} // "@_color-list "wish-colors"
*/

/* Font Definitions */
@font-face {
	font-family: "Gill Sans MT";
	panose-1: 2 11 5 2 2 1 4 2 2 3;
}
@font-face {
	font-family: "Constantia";
	panose-1: 2 3 6 2 5 3 6 3 3 3;
}

/* Style Definitions */
body { 
	background-color: white; 
	color: black; 
}
p, blockquote, ol, ul, li, dl, dt, dd, 
table, tr, td, th {
	background-color: transparent; 
	color: black; 
	font-size: medium; 
	font-family: "Constantia", "Times New Roman", "Times", serif;
}
td, th {
	vertical-align: top; 
}
p { 
	margin: 1.0em 0.0em 0.0em 0.0em; /* top right bottom left */
	text-indent: 0.0em;
}
p.pFirst { 
	margin: 3.0em 0.0em 0.0em 0.0em; /* top right bottom left */
	text-indent: 0.0em;
}

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: black;
	margin: 12pt 0pt 3pt 0pt;
	page-break-after: avoid;
	font-family: "Gill Sans MT", "Gill Sans", serif;
	text-align: center;
}
h1, h2 { font-weight: normal; font-style: italic; }
h3, h4, h5, h6 { font-weight: bold; font-style: normal; }
.separator, h3.separator { text-align: center; }
.byline, .dateline {
	font-family: "Gill Sans MT", "Gill Sans", serif;
}
hr { 
	background-color: #dc143c; 
	color: #dc143c;
	width: 100%;
	height: 2px;
	margin: 9pt auto;
	text-align: center;
}

a { 
	background: transparent; 
	color: black; 
	font-family: "Gill Sans MT", "Gill Sans", serif;
}
a[href] { text-decoration: underline; }
a:link { background: transparent; color: #dc143c; }
a:visited { background: transparent; color: #dc143c; }
a:active, a:hover { background: transparent; color: #00ced1; }

/* declaration of all class identifiers is required */
.separator { text-align: center; } 
.endnote { border-top: 0.75pt solid #dc143c; padding-top: 9pt; }
.margin0 { 
	margin-top: 0pt;
	margin-bottom: 0pt;
}
.imageCenter {
	margin: 1.0em auto;
	text-align: center;
	font-family: "Gill Sans MT", "Gill Sans", serif;
	font-weight: normal;
	font-style: italic;
}

.trail, div.trail, table.trail {
	margin: 0.125in auto;
	width: 100.0%;
}
table.trail td, table.trail th {
	width: 20.0%;
	padding: 3pt;
	border-top: 0.75pt solid #dc143c;
	border-bottom: 0.75pt solid #dc143c;
	font-family: "Gill Sans MT", "Gill Sans", serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

/* 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 */


