/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.org/";
Path:	"iamwhoiam/";
File:	"iamwhoiam-styles.css";
Date:	"2007-09-03";
===== */

/* Font Definitions */

@font-face {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	panose-1: 2 11 5 2 2 1 4 2 2 3;
}
/*
@font-face {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	panose-1: 0 0 0 0 0 0 0 0 0 0;
}
*/

/* Color Definitions ~ Pseudocode */
/* (+) CSS3 Colors */
/*
@_color-list "iamwhoiam:colors" {
	// #000000	"color-name";
	// white;
	// black;
	// red;
	// blue;
	// navy;
	// #1e90ff	"dodgerblue";
	#aa00ff	"hover-purple";
	#e00000	"red-k12";
	#ffe000	"golden-yellow";
} // @_color-list;
*/

/* Style Definitions */

body {
	background-image: url(../we%27re-working-on-it/images/organs-se-from-back-yard-bkgd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e7dfd2;
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent;
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}

p.pFirst { margin-top: 3.0em; }
dt { font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #660000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
h1 {
	font-size: xx-large;
	font-style: normal;
	text-align: center;
}
h2 { font-size: x-large; }
h3 {
	font-size: large;
	text-align: center;
	font-style:normal;
	color: 660000;
}
h4 { font-size: medium; }
h5 {
	font-size: 1.0em;
}
h6 { font-size: x-small; }
.separator, h3.separator { 
	border-top: 3pt solid dodgerblue;
	background: transparent;
	color: dodgerblue;
	margin: 1.0em auto;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

table {
	border-collapse: collapse;
	text-align: center;
}
td, th {
	background: transparent;
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	vertical-align: top;
}

a { background: transparent; color: black; text-decoration: none; }
a[href] { text-decoration: underline; }
a:link {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}
a:visited { background: transparent; color: blue; text-decoration: underline; }
a:active, 
a:hover {
	background: transparent;
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
img, a img, img a { border: none; }

.menu, ol.menu, ul.menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style: none;
	margin:  0.0em;
	padding: 0.0em;
}
.menu li, ol.menu li, ul.menu li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 0.75pt solid #333333;
	background-color: #e7dfd2;
	color: black;
	text-align: left;
	clear:both;
}
ol.horizontal, ul.horizontal {
	display: block;
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
	color: #000000;
}
ol.horizontal li, ul.horizontal li {
	display: inline;
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
	color: #000000;
	font-size: 0.85em;
}
ul.horizontal a[href] {
	text-decoration: underline;
	font-size: 1.1em;
}

ul.horizontal a:link {
	background: transparent;
	color: #0000ff; 
	text-decoration: underline; 
}
ul.horizontal a:visited {
	background: transparent;
	color: #660066; 
	text-decoration: underline; 
}
ul.horizontal a:active, ul.horizontal a:hover {
	background: transparent;
	color: #ea0000; 
	text-decoration: underline; 
}

.flag { 
	background: transparent; 
	color: dodgerblue;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	padding: 0pt 3pt; 
}
.flag a, a.flag { padding: 0pt 3pt; }

.notes, ol.notes, ul.notes { 
	font-size: medium; 
	border-top: 0.75pt solid dodgerblue; 
} 
.notes li, li.notes, ol.notes li, ul.notes li { 
	font-size: medium; 
}

.wDateTime { width: 20.0%; font-size: x-small; }
.wSubject { width: 20.0%; }
.wTitle { width: 20.0%; }
.wAuthor { width: 20.0%; }
.wComments { width: 20.0%; }
.copyright {
	font-size: small;
	margin: 0pt auto;
	text-align: center;
}
.prior-home-next {
	font-size: medium;
	margin: 0pt auto;
	text-align: center;
}

.tocTitle { font-size: medium; font-weight: bold; }
.tocBlurb { font-size: medium; }
.tocPoetry {
	font-size: 1.2em;
	list-style: none;
	/*	disc outside url(images/dot-chill.png); */
	text-indent:   0em;
	margin-left:   1em;
	padding-left:  0em;
	text-align: center;
}
li.chill {
	list-style: disc outside url(../we%27re-working-on-it/images/dot-chill.png);
	text-align: center;
}
li.cool {
	list-style: disc outside url(../we%27re-working-on-it/images/dot-gold.png);
	text-align: center;
}
li.gold {
	list-style: disc outside url(../we%27re-working-on-it/images/dot-new.png);
}
li.warm {
	list-style: disc outside url(../we%27re-working-on-it/images/dot-warm.png);
}
li.newest {
	list-style: disc outside url(../we%27re-working-on-it/images/oval-new.png);
	text-align: center;
}
li.nada {
	list-style: none;
	text-align: center;
}

.backdrop {
	background-color: transparent;
	background-image: none; /* image provided on the page itself */ 
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat;
	color: black;
}

.list0 {
	list-style: none;
	margin-left:  0.0em;
	padding-left: 0.0em;
}
.margin0 {
	margin-top: 0;
	margin-bottom: 0;
}
.poem, ol.poem, ul.poem { 
	background: transparent;
	color: black;
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.hVerse {
	background: transparent;
	color: dodgerblue;
}
.verse, ol.verse, ul.verse { 
	background: transparent;
	color: dodgerblue;
	list-style: none; 
	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; }

/* Audio Info Block Styles */

.AudioInfo { 
	border-top: 1px solid dodgerblue;
	border-bottom: 1px solid dodgerblue;
	background: transparent; color: black;
	font-weight: normal; font-style: italic; 
	width: 4.0in;
	margin: 0.25in auto;
	padding: 6pt 0pt;
}
.AudioInfo span, .AudioInfo li, 
.AudioInfo td, .AudioInfo th { 
	font-style: italic;
	vertical-align: baseline; 
}

.Label { 
	font-size: x-small; 
	font-weight: normal; 
	text-align: right; 
}
.Track { 
	font-size: small; 
	font-weight: normal; 
	text-align: right; 
}
.Audio { 
	font-size: small; 
	font-weight: normal; 
}
#left-aligned {
	font-size: 1.1em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.Title { 
	font-size: small; 
	font-weight: bold; 
}
.Author, .Narrator, .Artist { 
	font-size: small; 
	font-weight: normal; 
}
.Disc, .Kind, .Type, { 
	font-size: small; 
	font-weight: normal; 
}
.Date, .Time, .Size, { 
	font-size: small; 
	font-weight: normal; 
	text-align: right; 
}

/* Page Header/Footer */

.pageRunner, div.pageRunner, table.pageRunner
div.pageRunner span, table.pageRunner td, table.pageRunner th {
	margin: 1.0em auto; 
	font-size: small;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* Column Definitions */

#masthead, .masthead { width: 100.00%; margin-bottom: 0.25in; }
.mastheadColLeft     { width:  15.00%; padding: 0pt 3pt; }
.mastheadColMiddle   {
	width:  60.00%;
	padding: 0pt 3pt;
	text-align: center;
}
.mastheadColRight    {
	width:  25.00%;
	padding: 0pt 3pt;
	text-align: center;
}

.colx1 {
	width:  25%;
	padding: 0pt 3pt;
	text-align: center;
}
.colx2 { width:  40.00%; padding: 0pt 3pt; }
.colx3 { width:  60.00%; padding: 0pt 3pt; }
.colx4 { width:  80.00%; padding: 0pt 3pt; }
.colx5 { width: 100.00%; padding: 0pt 3pt; }

.colq1 {
	width:  25.00%;
	padding: 0pt 3pt;
	text-align: center;
}
.colq2 { width:  50.00%; padding: 0pt 3pt; }
.colq3 { width:  75.00%; padding: 0pt 3pt; margin: auto;}
.colq4 {
	width: 100.00%;
	padding: 0pt 3pt;
	text-align: center;
	color:#633;
}
.cot1 { width:  33.33%; padding: 0pt 3pt; }
.colt2 { width:  66.67%; padding: 0pt 3pt; }
.colt3 { width: 100.00%; padding: 0pt 3pt; }

/* Page Definitions */

@page .center-text  {
	text-align: center;
	font-size: 1.0em;
}
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 */
.chapter-title {
	font: bold 36px Tahoma, Geneva, sans-serif;
	color: #235609;
}
.byline {
	font: bold 1.4em Tahoma, Geneva, sans-serif;
	color: #235609;
	text-align: center;
}
