/*
Styles for Clean Energy Tour page using nivo slider, fancybox and google font
*/
	.slider-wrapper {
		margin-top: -70px;
	}

	/*h1 on the tour index page*/	
	h1.tour {
		font-family: "Arvo", Helvetica, sans-serif;
		font-size: 3em;
		border-bottom: none;
		padding-left: 12px;
		color: #ffffff;
		position: relative;
		z-index: 6;
	}
	
	/*h1 on the tour locations pages*/
	h1.tour_location {
		font-family: "Arvo", Helvetica, sans-serif;
		font-size: 2.2em;
 		line-height: .75em;  /*must be increased in style of any page that has a 2 line h1*/
		border-bottom: none;
		margin-top: 0;
		padding-left: 28px;
		padding-top: 8px;
		color: #ffffff;
		position: relative;
		z-index: 6;
	}
	
	.smaller_heading { 	/* h1 on the tour locations pages, above the descriptive titile */
		font-size: 0.6em;
	}
	
	/*h2 on the tour locations pages, under the photo*/
	h2.tour_location {
		font-family: "Arvo", Helvetica, sans-serif;
		font-weight: bold;
		font-size: 2.2em;
		color: #ffffff;
		margin-top: -35px;
		padding-bottom: 10px;
		padding-left: 28px;
		position: relative;
		z-index: 6;
	}
	
	#page_top_photo {
	width:936px; 
	background-color: #000000; 
	margin-left: 16px;
	}

	#page_top_photo_container {
	width:936px; 
	background-color: #000000; 
	margin-left: 16px;
	}
	

	img.tour_thumb {
		float: left;
		margin-right: 12px;
		margin-bottom: 12px;
	}

	img.tour_thumb_right_edge {
		float: left;
		margin-bottom: 12px;
	}
	
	.tour_photo_group {
		width: 50%;
		float: right;
	}
	.tour_photo_group  img {
		float: right;	
		margin-left: 10px;
	}
	
	.tour_photo_group p {
		margin-left: 28px;
	}

	
	h2.tour a {
		text-decoration: underline;
	}

	h2.tour {
		font-size: 1.25em;
	}
	
	h4.tour_nav {
		margin-bottom: 0px	
	}
	
	li {
		color: #404040;
	}	
	
	/* changes to caption - cg */
	.theme-default .nivo-caption {
		/*font-family: "Arvo",Arial,sans-serif;*/
		font-size: 1.2em;
		height: 90px;
		padding-top: 12px;
	}

/* changes to link in caption - cg */
	 .theme-default .nivo-caption a {
		border-bottom: none;
		font-weight: bold;
	}
	
	/* added - cg */
	.large_caption {
		font-size: 1.2em;  /*note that this multiplies the em already applied to nivo-caption*/
		font-weight: bold;
    }
    
/*make fancybox over title full width - cg	*/
.fancybox-title-over-wrap {
    width: -moz-available;
}
	