/* ebiblefellowship.com Home page CSS */
body {
  background: url(/Clouds4.jpg);
  margin: 0;
  padding: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#heading {
  width: 100%;
  text-align: center;
  /*border-bottom: 1px solid;*/
  padding-bottom: 15px;
}
#heading p {
  text-align: left;
  margin-bottom: 1em;
}
h1 {
  margin-top: 0px;
  margin-bottom: 0.1em;
  font-variant: small-caps;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0.5em;
}
#main {
  /*position: absolute; top: 0.5em; left: 0;*/
  float: left;
  width: 87%;
  padding: 5px;
  text-align: center;
}
fieldset {
  margin-bottom: 0.5em;
  border: 1px solid #000;
  padding: 0.5em;
}
* html fieldset {
  /* IE-only fix for the spacing between fieldset's */
  margin-bottom: 0;
}
fieldset p {
  margin-top: 0.5em;
}
legend {
  font-weight: bold;
  color: #0000ff;
}
p {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0.1em;
}
.listen {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.listen-detail {
  font-size: 80%;
  font-weight: normal;
  margin-top: 0px;
}
.updated {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
  font-weight: normal;
  font-size: 80%;
  margin-top: 0px;
}
#news {
  text-align: left;
  font-size: 80%;
}
.news-date {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  margin-left: 0.5em;
}
.news {
  margin-top: 0.1em;
  margin-left: 2em;
}
.news-next {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}
#languages {
  /*position: absolute; top: 90px; right: 0;*/
  float: left;
  width: 10%; /* can't add up to 100% or it won't fit */
  margin-top: 15px;
  /*border: 1px solid blue;*/
  padding: 5px;
  text-align: left;
} 
#languages p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
  font-weight: normal;
  font-size: 80%;
}
/* Follow and share (Twitter, Share icon) */
#follow-share {
  margin-top: 0; margin-bottom: 1em;
  text-align: left;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
  font-weight: normal;
  font-size: 70%;
}
#follow-share a {
  vertical-align: top;
  text-decoration: none;
}
#follow-share a:hover {
  text-decoration: underline;
}
a.icon-twitter {
  background: url(../images/twitter.gif) no-repeat left;
  padding-left: 21px;
}
a.icon-feed {
  background: url(../images/bkg-feed.png) no-repeat left;
  padding-left:21px;
}
/* Use after a series of floats with an &nbsp; so they take up space. */
div.spacer {
  clear: both;
  margin: 0;
  line-height: 0;
}
/* CSS end */

