body {
	margin: 3em;
	padding: 0;
	background-color: #eaebee;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 1.4em;
}

article {
	width: 55em;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited {
	color: #39f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

header p {
	color: #999b9f;
	margin: 0;
	padding: 0.8em;
	line-height: 1.6em;
	font-size: 0.9em;
}

header p strong {
	color: #808387;
	text-transform: uppercase;
}

h1::after {
	display: block;
	content: "";
	background: url('../_shared/createjs-logo-horizontal-gray-lightest.svg') no-repeat;
	height:2em;
	width: 6em;
	margin-top: -0.1em;
	float: right;
}

h1, h2 {
	color: #FFF;
	font-size: 1.6em;
	margin-bottom: 0;
	padding: 1.5em;
	padding-bottom: 1.2em;
	background: #374252;
	text-transform: uppercase;
}

h1 em {
	font-weight: 200;
	font-style: normal;
}

h2 {
	font-size: 1.3em;
	padding: 1em;
	padding-bottom: 0.8em;
}

h3 {
	background: #e0e1e5;
	color: #374252;
	font-size: 1.25em;
	padding: 0.5em;
	margin-top: 1.25em;
	margin-bottom: -0.5em;
	position: relative;
}

div.demo {
	border: solid 2px rgba(255, 255, 255, 0.4);
}

div.demo p {
	margin: 0;
	padding: 4px;
	font-size: 0.9em;
}

textarea {
	width: 100%;
	height: 60px;
}

div.demo p a {
	float: right;
}

iframe.demo {
	background-color: rgba(255, 255, 255, 0.25);
	border: none;
	margin-right: 8px;
}

code {
	color: black;
	background-color: rgba(255, 230, 0, 0.33);
	padding: 1px 3px;
	font-family: Courier New, Courier, serif;
	font-weight: bold;
}

A code, code A {
	color: rgb(0, 0, 172);
}

.highlight {
	background-color: rgba(250, 252, 255, 0.7);
	margin: 0;
	padding: 0.8em;
}