.body {
   background: white;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 12pt;
   }
   
.a:link, .a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

.print{
	display:block;
}

.no-print{
	display:none;
}

.ad-preloads{
	display:none;
}

.justified{
	text-align:justify;
}

.unstyled {
  margin-left: 0;
  list-style: none;
}

#sources h5{
	font-size: 24px;
    line-height: 36px;
}
#taxonomicTree h5{
	font-size: 24px;
    line-height: 36px;
}

#distribution-textual {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
    text-indent: 0;
}

#distribution-textual li:after {
    content: ",";
}
#distribution-textual li:first-child:before {
    padding-left: 0;
}
#distribution-textual li {
    float: left;
    padding-left: 0.5em;
}
li {
    line-height: 18px;
}
section {
    clear: both;
    padding-top: 20px;
    width: 100%;
}

th {
	text-align: left;
	}
	
.span8 {
width: 620px;
}

.thumbnails {
margin-left: -20px;
list-style: none;
}
.thumbnails > li {
float: left;
margin: 0 0 18px 20px;
}


section#bibliography ul {
	list-style: none;
}
section#bibliography ul	li a:before {
			content: "[";
		}
section#bibliography ul	li a:after {
			content: "]";
		}

section#sources dl dd ul {
	list-style: none;
}
section#sources dl dd ul li a:before {
			content: "[";
		}

section#sources dl dd ul li a:after {
			content: "]";
}
ul.citations {
	list-style: none;
	margin: 0px;
	float: right;
}	
ul.citations:before {
		/*content: "[";*/
	content: "";
	}
	
ul.citations:after {
		/*content: "]";*/
	content: "";
	}
	
ul.citations li {
		display: inline;
}	
ul.citations li:last-child:after {
				content: "";
			}
ul.citations li:after {
			content: ",";
		}

ul.citations li:before {
			content: "";
		}


.cclogos {
	height: 20px;
}

ul#taxonHierarchy,
ul#taxonHierarchy ul {
  list-style-type: none;
  margin: 0 0 10px 15px !important;
}

