@import "../../assets/scripts/lcbrcss.css";

#seaLife img {
	float: right;
	width: 200px;
	margin: 7px 10px;
	border: 1px solid #000;
	padding: 1px;
}

#creatureList {
	margin-left: 10px;
	line-height: 1.4em;
}

#seaLife {
	margin-right: 175px;
}

#seaLifeSubNav {
	float: right;
	width: 163px;
	border: 1px solid #999;
}

#seaLifeSubNav b {
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 5px;
	background: #0a6ea9;
	color: #fff;
	border-bottom: 1px solid #999;
	letter-spacing: 0.1em;
}

#creatureList_creaturePage {
	line-height: 1.4em;
	list-style: none;
}

#creatureList_creaturePage li {
	clear: both;
	padding-left: 7px;
	font-family: Arial;
	font-size:11px;
}

#creatureList_creaturePage .currentCreature {
	background: #ffc;
}

#creatureOfTheDay {
	margin-left: 20px;
	float: right;
	width: 300px;
	border: 1px solid #999;
}

#creatureOfTheDay h3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	margin: 0  0 10px 0;
	background: #0a6ea9;
	color: #fff;
	border-bottom: 1px solid #999;
}

#creatureOfTheDay img {
	clear: both;
	display: block;
	float: none;
	margin: 15px auto;
	padding: 1px;
	border: 1px solid #666;
}

#creatureOfTheDay p {
	margin: 0 10px 1em 10px;
}

#creatureOfTheDay h4 {
	margin: 0 10px 0.5em 10px;
	font-size: small;
}