/*** CSS reboot ***/
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-weight: 300;
  line-height: 1.3;
  background: #F4F6F7;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/** end of CSS reboot ***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 1000px;
  margin: 20px auto;
}
a {
  text-decoration: none;
  color: #1133aa;
  color: #3D5FA6;
  transition: all 0.5s ease 0s;
}
a:hover {
  text-decoration: none;
  color: #bdd2ff;
}
p, 
.item-page td,
.item-page li {
	color: #404040;
	font-size: 0.8em;
	margin-bottom: 12px;
}
.item-page td p {
	font-size: 1em;
	margin-bottom: 0;
}  
table {
	  margin-bottom: 12px;
}
td {
	padding-bottom: 4px;
	padding-right: 8px;
}
em, i {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {
	color: #808080;
	font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 12px;
}
h2 {
	color: #A6823B;
	font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 4px;
}
h6 {
	color: #9AA6BF;
	font-size: 0.875em;
  font-weight: bold;
  margin: -12px 0 12px 0;	
}
.blogspecies h1,
.blogspecies h2,
.blogspecies h3 {
  display: inline;
  padding-right: 8px;
}
.blogspecies h2 {
  font-style: italic;
  font-size: 1em;
  color: #808080;
}


ul {
	padding-left: 20px;
	list-style-type: disc;
}
ul.pager { 
	padding: 0;
}
ul.pager li { 
  display: inline;
}

div.right,
img[align~="right"] {
	margin: 0 0 0 10px;
}
div.left,
img[align~="left"] {
	margin: 0 10px 0 0;
}
.pull-right img {
	float: right;
}
.pull-left img {
	float: left;
}
.push-right p {
	text-align: right;
	position: absolute; 
	right: 300px;
	bottom: 60px;
}
.push-left p {
	text-align: left;
	position: absolute; 
  left: 300px;
	bottom: 60px;
}
p.caption_nojs {
	font-size: 0.64em;
	color: #9c9c9c;
}

.header {
  float: left;
  padding: 0;
  margin: 0;
}

.header-left {
  width: 200px;
  height: 150px;
  background: #fff url('/images/BoL-Logo.jpg') no-repeat;
  float: left;
}
.header-right {
  float: right;
  width: 800px;
  height: 150px;
  background: #fff;
}

/* 2 Column settings 200px:800px */
.container2 {
	background: #FFF;                  /* column 2 background colour         */
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
}
.container1 {
  color: #202020;
	background: #FFF;                  /* column 1 background colour        */
	float: left;
	width: 100%;
	position: relative;
	right: 800px;
}
.twocol .col1 {
	float: left;
	width: 200px;
	position: relative;
	left: 800px;
	padding-bottom: 40px;
	x-overflow: hidden;
}
.twocol .col2 {
  color: #202020;
  padding-top: 8px;
	float: left;
	width: 760px;
	position: relative;
	left: 820px;
	overflow: hidden;
}
.blogspecies table {
	margin-top: 12px;
	width: auto !important;
}
.blogspecies td:first-child {
	font-weight: bold;
	width: 60px;
  font-size: 0.8em;
}
.update { 
	color: #3366CC;
	font-weight: bold;
}
.clarification { 
	color: #009900; 
  font-weight: bold;
}
.recovery { 
	color: #A6823B; 
  font-weight: bold;
}
.correction { 
	color: #880000; 
  font-weight: bold;
}

.footer {
	clear: both;
  text-align: center;
}
.footer p {
	margin: 0;
}
.footer-inner {
	color: #DBE6FF;
	background: #9AA6BF;
	font-size: 1em;
	padding: 12px 0;
}
.footer-outer {
	background: #F4F6F7;
	font-size: 0.75em;
	text-align: right;
	padding: 3px 0;
}

/*** ARI menu over-rides ***/
ul#ariext87 li {
	width: 200px !important;
}
ul#ariext87 li li {
	width: 220px !important;
}
/*** Smart search over-rides ***/
.col2 > .moduletable > .finder .form-search {
	width: 100%;
}
.col2 > .moduletable:first-child > .finder .form-search input,
.col2 > .moduletable:first-child > .finder .form-search button {
	float: right;
}

.view-category .form-search:after {
	clear: both;
	margin-top: 24px;
}
#search-results {
  min-height: 250px;
}	
#search-results ul {
	padding-top: 20px;
}
#search-results ul li {
	list-style-type: none;
}
#search-results .search-pagination {
	display: none;
}

/** Suppress editing ***/
.btn-group,
ul.actions,
span.list-edit {
	display: none;
}