
/* This is py.css
   it is based on buchan.css Prepared by Keith W Bell, keith@campanile.org
   Based on the classes defined in gutberghtm.css
   For use with the works of Paramhansa Yogananda in the Project Gutenberg Etexts

   For maximum accessibility, font sizes in this style sheet are specified
   only in percentage terms (with the book's body text appearing at 100%,
   i.e. the user's default size). No size is specified for the title page
   and chapter number, chapter title etc. classes as appropriate structural
   markup should be applied as follows:

   H1 - for the book title
   H2 - for chapter numbers and appendix numbers
   H3 - for chapter titles, appendix titles, and glossary, bibliography and
        index headings
   */


/* modifications to HTML tags*/

a:link { color: black }

a:visited { color: navy }

body {
   background-color: #FFE;
   }

img {
   border: none
   }

img.bordered {
   border: 1px solid #000;
   }

p.left {
   text-align: left;
   }

p.right {
   text-align: right;
   }

sup {
   font-weight:  bold;
   }

table.white {
   background-color: #ffffff;
   }


/* All of the following are not usually displayed */

.gutblurb {
   display: none;
   }


.endgutblurb {
   display: none;
   }


.revhist {
   display: none;
   }


.comment {
   display: none;
   }


.endmarkup {
   display: none;
   }


.footnote {
   display: none;
   }


/* The misc class needs to stand out! */

.misc {
   color: #FF0000
   }


/* The default display for the book.
   Remember margins will be added on to these default margins.
   */

.book {
   color: #0000A0;
   font: 100%/150% Georgia, Times New Roman, Times, serif;
   display: block;
   margin-left: 5%;
   margin-right: 5%;
   }


/* Classes used in the front matter of the book */


.frontmatter {
   font-size: 90%;
   }


.half-title {
   display: block;
   color: #0267D7;
   text-align: center;
   font-style: italic;
   margin-top: 100px;
   }


.titlepage {
   display: block;
   color: #0000A0;
   text-align: center;
   margin-top: 100px;
   }


.author {
   color:#0267D7;
   font-size:150%;
   text-align:center;
   margin-top: 50px;
   }


.copyright {
   color:#0267D7;
   text-align: center;
   }


.dedication {
   color: #0267D7;
   text-align: center;
   margin-left: 10%;
   margin-right: 10%;
   margin-top: 100px;
   margin-bottom: 100px;
}


.epigraph {
   color: #0000A0;
   text-align: center;
   margin-left: 10%;
   margin-right: 10%;
   margin-top: 50px;
   margin-bottom: 50px;
}


.toc {
   border-top: solid medium navy;
   color: #0267D7;
   margin-left: 10%;
   margin-right: 10%;
   margin-top: 100px;
   }


.loi {
   border-top: solid medium navy;
   color: #0267D7;
   margin-top: 100px;
   margin-left: 10%;
   margin-right: 10%;
   }


.lot {
   border-top: solid medium navy;
   margin-left: 10%;
   margin-right: 10%;
   }


.lom {
   border-top: solid medium navy;
   margin-left: 10%;
   margin-right: 10%;
   }


.loa {
   border-top: solid medium navy;
   margin-left: 10%;
   margin-right: 10%;
   }


.foreword {
   /* Normal display */
   }


.preface {
   border-top: solid medium navy;
   /* Normal display */
   margin-top: 100px;
   margin-left: 5%;
   margin-right: 5%;
   }


.intro {
   /* Normal display */
   }


.frontmisc {
   color: #0000A0;
   margin-left: 10%;
   margin-right: 10%;
   }


/* The body of the book */


.bookbody {
   /* Normal display */
   display: block;
   margin-left: 5%;
   margin-right: 5%;
   }


.chapter {
   border-top: solid medium navy;
   display: block;
   margin-top: 100px;
   }


.chapsummary {
   display: block;
   font-style: italic;
   margin-left: 10%;
   margin-right: 10%;
   }


.chapnumber {
   font: 100%/150% Times New Roman, Times, serif;
   display: block;
   color: #0267D7;
   text-align: left;
   }


.chaptitle {
   border-bottom: solid thin navy;
   display: block;
   color: #0000A0;
   text-align: left;
   font-style: italic;
   }


.bookfn {
   border-top: dotted thin navy;
   display: block;
   font-size: 70%;
   font-family: Verdana, sans-serif;
   margin-bottom: 200px;

   }


/* The sub sections */

.subsect1, .subsect2, .subsect3, .subsect4 {
   /* Normal display */
   }


.quote {
   font-size: 90%;
   margin-left: 10%;
   margin-right: 10%;
   text-align: left;
   font-family:Courier New, Courier, mono;
   }


.reference {
   font-style:italic;
   }


.epilogue {
   /* Normal display */
   }

/* graphics in the book */

.blockgraphic {
   display: block;
   margin-top: 25px;
   margin-bottom: 25px;
   margin-left: 5%;
   margin-right: 5%;
   font-family:arial,sans-serif;
   text-align:center;
  }

/* poems and verses in the book */

.verse {
   display: block;
   margin-left: 5%;
   margin-right: 5%;
   font-family:arial,sans-serif;
   text-align:left;
  }

.poem {
   display: block;
   margin-left: 5%;
   margin-right: 5%;
   font-family:arial,sans-serif;
   text-align:left;
   white-space: pre;
  }


.poemtitle{
   display: block;
   text-align:left;
   font-style: italic;
   font-family:arial,sans-serif;
   margin-left: 5%;
   margin-right: 5%;
  }

/* The backmatter of the book */


.backmatter {
   /* Normal display */
   }


.appendix {
   /* Normal display */
   }


.appnumber {
   display: block;
   color: #C00;
   text-align: center;
   }


.apptitle {
   display: block;
   color: #800;
   text-align:center;
   }


.glossary {
   margin-left: 10%;
   margin-right: 10%;
   }


.biblio {
   margin-left: 10%;
   margin-right: 10%;
   }


.index {
   margin-left: 10%;
   margin-right: 10%;
   }


.colophon {
   /* Normal display */
   }


/* Miscellaneous classes for use in any part of the book */



