@charset "utf-8";
/* CSS Document */

.inner_content{
	padding:16px 0px 0px;
}

.search-bar{
	position: relative;
	top: 22px;
	margin-right: 18px;
}

.search-button{
	display:none;
}

/*.factsheet .span4.isotope .span2 {
    margin-left: 0px;
}

	

/*ul.factindex li a{
	font-style: italic;
}*/

.super{
	margin-left:2.5%;
}
.family{
	margin-left: 5%;
}

.subf{
	margin-left:7.5%;
}

.tribe{
	margin-left:10%;
}

.genus{
	margin-left:12.5%;
}
.gallery .default{
	height:30px!important;
}

/*.span8 {
    margin-right: 28px;
}*/

.fancybox-margin.fancybox-lock{
		overflow: hidden!important;
}

.fact_entry h3{
	position:relative;
	left:1px;
}

.pager.nav-buttons li > a{
	border-radius: 15px;
	width: 60px;
}

.row.nav-buttons{
	float:right;
	position: relative;
	left: -360px;
	top: -86px;
	height: 0px;
}

.menu_wrap .nav > li{
	width: unset;
}

/*h1.title{
	position:relative;
	left:-3px;
}*/

.factsheet .pager{
	
/*	margin:30px!important; */
	float:right;
}

.pager li > a{
	border-radius: 0px;
	margin-right: 10px;
}

.factsheet .portfolio_zoom{
	left:40%;
}

.fancybox-title{
	font-style: italic!important;
}
/*#filters li a:link{
	background: #19C1C3 none repeat scroll 0% 0%;
	
}

#filters a{
	color: #FFF;
}*/


/*.pp_content,.pp_right,.pp_hoverContainer{
	
	max-width: 326px;
	max-height: 365px;
}

#fullResImage{
	max-width:336px;
	max-height: 365px;
}

.pp_top,.pp_bottom{
	max-width:361px;
}

.pp_details{
	max-width: 326px;
	position: relative;
	top: 6px;
}

.pp_content,.pp_content_container{
	max-width:336px;
	max-height: 420px;
}

.pp_left,.pp_right{
	height:420px;
}

.pp_bottom {
	position: relative;
	top:0px;
}

div.pp_pic_holder{
	max-width: 400px;
	max-height: 400px;
	position:fixed;
	top: 230px!important;
	left: 740px!important;
}
*/
/*#fullResImage, .pp_pic_holder.pp_default, .pp_content,.pp_hoverContainer{
	
	max-height: 500px;
	max-width: 500px;
}

div.pp_pic_holder{
	position:fixed;
	top: 120px!important;
	left: 566px!important;
}

.pp_top,.pp_content_container{
	width:104%;
}

.pp_details{
	max-width: 800px;
    position: relative;
    top: -40px;
}

.pp_bottom{
	height: 69px;
}*/

/*Dark theme alphabet menu in individual color theme.css folders*/

/*
.filters li a:link {
	display: block;
	margin: 0 10px 10px 0;
	float: left;
	padding: 6px 10px;
	list-style: none;
	font-weight: 400;
	text-transform: uppercase;
	background: #222;
	color: white;

}

.filters li a:hover {
	background: #bbb;
	color: #fff;
}

.filters li a:active {
	background: #222;
	color: #777;
}
*/

/*added to keep visited alphabet white*/
.page-numbers{
	width: 10px;
	text-align: center;
	/*color: white;*/
}

/*
ul{
	margin: 0 0 10px 0px;
	 list-style: none; 
}
*/

ul.page{ 
list-style: disc;
margin: 0 0 10px 25px;
}

.glossimg {
	display:none;
}
.glossimg_above {
	display:none;
	position: absolute;
	top: -300px;
}
a:hover img.glossimg {
	display:block;
	position: absolute;
	box-shadow: 0px 0px 20px 15px #777;
	z-index: 1;
	max-width: 250px;
}
.letter_wrapper{
	position: relative;
}
a img:hover{
	opacity: 1;
}

.menu_wrap .nav ul {
	left: 0px;
}

/*ITP TOP MENU*/
.highlight{
	background-color:yellow;
	color:black;
}
/* Base */
.top-bar {
    font-size: 12px
}
.top-bar .inner-wrapper {
	min-height:40px;
}
.top-bar.dark {
    background-color: #222;
    border: 1px solid #333;
}

/* Top menu */
nav.top-menu {
    z-index: 13;
/*    text-transform: uppercase; changed 12/7/15 */
}
ul.top-menu {
    list-style: none;
    z-index: 10;
    padding: 0;
    margin: 0;
}
nav.top-menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}
ul.top-menu > li { /*changed to right aligned on 12/7/15 */
    border-right: 1px solid #333;
    float: right;
}
.top-bar.light ul.top-menu > li {
    border-left: 1px solid #eee
}
ul.top-menu > li:last-child {  /*changed to right aligned on 12/7/15 */
    border-left: 1px solid #333
}
.top-bar.light ul.top-menu > li:last-child {
    border-right: 1px solid #eee
}
ul.top-menu > li > a {
    color: #999;
    padding: 10px 8px;
    display: block;
    position: relative;
}
.top-bar.light ul.top-menu > li > a {
    color: #333
}
ul.top-menu a:hover {
    background-color: #292929;
    color: #fff
}
ul.top-menu > li:hover > a {
    color: #fff;
    background-color: #292929
}
.top-bar.light ul.top-menu > li:hover > a {
    color: #333;
    background-color: #f9f9f9
}
ul.top-menu ul.sub-menu > li:hover > a {
    background-color: #292929;
    color: #fff
}

.top-bar.light ul.top-menu ul.sub-menu > li:hover > a {
    color: #333;
    background-color: #f9f9f9;
}

/*REFERENCES*/
.hangingIndent {
  padding-left: 22px ;
  text-indent: -22px ;
}

/*Factsheet Image thumbnail spacing*/
.category01 {
	border-color: #dbdbdb;
	margin-bottom: 40px;
	padding: 8px;
	line-height: 18px;
	}