body {
  background: #333 url('../images/bg_body.gif') repeat-x scroll 0 0;
}

#twitter {
  background: transparent url('../images/bg_twitter.png') no-repeat scroll bottom right;
  font-size: 0.7em;
  width: 358px;
  padding: 0 10px;
  color: #fff;
}

#twitter li {
  border-bottom:1px solid #777777;
  display:block;
  margin:7px 0;
}

#twitter .tweet {
  margin-bottom:5px;
}

#twitter .created_at {
  font-size:0.65em;
  text-align:right;
  width:100%;
}

#twitter ul {
  padding: 0;
}

#twitter .social_network {
  float:left;
  height:25px;
  margin:5px 0 -30px;
  width:25px;
}

#twitter .social_network.facebook {
  background: transparent url('../images/social_network.png') no-repeat scroll -1px 0;
  margin-left: 25px;
}

#twitter .social_network.twitter {
  background: transparent url('../images/social_network.png') no-repeat scroll -30px 0;
}

#more-tweets {
  background:transparent url('../images/twitter_sprite.png') no-repeat scroll 0 0;
  height:23px;
  margin:0 244px -23px;
  width:109px;
}

#contact-info {
  background:transparent url(../images/contact_info_sprite.png) no-repeat scroll 0 0;
  height:23px;
  margin:0 128px -23px;
  width:109px;
}

#content {
  background: transparent url('../images/bg_content.png') repeat-x scroll 0 0;
}

#home #content {
  background: none;
  padding: 0;
}

img {
  border: none;
}

#logo,
#address {
  color:#ccc;
  display:block;
  font-weight:lighter;
}

#controls {
  margin: 0;
}

#controls li {
  display:block;
}

#logo,
#address,
#controls a {
  font-size:0.7em;
}

#address a,
#controls a {
  text-decoration: none;
}

#address {
  padding: 5px 0;  
}

#navbar li.new-to-veritas a {
  background: transparent url('../images/navigation_sprite.png') no-repeat scroll 0 0;
  height:51px;
  width:145px;
}

#navbar li.new-to-veritas a:hover {
  background-position: 0 -50px;
}

#navbar li.new-to-veritas a.active {
  background-position: 0 -100px;
}


#navbar li.gatherings a {
  background:transparent url('../images/navigation_sprite.png') no-repeat scroll -155px 0;
  height:51px;
  width:118px;
}

#navbar li.gatherings a:hover {
  background-position: -155px -50px;
}

#navbar li.gatherings a.active {
  background-position: -155px -100px;
}

#navbar li.serve a {
  background:transparent url('../images/navigation_sprite.png') no-repeat scroll -283px 0;
  height:51px;
  width:74px;
}

#navbar li.serve a:hover {
  background-position: -283px -50px;
}

#navbar li.serve a.active {
  background-position: -283px -100px;
}

#navbar li.give a {
  background:transparent url('../images/navigation_sprite.png') no-repeat scroll -366px 0;
  height:51px;
  width:63px;
}

#navbar li.give a:hover {
  background-position: -366px -50px;
}

#navbar li.give a.active {
  background-position: -366px -100px;
}

#navbar li.archive a {
  background:transparent url('../images/navigation_sprite.png') no-repeat scroll -438px 0;
  height:51px;
  width:124px;
}

#navbar li.archive a:hover {
  background-position: -438px -50px;
}

#navbar li.archive a.active {
  background-position: -438px -100px;
}

#showcase-container,
#carousel-container {
  color:#FFFFFF;
  overflow:hidden;
}

#welcome,
#showcase-container {
  background-color:#333;
  width:100%;
}

#carousel-container {
  margin:0 45px;
  width:870px;
}

#showcase,
#carousel-navigation {
  padding: 0;
  width: 99999px;

}

#showcase {
  height: 385px; 
}
  

#showcase h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 0.9em;
}

#showcase .blurb {
  font-size:0.75em;
  line-height:1.3em;
}

#showcase li,
#carousel-navigation li {
  display: block;
  float: left;
}

#carousel-navigation li.active img {
  border: 2px solid #FFCC00;
}

