*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
html {
	-webkit-font-smoothing: antialiased;
	}
body {
	font-family: "Fedra Sans Alt Book 2", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	color: #333;
	}
header {
	background: #333;
	}
header div {
	width: 900px;
	margin: 0 auto;
	padding: 0.25em 1em;
	}
h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #f3f3f3;
	}
article {
	width: 900px;
	margin: 0 auto;
	padding: 2em 1em;
	}
h2 {
	font-family: "Greta Text Regular 2";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 2.1em;
	}
h2 em {
	font-family: "Greta Text Regular Italic 2";
	font-style: italic;
	font-weight: normal;
	font-stretch: normal;
	}
p, 
ul, 
ol {
	font-family: "Fedra Sans Alt Book 2", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 0.8em;
	line-height: 1.2;
	}
a {
	color: #29ABE2;
	text-decoration: none;
	}
a:hover, a:active, a:visited {
	color: #999;
	}
a:hover {
	border-bottom: #999 1px solid;
	}
strong,
.title {
	font-family: "Fedra Sans Alt Medium 2";
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	}
.definition {
	border-top: 2px dotted #333;
	border-bottom: 2px dotted #333;
	}
.definition strong {
	margin-left: 1em;
	}
sup {
	vertical-align: top;
	position: relative;
	top: -0.6em;
	font-size: 0.8em;
	}
sup a {
	margin: 0;
	padding: 0 1px;
	line-height: 0.8;
	}
sup a:hover {
	background: #29ABE2;
	color: #fff;
	text-decoration: none;
	}
footer {
	margin: 1em 0;
	padding: 1em 0;
	overflow: hidden;
	border-bottom: 2px dotted #333;
	}
footer .title {
	text-transform: uppercase;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 2px dotted #333;
	}
footer .footnotes {
	width: 350px;
	float: left;
	}
footer .fb {
	width: 470px;
	float: right;
	}
footer ul, 
footer ol {
	font-family: "Fedra Sans Alt Book 2", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	padding-left: 1.2em;
	margin-bottom: 3em;
	}
footer li {
	margin-bottom: 0.4em;
	}
footer li span {
	font-weight: 300;
	}
footer .nspc {
	margin-bottom: 1.1em;
	}
footer .small, .colophon {
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.3em;
	color: #666;
	}
.colophon a.badge {
	float: left;
	margin-right: 2em;
	}
.spc {
	margin-bottom: 3em;
	}

@media only screen and (max-device-width: 480px) {
	h1 {
		font-size: 1.2em;
		}
	h2 {
		font-size: 1.2em;
		}
	p, ol, ul {
		font-size: 0.8em;
		}
	header div, 
	article, 
	footer .footnotes, 
	footer .fb {
		width: 100%;
		float: none;
		}
	footer .nspc {
		margin-bottom: 1.1em;
		}
	}