/* css logophile v1.01 */

/* standard elements */
body { 
/*	font: 12pt/20pt georgia, serif; */
	font: 12pt/20pt georgia, serif; 
	color: #333333; 			/*color: #555753; */
	margin: .2in 90px 0px .5px;
}


h1 { 
	color: black;				/*	color: #7D775C;	*/
	background: white url(../greyowl.gif) no-repeat  left; 
	font:  normal 20pt georgia; 
	margin-top: 0in;
	text-align: right;
	letter-spacing: 1px; 
	padding-top: 1in; 
}

h2 {
	color: black;
}

h3 { 
	color: black;
	font: bold 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 	
}

h3.with-top-margin {
	padding-top: 5em
}

p { 
	margin-top: 5px;
	text-align: justify;
}

	
p.text {
		line-height: 25px;
		margin-top: 8px;
		text-align:justify;
}

p.tagline { 
	color: black;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	font-style: italic; 
}

p.dialogue {
	margin-left: 2em;
}

p.stage_direction, p.song {
	margin-left: 4em;
	font-style: italic;
	padding-top: 5px;
}

	
blockquote {
	font: 12pt/20pt georgia;
}
	
acronym, abbr {
	font-size: smaller;
}
	
a:link, a.normal { 
	font-weight: bold; 
	text-decoration: none; 
	color: rgb(24, 0, 169); 
}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
}

a:hover, a:active { 
	text-decoration: underline; /*color: #9685BA;*/
}

/* specific divs */

#header { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: transparent url(../owl.gif) no-repeat  left; 
	margin-top: 0in;
	padding-top: 3in; 
}

#upperContent {
	margin-left: 90px; 
	padding-bottom: .1em;
	background: url(../column-top.png) white no-repeat top right;
}

#lowerContent {
	margin-left: 90px;
	padding-top: .1em; 	
	padding-bottom: .1em; 
	background: url(../column-middle.png) white repeat-y top right;
}

#columnOne {
	float: left;
 	padding-top: 2em;
	width: 49%;
}

#columnTwo {
	float: right;
	background: url(../column-middle.png) white repeat-y top right;
	padding-top: 2em;
	padding-bottom: 4em;
	width: 49%;
}

#verseB {
	padding-top: 20px;
	margin-left: 90px;
	font-size: smaller; 
}

#verseC {
	padding-top: 20px;
	margin-left: 180px;
	font-size: smaller; 
}

#footer {
	font-size: 10pt; 
	padding-top: 5em;
	text-align: center;
	clear: both;
	background: url(../column-bottom.png) white no-repeat bottom right;
}
