/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.com/";
Path:	"lukas-n-tay/lifebonded/";
File:	"lifebonded-styles-01.css";
Date:	"2007-07-12";
===== */

/* ----- For Reference - NOT CSS2 - Pseudocode ----- */
/*

@_font-list "myFonts" {
	font-family: "Arial", "Helvetica", sans-serif;
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
	font-family: "Cambria", "Times New Roman", "Times", serif;
} // @_font-list "myFonts";

@_image-list "myImages" {
	_image: url(../images/foo.png);
} // @_image-list "myImages";

@_color-list "myColors" {
} // @_color-list "myColors"; 

*/
/* ----- End Reference - NOT CSS2 - Pseudocode ----- */

/* Style Definitions */

@font-face {
	font-family: "Cambria";
	panose-1: 2 4 5 3 5 4 6 3 2 4;
}

body {
	background-color: #e6ffcc; 
	background-image: none; /* each page sets its background-image */
	background-repeat: no-repeat;
	color: black; 
	font-family: "Arial", "Helvetica", sans-serif; 
	font-size: medium; 
	text-align: left;
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent; 
	color: black; 
	font-family: "Arial", "Helvetica", sans-serif; 
}
h1, h2, h3, h4, h5, h6 { 
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
}
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; }

table { border-collapse: collapse; }
td, th { background: transparent; color: black; vertical-align: top; }

a { background: transparent; color: black; text-decoration: none; }
a[href] { text-decoration: underline; }
a:link { background: transparent; color: green; text-decoration: underline; }
a:visited { background: transparent; color: purple; text-decoration: underline; }
a:active { background: transparent; color: red; text-decoration: underline; }
a:hover { background: transparent; color: red; text-decoration: underline; }

/* ----- Menu Styles for Navigation -- Tree / List / Table ----- */

.menu, .menu table, .menu td, .menu th {
	margin: 0pt;
	padding: 1pt 1pt;
	vertical-align: top;
	background-color: white;
	border: 1px solid #cc9933;
	color: black;
}
.menu ol, .menu ul, .menu li {
	list-style: none;
	margin: 0pt;
	padding: 1pt 1pt;
	vertical-align: top;
	background-color: white;
	border: 1px solid #cc9933;
	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: white; 
	color: black; 
}
.menu a[href] { text-decoration: underline; }
.menu a img, .menu img a { border: none; }
.menu a:link { 
	background-color: #fff2cc; 
	color: green; 
}
.menu a:visited { 
	background-color: #fff2cc; 
	color: purple; 
}
.menu a:active, .menu a:hover { 
	background-color: #cc0000; 
	color: white; 
}

.trail, div.trail, table.trail {
	border: 1px solid #cc9933;
	background: white;
	color: black;
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
	font-size: medium; /* 12pt; */
	margin: 0.25in 0.0in;
	padding: 3pt 6pt;
} 

.stub { background: transparent; color: #cc9933; }
.flag { 
	/* border: 0.25pt solid #cc9933; */
	background: transparent; 
	color: blue;
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
	font-size: 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 #cc9933; 
} 
.notes li, li.notes, ol.notes li, ul.notes li { 
	font-size: small; 
}

.margin0 {
	margin-top: 0;
	margin-bottom: 0;
}

.disclaimer {
	border-top: 3pt solid #cc9933;
	border-bottom: 3pt solid #cc9933;
	background: #f2ffe6; 
	color: black;
	font-family: "Arial", "Helvetica", sans-serif; 
	font-size: medium;
	margin: 0.5in 10%;
	padding: 6pt 6pt;
	text-align: center; 
}
.tocTable { width: 100%; }
.tocCell { width: 10%; }

.poem, ol.poem, ul.poem { 
	background: transparent;
	color: black;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.verse, ol.verse, ul.verse { 
	background: transparent;
	color: #cc9933;
	list-style: decimal; 
	margin-left: 0.5in; 
	padding: 0; 
}
.verse li, ol.verse li, ul.verse li { 
	background: transparent;
	color: black;
	list-style: none; 
	margin-left: -0.375in; 
	padding: 0; 
}
.stanzaIndent0 { text-indent: -0.25in; margin-left:  0.25in; }
.stanzaIndent1 { text-indent:  0.00in; margin-left:  0.25in; }

.quoteLyrics,    ol.quoteLyrics,    ul.quoteLyrics, 
.quoteLyrics li, ol.quoteLyrics li, ul.quoteLyrics li {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	font-style: italic; 
}
.quoteCite {
	text-align: center; 
	font-style: italic; 
	font-size: x-small; 
}

.glossary,    ol.glossary,    ul.glossary, 
.glossary li, ol.glossary li, ul.glossary li {
	font-family: "Cambria", "Times New Roman", "Times", serif;
}
.whack {
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
	font-size: xx-large;
	text-align: center;
	vertical-align: baseline;
}
.whisper {
	font-size: small;
}

.storyTable, .newsTable { width: 100.0%; }
.wDateTime, .wSubject, .wTitle, .wAuthor, .wComments { 
	font-family: "Arial", "Helvetica", sans-serif; 
}
.wDateTime { font-size: smaller; }
.wSubject {  }
.wTitle {  }
.wAuthor {  }
.wComments {  }

#masthead, div#masthead, table#masthead {
	background-image: none;
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
}
#masthead h1, #masthead h2, #masthead h3, 
#masthead h4, #masthead h5, #masthead h6 {
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
	font-style: italic;
}
#masthead td, div#masthead td, table#masthead td, 
#masthead th, div#masthead th, table#masthead th {
	font-family: "Comic Sans MS", "Arial", "Helvetica", sans-serif;
	text-align: center;
	vertical-align: baseline;
}

/* Column Definitions */

.colx3 { width: 100%; }
.colx2 { width:  67%; }
.colx1 { width:  33%; }

/* 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 */

