 /* Add to all .css external files - resets brower default settings*/

  html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 
  padding: 0;
 
  margin: 0;
 
  font-size: 100%;
 
  font-weight: normal;

  }


  table { 
  border-collapse: collapse; 
  border-spacing: 0; 
  }


  td, th, caption { 
  font-weight: normal; 
  text-align: left; 
  }


  img, fieldset { 
  border: 0; 
  }


  ol { 
  padding-left: 1.4em; 
  list-style: decimal; 
  }


  ul {
  padding-left: 1.4em; 
  list-style: square; 
  }
 
  article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
  }

/* End of Reset Rules */

/* Body of web page ----------------------------------------------------------------------------------- */

  body {
  background-color: #ccc;
  }

  #forum2 {
  position: absolute;
  top: 0px;
  left: 30px;
  width: 900px; 
/*  height: 630px; */
  height:830px;   /* 1/13/18 */
  background-image: url(../images/bkgrnd.jpg);
  font-family: arial, sans-serif;
  border: 5px ridge #aaf;
  font-size: 1em;
  }

  #head {
  position: relative; 
  top: 0px;
  left: 0px;
  height: 85px;
  width: 900px;
  background-color: #99f;
  border-bottom: 1px solid black;
  }

  #head p.logos {
  position: absolute;
  top: 0px;
  left: -10px;
  padding: 2px;
  margin-left: 10px;
  background-color: #fff;
  border-right: 2px solid black;
  border-bottom: 3px solid black;
  border-top: 2px solid black;
  } 

/* Religious Icons across the top of the header  */
/* All icons are now in one .jpg file - 5-18-18 */

  #head  p.image4 {
  position: absolute;
  left: 100px;
  top: 0px;
  border: 1px solid black;
  }

/* SITE INDEX - Top of Page window */

  #fixed p.setup {
  position: absolute;
  top: 112px;
  left: 43px;
  padding: 7px 0 5px 0px;
  color: #630;
  font: bold .8em sans-serif;
  line-height: 1em;
  background-color: #f99;
  border: 2px solid black; 
  width: 186px;
  text-align: center;
  }

  #fixed p.setup span.li-top a {
  display: block;
  color: #000;
  font: bold 1em sans-serif;
  line-height: 1em;
  text-decoration: none;
  padding-top: 5px;
  text-align: center;
  }

/* Faith articles selection window authors & date  -----------------------------------------------------*/

  #fixed ul {
  position: absolute;       /* This positioning allowed the positioning of the "ul" within the "fixed" window */
  left: 43px;
  top: 155px;
  width: 176px;
  list-style-type: none;
  padding-left: 10px;
  padding-top: 6px;
  border: 2px solid black; 
  background-color: #fff;
  height: 575px;    /*  1/13/18 */
  overflow: auto;

 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccccff');    /*  for IE - works  */

  background-image: -moz-linear-gradient(270deg, #fff 0%, #ccf 100%); 
  background: -webkit-gradient(linear, left top,  left bottom,  from(#fff), to(#ccf));  
  background-image: linear-gradient(180deg, #fff 0%, #ccf 100%); 
  }

  #fixed ul.nav a {
  display: block;
  text-decoration: none;
  height: 1.3em;  
  color: #000;
  padding-bottom: 1.5em;
  font-weight: bold;
  font-size: .9em;
  }

/* End of Fixed window */

/* display "ARC Forum on Faith - 2014" below banner */

  #forum #archive-name {
  position: absolute;
  left: 208px;
  top: 87px;
  width: 300px;
  height: 20px;
  }

  #forum #archive-name p.archive-name2 {
  font-size: 1.1em;
  font-weight: bold;
  color: blue;
  }


/* Archive window ------Small box under site index ----------------------- */

  #archive ul {
  position: absolute;
  top: 745px;
/*  top: 565px; */
  left: 43px;
  width: 164px;
  height: 80px;
  border: 2px solid black;
  background-color: #f99;
  list-style-type: none;
  overflow: auto;  
  }

  #archive ul.archive-list a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size:  .9em;
  padding-left: 15px; 
  }

/* scrolling window ----------------------------------------------------------------------------------------- */
/* Removing the "background-color: #eef;" and the "border: 2px solid black;" below will display the text on the 
    fixed background image -- an interesting effect. */

  #letter {
  position: absolute;
  top: 112px;
  left: 240px; 
/*  height: 697px; */
  height: 700px;
  width: 660px;
  padding: 0 5px 15px 15px;
  background-color: #fff; 
  overflow: auto; 
  border: 2px solid black; 
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccccff');    /*  for IE - works  */

  background-image: -moz-linear-gradient(270deg, #fff 0%, #ccf 100%); 
  background: -webkit-gradient(linear, left top,  left bottom,  from(#fff), to(#ccf));  
  background-image: linear-gradient(180deg, #fff 0%, #ccf 100%);  
  }

/* This rule styles the text below all the forum on faith pictures- text color, backgbround color and border */

  #forum #letter p.castor span.pic-text {
  display: block;
  color: #640;
  border: 2px solid #640;
  background-color: #f99;
  }

/* Position picture */

/*  forum.htm with person picture -----------------------------------------------------------------------------------------  */

  #letter p.castor {
  float: left;
  border: 2px solid black;
  background-color: #ddf;
  font-weight: bold;
  font-size: .9em;
  margin: 0 10px 5px 5px;
  text-align: center;
  }

  #letter p.foreword {
  font: bold  1.3em arial, sans-serif;
  line-height: 1em;
  padding: 0 0 10px 0;
  width: 330px;
  color: blue;
  }

