

/* *********************
 *
 * Link styles
 * 
 * *********************
 */
 
a:link {
  color: #069;
}

a:visited {
  color: #409;
}

a:hover {
  color: #ffa500;  /* "orange" */
}

a:active {
  color: #b22222;  /* "firebrick" */
}

.quietlink {
  text-decoration: none;
}


/* *********************
 *
 * General styles
 * 
 * *********************
 */
 
body {

  font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, 
    Times Roman, Lucida Sans, Arial, sans-serif;
    
  /* Other fonts:
   * Book Antiqua, Georgia, KellsFLF Regular
   */

  color: #411;
  background-color: white;
  margin: 10px;
}

div.content {
  margin: 0 10px;
}

.title {
  color: #daa520;  /* "goldenrod" */
}

.sectionhead {
  color: #a52a2a;  /* "brown" */
}

.subhead {
  /*  color: #d2691e;   "chocolate" */
  /*  color: #823D0A;               */
  color: #B14E05;
  font-weight: bold;
}

p.header {
  color: #a9a9a9   /* "darkgray" : actually lighter than "gray" = #808080 */
}


/* *********************
 *
 * TOC styles
 * 
 * *********************
 */

 .toc_1 {
   font-size: 120%;
   margin-top: .75em;
   margin-bottom: .5em;
 }
 .toc_2 {
   font-size: 100%;
   margin-left: 2em;
   margin-top: .25em;
   margin-bottom: 0;
 }
 .toc_3 {
   font-size: 90%;
   margin-left: 4em;
   margin-top: 0;
   margin-bottom: 0;
 }
 
 
/* *********************
 *
 * Special styles
 * 
 * *********************
 */
 

/* Applied to items in title (main) page table
 */
 
.titleinfo {
  color: #411;
}


/* Applied to inset material (increased left and right margins)
 */
 
.inset {
  margin-left: 3em;
  margin-right: 3em;
}


/* Lyrics (close-set, and two levels of indentation)
 */
 
.lyric {
  margin: .5em 3em .5em 3em;
}

.lyric2 {
  margin: .5em 3em .5em 6em;
}


/* Bylines
 */
 
.Byline {
  font-style: italic;
  font-size: 90%;
}


/* Update notes in the updates section
 */

.Update {
  font-style: italic;
  font-size: 90%;
  color: #777;
  margin-bottom: 2em;
}


/* Names of congregations in individual cong pages in Part2 
 */
 
.CongregationHead {
}


/* classes in links in the individual state tocs 
 */
 
.city {
  margin: 4px 0 0 2em;
}
.cong {
  margin: 0 0 4px 4em;
}


/* classes in tables listing dates
 * (see Hepokoski essay and Cedar Falls history 
 */
 
td.work {
  vertical-align: top;
}
td.subject {
  vertical-align: top;
  white-space: nowrap;
}
td.date {
  vertical-align: top;
  white-space: nowrap;
}


/* <li> items in bibliography lists (space added between items)
 */

.biblio {
  margin-bottom: .5em;
}



/* *********************
 *
 * Navbar styles
 *
 * (Note: inverse nav bar used only in toc.html.)
 * (The inverse navbar is defined there.)
 * (Don't use a separate style, as the navbars are auto-generated.)
 * 
 * *********************
 */
 
div.navbar {
  background-color: #fef6e5;
  border-color: #fef6e5;
  border-width: 2px;
  border-style: solid;
  padding: 5px; 
  margin: 0;
}
 
p.navbar {
  background-color: #fef6e5;
  border-color: #fef6e5;
  border-width: 2px;
  border-style: solid;
  padding: 5px;
  width: 100%;
}

td.navbar {
  background-color: #fef6e5;
}


/* applied to "links" in navbar to the current page 
 */
 
.inactivelink {
  color: #cdb79e;  /* "bisque3" */
}


/* *********************
 *
 * Toc page styles (for Brief Toc)
 *
 * *********************
 */
 
body.frametoc {
  background-color: #fef6e5;
}

body.toc {
  background-color: #fef6e5;
}

p.tocbanner {
/*  font-family: Arial, sans-serif; */
  font-size:  120%;
  font-weight: bold;
  color: #a52a2a;
}


