/*
		FOR HIGHLIGHT TEMPLATE
*/

/* fixed width highlight space */
#hl_content {
width: 800px;
min-height: 1000px;
margin: 15px 0px 0px 0px;
border-right: 1px solid #dedede;
}

/* left column of highlight space */
#hl_left {
width: 250px; float: left;  margin: 0px 50px 20px 0px;
}

/* right column of highlight space */
#hl_right {
display:block; margin-left:auto; margin-right: auto;
}

/* red paragraph style for highlight section headers */
/* 2012-11-27 J. Riley added h2 version so that markup will be semantic for section headers. Use <h2 class="hl_category"> from now on */
p.hl_category, h2.hl_category {
font-weight: normal;
font-size: 1.3em;
margin-bottom: -1px;
color:#be1c1c;
}

/* thin page break line that goes between text sections in highlight */
hr.hl {
background-color: #bababa;
color: #bababa;
margin: 15px 0px 15px 0px;
height:1px;border:none;
width: auto;
}

/* fixed column spans that lie inside the right column underneath the image gallery */
.hl_column {
/* font-size: .95em; */
float: left;
margin: 0px 30px 0px 0px;
width: 220px;
height: auto;
}



/*
		FOR HIGHLIGHT NAVIGATION
*/

/* for top horizontal navigation of highlight years */
#hl_years {
width: 1000px
height: 50px;
font-size: 12px;
float: left;
margin: 0px 0px 15px 0px;
font-weight: 100;
}

/* highlight box in show all category pages */
.hl_item {
font-size: .9em;
width: 208px;
height: 380px;
margin: 10px 12px 50px 0px;
float: left;
background-color: #f0f0f0;
padding: 20px;
-webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px;
}

/* caption box that sits inside hl_item in show all category pages */
.caption_box {
font-size: 1em;
width: 210px;
margin-top: -5px;
line-height: 16px;
}

/* image styling that sits inside htl_item in show all category pages */
img.hl_item_photo {
float: left;
margin: 0px 0px 10px 0px;
border: 5px solid #fff;
}

/* class for highlight read more links-- inside hl_item */
a.hl_readmore:link {border-top: 1px solid #7d7d7d; color: #981515; text-decoration: none;padding: 5px 10px 5px 0px; margin-top: 20px; }
a.hl_readmore:visited {border-top: 1px solid #7d7d7d; color: #981515; text-decoration: none;padding: 5px 10px 5px 0px; margin-top: 20px; }
a.hl_readmore:hover {border-top: 1px solid #7d7d7d; color: #981515; text-decoration: underline;padding: 5px 10px 5px 0px; margin-top: 20px; }
a.hl_readmore:active {border-top: 1px solid #7d7d7d; color: #981515; text-decoration: underline;padding: 5px 10px 5px 0px; margin-top: 20px; }




/*
		FOR HIGHLIGHT PHOTO BOX
*/

/* light grey box that holds the image gallery */
#hl_photos_box {
width: 450px;
height: auto;
float: left;
margin: 20px 0px 20px 0px;
background-color: #efefef;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
z-index: 1;
}

/* text and background styling for image caption in image gallery */
.caption {
background-color: #000;
background-color: rgba(0,0,0,.7);
color: #fff;
margin: -45px 0px 0px 2px;
width: 412px;
height: auto;
z-index: 2000;
position: relative;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 440px; 
	margin: 10px 5px 0px 0px;

}

/* image gallery navigation- previous/next links, etc  */
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}

/* controls- styling for navigation buttons in image gallery */
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

/* defines the slideshow space in image gallery */
div.slideshow-container {
	position: relative;
	clear: both;
	height: 341px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 440px;
	overflow: hidden;
}

/* defines the loading screen while images are loaded into image gallery */
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	/*background-image: url('http://hq-beta-web-server.win.int.unavco.org/lib/images/hl_photos_nav/loader.gif');*/
	background-repeat: no-repeat;
	background-position: center;
	width: 440px;
	height: 340px; /* This should be set to be at least the height of the largest image in the slideshow */
}

/* slideshow settings define the size and placement of image inside the image gallery */
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 440px;
	height: 341px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 341px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	width: 436px;
	margin-left: -3px;
}

/* defines the placement of the red View full image button. readmore classes define color and rollover options */
div.download {
	float: right;
	margin-top: -265px;
	z-index: 199;
}

/* class for view larger link-- inside image gallery */
/* class for view larger link-- inside image gallery */
a.view-image-button:link {background-color: #ce3939; color: #fff; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 5px 10px 5px 10px; }
a.view-image-button:visited {background-color: #ce3939; color: #fff; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 5px 10px 5px 10px; }
a.view-image-button:hover {background-color: rgba(23,23,23,.9); background-color: #171717; color: #fff; text-decoration: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 5px 10px 5px 10px; }
a.view-image-button:active {background-color: rgba(23,23,23,.9); background-color: #171717; color: #fff; text-decoration: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 5px 10px 5px 10px; }

/* class for view larger link-- inside image gallery caption text */
a.read-more-link:link {color: #bae765; text-decoration: none; padding: 5px 10px 5px 10px; }
a.read-more-link:visited {color: #bae765; text-decoration: none; padding: 5px 10px 5px 10px; }
a.read-more-link:hover {color: #fbc228; text-decoration: none; padding: 5px 10px 5px 10px; }
a.read-more-link:active {color: #fbc228; text-decoration: none; padding: 5px 10px 5px 10px; }


/* further definitions for image caption in image gallery */
div.caption-container {
margin-top: -20px;
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 440px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
	font-size: 11px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

/* defines the alignment and spacing of the small thumbnail photos in image gallery. Note the width of 100px is defined in the html */
ul.thumbs {
	width: 450px;
	height: auto;
	float: left;
	clear: both;
	margin: -48px 0px 0px 10px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 10px 3px -2px;
	list-style: none;
	height: 80px;
	width: 102px;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	height: 80px;
	width: 102px;
}
ul.thumbs li.selected a.thumb {
	background: #000;
	height: 80px;
	width: 102px;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 102px;
	height: 80px;
	z-index: 190;
	position: relative;
}

/* defined styling for pagination, although we will rarely have enough photos to require this */
div.pagination {
	padding-top: 10px;
	clear: both;
	height: 40px;
}
div.navigation div.top {
	margin-bottom: 12px;
	
	height: 11px;
}
div.navigation div.bottom {
	margin: 2px 0px 0px 9px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
