/*
Author:	"Blue";
Site:	"http://www.codeysworld.com/";
Path:	"prose/freefall/";
File:	"freefall-styles.css";
Type:	"text/css" | "CSS 2.1";
Dates:	{
	"2005-11-27"; // Date Created;
	"2006-03-27"; // Date Modified;
	"2006-04-22"; // Date Modified;
	"2006-06-13"; // Date Modified;
	"2006-08-17"; // Date Modified: 
		// Created 3 stylesheets: 
		// "freefall-styles-lucida.css"; 
			// The original .css but new filename. -- That file.
		// "freefall-styles-times.css";
			// The alternate .css with new filename. -- This file.
		// "freefall-styles.css"; 
			// The default .css with original filename. -- Default file.
			// Default: "Times New Roman";
	"2006-10-13"; // Date Modified:
		// Changed @media screen and @media print styles 
		// in "freefall-styles.css" only.
		// The screen version no longer matches the print version.
		// Instead, the screen version makes maximum use of screen space
		// and margins; while the print version prints as a standard 
		// document with 1.0in margins and 12pt (medium) font-size.
	"2007-06-02"; // Date Modified:
		// adjusted for 10a, 10b, 10c chapter widths in index menu.
	"2007-08-06"; // Date Modified:
		// added styles for statcounter;
}
*/

/* Color List -- pseudocode; -- not css3; */
/*
@_color-list FreefallColors {
	_color-def: #4080c0 "uEdBlueGrey";
	_color-def: #e0ffff "css3:lightCyan";
	_color-def: #c0e0e0 "uCyanGreyTint";
	_color-def: #e0ffff "uCyanTint";
	_color-def: #00c0c0 "uCyanShade";
	_color-def: #e0c0c0 "uRedGreyTint";
	_color-def: #ffe0e0 "uRedTint";
	_color-def: #c00000 "uRedShade";
	_color-def: #f0e0ff "grapePurpleTint";
	_color-def: #6000c0 "grapePurpleShade";
	_color-def: #f0ffe0 "grapeGreenTint";
	_color-def: #60c000 "grapeGreenShade";
}
*/

/* Font Definitions */

@font-face {
	font-family: "Bookman Old Style";
	panose-1: 2 5 6 4 5 5 5 2 2 4;
}
@font-face {
	font-family: "Comic Sans MS";
	panose-1: 3 15 7 2 3 3 2 2 2 4;
}
@font-face {
	font-family: "Lucida Sans";
	panose-1: 2 11 6 2 3 5 4 2 2 4;
}
@font-face {
	font-family:"Lucida Sans Unicode";
	panose-1: 2 11 6 2 3 5 4 2 2 4;
}
@font-face {
	font-family: "Tahoma";
	panose-1: 2 11 6 4 3 5 4 4 2 4;
}
@font-face {
	font-family: "Wingdings";
	panose-1: 5 0 0 0 0 0 0 0 0 0;
}

/* Style Definitions */

body {
	background: #e0ffff;
	color: black;
	font-family: "Times New Roman", "Times", serif;
}
div, p, blockquote, ol, ul, li, dl, dt, dd {
	background-color: transparent;
	color: black;
	font-family: "Times New Roman", "Times", serif;
	font-size: medium;
}
p { text-indent: 0; margin: 1.0em 0.0em; }
dt { font-weight: bold; }

table, caption, thead, tbody, tfoot, tr, td, th {
	background-color: transparent;
	color: black;
	font-family: "Times New Roman", "Times", serif;
	font-size: medium;
}
table { margin: 4px 0pt; padding: 0; }
caption { margin: 0; padding: 2px; }
thead, tbody, tfoot, tr { margin: 0; padding: 0; }
td, th { 
	margin: 0; 
	padding: 0px 2px; 
	text-align: left; 
	vertical-align: top; 
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: black;
	font-family: "Lucida Sans", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-style: italic;
}
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; }
.hChapter { margin: 0.5in 0.0in 0.5in 0.0in; }

a { 
	background-color: transparent; 
	color: #404040;
	text-decoration: none; 
} 
a[href] { text-decoration: underline; }
a img, img a { border: none; }
a:link { 
	background-color: transparent; 
	color: #00c0c0; 
	text-decoration: none; /* underline; */
}
a:visited { 
	background-color: transparent; 
	color: #0000c0; 
	text-decoration: none; 
}
a:active { 
	background-color: transparent; 
	color: #c00000; 
	text-decoration: none; 
}
a:hover { 
	background-color: transparent; 
	color: #c00000; 
	text-decoration: underline;
}

/* ----- Menu Styles for Navigation Table and Cells ----- */

