/* hedrington.org style sheet */

body {
	font-family: constantia, georgia, serif;
	font-size: 11pt;
	color: black;
	background-color: white;
	margin: 0;
	line-height: 140%;
}

h1, h2, h3, .head, .title, div#poemtitle {
	font-family: corbel, helvetica, sans-serif;
	font-style: normal;
}

div#page {
	width: 750px;
	margin: 0 0 1em 1em;
	position: relative;
	border-right: 1px solid #865;
	border-left: 1px solid #865;
	border-bottom: 1px solid #865;
}

div#page p, div#page h2, div#page h3 {
	padding-left: 18px;
	padding-right: 18px;
}

div#bannermain {
	margin-top: 1em;
	padding: 24px 0 24px 24px;
	color: #532;
	background-color: #fff8e8;
	border-top: 1px solid #865;
	border-bottom: 1px solid #865;
}

div#banner {
	margin-top: 1em;
	background-color: #fff8e8;
	color: #333;
	padding: 12px 0 12px 18px;
	border-top: 1px solid #643;
	border-bottom: 1px solid #643;
}

div#wh {
	font-size: 24px;
	font-weight: bold;
}

div#yy {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}

div#cp {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

div#banner a:link, #poemnav a:visited { 
	color: inherit;
	border-bottom: none;
}

div#banner a:hover, #poemnav a:active { 
	color: inherit;
	border-bottom: 1px dotted;
}

div#epigraph {
	margin: 6px 0 0 36px;
	width: 380px;
	overflow: hidden;
}

div#epigraph p.title {
	font-style: normal;
	margin-top: 6px;
	margin-bottom: 0.5em;
}

div#epigraph p.body {
	font-size: smaller;
	white-space: pre;
	line-height: 140%;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

div#epigraph p.sig {
	font-size: smaller;
	font-style: italic;
	margin-top: 0;
}

img#photo {
	/* note: photo is 305w 377h */
	position: absolute;
	top: 45px;
	right: 30px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

a {
	color: black;
	background-color: inherit;
	text-decoration: none;
}

a:link, a:visited { 
	border-bottom: 1px dotted gray;
}

a:hover, a:active { 
	border-bottom: 1px solid gray;
}

a.pages {
	color: #532;
}

a.pages:link, a.pages:visited { 
	border-bottom: 1px dotted #865;
}

a.pages:hover, a.pages:active { 
	border-bottom: 1px solid #865;
}

#toc a:link, #toc a:visited { 
	text-decoration: none;
	border-bottom: none;
}

#toc a:hover, #toc a:active { 
	text-decoration: underline;
	border-bottom: none;
}

/* 
**  styles for poem pages
**
**  structure:
**
**  div id="poem"
**    div id="poemtitle">
**    p (poem body)
**    div id="poemnav
*/

div#poem {
	margin-left: 0.5in;
	padding-top: 2em;	/* room for top nav bar */
}

div#poemtitle 
{
	font-size: large;
	padding-top: 0.4in;
	padding-bottom: 1em;
}

div#poem p, div#poem td {
	font-size: medium;
	line-height: 150%;
	white-space: pre;
}

div#poemnav {
	font-style: italic;
	font-size: smaller;
	/* padding: top right bottom left */
	padding: 0.4em 0.5in 0.4em 0.5in;
	background-color: #fff8e8;
	color: #643;
	text-transform: lowercase;
	border-bottom: 1px solid #865;
}

/*
**  The > selector hides this style from IE6,
**  which doesn't understand position: fixed.
*/
div#poem > div#poemnav {
	position: fixed;
	top: 0; bottom: auto; right: 0; left: 0;
}

div#poemnav a {
	color: inherit;
	background-color: inherit;
	margin-right: 2em;
}

div#poemnav a:link, #poemnav a:visited { 
	border-bottom: none;
}

div#poemnav a:hover, #poemnav a:active { 
	border-bottom: 1px dotted;
}

