/*****************************************************************************************************************/
/* page header & footer components */
/*****************************************************************************************************************/
/* area surrounding the content */
#wdo-bg
{
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	min-height:100%;
	height:auto !important;
	height: 100%;
	background-color:#FFF;
	background: #d8d8e0 url('images/wdo-bg.jpg') repeat-x;
}



#content-area
{
	padding-left: 0px;
	padding-right: 0px;
	margin:0 auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	background-color:#FFFFFF;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 768px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;

	/* x-offset, y-offset, radius, color */
	-moz-box-shadow: 0px 0px 26px #5c5c5c;
	-webkit-box-shadow: 0px 0px 18px #5c5c5c;
	box-shadow: 0px 0px 32px #5c5c5c;
	/* For IE 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#6c6c6c, Enabled=true)";  */
	/* For IE 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#6c6c6c') */

}

html>body #masthead #content-area
{
	width:768px;
}


#masthead
{
	background-image:url(images/yosemite-hikes-header-800x195.jpg);
	background-size: 768px 195px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 195px;
	position: relative;
}

#content2
{
	padding-left: 0px;
	padding-right: 0px;
	margin: 12px auto 8px auto;
	text-align: left;
//	width: 830px;
	width: 720px;
}



#masthead-home-link 
{
	position: absolute;
	top: 170px;
	left: 8px;
	width: 45px;
	height: 21px;
	background-color: transparent;
/*	border: 1px solid yellow; */
}

#masthead-hikes-link 
{
	position: absolute;
	top: 170px;
	left: 177px;
	width: 49px;
	height: 21px;
	background-color: transparent;
/*	border: 1px solid yellow; */
}

#masthead-lodging-link 
{
	position: absolute;
	top: 170px;
	left: 342px;
	width: 63px;
	height: 21px;
	background-color: transparent;
/*	border: 1px solid yellow; */
}

#masthead-sitemap-link 
{
	position: absolute;
	top: 170px;
	left: 516px;
	width: 73px;
	height: 21px;
	background-color: transparent;
/*	border: 1px solid yellow; */
}

#masthead-feedback-link 
{
	position: absolute;
	top: 170px;
	left: 684px;
	width: 75px;
	height: 21px;
	background-color: transparent;
/*	border: 1px solid yellow; */
}



#content-search
{
	padding-left: 0px;
	padding-right: 0px;
	margin: 12px auto 8px auto;
	text-align: left;
	width: 800px;
}

#footer
{
	padding-left: 0px;
	padding-right: 0px;
	margin: 12px auto 0px auto;
	text-align: left;
	width: 100%;
	height: 120%;
	background-color:#c2c2ef;
	background: #FFF url('images/footer-gradient-870w.png');
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	position: relative;
}


.footer-search
{
	width: 300px;
	float: right;
	margin: 16px 12px 4px 12px;
	display: block;
}

.footer-link-text
{
	text-align: left;
	font: bold 10.5pt Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 12px 16px 12px;
	padding: 21px 0px 0px 0px;
	line-height:130%;
}

.footer-support
{
	text-align: left;
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 18px 22px;
	padding: 12px 0px 0px 0px;
	position: absolute;
	bottom: 0;
	line-height:100%;
}


.footer-quotation
{
	text-align: left;
	font: italic 8pt Arial, Helvetica, sans-serif;
	color: #202020;
	width: 100%;
	margin: 0px 0px 0px 24px;
	padding: 2px 0px 0px 0px;
}

.footer-copyright
{
	text-align: center;
/*	float: bottom;*/
	position: absolute;
	bottom: 0;
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #202020;
/*	height: 0px;*/
	width: 100%;
	margin: 0px 0px 18px 0px;
	padding: 12px 0px 0px 0px;
}

.footer-spacer
{
	width:100%;
	height: 48px;
	margin: 0px 0px 0px 0px;
}

.clear-all-floats
{
	clear:both;
	margin: 0px 0px 0px 0px;
}

