/* <!--
 ***********************************************************
Modification History
Document created on 05/03/06
 ***********************************************************
[05/03/06]	[boB]	[Contains styles for all pages]
[05/18/06]	[boB]	[Updated to current version Base styles for all Olmag pages]
[5/23/06]	[boB]	[Updated with styles for the story pages]
[10/19/06]	[boB]	[Updated with additional styles and identified the sections]
[04/23/09]  [boB]  [ Added some additional styles ]
--> */
body {
	background-image: url("pgart/bg6.jpg");
	background-repeat:repeat;
	position:relative;
		}
a:link {text-decoration: none;background-color:inherit;}
a:visited {text-decoration: none;color: red;background-color:inherit;}
img {border:none;}
/* Skip links for accessibility  */
.skip {
	float:right;
	margin-bottom:2px;
	padding:0px;
	height:1px;
	}
.skip a:link {
	color:#f5ebd0;
	background-color:inherit;
	text-decoration:none;
	font-size:.1em;
	}
.skip a:visited {
	color:#f5ebd0;
	background-color:inherit;
	text-decoration:none;
	font-size:.1em;}
.skip a:hover {
	color:#f5ebd0;
	background-color:inherit;
	text-decoration:none;
	font-size:.1em;
	}
/* Main Page Elements */
div#logo h1{
	text-indent:-5000px;
	background:url(pgart/lib_logo7.gif);
	margin:0px;
	height:200px;
	width:466px;
	padding-bottom:10px;
	background-repeat:no-repeat;
	}
.main-table {
	width:100%;
	}
.tnl {
	position: absolute;
	width: 90px;
	top: 50px;
	left: 2%;
	z-index:2;
	}
.leather {
	width:15%;
	border:2px ridge #f8d877;
	background-image: url("pgart/spine2.jpg");
	background-repeat:repeat;
	position:relative;
	z-index:1;
	}
.content {
	padding-left:.3em;
	width:82%;
	}
.title-box {
	width:90%;
	margin:0px auto 8px auto;
	}
/* Heading Tags */
.story-title {
 	font-size: 160%;
 	font-weight: bold;
	margin:0px;
	}
.author {
 	font-style: italic;
 	font-size: 125%;
	text-align: right;
	margin:0px 0px 0px 0px;
	}
.intro-h4 {
	margin:0px;
	font-size:140%;
	}
.story-h4 {
	margin:0px;
	font-size:110%;
	}
.chapter-heading {
	font-size:125%;
	margin-top:15px;
	margin-bottom:8px;
	font-weight:normal;
	}
.copyright-search {
	text-align:center;
	margin: 15px auto 15px auto;
	}
/* Set up Picture box with caption */
.pic-box-right {
	border: 2px ridge #fdf5e6;
	background-color:#fbedd3;
	color:inherit;
	float:right;
	margin-left:5px;
	}
.pic-box-left {
	border: 2px ridge #fdf5e6;
	background-color:#fbedd3;
	color:inherit;
	float:left;
	margin-right:5px;
	}
.pic-box-center {
	border: 2px ridge #fdf5e6;
	background-color:#fbedd3;
	color:inherit;
	display:block;
	margin:auto;
	}
/* Must remember to declare width in the containing div for pic-box-center */
.pic {
	margin:5px 5px 2px 5px;
	}
/* Used when a picture is inserted in the middle of a paragraph-keeps the image centered */
.nested-pic {
	margin:5px 5px 2px -10px;
	}
.pic-caption {
	font-size:90%;
	text-align:center;
	margin:0px;
	line-height:1.1em;
	}
/* Layout */
.intro {
 	font-size: 85%;
 	width:85%;
	text-align: justify;
	margin:auto;
	}
.line2 {
	width:40%;
	margin: 15px auto 15px auto;
	clear:both;
	}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.story {
	width:97%;
	margin:auto;
	}
p {
  text-indent: 1.2em;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: justify;
  }
 .no-top {margin-top:0px;}
 .no-bottom {margin-bottom:0px;}
.cap {
  font-size: 175%;
  font-weight: bold;
  }
.drop-cap1 {
	display:block;
	font-size:250%;
	float:left;
	margin: -4px 3px -10px 0px;
	font-weight:bold;
	text-indent:.5em;
	}
.drop-cap2 {
	display:block;
	float:left;
	margin:-15px 3px -10px 0px;
	font-size:450%;
	font-weight:bold;
	}
/* Both Drop Caps should be used with the next declaration-it keeps the paragraph from indenting automatically, which affects the drop cap display */
.no-indent {
  text-indent:0em;
}
.chapter-number {
	text-align:center;
	font-size:150%;
	font-weight:bold;
	margin-top:20px;
	}
/* Set width for the next item in a style tag since it will vary within each story */
.paper-background {
	display:block;
	margin:10px auto;
	padding:5px;
	background-color:#fffafa;
	}
.margin {
  margin-left: 140px;
  }
.divider {
	width:30%;
	margin-left:0px;
	text-align:left;
	}
/* Bottom of the Page */
.discuss {
	text-align:center;
	font-size:80%;
	font-style:italic;
	margin-bottom:10px;
	}
.line {
	width:55%;
	margin: 10px auto 15px auto;
	clear:both;
	}
.linking-text {
	width:95%;
	font-size:95%;
	margin:10px auto 10px auto;
	}
.links {
	width:100%;
	margin:10px auto 5px auto;
	height:95px;
		}
.link1 {
	float:left;
	text-align:center;
	width:48%;
	}
.link2 {
	float:right;
	width:48%;
	text-align:center;
	}
.footer {
	margin-left: 0px;
	top: 35px;
	width: 60%;
	border: outset 2px;
	border-color: black;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	}