#carousel-navigation li {
  margin-right: 19px;

}

#carousel-navigation img {
  border: 1px solid #555;
}

#showcase li {
  margin-right: 100px;
}

#showcase li .text {
  width: 260px;
  float: left;
  margin: 0 20px;
}

#showcase li .media {
  float: right;
}

#showcase .find-out-more {
  background: transparent url('../images/showcase_button.gif') no-repeat 0 0;
  float:left;
  height:28px;
  width:128px;
}

#carousel-container .prev {
  background:transparent url('../images/showcase-carousel_sprite.png') no-repeat scroll 0 0;
  height:37px;
  margin:30px -45px;
  position:absolute;
  width:40px;
  z-index:99;
}

#carousel-container .prev:hover {
  background-position: 0 -40px;
}

#carousel-container .prev:active {
  background-position: 0 -80px;
}

#carousel-container .next {
  background:transparent url('../images/showcase-carousel_sprite.png') no-repeat scroll -44px 0;
  height:37px;
  margin:30px 875px;
  position:absolute;
  width:40px;
  z-index:99;
}

#carousel-container .next:hover {
  background-position: -44px -40px;
}

#carousel-container .next:active {
  background-position: -44px -80px;
}

#carousel-container .next,
#carousel-container .prev,
#carousel-navigation img {
  cursor: pointer; 
}

#user-form form {
  width:357px;
}

#user-list #users li{
  display: block;
  float: left;
  margin: 30px;
  width: 300px;
}

form ul {
  padding: 0;
}

form li {
  margin: 10px 0;
  display: block;
}

#story_featured {
  width: auto;
}

#stories {
  padding: 0;
}

#stories img,
#stories object {
  float: left;
  margin-right: 10px;
}

#stories h2 {
  margin: 0;
}

#stories .body {
  font-size: 0.75em;
  line-height: 1.2em;
  text-align: justify;
}

#stories li.block {
  display:block;
  float:left;
  height:325px;
  margin:0 13px 25px;
  padding:15px;
  width:44%;
}

#stories li.block,
#stories .controls {
  background-color:#444444;
}

#stories .controls {
  float:right;
  font-size:0.7em;
  margin:-21px -15px;
  padding:6px;
}

#welcome {
  height:397px;
  padding:20px;
  width:920px;
}

#welcome .media {
  float: left;
}

#welcome .blurb {
  float:right;
  font-size:0.92em;
  margin-top:-10px;
  text-align:justify;
  width:259px;
}

.navigation {
  background-color:#292929;
  float:left;
  height:22px;
  margin:0;
  width:100%;
}

.navigation a,
.navigation li {
  display:block;
  float:left;
  margin:-6px 3px;
}

.navigation a {
  height:33px; 
}

#new-to-veritas .navigation .who-we-are {
  background: transparent url('../images/navigation_new_to_veritas.png') no-repeat scroll -19px 0;
  width:108px;
}

#new-to-veritas .navigation .who-we-are:hover,
#new-to-veritas .navigation .who-we-are.active {
  background-position: -19px -41px;
} 

#new-to-veritas .navigation .leadership {
  background: transparent url('../images/navigation_new_to_veritas.png') no-repeat scroll -133px 0;
  width:101px;
}

#new-to-veritas .navigation .leadership:hover,
#new-to-veritas .navigation .leadership.active {
  background-position: -133px -41px;  
}

#new-to-veritas .navigation .partnership {
  background:transparent url('../images/navigation_new_to_veritas.png') no-repeat scroll -242px 0;
  width:116px;
}

#new-to-veritas .navigation .partnership:hover,
#new-to-veritas .navigation .partnership.active {
  background-position: -242px -41px;  
}

#new-to-veritas .navigation .doctrine {
  background:transparent url('../images/navigation_new_to_veritas.png') no-repeat scroll -366px 0;
  width:80px;
}

#new-to-veritas .navigation .doctrine:hover,
#new-to-veritas .navigation .doctrine.active {
  background-position: -366px -41px;  
}

#who-we-are .titles h2.active {
  text-decoration: underline;
}

