/* Stylesheet palepage.css for Umbrella Issue
modified November 21 06 
 */

body {
	background-color: #EEEFEF;
	background-image: url('../images/brellaboss2.gif');
	background-position: top left;
	background-repeat: repeat-y;
    margin: 15px; 
	font: 90% georgia, 'times new roman', serif;
	color: #300353;
	line-height: 135%;
}

/* SMALL tag */
small {  
font-size: 75%;
}

/* "smaller" class */
.smaller {
font-size: 75%
}

/* BIG tag */
big {
font-size: 120%; 
line-height: 130%;
}

TD.smaller {
font-size: 75%
}

/* Base settings for P, TD, LI tags */
p,td,li {
text-align: justify;
font-size: 1em;
margin-top: 0.7em;
margin-bottom: 0.5em;
}

/* HR tag */
hr {
color: #630;
height: 1px;
}

/* For close-spaced list items */
li {
margin-bottom: 0.2em
}

/*Not used in current Poetry Page or Prose Page template */ 
h1 {
	font-size: 180%;
	margin: 0px; margin-bottom: 0.5em;
	color: #632;
	font-weight: normal;
	padding-bottom:0.4em;
	border-bottom: 1px solid #632;
	letter-spacing: +1px
}

/*Not used in current Poetry Page or Prose Page template */ 
h2 {
	font-size: 135%;
	color: #632;
	margin: 0; margin-bottom: 0em;
	padding-bottom: 0.0em;
	border-bottom: 1px solid #632;
	font-weight: normal;
	font-style: normal;
	/* letter-spacing: 1px; */
}

/* Poetry title */ 
h3 {
	font-size: 110%;
	color: #300353;
	line-height:1.1em;
	padding-top: 0;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #B86;
	margin-top: 16px;
	margin-bottom: 1.5em;
	
}


/* Prose Page: main title at top of page */ 
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	margin: 0; 
	margin-bottom: 0.3em;
	padding: 0; padding-top: 2px;
}


/* Prose Section title: "Featured Writer", "This Old Book", etc */ 
h5 {
font-family: verdana, sans-serif;
font-size: 135%;
font-weight: normal;
line-height: 130%;
color: #AAA;
text-align: right;
margin: 0; padding: 0;
padding-right: 10px;
margin-bottom: 1.5em;
}

/* Used for links if left menus activated */ 
h6 {
 font-size: 11px;
 line-height:1.4em;
 margin: 0; padding: 0;
 padding-top: 4px;
 margin-bottom: 1px;
 font-weight: normal;
}

p.dropcap:first-letter {
font-weight: normal;
font-size: 3.3em;
color: #666;
float: left;
padding-top: 0px; padding-right: 3px;
line-height: 83%;
}


/* Prose Page subtitle (below main title)*/ 
#subtitle {
font-size: 100%;
	font-weight: normal;
	color: #444;
	margin: 0; 
	margin-bottom: 0.5em;
	padding: 0;

}

/* Prose byline name */
#byline {
font-size: 90%;
font-weight: bold;
font-style: italic;
color: #000;
margin: 0; 
margin-bottom: 1.7em;
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
letter-spacing: 1px;
}


/* Poem epigraph (use class="epigraph" in span or p tag) */ 
.epigraph {
display: block; 
font-size: 70%;
line-height: 1.3em;
font-weight: normal;
padding-bottom: 0.0em;
padding-top:0.5em;
}

/* Epigraph done as para */ 
p.epigraph {
font-size: 75%;
line-height: 1.3em;
font-weight: normal;
padding-bottom: 0.7em;
padding-top: 0.5em;
}


/* Poem endnote (use <p class="endnote"> */ 
.endnote {
font-size: 75%;
line-height: 1.3em;
margin-top: 2.6em;
margin-bottom: 1.0em;
padding-top: 0.3em;
}


/* Poet bio text */ 
#bio {
width: 95%;
text-align: right; 
padding: 10px;
margin-top: 1em;
font: 10px/1.3 verdana, sans-serif; 
/* color:#753;*/ 
color:#000;
margin-bottom: 1em;
}

