body
{
	font-family: Cardo;
	background-color: rgb(202, 238, 238);
	background-color: hsl(197, 89%, 89%);
	color: rgb(0, 82, 41);
	color: hsl(150, 100%, 16%);
	background-image: url("../images/asteroids/hex-bg3-4-bluish.png");
	font-variant-ligatures: common-ligatures;
	-webkit-font-variant-ligatures: common-ligatures;
	-webkit-font-feature-settings: "kern", "onum";
	font-kerning: normal;
	-moz-font-feature-settings:"dlig=1,onum=1;
	-moz-font-feature-settings:"dlig", "onum";  /* EDIT: new syntax for FF 15+ */
	-ms-font-feature-settings:"dlig", "onum";
	-o-font-feature-settings:"dlig", "onum";
	-webkit-font-feature-settings:"dlig", "onum";
	font-feature-settings:"dlig", "onum";
}

.masthead a:link, .masthead a:visited, .masthead a:hover, .masthead a:active
{
	font-family: Cardo;

	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: common-ligatures;
	-webkit-font-feature-settings: "kern", "onum";
	font-feature-settings: "kern";
	font-kerning: normal;
	font-feature-settings:"normal";
	font-size: 400%;
	line-height: 90%;
	color: rgb(255, 255, 255);
	color: hsl(0, 0%, 100%);
	position: relative;
	margin-top: -10px;
	text-shadow:
   -0.0px -0.0px 1.5px rgb(163,185,194),
    0.0px -0.0px 1.5px rgb(163,185,194),
    -0.0px 0.0px 1.5px rgb(163,185,194),
     0.0px 0.0px 1.5px rgb(163,185,194),
     2px 2px 6px rgb(106,175,175);
}

main, nav
{
	background-color: rgb(224, 245, 255);
	background-color: hsl(200, 100%, 94%);
	border-color: rgb(148, 209, 209);
	border-color: hsl(180, 40%, 70%);
}

main
{
	height: 3000px;
	overflow-y: scroll;
	display: block;
}

hr
{
	opacity: 0.25;
	filter: alpha(opacity=25); /* For IE8 and earlier */
}

footer
{
	color: rgb(0, 102, 51);
	color: hsl(150, 100%, 20%);
}

.divider
{
	background-color: rgb(186, 186, 186);
	background-color: hsl(0, 0%, 73%);
}

.announced-date
{
	font-size: 150%;
	line-height: 80%;
	float: left;
	width: 50%;
	margin: 20px 0px 20px 0px;
}

summary
{
	font-size: 110%;
	float: left;
	display: block;
	width: 50%;
}

.float-right
{
	margin: 10px 0px 10px 20px;
}

.title
{
	float: left;
	position: relative;
	left: -3px;
	top: 10px;
	margin-bottom: 10px;
}

figure
{
	display: block;
	margin: 1200px -60px 0px 0px;
}

.archives
{
	display: block;
	font-size: 100%;
	font-family: monospace;
	line-height: 120%;
	margin-top: 30px;
}

.chart
{
	border: none;
	padding: 2px;
	text-align: center;
	display: inline-block;
	margin: 0px 0px 50px 0px;
	color: rgb(204, 213, 255);
	color: hsl(229.2, 100%, 90%);
	text-align: center;
}

.chart table
{
	margin:auto;
}

.chart td
{
	text-align: center;
	padding: 0;
}

.bar
{
  float: left;
  position: relative;
  margin: auto;
}


.generic-slide-caption
{
	width:120px;
	text-align: left;
	float:left;
	position:relative;
}


figcaption, aside
{
	font-style: initial;
	text-align: left;
	float:left;
	position:relative;
	font-size: 80%;
	line-height: 150%;
}

figcaption, aside
{
	color: rgb(98, 147, 147);
	color: hsl(180, 20%, 48%);
}

figcaption a, aside a, a
{
	color: rgb(0, 194, 194);
	color: hsl(180, 100%, 38%);
}

aside
{
	font-style: initial;
	text-align: left;
	font-size: 80%;
}

.genericSlideshowContainer
{
	float: right;
	top: -50px;
}

.histogram-fill
{
	background-color: rgb(64, 170, 191);
	background-color: hsl(190,50%,50%);
	padding: 0px;
	float: left;
	opacity: 0.4;
}

.flourish
{
	background-image:
	url(../images/asteroids/corner-bluish-lt.png),
	url(../images/asteroids/corner-bluish-rt.png),
	url(../images/asteroids/corner-bluish-lb.png),
	url(../images/asteroids/corner-bluish-rb.png);
}
