/*
.sprite { background: url('sprite.png') no-repeat top left;  } 
.sprite.arrow-next { background-position: -188px 0px; width: 22px; height: 52px;  } 
.sprite.arrow-prev { background-position: -156px -62px; width: 22px; height: 52px;  } 
.sprite.icon-download { background-position: -117px -146px; width: 14px; height: 12px;  } 
.sprite.icon-pause { background-position: -92px -168px; width: 15px; height: 16px;  } 
.sprite.icon-play { background-position: -67px -194px; width: 15px; height: 16px;  } 
.sprite.icon-share { background-position: -45px -220px; width: 12px; height: 14px;  } 
.sprite.modal-close { background-position: 0px -244px; width: 35px; height: 35px;  }
*/
/* elments using the sprite */
.modal-header #slideshow-control,
.modal-body #prev a,
.modal-body #next a,
.modal-body .modal-close,
.modal-footer .tools .share,
.modal-footer .tools .download,
.modal-header .tools .share,
.modal-header .tools .download {
	background: url(../../images/common/modal-sprite.png) no-repeat;
}
html, body {
  width: 100%;
  height: 100%;
}
@media print {
    html, body {
        height: auto;
    }
}
.modal-overlay {
	background: #232323;
	opacity:.95;
	position: fixed;
	left: 0;
	top: 0;
	z-index:2001;
	display: block;
	width: 100%;
	height: 100%;
}
@media \0screen\,screen\9 { /* ie7/ie8*/
	.modal-overlay { filter:alpha(opacity=95); }
}
.modal {
	width: 874px;
	margin: auto;
	font: 13px/15px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
}
.modal.fluid,
.modal-wrapper.fluid {
	width: 90%;
	height: 85%;
	padding: 5%;
	margin: 0;
}
.modal-container { /* this wraps the modal so it can be fixed on the page, but still be centered via css using modal-wrapper*/
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2002;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.modal-wrapper { /* this allows the modal to be centered horizontally via css */
	margin: 5% auto 0;
	overflow: visible !important ; 
	width: 800px;
}
.modal-header {
	color: #737272;
	padding: 10px 8px;
}
.modal-header #slideshow-control {
	background-position: -67px -190px;
	display: inline-block;
	width: 15px;
	height: 16px;
	margin: 0 5px -4px;
	text-indent: -999em;
	overflow: hidden;
}
.modal-header #slideshow-control.playing {
	background-position: -92px -164px;
}
.modal-header #counter {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}
.modal-header .download-box { right:8px;}
.modal-header .share-box { right:-5px; width:auto;}
.modal-header .share-box h3 { width:100px; }
.modal-header .share-box li { background:none; }

.modal-body {
	background-color: #fff;
	padding: 8px;
	margin: auto;
	position: relative;
	-moz-box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	overflow: visible !important ; /* keeps meta showing while animating */
	width:100%;
}
/*clear the modal-body*/
.modal-body:after,.modal-footer:after {content:".";display:block;height:0;clear:both;visibility:hidden;top:-1em;position:relative;}

.modal.fluid .modal-body,
.modal-wrapper.fluid .modal-body {
	width: 98%;
	height: 98%;
	padding: 1%;
}
.modal-body #prev a, .modal-body #next a {
	background-position: -156px -62px;
	display: block;
	width: 21px;
	height: 50px;
	text-indent: -999em;
	overflow:hidden;
	position: absolute;
	top:50%;
