/** Homepage Overrides
 * ----------------------------------------------------------------*/
body { background-image: none; }

#content {
  width: 660px;
  padding-top: 20px;
}
  #content h1 {
    margin: 0;
    color: #29292a;
    background: transparent !important;
  }
  
div.blurb {
  clear: none !important;
  float: left !important;
  width: 190px;
  padding: 1em 0 1em 20px;
  margin: 0 0 0 15px;
  background: transparent url(/assets/images/bg-profile-bible.png) no-repeat 100% 60px;
  min-height: 200px;
  border-left: 1px dashed #958868;
}
  .blurb.first {
    margin-left: 0;
/*    padding-left: 75px;*/
    padding-left: 0;
/*    background-position: 100% 40px;*/
    border-left: none;
  }
  .blurb.middle {
    background-image: url(/assets/images/bg-profile-radio.png);
    background-position: 100% 20px;
  }
  .blurb.last {
    padding-right: 0;
    background-image: url(/assets/images/bg-profile-mic.png);
/*    background-position: 40px 40px;*/
  }
  .blurb h3 {
    font-size: 18px;
/*    padding: 0;*/
  }
  .blurb p {
    padding-right: 75px;
  }
    
#sidebar {
  width: 250px;
  margin: 20px 20px 0 0;
  padding: 0 1em 5em;
  background: #c6c3aa;
}
  #sidebar h1 {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #605d4d;
    text-transform: uppercase;
    padding: 1em 0 0 .25em;
    margin: 0;
    border-bottom: 1px solid #a6a38c;
  }
  #sidebar h2 {
    font: bold 12px/18px Georgia, "Times New Roman", Times serif;
    padding: 1em 0 0 .25em;
  }
  #sidebar h3 {
    font: bold 11px/13px Georgia, "Times New Roman", Times serif;
    padding: 1em 0 0 .25em;
  }
  #sidebar p {
    padding-left: .25em;
    border-bottom: none;
  }

/* End Homepage Overrides **/
  
/** Slideshow
 * ----------------------------------------------------------------*/
 .slideshow {
   position: relative;
   background: #101010 url(/assets/images/bg-black-spotlight.jpg) no-repeat 50% -128px;
   padding: 0 36px 1em;
   width: auto;
   float: none;
   box-shadow: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
 }
 .screen {
   width: 988px;
   height: 448px;
   position: relative;
   overflow: hidden;
   margin: 0 auto;
 }
   .slides {
     list-style: none;
     padding: 0;
     margin: 0;
     position: absolute;
     top: 0;
     left: 0;
   }
     .slides li {
       position: absolute;
       top: 0;
       width: 988px;
				display: none;
     }
			.slides li:first-child { display: block; }

     .slides img {
       margin-bottom: 0 !important;
     }
     .slides .title {
       font: bold 55px "OrandaBT", "Garamond Premier Pro", Times, "Times New Roman", serif;
       color: #daa145;
       display: block;
       width: 24%;
       float: left;
       text-align: center;
       background: transparent url(/assets/images/bg-vertical-gradiant.png) no-repeat 100% 15px !important;
       padding: 15px 0;
       font-style: italic;
     }
     .slides .caption {
       width: 56%;
       float: right;
       display: block;
       font: normal 16px/21px Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", serif;
       color: #ccc9b6;
       padding: 1em 160px 1em 30px;
       border: none;
       position: relative;
     }
     .slides a {
       color: rgba(38,161,162,1);
     }

  .slideshow a.previous, .slideshow a.next { 
    position: absolute;
    top: 30% !important; 
  }
  .slideshow a.previous { left: 40px !important; }
  .slideshow a.next { right: 40px !important; }

 .pagination {
   position: relative;
   list-style: none;
   padding: 0;
   margin: 0;
   float: left;
   clear: both;
   width: 100%;
 }
   .pagination li {
     float: left;
     display: block;
     margin-right: 1em;
   }
   .pagination li a { 
     display: block; 
     padding: 1em; 
     width: 1em;
   }
   .pagination li.active a { color: #958868; }

/* End Slideshow **/

