/* =====
Designer:	"BenWBlue";
Site:	"http://www.codeysworld.com/";
Path:	"graeme/";
File:	"graeme-01.css";
Date:	"2006-08-21" ~ date created; // on or before 2006-08-21 ;
Date: "2009-11-09" ~ date modified; // added a.external
===== */

/* ----- For Reference - NOT CSS3 - Pseudocode ----- */
/*

@_image-list "my-images" {
	_image: url(../images/foo.png);
} // @_image-list "my-images";

@_color-list "palette01" {
	#000000	"css3:black";
	#ffffff	"css3:white";

	#f0f8ff	"css3:AliceBlue";	
		// rgb( 240, 248, 255 ); 
		// hsv( 208°,   6%, 100% );

	#0095b6	"wiki-rgb:BondiBlue";
		// rgb(   0, 149, 182 );
		// hsv( 191°, 100%,  71% );

	#F0DC82	"wiki-rgb:Buff";
		// rgb( 240, 220, 130 );
		// hsv(  49°,  46%,  94% );

} // @_color-list "palette01"; 

*/
/* ----- End Reference - NOT CSS3 - Pseudocode ----- */


/* Style Definitions */
body { 
	background-attachment: scroll;
	background-color: white; 
	background-image: url('images/Uluru_Panorama_H_Edge.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	color: black; 
}
p, blockquote, ol, ul, li, table, tr, td, th {
	font-size: medium; 
	font-family: "Cambria", "Times New Roman", "Times", serif;
}
p { 
	margin: 1.0em 0.0em 0.0em 0.0em; /* top right bottom left */
	/* text-indent: 3.0em; */
}
p.pFirst {
	margin-top: 3.0em;
}
.qTyped, blockquote.qTyped, blockquote.qTyped p, p.qTyped {
	font-size: small; 
	font-family: "Consolas", "Courier New", "Courier", 
		"Lucida Mono", "Monaco", monospace;
}
.qHand, blockquote.qHand, blockquote.qHand p, p.qHand {
	font-size: small; 
	font-family: "Comic Sans MS", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 12pt 0pt;
	page-break-after: avoid;
	background: transparent;
	color: black;
	font-family: "Calibri", "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-align: center;
}
.separator { 
	font-size: x-large;
	font-weight: bold;
	text-align: center;
} 

table { border-collapse: collapse; }
td, th { background: transparent; color: black; vertical-align: top; }

a:link { background: transparent; color: blue; }
a:visited { background: transparent; color: purple; }
a:active, a:hover { background: transparent; color: red; }
/* .here, a.here { background: #f0dc82; } */
.internal, a.internal { 
	padding-right: 24px;
	background-color: transparent; 
	background-image: url(theme/internal.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.external, a.external { 
	padding-right: 24px;
	background-color: none; /* #f0dc82; */
	background-image: url(theme/external.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.trail, div.trail, table.trail { 
	border-top: 1pt solid purple; 
	border-bottom: 1pt solid purple;
	background-color: transparent;
	color: black;
	font-family: "Calibri", "Verdana", "Arial", "Helvetica", sans-serif;
	margin: 0.25in auto;
	padding: 3pt;
}
table.trail td, table.trail th { 
	background-color: transparent;
	color: black;
	font-family: "Calibri", "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	/* font-size: x-large; */
 	padding: 3pt;
	text-align: center;
}

.noteBefore { 
	border-top:    1pt solid black; 
	border-bottom: 1pt solid black; 
	padding-top:    9pt; 
	padding-bottom: 9pt; 
	margin: 36pt 10% 9pt 10%;
	text-align: center;
	font-family: "Cambria", "Times New Roman", "Times", serif;
	font-weight: normal;
	font-style: normal;
}
.endnote { 
	border-top: 1pt solid black; 
	padding-top: 9pt; 
	margin: 36pt 10% 9pt 10%;
	text-align: center;
	font-family: "Cambria", "Times New Roman", "Times", serif;
	font-weight: normal;
	font-style: normal;
}

.flag { 
	border: 0.25pt solid #f0f8ff; 
	background: #f0f8ff; 
	color: #0095b6;
	font-family: "Comic Sans MS", sans-serif; 
	font-size: 75%; /* 9pt; // between small and x-small; */
	font-weight: bold;
	padding: 0pt 3pt; 
}
.flag a, a.flag { padding: 0pt 3pt; }
p.flag {
	text-align: center;
	margin: 0pt auto;
	width: 1.0in;
}

.margin0 { 
	margin-top: 0;
	margin-bottom: 0;
}
.list0, ol.list0, ul.list0 {
	list-style: none; 
	margin-left: 0;
	padding-left: 0;
}
.imageCenter {
	margin: 1.0em auto;
	text-align: center;
	font-family: "Cambria", "Times New Roman", "Times", serif;
	font-weight: normal;
	font-style: italic;
}
.backdrop { 
	background-color: transparent;
	background-image: none; /* image is set locally; */
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	color: black;
}

.poem, ol.poem, ul.poem { 
	background: transparent;
	color: black;
	list-style: none; 
	margin-left: 0; 
	padding-left: 0; 
}
.poemCenter, ol.poemCenter, ul.poemCenter { 
	background: transparent;
	color: black;
	list-style: none; 
	margin-left: 0; 
	padding-left: 0; 
	text-align: center;
}

#masthead h1, #masthead h2, #masthead h3, 
#masthead h4, #masthead h5, #masthead h6 {
	margin-top: 0;
	margin-bottom: 0;
}
#toc li, #toc a { 
	/* font-size: x-large; */
}


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


/* Column Definitions */

.colx1 { width:  33.33%; }
.colx2 { width:  66.67%; }
.colx3 { width: 100.00%; }

.colq1 { width:  25.00%; }
.colq2 { width:  50.00%; }
.colq3 { width:  75.00%; }
.colq4 { 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 */