/*	left:8px;*/
/*	margin-left:8px;*/
	margin-top:-25px;
	z-index: 100;
	left:11px;
}
.modal-body #next a {
	background-position: -188px 0px;
	right: 11px;
	left:auto;
	left:none;
}
.modal-body .modal-close {
	background-position: 0px -244px;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -999em;
	overflow:hidden;
	position: absolute;
	right: -14px;
	top: -16px;
	z-index: 100;
}
.modal-footer {
	padding: 0;
}
.modal-footer h1 {
	font:  25px/30px 'OFLSortsMillGoudyRegular', Georgia, "Times New Roman", Times, serif;
	color: #fff;
	float: left;
	margin: 10px 0;
}
.modal-footer h1 span{
	margin-right:20px;
}
.modal-footer .author { color:#ccc; font-size:14px;}

.modal-footer .details-link {
	font: 13px/15px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #6e6578;
	background:url("../../images/pages/modal/arrow-right.png") no-repeat scroll right bottom transparent;
	padding: 0 15px 0 0;
	margin: 0;
	-moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	white-space:nowrap;
}
.modal-footer .tools {
	float: right;
	margin: 0;
	padding: 10px 20px;
	font-size: 11px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-moz-box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	box-shadow: 0 3px 18px rgba(0, 0, 0, .7);
	background-color: #303030;
	background-image: -moz-linear-gradient(right, #303030, #232323); /* FF3.6 */
	background-image: -o-linear-gradient(right, #303030, #232323); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear,top right,top left,color-stop(0, #303030),color-stop(1, #232323)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#303030, #232323); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(right, #303030, #232323);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030', EndColorStr='#232323');
}
.modal-header .tools {
	float: right;
	margin: 0;
/*	padding: 10px 20px;*/
	font-size: 11px;
}

.modal-header .tools li a{
	line-height:15px;
}
.modal-wrapper .tools li {
	display: inline;
	position:relative;
}
.modal-wrapper .tools li + li {
	margin-left: 10px;
}
.modal-wrapper .tools a {
	padding: 0 0 0 20px;
	color: #737272;
	/*-moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);*/
}
.modal-wrapper .tools .share-list a {
	color: #486FAE;
	text-decoration:none;
}
.modal-wrapper .tools .share-list a:hover {
	color: #3B4B6D;
}
.modal-wrapper .tools .share {
	background-position: -45px -217px; /* y -3 */
}
.modal-wrapper .tools .download {
	background-position: -117px -139px; /* y -3 */
}
.modal-header .tools .share {
	background-position: -45px -214px; /* y -3 */
}
.modal-header .tools .download {
	background-position: -117px -140px; /* y -3 */
}
.tools .share:before,
.tools .download:before {content: none;} /* remove pseudo element inherited from content.css */
.modal-footer ul.dropdown {
    float: left;
    margin: 0px 42px 0 0;
}
.modal-wrapper ul.dropdown > li {
    margin: 0;
    position: relative !important;
}
.modal-wrapper ul.dropdown > li:hover > ul {
    left: 0;
}

.modal-wrapper ul.dropdown > li > ul {
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    background: none repeat scroll 0 0 #FDFBF7;
    border: 1px solid #908972;
    display: block;
    left: -999em;
    list-style: none outside none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 27px;
    width: 140px;
    z-index: 10;
}

.modal-wrapper ul.dropdown > li > ul li {
    background: none repeat scroll 0 0 transparent;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}
.modal-wrapper ul.dropdown li li a {
    display: block;
    margin: 0 10px 0 0;
    padding: 0 !important;
}
.modal-wrapper ul.dropdown li li.last a {
	margin-right:0;
}
.modal-wrapper .dropdown li li.dropdown-triangle {
    background: url("../../images/common/breadcrumb-dropdown-triangle.png") no-repeat scroll 10px top transparent;
    left: 0;
    position: absolute;
    top: -12px;
    width: 100%;
}
.modal-footer .share-list a{text-decoration: none;}
.modal-wrapper .tools.dropdown a:hover {
	color:inherit;
}
.modal-container .dropdown > *:hover > a.share { display:inline-block;}
.modal-container .tools .share, .modal-container .tools .download { font-size:11px;}
.modal-container .tools .share { margin-right:30px;}
.modal-header .tools .share { margin-right:10px;}
.modal-header .tools { margin-right:10px;}

.modal-header ul.dropdown > li > ul {
	left:-110px;
}
.modal-header .dropdown li li.dropdown-triangle {
	background-position:110px top;
}
.modal-header ul.dropdown > li:hover > ul {
    left: -110px;
}

/* maps */
.map-sidebar {
	/*display: table-cell;*/
	width: 26.666667%; /* 280px */
	height: 100%;
	background: #e2dccc;
	vertical-align: top;
	float: left;
	/*border: 1px solid #adadad;*/
	/*overflow: auto;*/
}
	.map-header {padding: 20px 15px;}
	.map-sidebar h1 {
		color: #3c424e;
		font: normal 48px/54px 'OFLSortsMillGoudyRegular', Georgia, "Times New Roman", Times, serif;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}
	.map-sidebar p {
		color: #514b3b;
		margin: 0;
	}
	.map-sidebar .map-nav {
		overflow: auto;
		display: block;
		border-top: 1px solid #c6c0b4;
	}
	.map-nav li {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #c6c0b4;
	}
	.map-nav li a {
		display: block;
		padding: 10px 15px;
		color: #6f6959;
		text-decoration: none;
	}
	
	.map-nav li a:hover,
	.map-nav li a.active {
		background: #c2bb9f; /* Old browsers */
		background: -moz-linear-gradient(top, #c2bb9f 0%, #cec8b2 35%, #cec8b2 65%, #c2bb9f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2bb9f), color-stop(35%,#cec8b2), color-stop(65%,#cec8b2), color-stop(100%,#c2bb9f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #c2bb9f 0%,#cec8b2 35%,#cec8b2 65%,#c2bb9f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #c2bb9f 0%,#cec8b2 35%,#cec8b2 65%,#c2bb9f 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #c2bb9f 0%,#cec8b2 35%,#cec8b2 65%,#c2bb9f 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2bb9f', endColorstr='#c2bb9f',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #c2bb9f 0%,#cec8b2 35%,#cec8b2 65%,#c2bb9f 100%); /* W3C */
	}
	.map-nav .place {
		display: block;
		color: #a29b93;
		font: 12px Georgia, "Times New Roman", Times, serif;
	}
	.map-nav li a:hover .place,
	.map-nav li a.active .place {color: #6f6959;}
.map-main {
	/*display: table-cell;*/
	width: 73.333333%; /* 770px */
	height: 100%;
	float: left;
}

.modal-wrapper .click-menu a {
	padding:0;
	color:#CE7E49;
}
/* social/share dropdown */
.social {
	overflow: hidden;
	display: block;
	float: left;
}
ul.tools .social li {
	list-style: none;
	display: block;
	float: left;
	margin:0;
	padding:0;
}
.social li + li a {margin-left: 10px;}
.modal-wrapper .social a {
	height: 17px;
	display: block;
	text-decoration: none;
	text-indent: -999em;
	background-image: url(//edge.ldscdn.org/ml/ldsorg/notebook/20110406/images/study-tools-sprite.png);
}
.social .twitter {
	background-position: 0 -189px;
	width: 14px;
}
.social .facebook {
	background-position: 0 -216px;
	width: 18px;
}
.social .delicious {
	background-position: 0 -244px;
	width: 18px;
}
.social .email {
	background-position: 0 -269px;
	width: 19px;
}
/* end social/share dropdown */

.fly-out,
.tool-tip {
	background: #373737;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
	top: 25px;
	margin: 0;
	padding: 16px 15px 20px 18px;
	position: absolute;
	right: -55px;
	text-align: left;
	width: 326px;
	z-index: 10;
}
.fly-out .close {
	background: url(../../images/common/close-d7d7d7-373737.gif) no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	text-indent: -99999em;
	width: 10px;
}
.fly-out h3 {
	color: #fff;
	font-size: 14px;
	margin: 0 0 12px;
	width: 240px;
}
.fly-out p {
	color: #9f8f87;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
}
.fly-out .copyright {
	font-size: 10px;
	margin: 0 0 6px;
}
.fly-out a:link, .fly-out a:visited {
	color: #ce7e49;
	text-decoration: underline;
}
.fly-out a:hover {
	text-decoration: underline;
}
.fly-out .download-options a {
	margin-left: 3px;
}
.download-box .download-list {
	display:inline;
}
#primary .fly-out hr {
	border-bottom: 1px solid #4C4C4C;
	border-top: 1px solid #201D1D;
	float: none;
	height: 0;
	margin: 15px auto;
	*margin: 10px auto;
	width: 305px;
}
.fly-out .triangle {
	background: url(../../images/common/triangle-black.png) no-repeat scroll 0 -43px transparent;
	height: 13px;
	position: absolute;
	right: 45px;
	width: 33px;
}
.fly-out .triangle {
	background-position: 0 1px;
	top: -11px;
}