/*-----------------------------------------------------------------------------------

	Template Name: Orchard Valley
	Description: Church Template
	Author: Neil Judges
	Author URI: http://www.seriftemplates.com
	
	Designed & Handcrafted by Neil Judges for SerifTemplates.com
	
  	
------------------------------------------------------------------------------------*/

#main .footer {
	background: transparent url(images/footer.jpg) bottom right repeat-x;
}

#quote_wrap { 
	background: #EBE7DB;
	padding: 60px 10px 30px 0px;
	border: 1px solid #FFF;
}

blockquote {
	font-family: "TimesNewRoman";
	font-size: 14px; line-height: 21px;
	font-style: italic;
	width: 200px;
}
	
blockquote p {
	margin-bottom: 10px;
	color: #655E4B;
}

blockquote cite {
	display: block;
	text-align: right;
  color: #655E4B;
}
 

.prettyphoto-gallery a {
  border:1px solid #FFF;
  background-color:#EBE7DB;
  padding:10px;
  margin: 0px 21px 21px 0px;
  float:left;
}

a img {border: none;}


/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:20px;
	color:#fff;
	opacity:0.9; /* Overridden by captionOpacity setting */
	width:75%;
	z-index:8;
}
.nivo-caption p {
	padding:20px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
  display:none;
}

.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:relative;
  width:610px;
  height:300px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivo-controlNav {
	position:absolute;
	left:20px;
	bottom:20px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:8px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -10px;
}

.nivo-directionNav a {
	position:absolute;
	top:43%;
	z-index:9;
	cursor:pointer;
}

.nivo-directionNav a {
	display:block;
	width:36px;
	height:44px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-36px 0;
	right:-46px;
}
a.nivo-prevNav {
	left:-46px;
}

.nivo-caption {
  text-shadow:none;
   font-family: "TimesNewRoman";
}
.nivo-caption a { 
  color:#efe9d1;
  text-decoration:underline;
}

.clear {
	clear:both;
}