/* =====
Designer:	"BenWBlue";
Site:	"http://www.codeysworld.com/";
Path:	"codey/how-the-mighty-have-fallen/";
File:	"mighty-tree-styles.css";
Date-Created:	"2008-08-26";
Date-Revised:	"2008-08-26";
===== */

/* Pseudocode Section - @_color-list */
/*
@_color-list "codey-mighty-tree" {
	// yellow-browns
	rgb( 236, 227, 198 );	"MapleBeigePale";
	rgb( 191, 162,  64 );	"MapleBeigeLight";
	rgb(  95,  81,  32 );	"MapleBeigeDeep";
	rgb( 255, 243, 204 );	"MapleBeigeClear";
	// red-browns
	rgb( 192,  96,  64 );	"MapleRustLight";
	rgb( 145,  72,  48 );	"MapleRustMedium";
	rgb(  96,  48,  32 );	"MapleRustDeep";
	rgb( 243, 223, 217 );	"MapleRustPale";
	// greens
	rgb(  32,  96,  32 );	"MapleGreenDeep";
	rgb(  96, 160,  96 );	"MapleGreenLight";
	rgb( 192, 216, 192 );	"MapleGreenPale";
	rgb(  48, 144,  48 );	"MapleGreenMedium";
} // @_color-list "codey-mighty-tree";
*/

@font-face {
	font-family: "Comic Sans MS";
	panose-1: 3 15 7 2 3 3 2 2 2 4;
}
@font-face {
	font-family: "Postino Italic";
	panose-1: 0 0 0 0 0 0 0 0 0 0;
}

body {
	background: #ccffcc; 
	color: rgb(  96,  48,  32 );
	font-family: "Comic Sans MS", sans-serif;
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent;
	color: rgb(  96,  48,  32 );
	font-family: "Comic Sans MS", sans-serif;
	font-size: large;
}
table, caption, thead, tbody, tfoot {
	background: transparent;
	color: rgb(  96,  48,  32 );
	font-family: "Comic Sans MS", sans-serif;
	font-size: large;}
td, th {
	background: transparent;
	color: rgb(  96,  48,  32 );
	font-family: "Comic Sans MS", sans-serif;
	font-size: large;	
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: rgb( 145,  72,  48 );
	font-family: "Postino Italic", "Postino Italic Std", serif;
	text-align: left;
	vertical-align: top;
}
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; }
.hBig {
	font-size: 300.00%;
}
.hSection {
	font-size: 200.00%;
	text-align: center;
}
.hAlignLeft   { text-align: left; }
.hAlignCenter { text-align: center; }
.hAlignRight  { text-align: right; }

a         { background: transparent; color: rgb(  96,  48,  32 ); }
a[href]   { text-decoration: underline; }
a:link    { background: transparent; color: rgb(  96, 160,  96 ); }
a:visited { background: transparent; color: rgb(  48, 144,  48 ); }
a:active, 
a:hover   { background: transparent; color: red; }
img, img a, a img { border: none; }

.poem, ol.poem, ul.poem { 
	background: transparent;
	color: rgb(  96,  48,  32 );
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.poem li, ol.poem li, ul.poem li {
	background: transparent;
	color: rgb(  96,  48,  32 );
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

.plankBeige {
	background-color: rgb( 236, 227, 198 );
	background-image: url(images/sawdust-beige.png);
}
.plankRusty {
	background-color: rgb( 192,  96,  64 );
	background-image: url(images/sawdust-rusty.png);
}
.plankDark {
	background-color: rgb(  96,  48,  32 );
	background-image: url(images/sawdust-dark.png);
}
.plankVerde {
	background-color: rgb( 192, 216, 192 );
	background-image: url(images/sawdust-verde.png);
}

.colx1of6 { width:  16.67%; }
.colx2of6 { width:  33.33%; }
.colx3of6 { width:  50.00%; }
.colx4of6 { width:  66.67%; }
.colx5of6 { width:  83.33%; }
.colx6of6 { 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 */

div.page {
	background-color: transparent;
	color: black;
}

