/* @override http://churchplantmedia.cpmpreview.com/css/testimonies.css */

/* @override http://churchplantmedia.cpmpreview.com/css/testimonies.css */

/* @override http://cpm.dev/_css/testimonies.css */

.ui-tabs-hide{
   display: none;
}

.pane{
   padding-bottom: 112px;
   width: 684px;
   float: left;
   min-height: 500px;
}

#pane-nav{
   margin: 15px 0 20px;
   float: left;
   width: 694px;
   padding-top: 22px;
   background: url(/_img/bg_faq.gif) no-repeat 0 0;
}

#content #pane-nav ul{
   width: 620px;
   margin: 0 auto;
}

#content #pane-nav li{
   float: left;
   background: none;
   padding: 0;
   font-size: 1.6em;
   margin-right: 4px;
   line-height: 1;
}

#content #pane-nav li.last{
   margin-right: 0;
}

#content #pane-nav li a{
   display: block;
   text-decoration: none;
   color: #989898;
   font-weight: bold;
   width: 250px;
   padding: 13px 28px 11px;
   background: #ECEEEA url(/_img/bg_style-nav_li_a.gif) repeat-x;
   border: 1px solid #EFF0ED;
   text-align: center;
}

#content #pane-nav li a:hover{
   color: #2f302e;
   border-color: #D4D4D4;
}

#content #pane-nav li.selected{
   background: transparent url(/_img/bg_test-nav_li_active_a.gif) no-repeat center bottom;
   padding-bottom: 9px;
}

#content #pane-nav li.selected a{
   border-color: #d52b47;
   border-bottom: none;
   background: transparent;
   color: #2f302e;
}

/* @group Video Testimonies */

.tvideo{
   clear: left;
   float: left;
   width: 688px;
   border-bottom: 1px solid #e4e5e3;
   padding: 12px 0;
}

.tvideo img{
   position: relative;
}

.tvideo.last{
   border: none;
}

.tvideo .video{
   float: right;
   position: relative;
   width: 383px;
   height: 215px;
   overflow: hidden;
}

.tvideo p.vid-play{
   width: 383px;
   height: 215px;
   position: absolute;
   top: 0px;
   left: 0px;
}

.tvideo .vidContainer{
   position: relative;
   z-index: 9999;
}

.tvideo p.vid-play a{
   background: url(/_img/bg_video_play.png) no-repeat 118px 83px;
   display: block;
   height: 215px;
   text-indent: -9999px;
}

.tvideo p.vid-play a:hover{
   background-position: 118px -105px;
}

.tvideo dl{
   float: left;
   width: 270px;
   padding: 12px 0;
}

.tvideo dt{
   font-size: 1.9em;
   font-weight: bold;
   color: #303030;
   margin-bottom: 8px;
}

.tvideo dd{
   color: #666;
   font-size: 1.4em;
   line-height: 1.5;
}

.tvideo dd.church{
   font-weight: bold;
   margin-bottom: 2px;
}

.tvideo dd.location{
   margin-bottom: 2px;
}

.tvideo dd.url{
   margin-bottom: 7px;
}

.tvideo dd.quote{
   font-size: 1.2em;
}

/* @end Video Testimonies */

/* @group Written Testimonials */

#content .testimonial,
#content blockquote {
   border-bottom: 1px solid #e4e5e3;
   margin-bottom: 24px;
   padding-bottom: 8px;
   margin-left: -6px;
   margin-right: -10px;
   margin-top: 10px;
   
   /* ben added  below */
   background:none;
   padding:0 0 0 8px
}

#content .testimonial h3,
#content blockquote h3{
   font-size: 1.8em;
   color: #c62e47;
   margin-top: -3px;
}

#content .testimonial h3 a,
#content blockquote h3 a{
   font-size: .778em;
   padding-left: 11px;
   text-decoration: none;
}

#content .testimonial h3 a:hover,
#content blockquote h3 a:hover{
   text-decoration: underline;
}

/*#content .testimonial blockquote*/
#content blockquote p {
   margin: 0;
   background: url(/_img/bg_testimonial_blockquote.gif) no-repeat 0 0;
   padding: 10px 23px;
   margin-top: -6px;
   margin-bottom: 16px;
}

#content .testimonial blockquote p,
#content .testimonial blockquote li{
   font-size: 1.5em;
   font-weight: normal;
   font-style: italic;
   color: #666;
   background: none;
   padding: 0;
}

#content blockquote p	{
	font-size:1.5em; font-weight:normal; font-style:italic; color:#666;
}
/* @end Written Testimonials */