body
{
	font-family: Cardo;
	background-color: rgb(191, 252, 244);
	background-color: hsl(172.1, 91%, 86.9%);
	color: rgb(8, 0, 115);
	color: hsl(244.2, 100%, 22.5%);
	background-image: url("../images/temperature-converter/temperature-converter-bg2.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";
}

.footnote-or-credit, .footnote-or-credit:hover
{
	color: rgb(8, 0, 115);
	color: hsl(244.2, 100%, 22.5%);
}

.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: 300%;
	line-height: 110%;
	color: rgb(255, 255, 255);
	color: hsl(0, 0%, 100%);
	position: relative;
	margin-top: -10px;
	text-shadow:
    0px 0px 1px rgb(140,153,217),
    0px 0px 1px rgb(140,153,217),
    0px 0px 1px rgb(140,153,217),
    0px 0px 1px rgb(140,153,217),
    0px 0px 1px rgb(140,153,217),
    0px 0px 1px rgb(140,153,217),
   2px 2px 3px rgb(140,153,217);
}

main, nav
{
	background-color: rgb(233, 251, 251);
	background-color: hsl(180.3, 70%, 95%);
	border-color: rgb(150, 183, 183);
	border-color: hsl(180, 18.6%, 65.3%);
	max-height: 2000px;
	height: 2000px;
}

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

footer
{
	color: rgb(150, 183, 183);
	color: hsl(180, 18.6%, 65.3%);
}

.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, blockquote, aside, table.list
{
	color: rgb(41, 31, 173);
	color: hsl(244.2, 70%, 40%);
}

figcaption a, blockquote a, aside a
{
	color: rgb(65, 51, 255);
	color: hsl(244.2, 100%, 60%);
}

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

.ghost-note
{
	font-style: initial;
	text-align: left;
	opacity: 0.75;
	font-size: 66%;
}

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

table.listL, table.listR
{
	color: rgb(8, 0, 115);
	color: hsl(244.2, 100%, 22.5%);
	xfont-size: 75%;
	font-size:12px;
	float:left;
	background-color: rgb(255, 255, 255);
	background-color: hsl(172.1, 0%, 100%);
}

table.listL
{
	margin: 0px 7px 10px 4px;
}

table.listR
{
	margin: 0px 7px 10px 4px;
}

.listL tr:nth-child(even)
{
	background-color: rgb(212, 247, 247);
	background-color: hsl(180.3, 70%, 90%);
}
.listR tr:nth-child(even)
{
	background-color: rgb(212, 247, 247);
	background-color: hsl(180.3, 70%, 90%);
}

.listL td, .listR td, .submit-button, input, .option-class
{
	padding: 3px;
	border: 1px solid rgb(150, 183, 183);
	border: 1px solid hsl(180, 18.6%, 65.3%);
}

.submit-button, input
{
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	color: rgb(4, 149, 139);
	color: hsl(175.6, 95%, 30%);
	padding: 3px 8px 3px 8px;
}

.submit-button
{
	border-radius: 5px;
	background-color: rgb(225, 253, 251);
	background-color: hsl(175.6, 87.2%, 93.8%);
}

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