#who-we-are .titles h2:hover {
  color: #ffff00;
}

#gatherings .navigation .sunday-gatherings {
  background:transparent url('../images/navigation_gatherings.png') no-repeat scroll -17px 0;
  width:167px;
}

#gatherings .navigation .sunday-gatherings:hover,
#gatherings .navigation .sunday-gatherings.active {
  background-position:-17px -41px;
}

#gatherings .navigation .community-groups {
  background:transparent url('../images/navigation_gatherings.png') no-repeat scroll -191px 0;
  width:167px;
}

#gatherings .navigation .community-groups:hover,
#gatherings .navigation .community-groups.active {
  background-position:-191px -41px;
}

#gatherings .navigation .arts-collective {
  background:transparent url('../images/navigation_gatherings.png') no-repeat scroll -365px 0;
  width:118px;
}

#gatherings .navigation .arts-collective:hover,
#gatherings .navigation .arts-collective.active {
  background-position:-365px -41px;
}

#serve .navigation .serve-veritas {
  background:transparent url('../images/navigation_serve.png') no-repeat scroll -17px 0;
  width:122px;
}

#serve .navigation .serve-veritas:hover,
#serve .navigation .serve-veritas.active {
  background-position:-17px -41px;
}

#serve .navigation .serve-veritas {
  background:transparent url('../images/navigation_serve.png') no-repeat scroll -17px 0;
  width:122px;
}

#serve .navigation .serve-veritas:hover,
#serve .navigation .serve-veritas.active {
  background-position:-17px -41px;
}

#serve .navigation .serve-cbus {
  background:transparent url('../images/navigation_serve.png') no-repeat scroll -145px 0;
  width:112px;
}

#serve .navigation .serve-cbus:hover,
#serve .navigation .serve-cbus.active {
  background-position:-145px -41px;
}

#serve .navigation .mission {
  background:transparent url('../images/navigation_serve.png') no-repeat scroll -261px 0;
  width:80px;
}

#serve .navigation .mission:hover,
#serve .navigation .mission.active {
  background-position:-261px -41px;
}

.section {
  float:left;
  margin:10px 0 100px;
  width:100%;
}

.section.minor {
  margin:10px 143px 100px;
  width:70%;
}

#leadership.section.minor {
  margin:10px 20px 100px;
  width:100%;
}

#new-to-veritas .titles {
  float:right;
  width:30%;
}

#new-to-veritas .content {
  float: left;
  width: 66%;
}

#new-to-veritas a.partner {
  float: left;
}

#pastors,
#ministry-leaders {
  float:left;
  margin:0;
  padding:0;
  width:100%;
}

#ministry-leaders li.block,
#pastors li.block {
  display:block;
  float:left;
  margin:10px 12px;
}

#pastors li {
  width:296px;
}

#ministry-leaders li {
  width:47%;
}

#stories .info,
#leadership .info {
  font-size: 0.8em;
}

#stories .info {
  margin-bottom: 20px;
}

#leadership .bio {
  font-size: 0.75em;
}
#story-view object {
  float:left;
  margin:23px 56px;
}

#story-view .photos {
  float:left;
  width:500px;
}

#sermons li.block {
  display:block;
  margin-bottom:30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  float: left;
}

#sermons .description {
  font-size: 0.8em;
  line-height: 1.2em;
}

#archive .pagination {
  clear:both;
  padding-bottom:20px;
  text-align:center;
}

#archive form input {
  font-size: 1em;
  width: auto;
}

#archive #groups {
  float: right;
}

#show-group #content {
  float:left;
  padding:0 100px;
}

#archive #sermons {
  float:left;
  padding:0;
  width:710px;
}

#sermons h2 {
  margin-bottom:3px;
}

#sermons .info {
  font-size:0.7em;
  font-style:italic;
}

#show-group .media,
#archive .media {
  float:left;
  text-align:center;
  width:240px;
  margin: 10px;
}

#sermons li.block .options { 
  margin-top:5px;
}

#sunday-gatherings iframe {
  float: left;
  margin: 0 20px 0 0;
}

#serve-veritas input {
  width: auto;
}