.small {
	font-size: 0.5em;
}

#colophon {
		font-size: 0.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h2 + h3 {
	margin-top: -10px;
}

h3 + h4 {
	margin-top: -10px;
}

#subnav {
	padding: 10px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 10px;
}

#subnav LI {
	margin-top: 8px;
	margin-left: -10px;
}

#subnav P {
	font-weight: bold;
}

A {
	text-decoration: none;
}

.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.center {
	margin: auto;
	clear: both;
	margin-bottom: 25px;
}

#main_nav {
	margin: auto;
	background-color: #ceeded;
	border: 1px solid #999999;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

#main_nav A {
	margin-left: 20px;
	margin-right: 20px;
}

.refs P {
	padding-left: 25px;
	text-indent: -25px;
	max-width: 1200px;
}

.minerals {
	margin: auto;
	width: 600px;
}

.minerals > UL {
	width: 225px;
	display: inline-block; 
}

.minerals > UL > LI {
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #999999;
	margin-left: -20px;
}

.minerals > UL > LI > UL > LI {
	list-style: none;
	padding: 7px;
	margin-left: -10px;
}

#body_cont {
	width: 1120px;
	margin: auto;
	margin-top: 20px;
}

#body_cont IMG {
	margin-right: 15px;
}

#map {
	width: 900px;
	height: 619px;
}

#map_img {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#map_overlay {
	top: -619px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	display: inline;
	z-index: 2;
}

#element_nav {
		display: inline;
		float: right;
		width: 202px;
		margin-top: -550px;
}

#element_nav A:link.links, #element_nav A:visited.links  {
	padding: 5px;
	display: list-item;
	list-style: none;
	border: 1px solid #999999;
	width: 190px;
	text-align: center;
	margin-bottom: 5px;
	color: black;
}

#element_nav A:hover.links, #element_nav A:active.links {
	background-color: black;
	color: white;
}

A.elm_link {
	font-weight: bold;
	color: #006600;
}

A:hover.elm_link, A:active.elm_link {
	text-decoration: underline;
}


A.rollover {
	color: #3333ff;
}

A:hover.rollover, A:active.rollover {
	text-decoration: underline;
}

A.external {
	color: #8d4322;
	font-weight: bold;
}

A:hover.external, A:active.external {
	text-decoration: underline;
}

#stats {
	width: 300px; 
	border: 1px solid #999999;
	margin-bottom: 25px;
}

#stats td {
	padding: 5px;
}

#A_stat img, #C_stat img, #top5_stat img {
	margin: auto;
	display: block;
}

#A_stat h3, #C_stat h3, #top5_stat h3 {
	text-align: center;
	margin-top: -10px;
}

#stats tr:nth-child(even) {
	background: #CACECF;
}

.close {
	text-align: right;
}

#top5_icon {
	height: 51px;
	line-height: 81px;
	vertical-align: middle;
}

#a_icon, #c_icon {
	height: 62px;
	line-height: 92px;
	vertical-align: middle;
}

.layer_icon IMG {
	display: inline;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	margin-bottom: -30px;
}
.layer_icon P {
	margin-top: 0px;
	display: inline-block;
	margin-left: -15px;
	vertical-align: top;
	margin-bottom: 0px;
}

.layer_icon A {
	border: 0px;
}

.tool {
	color: #9D0096;
	cursor: help;
	text-decoration: underline dotted;

}
#periodic {
	margin: auto;
}

#periodic .number {
	display: inline-block;
	float: left;
	font-size: .5em;
	padding: 2px;
}

#periodic .short {
	font-size: 1.3em;
	text-align: center;
	display: block;
	clear: left;
}

#periodic .name {
	font-size: .7em;
	text-align: center;
	display: block;
	clear: left;
	padding-bottom: 5px;
}

#periodic A {
	color: black;
}

#periodic DIV, #periodic TD {
	width: 5em;
	height: 4.5em;
}

.active_elm {
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.active_elm:hover {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

#carbon {
	height: 5em; 
	width: 20em;
	padding-top: 9em;
	position: absolute;
	visibility: hidden;
	text-align: center;
}

.circle {
	display: inline-block;
	position: relative;
    background: black;
    width: 5em;
    height: 5em;
    border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.circle:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.circle P {
	text-align: center;
	font-size: .8em;
	color: white;
	position: relative;
    top: 25%;
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);

}

#preload { display: none; }
