/** 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 h1 a { border-bottom: none; color: #605d4d; }
  #sidebar h1 a:hover { border-bottom: 1px solid #a6a38c; color: #29292a; }
  
  #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;
  }

  #sidebar ul.social {
	float:left  !important;
	border-width: 0 1px;
	width:200px;
	height: 33px !important;
	margin:0;
	padding: 8px 0 4px 7px;
	list-style:none;
	display:inline !important;
}
  #sidebar ul.social li {
	float:left !important;
	width:31px;
	padding: 0 8px 3px 0;
	border:none;
}
  #sidebar ul.social li a {
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	width: 31px !important;
	height: 33px !important;
}
  #sidebar ul.social li a:hover {background:none;}
  #sidebar ul.social li.twitter {background: url(/assets/images/ico-twitter.png) no-repeat;}
  #sidebar ul.social li.facebook {background: url(/assets/images/ico-facebook.png) no-repeat;}
  #sidebar ul.social li.email {background: url(/assets/images/ico-mail.png) no-repeat;}
  #sidebar ul.social li.rss {background: url(/assets/images/ico-rss.png) no-repeat;}
  #sidebar ul.social li.youtube {background: url(/assets/images/ico-youtube.png) no-repeat;}
/* End Homepage Overrides **/
  

/** new Slideshow
 * ----------------------------------------------------------------*/
#slideshow {
	background: #101010 url(/assets/images/bg-black-spotlight.jpg) no-repeat 50% -128px;
	padding: 0 36px 1em;
	position: relative;
	width: 988px;
	height: 400px;
}
#slides {
	position:absolute;
	top:0px;
	left:35px;
	z-index:100;
} 
	.slides_container {
		width: 980px;
		height: 350px;
		position: relative;
		overflow: hidden;
		display:none;	
	}
	.slides_container a.slide-img {text-decoration:none !important; border:none !important}
	.slides_container div {
		width: 980px;
		height: 350px;
		display: block; 
     }
     .slides_container div a {color: rgba(38,161,162,1);}

		.slide-info {
			position:absolute;
			top:0;
			left:585px;
			width:400px;
			text-align:left;
			border:none;
		}
		.title-new {
			font: bold 34px "OrandaBT", "Garamond Premier Pro", Times, "Times New Roman", serif;
			color: #daa145;
			font-style: italic;
			background:none !important;
			padding:0 !important;
			margin:-5px 0 10px !important;
			display:block;
			width:400px;
			text-align:left;
			line-height:14px;
		}
		.title-new a {
			color: #daa145 !important;
			text-decoration:none !important;
			border:none !important;
		}
		.caption-new {
			float: left;
			width:400px;
			display: block;
			font: normal 16px/21px Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", serif;
			color: #ccc9b6;
			padding:0;
		}
		.caption-new p + a.home-read {display:inline;}
		
   .pagination {
		width:200px;
		position: absolute;
		right:323px;
	}

		.pagination li {
			float:left;
			margin:0 1px;
			list-style:none;
		}

		.pagination li a {
			background:  transparent url(/assets/images/pagination.png) no-repeat 0 0;
			display:block;
			width:20px;
			height:21px;
			color:#fff;
			text-decoration:none !important;
			border:none !important;
			text-align:center;
			line-height:20px;
			float:left;
			overflow:hidden;
		}

		.pagination li.current a {
			background:  transparent url(/assets/images/pagination.png) no-repeat 0 -22px;
		}
		
/** old 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; }


/* End Slideshow **/
.slides-support {
	position: absolute;
	bottom:-40px;
	left:585px;
	margin-bottom: 0;
	width:400px;
	z-index:200;
}
.slides-support h2 {
	color: #daa145;
	line-height:1em;
	font-size:2.6em;
	width:250px;
	float:left;
}
.slides-support .slides-btn {
	background-color:#f1a839;
	color:#fff;
	padding:0 10px 4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:none !important; 
	/*margin-left:10px;
	font: 18px bold "Helvetica Neue", Helvetica, Arial !important;*/
	font: normal 2.4em/1.2em "Knockout", "Myriad Pro", Verdana, sans-serif;
	text-transform: uppercase;
	float:left;
	margin-top:5px;
}
.slides-support .slides-btn:hover {
	background-color:#bdb9a0;
}

