/* base stylesheet for ebiblefellowship.com site */
body {
  /*background: #ffffff;*/
  background: url(/Back5.jpg); 
  /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* Languages links */
#languages {
  float: none;
  width: 100%;
  margin-top: 0;
  text-align: center;
}
#languages p {
  display: inline;
  padding: 0 3px 0 3px;
}
/* main page area not including breadcrumbs */
#main {
  /*background: url(/Clouds3.jpg);*/
  margin-top: 25px;
  margin-left: 5%;
  margin-right: 5%;
  border: 2px solid;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}
h1,h2,h3 {
  text-align: center;
}
/* Border around a list of items */
#menu-box {
  margin-left: 10%;
  margin-right: 10%;
  border: 1px dotted;
  padding: 10px;
}
/* Menu item */
.menu {
  margin-top: 0.25em;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
}
/* Menu description for a menu item */
.menu-desc {
  margin-top: 0;
  margin-left: 7%;
  margin-right: 5%;
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
}
/* Verse highlight */
#verse {
  margin-top: 0.5em;
  border: 1px dotted;
  padding: 10px;
}
.verse {
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
  font-style: italic;
  color: blue;
}
.verseref {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
  font-weight: bold;
}
/* Links to parent pages, i.e. Home, etc. */
.breadcrumbs {
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 70%;
}
/* page section (contactus, donate) */
.section {
  margin-bottom: 1em;
  border-top: 2px solid #000;
  /*border-left: 1px solid #000;*/
  padding-top: 0px;
  padding-left: 5px;
  padding-bottom: 1em;
}
/* <h2> tag within section */
.section h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: left;
}
/* Address boxes (contactus, donate)*/
.address {
  margin: 5px 25%;  /* top/bottom left/right */
  border: 1px dotted #000;
  padding: 15px;
}
/* <p> tags within address boxes */
.address p {
  margin: 0;
  font-size: 120%;
  font-weight: bold;
}
.printer-friendly {
  float: right;
}
/* MP3 encoding info */
.encoding {
  text-align: center;
  font-size: 80%;
}
/* Use after a series of floats with an &nbsp; so they take up space. */
div.spacer {
  clear: both;
  margin: 0;
  line-height: 0;
}
.nowrap {
  white-space: nowrap;
}
/* Use for emphasized links on tract, foreign pages, etc.- jmg added */
.big {
  font-size: 110%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.center {   /* jmg added for tract page  */
  text-align: center;
}
/* End CSS */

