/*
-----------------------------------------------
Missionaries.com Missionaries About
Author:   Jeremy Boles
Version:  Jan 26 2009
----------------------------------------------- */
body.about #container {
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

body.about #blurb-image {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
body.about #blurb { 
  float: left;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 519px;
}
body.about #blurb h3 {
  color: #000;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-align: center;
}
body.about #blurb div.body p {
  color: #666;
  line-height: 18px;
  margin-top: 15px;
}

body.about #small-blurbs {
  border-top: 1px #eee solid;
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
}
body.about #small-blurbs div.small-blurb {
  color: #666;
  float: left;
  line-height: 18px;
  margin-right: 32px;
  width: 297px;
}
body.about #small-blurbs div.small-blurb.last { margin-right: 0; }
body.about #small-blurbs div.small-blurb strong { color: #242424; }

body.about #content { padding: 20px; }
body.about #secondary {
  background: transparent url(/images/missionaries/about-divider.png) center top no-repeat;
  padding: 10px 20px 20px 20px;
}

body.about #twitter-updates h3 {
  background: transparent url(/images/missionaries/twitter.png) left center no-repeat;
  border-bottom: 1px #eee solid;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  padding-left: 55px;
  padding-top: 10px;
}
body.about #twitter-updates ul {
  list-style: none;
}
body.about #twitter-updates li {
  color: #333;
  float: left;
  line-height: 18px;
  margin-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 132px;
}
body.about #twitter-updates li.last { margin-right: 0; }
body.about #twitter-updates a.date {
  color: #afb4bf;
  font-size: 10px;
  font-style: italic;
  text-decoration: none;
}
body.about #twitter-updates a.date:hover {
  color: #999;
  text-decoration: underline;
}