div.menu, div.menu ol, div.menu ul, table.menu { 
	margin: 1px; 
	padding: 1px; 
	color: black;
 	background: transparent;
	border: 1px solid #00c0c0;
	border-collapse: collapse;
	font-family: "Lucida Sans", "Arial", "Helvetica", sans-serif;
	font-size: medium;
}
div.menu ol, div.menu ul {
	border: none;
	list-style: none;
}
div.menu ol li, div.menu ul li, table.menu td, table.menu th { 
	margin: 1px; 
	padding: 1px; 
	text-align: left;
	vertical-align: top;
}
div.menu ol.vertical li, div.menu ul.vertical li {
	display: list-item;
	list-style: none;
	width: auto;
}
div.menu ol.horizontal li, div.menu ul.horizontal li {
	display: inline;
	list-style: none;
	width: auto;
}
*.menu a {
	display: inline-block;
	width: auto;
 	margin: 0px;
	padding: 0px 2px;
	background-color: #e0e0e0; 
	border: 1px solid #404040;
	color: #404040;
	font-family: "Lucida Sans", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: medium;
}
*.menu a:link {
	background-color: #e0ffff;
	border: 1px solid #00c0c0;
	color: #00c0c0;
}
*.menu a:visited {
	background-color: #e0e0ff;
	border: 1px solid #0000c0;
	color: #0000c0;
}
*.menu a:active {
	background-color: #ffe0e0;
	border: 1px solid #c00000;
	color: #c00000; 
}
*.menu a:hover {
	background-color: #ffe0e0;
	border: 1px solid #c00000;
	color: #c00000; 
}

/* ----- Miscellaneous Styles ----- */

input, select, option {
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
}
optgroup, button, .button, input[type="button"] {
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
}
textarea, pre, tt, kbd, code, samp {
	font-family: "Courier New", "Courier", "Monaco", monospace;
	font-size: small;
}
.itext, input[type="text"] {
	font-family: "Courier New", "Courier", "Monaco", monospace;
	font-size: small;
}
pre {
	white-space: pre;
}

ins { text-decoration: underline; color: red; }
del { text-decoration: line-through; color: red; }
.changed { border-left: 2px solid red; }

hr {
	height: 1px;
	color: #0000c0;
	background-color: #e0e0ff;
	border: 1px solid #0000c0;
}
.separator {
	color: #0000c0;
	background-color: transparent;
	background-image: url(images/hbar-wavy.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Lucida Sans", "Arial", "Helvetica", sans-serif;
	font-size: xx-large;
	font-style: normal;
	margin: 24pt auto 12pt auto;
	padding-top: 6pt;
	text-align: center;
	width: 50%;
}
.box {
	color: black;
	background-color: #f0e0ff;
	border: 1px solid #6000c0;
	padding: 4px;
}
.bylineNote { 
	border-top: 1px dotted #4080c0;
	border-bottom: 1px solid #4080c0;
	background-color: transparent;
	color: #4080c0;
	font-family: "Lucida Sans", "Arial", "Helvetica", sans-serif;
	font-size: small;
	margin: 6pt 0pt;
	padding: 3pt 0pt;
	width: 2.0in;
}

.smallCaps { font-variant: small-caps; }

.casual {
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
}
.sans {
	font-family: "Lucida Sans", "Arial", "Helvetica", sans-serif;
}
.serif {
	font-family: "Times New Roman", "Times Std", "Times", serif;
}

/* Styles: statcounter */

.statcounter, div.statcounter, a.statcounter, img.statcounter {
	background: transparent;
	color: black;
	font-family: "Consolas", "Monaco", 
		"Courier New", "Courier", monospace;
	font-weight: bold;
	font-size: small;
	text-align: right;
}
div.statcounter {
	margin: 6pt 0pt;
	padding: 2pt;
	width: 1.5in;
}
.stathead { 
	margin: 6pt 0pt;
	padding: 2pt;
	width: 1.5in;
	text-align: right; 
}

/* ----- Page Layout Definitions ----- */
/* GOAL: future css3 page layout and multi-column layout support; */

.colGap   { width: 0.25in; }
.colSpan1 { width: 2.00in; } /* 1 col 0 gap */
.colSpan2 { width: 4.25in; } /* 2 col 1 gap */
.colSpan3 { width: 6.50in; } /* 3 col 2 gap */

.pageBreak0 { page-break-before: avoid; }
.pageBreak1 { page-break-before: always; }

@media print {

@page Section1 {
	size: 8.5in 11.0in;
	/* margin: 1.0in 1.25in; */
	margin: 1.0in 1.0in;
	padding: 0.25in 0.25in;
}
div.Section1 {
	page: Section1;
	background-color: white;
}

} /* @media print */

@media screen {

div.Section1 {
	/* width: 6.5in; */
	width: 90%;
	margin: auto auto;
	padding: 0.25in 0.25in;
	background-color: white;
}

} /* @media screen */

div.Section1 {
	background-image: none;
}
div.Section1#proof {
	background-image: url(images/proof.gif);
}