/*****************************************************************************************************************/
/* background texture specs */
/*****************************************************************************************************************/
.body-gallery
{
	height: 100%;
	background-color:#232323;
}

.body-gallery a:link
{
	color: #7788ff; 
}

.body-gallery a:visited    
{
/*	color: rgb(51,153,102); */
	color: rgb(51,173,102); 
} 


.image-page-crumb-trail
{
	font-family: Arial, Helvetica, sans-serif;
	color: #dddddd;
	font-size:8pt; 
/*	margin: 8px 0px 0px 0px;*/
	margin-top: 8px;
	margin-bottom: 12px;
	padding: 0;
	text-align: left;
}



.shadow
{
	/* x-offset, y-offset, radius, color */
	-moz-box-shadow: 0px 0px 26px #5c5c5c;
	-webkit-box-shadow: 0px 0px 18px #5c5c5c;
	box-shadow: 0px 0px 32px #5c5c5c;
	/* For IE 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#6c6c6c, Enabled=true)";  */
	/* For IE 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#6c6c6c') */
}

.difficulty-image
{
	width:80px;
	height:10px;
	border: 1px solid #000;
}

.banner, .satellite-map, .trail-map, .street-view, .video
{
	text-align: center;
}

.h1-city
{
	font: bold 14pt Arial, Helvetica, sans-serif;
/*	font: bold 13pt Arial,"Lucida Sans Unicode","Lucida Grande",Tahoma,Verdana,sans-serif; */
	margin-top: 32px;
}

.thumbtext-image, .thumbtext-image-200, .thumbtext-image-220, .thumbtext-image-250
{
	float:left;
	width: 160px;
	margin: 0 auto 18px auto;
	text-align: center;
}

.thumbtext-image-200
{
	width: 206 px;
}

.thumbtext-image-220
{
	width: 226 px;
}

.thumbtext-image-250
{
	margin: 8px auto 18px auto;
	width: 250px;
}

.thumbtext-text, .thumbtext-airy-text, .hotel-text
{
	margin: 0px 0px 18px 170px;
	text-align: left;
}

.thumbtext-text-200, .thumbtext-airy-text-200
{
	margin: 0px 0px 18px 212px;
	text-align: left;
}

.thumbtext-text-220, .thumbtext-airy-text-220, .thumbtext-title-220
{
	margin: 0px 0px 18px 232px;
	text-align: left;
}

.thumbtext-title-220
{
	font: bold 12pt Arial, Helvetica, sans-serif;
}

.thumbtext-sub-title
{
	font: 9pt Arial, Helvetica, sans-serif;
	font-style: italic;
}

.thumbtext-airy-text
{
	line-height: 135%;
}

.mobile-float-clear
{
	margin: 0px 0px 0px 0px;
}

.tablet-float-clear
{
	margin: 0px 0px 0px 0px;
	clear:both;
}


.img-small-float-mobile
{
	float:right;
	margin: 0px 2px 6px 12px;
}



.thumb-info-nugget, .text-info-nugget 
{
	display: inline-block;
	width: 210px;
	margin: 1em 1em 1em 1em;
	text-align: left;
	vertical-align: top;
}

.text-info-nugget
{
	margin: 0.5em 1em 0.5em 1em;	
}


.slideshow-400-conditional
{
	background: #ffffff;
	margin-left: 10px;
	margin-right: 0px;
	padding: 8px 0 0 16px;
	padding-right: 0px;
	width: 405px;   /* 420 */
	height: 300px;  /* 300 */
	float:right;
	text-align:center;
}


#mobile-nav, .mobile-nav, .mob-nav, .nav
{
	display: none;
}

.show-mobile-only
{
	display: none;
}

.image-thumbs-table, .gallery-nav-table
{
	width: 210px;
}

.show-lt480
{
	display:none;
}

.embedded-video iframe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px)
{
	.embedded-video
	{
		position: relative;
		padding-bottom: 52.8%;
		padding-top: 25px;
		height: 0;
	}
}
@media screen and (min-width: 769px)
{
	.embedded-video
	{
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
}

.no-tablet
{
	display:none;
}