/* Text of a bold passage before forums 4/9/11 ---------------------------------------------- */

  #letter p.text2 {
  font: bold 1em arial, sans-serif;
  line-height: 1.2em;
  color: black; 
  padding: 5px 15px 5px 15px;
   }

/*  Change the display of the bold first sentence - OUT

  #letter p.text2 {
  font: bold 1em arial, sans-serif;
  line-height: 1.2em;
  color: black; 
  padding: 5px 15px 5px 15px;
  background-color: #ccc;
  border: 2px solid black;
  width: 400px;
  } */

/* Text of forums */

  #letter p.text {
  font: .9em arial, sans-serif;
  line-height: 1.2em;
  color: black; 
  text-indent: 15px;
  text-align: justify;
  padding: 0px 15px 10px 15px;
  }
 
/* Text of poetry - no text-indent or text-align  */

  #letter p.text1 {
  font: .9em arial, sans-serif;
  line-height: 1.2em;
  color: black; 
  padding: 5px 15px 15px 15px;
  }

/* Text of forums */

  #letter p.text3 {
  font: .9em arial, sans-serif;
  line-height: 1.2em;
  color: black; 
  text-indent: 15px;
  text-align: justify;
  padding: 0px 45px 10px 45px;
  }

/* picture of Lizzie Louis Forum of Faith - 8/21/10 --------------------------------- */


/* Position picture */

  #letter p.louis {
  float: left;
  clear: right;
  border: 2px solid black;
  background-color: #ddf;
  font-weight: bold;
  font-size: 1em;
  margin: 0 20px 5px 15px;
  text-align: center;
  }

  #letter p.title {
  font: bold 1.3em arial, sans-serif;
  line-height: 1em;
  padding-bottom: 10px;
  color: blue;
  }

  #letter p.titlea {
  font: bold 1.3em arial, sans-serif;
  line-height: 1em;
  padding: 0 0 10px 10px;
  color: blue;
  }

  #letter p.pub {
  font: 1em arial, sans-serif;
  line-height: 1em;
  color: blue;
  }

 #letter p.pub2 {
  font: 1em arial, sans-serif;
  line-height: 1em;
  padding-bottom: 10px;
  color: blue;
  }

  #letter font.puba {
  font: 1em arial, sans-serif;
  line-height: 1em;
  padding-left: 10px;
  color: blue;
  }

 #letter font.pub2a {
  font: 1em arial, sans-serif;
  line-height: 1em;
  padding-bottom: 10px;
  padding-left: 10px;
  color: blue;
  }

  #letter p.puba {
  font: 1em arial, sans-serif;
  line-height: 1em;
  padding-left: 10px;
  color: blue;
  }

 #letter p.pub2a {
  font: 1em arial, sans-serif;
  line-height: 1em;
  padding-bottom: 10px;
  padding-left: 10px;
  color: blue;
  }

  #letter hr.horz {
  height: 5px;
  background-color: #00f; 
  } 

  #letter p.pastor {
  color: #630;
  font: bold 1em arial, sans-serif;
  line-height: 1em;
  padding-left: 15px;
  padding-bottom: 3px;
 }
 
/* Author picture request - Forum on Faith ---------------------------------------------- */

  #forum #picture {
  position: absolute;
  top: 95px;
  left: 37px;
  }

  #forum #picture p.vol span.one {
  display: none;
  }

   #forum #picture p.vol:hover span.one {
   display: block;
   position: absolute;
   left: 110px;
   top: -88px;
   width: 620px ;
   padding: 4px 18px  5px 18px;
   color: #000;
   background: #eef;
   font: bold .9em Verdana, sans-serif;
   line-height: 1.2em;
   font-style: normal;
   height: 65px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
   border: 4px double black;

   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbff');  /* for IE */

   background-image: -moz-linear-gradient(0deg, #fff 0%, #ccf 100%); 
   background: -webkit-gradient(linear, left top,  right top, from(#fff), to(#bbf));
   background-image: -o-linear-gradient(top, #fff, #ddf);                               /* for Opera */
   background-image: linear-gradient(0deg, #fff 0%, #ccf 100%);
   }
  
  #forum p.home {
  text-decoration: none;
  padding-top: 3px;
  padding-left: 12px;
  width: 130px;
  }  

  #forum p.home a {
  display: block;
  color: #000;
  font: .9em  arial, sans-serif;  
  text-decoration: none;
  font-weight: bold;
  } 

/*  #forum p.home  {
  padding-bottom: 10px;
  font: 1em  arial, sans-serif;  
  color: #000;
  }  */

  #forum p.home a:hover {
  color: #00f;
  font: bold .9em  arial, sans-serif;  
  background-color: #fff;
  width: 130px; 
  } 

/*  #forum ul.forum ul { */

  #forum ul.forum {
  list-style-type: none;
  }

  #forum ul li.left {
  padding-left: 55px;
  }

  #forum ul li.left2 {
  padding-left: 35px;
  padding-right: 40px;
  }

/* listing of items on the test of a FOF article */

  #forum #letter p.list {
  font: .9em arial, sans-serif;
  line-height: 1.2em;
  padding-left: 45px;
  padding-bottom: 10px;
  }

/* Forum Footer --------------------------------- */

   #forum  p.foot {
   position: absolute;
   top: 843px;
   left: 30px;
   width: 900px;
   background-color: #bbf;
   color: #000;
   height: 19px;
   font: bold .8em Verdana, sans-serif;
   text-align: center;   
   border: 5px ridge #aaf;
   } 
 
/* Google Translate */

  #google_translate_element { 
  position: absolute;
  top: 90px;
  left: 760px;
  font-weight: bold; 
  }

 