/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.org/";
Path:	"./authors/codey/styles/";
File:	"cw01-poems.css";
History: {
Date:	"2006-08-13";
Date: "2006-08-30"; // Commented out the background-image;
Date: "2007-07-11"; // Added audio and page styles;
Date: "2007-08-06"; // Added styles for statcounter;
Date: "2007-08-17"; // Changed .flag style ~ no border or background;
Date: "2008-02-02"; // .notes ~ removed bullet from list;
}
===== */

/* ----- For Reference - NOT CSS2 - Pseudocode ----- */
/*

@_font-list "c01-Fonts" {
	font-family: "Comic Sans MS", sans-serif; 
} // @_font-list "cw01-Fonts";

@_image-list "cw01-Images" {
	_image: url(../images/mountains.jpg);	// [1280*960]
	_image: url(../images/mountains-pale.jpg);	// [1280*960]
	_image: url(../images/mountains-size25pct.jpg);	// [320*240]
	_image: url(../images/mountains-size12pt5pct.jpg);	// [160*120]
	_image: url(../images/unicorn5-tiny.jpg);	// [153*99]
} // @_image-list "cw01-Images";

@_color-list "cw01-Colors" {
	_color-def: #99b3ff "uPoemsSkyLight";
	_color-def: #0030c0 "uPoemsSkyDark";
	_color-def: #c0d0ff "uPoemsSkyTint";
	_color-def: black;
	_color-def: maroon;
	_color-def: red;
	_color-def: yellow;
	_color-def: #6000c0 "uPoemsPurpleDark";
	_color-def: #e0c0ff "uPoemsPurpleTint";

} // @_color-list "cw01-Colors"; 

*/

body {
	background-attachment: scroll;
	background-color: #99b3ff; 
	/* background-image: url(../images/mountains.jpg); */
	background-position: center center;
	background-repeat: no-repeat;
	color: maroon; 
	font-family: "Comic Sans MS", sans-serif; 
	font-size: medium; 
	text-align: left;
}
.photo {
	background-attachment: scroll;
	background-color: #99b3ff; 
	background-image: url(../images/mountains.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: maroon; 
	font-family: "Comic Sans MS", sans-serif; 
	font-size: medium; 
	text-align: left;
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent; 
	color: maroon; 
	font-family: "Comic Sans MS", sans-serif; 
}
h1, h2, h3, h4, h5, h6 { 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; }
.hLeft { text-align: left; }

table { border-collapse: collapse; }
td, th { background: transparent; color: maroon; vertical-align: top; }
a { background: transparent; color: maroon; text-decoration: none; }
a[href] { text-decoration: underline; }
a:link { background: transparent; color: black; text-decoration: underline; }
a:visited { background: transparent; color: black; text-decoration: none; }
a:active, a:hover { background: maroon; color: white; 
	text-decoration: overline underline; 
}
img, a img, img a { border: none; }

/* ----- Menu Styles for Navigation -- Tree / List / Table ----- */

.menu, .menu table, .menu td, .menu th {
	margin: 0pt;
	padding: 1pt 1pt;
	vertical-align: top;
	background-color: #c0d0ff;
	border: 1px solid #0030c0;
}
.menu ol, .menu ul, .menu li {
	list-style: none;
	margin: 0pt;
	padding: 1pt 1pt;
	vertical-align: top;
	background-color: #c0d0ff;
	border: 1px solid #0030c0;
	color: black;
}
.menu * {
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
	font-size: small;
}
.menu a { 
	display: block; 
	margin: 0px; 
	padding: 1px 4px; 
	background-color: silver; 
	color: black; 
}
.menu a[href] { text-decoration: underline; }
.menu a img, .menu img a { border: none; }
.menu a:link { 
	background-color: #c0d0ff; 
	color: #0030c0; 
}
.menu a#here:link { 
	background-color: white; 
	color: #0030c0; 
}
.menu a:visited { 
	background-color: #c0d0ff; 
	color: #0030c0; 
}
.menu a#here:visited { 
	background-color: white; 
	color: #0030c0; 
}
.menu a:active, .menu a:hover { 
	background-color: #0030c0; 
	color: #c0d0ff; 
}
.menu a#here:active, .menu a#here:hover { 
	background-color: #0030c0; 
	color: white; 
}

.flag { 
	/* border: 0.25pt solid #6000c0; */
	border: none;
	/* background: #e0c0ff; */
	background: transparent;
	color: #6000c0;
	font-size: x-small;
	font-weight: bold;
	padding: 0pt 3pt; 
}
.flag a, a.flag { padding: 0pt 3pt; }
.notes, ol.notes, ul.notes { 
	font-size: small; 
	border-top: 0.75pt solid #400080; 
	list-style: none; /* added 2008-02-02 */
} 
.notes li, li.notes, ol.notes li, ul.notes li { 
	font-size: small; 
}
.DateTime, .wSubject, .wTitle, .wAuthor { 
	font-family: "Comic Sans MS", sans-serif; 
	font-size: x-small; 
}
.margin0 {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

/* 
When transparency in .png files is widely supported, 
.translucent will provide a translucent overlay. 
Until then, use customized image slices.
*/
.translucent {
	background-image: url(../images/translucent.png);
	background-repeat: repeat;
}


.to-do { background-color: #ccd9ff; }
.proof { background-color: #d9ccff; }

.tiny { font-size: x-small; }

table.tAudio	{ width: 100.00%; margin: 0.125in auto; }
td.Title			{ width: 25.00%; padding: auto 3pt; }
td.Author		{ width: 25.00%; padding: auto 3pt; }
td.Kind			{ width: 20.00%; padding: auto 3pt; }
td.Type			{ width: 10.00%; padding: auto 3pt; }
td.Time			{ width: 10.00%; padding: auto 3pt; text-align: right; }
td.Size			{ width: 10.00%; padding: auto 3pt; text-align: right; }


/* statcounter-codey.css */

.statcounter, div.statcounter, a.statcounter, img.statcounter {
	background: transparent;
	color: maroon;
	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; 
}

/* 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%; }

/* 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: 6.0in; 
		margin: 0.25in 0.5in; 
	}
} /* // @media screen */
