@charset "utf-8";
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 2;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;	
}


/*not sure wehther we need all these set to zero to have no para space before and after*/
p {	margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
padding-left: 100px;
padding-right:100px;
}
/*for numbers*/
.nonlining {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/*for justified poem title*/
.spacing {
padding-right:100px;
font-size:120%;
letter-spacing:-.0.5em;
word-spacing:-.2em;
}

/*for fist line indent*/
.indent {
	text-indent: 2em;
	margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
padding-left: 100px;
}

/*banner link style*/
div#header a:link {
border: 1px solid #fff;
padding: 0;
} 
div#header a:visited {
border: 1px solid #fff;
padding: 0;
}

div#header a:hover {
border: 1px solid #f60;
padding: 0;
}

/*for contents page*/
.contents {
	line-height:175%;
padding-right:0;
padding-left:100px;

	}
.contents a:link {	
border-bottom: dotted #999 1px;
	padding-bottom:0.02em;
}

.contents a:visited {	
border-bottom: dotted #999 1px;
	padding-bottom:0.02em;
}
.contents a:hover {	
border-bottom: dotted #FFF 1px;
	padding-bottom:0.02em;
}

.centered {
text-align: center;
}

/*copyright note*/
.cr { 
font-weight:lighter;
text-align:right;
font-size:x-small;
line-height:150%;

}

/*authors names	*/
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:lighter;
	Padding-top:50px;
	padding-left:100px;
	color:#666;
	font-size: x-large;
	letter-spacing: 0.1em;
}

/*titles of works*/
h2 {
	font-size: 125%;
	letter-spacing: 0.1em;
	padding-left: 100px;
	padding-top:25px;
	color: #000;
	font-weight: bolder;
	}
	

/*contents headings*/
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:lighter;
	padding-left:100px;
	padding-top:0px;
	margin-bottom:5px;
	color: #000;
	font-size: large;
	letter-spacing: 0.1em;
}
/*page nos*/
h4 {font-family: Verdana, Geneva, sans-serif;
font-size:medium;
font-weight: normal;
padding-left:100px;
line-height:50%;
}

.activepiece {color:#F30;
font-family: Verdana, Geneva, sans-serif;
/*font-size:x-small;*/
}


h5 {font-family: Verdana, Geneva, sans-serif;
font-weight:lighter;
	padding-left:100px;
	padding-top:10px;
	
	margin-bottom:2px;
color: #999;
font-size: large;
letter-spacing: 0.1em;

}

h6 {font-family: "Georgia", Times New Roman, Times, serif;
font-size: 125%;
	letter-spacing: 0.1em;
	padding-left: 100px;
	padding-top:25px;
	color: #666;
	font-weight: lighter;
}
/*page 1 of 2 text*/
.pg{ text-align:right;
font-size:small;
padding: 0px 100px;
line-height:90%;

}

#header a:hover {
border: 1px solid #0F0;
}

#navcontainer {
	text-align: center;
	width:760px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul#navigation {

	width: auto;
	margin: 0;
	padding: 0;

}
a.highlighted {
	color: #F60!IMPORTANT;
	border:dotted #CCC 1px;
	text-decoration:none;
	padding:0.2em 0em;
		}

/*navigation link styles*/
ul#navigation li {
	display: inline;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.1em;

			}

ul#navigation li a {
text-decoration : none;
padding:0.2em 0em;
}

ul#navigation li a:link {
color: #000;
		}

ul#navigation li a:active {
color: #F60;
}

ul#navigation li a:hover {
		color: #F90;
		border-bottom:dotted #CCC 1px;
		}

/*Link styles for main content*/
a:link {
	color: #333;
	text-decoration: none;
	padding-bottom: 0px;
	}
a:active {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom:dotted #999 1px;
	padding-bottom:0.2em;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
}

.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 110px;
	padding-left: 110px;
	float: none;
}

.oneColFixCtrHdr #header {
	background: white;
	width: 760px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px none #FFF;
	clear: both;
		
}

/*div#header a:link, div#header a:visited, */





.oneColFixCtrHdr #mainContent {
	background: #FFF;
	width: 760px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: none;
	clear: both;
	height: auto;
}
.oneColFixCtrHdr #footer {
	background:#FFF;
	width: 760px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #nav{
	width: 760px;
	height: auto;
	float: none;
	clear: both;
		
}
#nextpage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	width: 760px;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#footertext {
	
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-align: right;
}
#poetryleft {
	text-align: left;
	float: left;
	width: 380px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#poetryleft a:link {

}


#aboutnames {
	float: left;
	width: 380px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 95%;
}
#spacing {
	width: 620px;
	text-align: justify;
	line-height: 1.5;
}

