/* homepage.css
 *   for site home page only.
 *   -> This is loaded *after* the main stylesheet:
 *        it only contains *differences*.
 * notes: see main stylesheet for css notes, standards, etc.
 */

/* -----------------------------------------------------------
  *** { Home page only *** 
   ----------------------------------------------------------- */

/* Content area of page */
div#hpContentWrapper {
  width: 750px;
  margin: 0 auto;
  display: table;
  border-left: 2px solid #cc0000;
  padding-top: 1ex;
}


/* { photo area inside header area - home page only */
div#hp-photos {
  width:  750px;
  height: 140px;
  display: table;
  text-align: center;
  margin: 0;
  padding: 0;	
  background-color: #ffd166; 
}
/*
div#hp-photos div#logo {
  display: table;
  vertical-align: middle;
  margin: 0;
  padding: 0;	
  width: 350px; 
  height: 140px;
  float: left;
}
*/
div#hp-photos img {
  margin: 0;
  padding: 0;	
}

/* { verses box inside header area: */
div#verses { 
  width: 100%; 
  display: table;
  padding: 5px 0 5px 0;
  border-bottom: 2px solid black;
  background-color: #c69c6d;
  text-align: center;
}



/* the two main "boxes" in the Content area of home page only */
div#hp-description { 
  float: left;
  display: table;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
}
div#hp-description img { 
  width:  420px;
  float: center;
  margin: 1em 1em 0em 1.7em;
  padding: 0;
  border: 15px #666 ridge;

}

div#hp-highlights { 
  clear: right;
  float: right;
  display: table;
  width: 227px; 
  margin: 0;
  padding: 0;
  padding-left: 4px;
  padding-right: 8px;
  border-left: 2px dashed #cc0000;
  border-right: 2px solid #cc0000;
}
div#hp-highlights p { 
  clear: both;
  font-family:  verdana, arial, sans-serif;
  color: #333;
  font-size: 9px;
  line-height: 13px;
  font-weight: normal;
  text-align: justice;
  margin-bottom: 5ex;
}
div#hp-highlights p img { 
  width:  50px;
  height: 50px;
  float: left;
  margin: 1em 1em 0em 0.5em;
  border: none;
}



/* e o f */