/* Para within poet bio */
#bio P {
text-align: right; 
padding: 0px;
color: #000;
margin-bottom: 0.6em;
}

/* Prose author bio text */ 
#prosebio {
    text-align: right; 
	padding: 0px;
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: 1px solid #555;
	font-size: 75%;
	line-height: 1.4em; 
	color:#444;
	margin-bottom: 1em;
	
}
/* Para within Prose author bio */ 
#prosebio P{
	text-align: right; 
	margin-bottom: 0.6em;
}

	
/* Prose author bio text 2 */ 
P.bio
{font-size: 75%
}	

/* Poetry quoted within prose 2 */ 
P.po
{font-size:8pt; font-weight:bold
}	

/* Poetry quoted within prose 2 */ 
P.popo
{font-size:8pt;
}	

/* Link in normal text*/ 
a:link {
color: #8C0E1A;
text-decoration: none;
}

/* Visited link in normal text*/ 
a:visited {
color: #AD1523;
text-decoration: none;
}

/* Hover link in normal text*/ 
a:hover {
color: #EC4E2E;
text-decoration: none;
}

/* This block not currently used while left menus are turned off */ 

			#left_menu {
			text-align: left;
			margin-left: 0; margin-right:1em;
			margin-top: 2.5em;
			}
			
			#left_menu h3 {
			font-size: 12px;
			margin-top: 1.5em;
			margin-bottom: 0.3em;
			padding-top: 0.3em;
			border: none;
			border-top: 1px solid #CA8;
			} 
			
			.menu {
			font: 11px;
			line-height: 1.5em;
			padding-top: 2px;
			}
			
			.selected {
			display: block; 
			background-image: url('../images/menu_umb_open.gif');
			background-position: 0px 4px;
			background-repeat: no-repeat; 
			font-weight: normal;
			padding-left: 16px;
			padding-top:3px; padding-bottom: 2px;
			
			}
			
			a.menu:link {
			 color: #052; text-decoration: none; 
			background-image: url('../images/menu_umb_closed.gif');
			background-position: 0px 4px;
			background-repeat: no-repeat; 
			padding-left: 16px;
			padding-top:3px; padding-bottom: 2px;
			line-height: 1.6em;
			
			}
			
			a.menu:visited {
			color: #496; text-decoration: none; 
			background-image: url('../images/menu_umb_closed.gif');
			background-position: 0px 4px;
			background-repeat: no-repeat; 
			padding-left: 16px;
			padding-top:3px; padding-bottom: 2px;
			}
			
			a.menu:hover{
			color: #FF9C4A; text-decoration: none; 
			background-image: url('../images/menu_umb_open.gif');
			background-position: 0px 4px;
			background-repeat: no-repeat; 
			font-weight: bold;
			padding-left:16px;
			letter-spacing: -1px; 
			padding-top:3px; padding-bottom: 2px;
			}
			
			
			a.pmenu:link {
			 color: #052; text-decoration: none; 
			
			background-image: url('../images/menu_umb_closed.gif');
			background-position: 0px 4px;
			background-repeat: no-repeat; 
			padding-left: 16px;
			padding-top:3px;
			}
			
			a.pmenu:visited {
			 color: #496; text-decoration: none; 
			background-image: url('../images/menu_umb_closed.gif');
			background-position: 0px 4px;
			background-repeat: no-repeat; 
			padding-left: 16px;
			padding-top:3px;
			}
			
			a.pmenu:hover{
			color: #FF9C4A; text-decoration: none; 
			padding-top:3px;
			background-image: url('../images/menu_umb_open.gif');
			background-position: 0px 4px;
			background-repeat: no-repeat; 
			font-weight: bold;
			padding-left: 16px;padding-top:3px;
			}
/* End of block not currently used while side menus turned off */


/* footer div */
#footer {
border-top: 1px solid #AE8673;  
margin-top: 0px;
padding-top: 1px; 
font: 9px/1.3 verdana, arial, sans-serif;
color: #AE8673;
text-align:center;
}

#footer P {
font: 9px/1.3 verdana, arial, sans-serif;
color: #AE8673;
text-align:center;
margin-top: 0px;
margin-bottom: 0.6em;
}

