html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
header,
footer,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
hgroup,
figure {
	display: block;
}

legend {
	display: none;
}

body {
	font: 100%/1.5 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande',
		'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;
	color: #000;
	/* if image is not present use solid color for background */
	background-color: #C0D5F0;
}

a {
	text-decoration: none;
	color: #2D383A;
}

a:hover,
a:focus {
	background-color: #0095B7;
	color: #000;
	outline: none;
}

a:active {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}

h1 {
	/* large text has a unique font */
	font: normal 1.6em/1.3 'Gill Sans', 'Droid Sans', 'Calibri',
		'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;
	text-rendering: optimizeLegibility;
	margin-bottom: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h3 {
	margin: 0;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

.nav {
	margin: 0 -1em;
	text-align: center;
}

.nav li {
	display: inline-block;
	position: relative;
	margin-right: -4px;
}

.nav li a {
	display: block;
	padding: 1em;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #736A62;
	letter-spacing: 2px;
}

.nav li a:hover {
	color: white;
}

.pageWidth {
	max-width: 65em;
	margin: 0 auto;
}

header[role="banner"] {
	background-color: white;
}

.banner {
	margin-top: 0.4em;
}

.bannerImage {
	display: block;
	width: 512px;
	height: 128px;
}

header[role="nav"] {
	background-color: orange;
}

header[role="nav"] .nav {
	clear: left;
}

.content {
	max-width: 65em;
	margin: 0 auto;
	margin-top: 2em;
	position: relative;
	text-align: left;
	/* overflow controls what happens when content does not fit in the box */
	/* hidden means don't show content that does not fit in the box */
	/* visible means show content that does not fit in the box */
	/* scroll means add scroll bars for content */
	overflow: hidden;
	-webkit-animation: fadein 0.4s ease-out 1;
	-moz-animation: fadein 0.4s ease-out 1;
	-ms-animation: fadein 0.4s ease-out 1;
	animation: fadein 0.4s ease-out 1;
	position: relative;
}

.content imgDisabled {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	border-radius: 0.5em;
}

section[role="error"] img {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.article,
.articleListing {
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.article h1 {
	font-size: 1.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	background-color: #6D654A;
	color: #fff;
	padding-top: 0.2em;
}

.article h2,
.articleListing h2 {
	font-weight: bold;
}

.article h3,
.articleListing h3 {
	color: #2D383A;
	padding-top: 0.2em;
	font-weight: bold;
}

.article h4,
.articleListing h4 {
	color: #2D383A;
	padding-left: 1em;
}

.article header,
.articleListing header {
	padding-bottom: 0.4em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
}

.articleListing header a {
	display: block;
	outline: none;
	font-size: 1.4em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
	background-color: #6D654A;
	color: #eee;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.articleListing header a:hover {
	background-color: #733380;
	color: #fff;
}

.article header ul,
.articleListing header ul {
	padding: 0.2em 0;
	padding-left: 2em;
}

.article header li,
.articleListing header li {
	display: inline-block;
}

.article header li a,
.articleListing header li a {
	text-transform: lowercase;
	padding: 0.4em;
	color: #614051;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.article header li a:hover,
a:focus {
	color: #000;
}

.article-text {
	font-size: 1em;
	padding-bottom: 1em;
}

.article-text h1 {
	font-size: 1.4em;
	display: none;
}

.article-text h2 {
	display: block;
	margin-top: 1em;
	padding-top: 0.1em;
	padding-left: 0.4em;
	margin-bottom: 0.2em;
	color: #222;
	background-color: #D6D0B1;
}

.article-text p {
	text-indent: 0.4em;
	margin-bottom: 0.8em;
}

.article-text a {
	padding: 0.4em;
	color: #614051;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.article-text pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.article-text code {
	display: block;
	background-color: #444;
	color: #eee;
	font-size: 1.2em;
	padding: 0.4em;
}

.visualization {
	padding-left: 1em;
	padding-top: 1em;
}

#d3Legend {
	padding-left: 2em;
}