﻿body {
	margin: 0;
	padding: 0;
}

#ss-container {
	margin: 0 auto;
	width: 780px;
}

#ss-topmenu {
	padding: 0;
	margin: 0 auto;
	display: flex;
}

#ss-topmenu>div>a:hover {
	text-decoration: none;
}

#ss-sciname {
	width: 60%;
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0;
	clear: left;
}

#ss-ad {
	width: 20%;
	padding: 0;
	margin: 0;
	float: right;
}

#ss-photomap-container {
	/*clear: both;*/
}

#ss-photo {
	width: 50%;
	text-align: center;
}

#ss-photo-full {
	text-align: center;
	clear: both;
}

#ss-map {
	text-align: center;
	width: 50%;
	float: right;
}

#ss-main {
	padding: 0;
	margin: 0;
	clear: both;
}

#ss-moreinfo-container {
	margin: 0 auto;
}

.ss-moreinfo {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
}

.ss-div15 {
	width: 15%;
	float: left;
	margin: 0;
	padding: 0;
}

.ss-div25 {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

#ss-collab {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 10px 0 10px 0;
}

#ss-footer {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: vissible;
}

.ss-fiftypercent {
	width: 50%;
	float: left;
}

.ss-clearboth {
	clear: both;
}


/* tooltip for speciest list added by MOrtiz */
.tooltip
{
  font-style:xx-small;
  text-decoration:none;
  position:relative;
}
.tooltip span
{
  display:none;
  font-style:xx-small;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
}
.tooltip span img
{
  font-style:xx-small;
  float:left;
  margin:0px 8px 8px 0;
}
.tooltip:hover span
{
  font-size:xx-small;
  display:block;
  position:absolute;
  top:10;
  left:0;
  z-index:1000;
  width:absolute;
  max-width:1000px;
  min-height:150px;
  border:1px solid gray;
  margin-top:-170px;
  margin-left:-5px;
  overflow:hidden;
  padding:8px;
}

.tooltip2
{
  font-style:xx-small;
  text-decoration:none;
  position:relative;
}
.tooltip2 span
{
  display:none;
  font-style:xx-small;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
}
.tooltip2 span img
{
  font-style:xx-small;
  float:left;
  margin:0px 8px 8px 0;
}
.tooltip2:hover span
{
  font-size:xx-small;
  display:block;
  position:absolute;
  top:10;
  left:0;
  z-index:1000;
  width:210px;
  max-width:500px;
  min-height:50px;
  border:1px solid gray;
  margin-top:-90px;
  margin-left:-65px;
  overflow:hidden;
  padding:10px;
}

/* Facebook "Send" flyout position */
.fb_edge_comment_widget {
	/*margin-top: -250px;*/
}

span.sciname a:link, span.sciname a:visited, span.sciname span.sciname a:active {
	text-decoration: none;
	color: #3870a0;
}

span.sciname a:hover {
	text-decoration: underline;
	color: blue;
}

span.noLinkDesign a:link, span.noLinkDesign a:visited, span.noLinkDesign a:hover, span.noLinkDesign a:active {
	text-decoration: none;
	color: #3870a0;
}
span.noLinkDesign a:hover {
	text-decoration: underline;
	color: blue;
}

.form-cont {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.col-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.categ {
	padding-bottom: 5px;
}
.categ span {
	text-align: left !important;
}
.categ-title {
	font-weight: bold !important;
	font-style: italic;
}
.categlink {
	padding-left: 10px;
}

a.info {
	text-decoration: none;
	color: #0066cc;
}

.legend {
	font-size: 11px;
}

.legend .range {
	font-weight: bold;
	display: inline-block;
	width: 95px;
	font-family: monospace;
}

.legend .item {
	display: flex;
}

#ss-heading {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

nav {
	display: flex;
	align-items: center;
	background: #203C88;
	font-family: sans-serif;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.logo img {
	height: 30px;
	width: auto;
}

.menu-list {
	display: flex;
	align-items: stretch;
	flex: 1;
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-item {
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-item > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	/*min-height: 48px;*/
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 6px 5px;
	line-height: 1.4;
	cursor: pointer;
	word-break: break-word;
	transition: background 0.15s;
}

.menu-item:first-child > a {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-item:hover > a {
	background: #EF7B14;
}

.submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #203C88;
	min-width: 150px;
	z-index: 100;
	border-top: 2px solid #203C88;
	list-style: none;
	padding: 0 10px 0 10px;
}

.menu-item:hover .submenu {
	display: block;
}

.submenu li a {
	display: block;
	width: 100%;
	padding: 10px 0px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: background 0.12s;
}

.submenu li:last-child a { border-bottom: none; }

.submenu li a:hover {
	background: #EF7B14;
}

.arrow {
	font-size: 10px;
	margin-left: 3px;
	opacity: 0.7;
}
