/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.com/";
Path:	"./mnorby/";
File:	"styles-mnorby01.css";
Date:	"2007-06-10";
===== */

/*
@_color-list "my-colors" {
	#000000	"css3:black";
	#ffffff	"css3:white";
	#006633; 
	#cc0066; 
	#00cc66; 

	"wiki:Sepia"  #704214	rgb( 112,  66,  20 )	hsv( 30°, 82%, 44% ) ;
	"wiki:Khaki"  #C3B091	rgb( 195, 176, 145 )	hsv( 37°, 26%, 76% ) ; 

}; // @_color-list "my-colors"
*/

body {
	background-color: white;
	color: black; 
	font-family: "Constantia", "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: "Constantia", "Times New Roman", "Times", serif; 
}
p.pFirst {
	margin-top: 0.5in;
}
p.pFirst:first-letter {
	color: #704214;
	background-color: #c3b091;
	font-family: "Constantia", "Times New Roman", "Times", serif; 
	font-weight: bold;
	font-size: 300%; 
	float: left;
	margin-right: 6pt;
	padding: 6pt;
}
h1, h2, h3, h4, h5, h6 { 
	background: transparent;
	color: #704214;
	font-family: "Constantia", "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; }
.left   { text-align: left; }
.center { text-align: center; }
.right  { text-align: right; }

table { border-collapse: collapse; }
td, th { background: transparent; color: black; vertical-align: top; }

a { background: transparent; color: black; font-weight: bold; padding: 0pt 3pt; }
a[href] { text-decoration: underline; }
a:link { background: transparent; color: #006633; }
a:visited { background: transparent; color: #cc0066; }
a:active, a:hover { background: transparent; color: #00cc66; }

#masthead, div#masthead, table#masthead { 
	margin-bottom: 0.25in; 
	border-bottom: 2pt double #704214;
}
.toc, div.toc, table.toc { width: 100.00%; }
.toc ol, .toc ol li, .toc ul, .toc ul li { font-size: large; }
.wAuthor { vertical-align: baseline; font-size: medium; }
.wTitle  { vertical-align: baseline; font-size: large; }
.wKind   { vertical-align: baseline; font-size: medium; }
.copyright { font-size: small; text-align: center; }

.flag { 
	border: none; 
	background: #ccff99;
	color: black;
	font-family: "Constantia", "Times New Roman", "Times", 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: "Constantia", "Times New Roman", "Times", serif; 
	font-weight: normal;
	font-style: italic;
}

.poem, ol.poem, ul.poem { 
	background: transparent;
	color: black;
	list-style: none; 
	margin: 12pt 0pt; 
	padding: 0; 
}
.poem li, ol.poem li, ul.poem li {
	background: transparent;
	color: black;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

/* Column Definitions */

.colx1 { width:  20.00%; padding: 6pt; }
.colx2 { width:  40.00%; padding: 6pt; }
.colx3 { width:  60.00%; padding: 6pt; }
.colx4 { width:  80.00%; padding: 6pt; }
.colx5 { width: 100.00%; padding: 6pt; }

.colT1 { width:  33.33%; padding: 6pt; }
.colT2 { width:  66.67%; padding: 6pt; }
.colT3 { 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; }
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { margin: auto 5%; }
} /* // @media screen */

