html {
	z-index: 1;
	background: white;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
body {
	display: block;
	width: 1024px;
	min-height: 100%;
	margin: 0 auto;
	font: 11px/1.45 arial;
	width: 1024px;
	background: white;
	border-radius: 1em 0 1em 1em;
	box-shadow: 0 0 .5em .5em rgba(0,0,0,.2);
	position: relative;
}

body > article {
	font-size: 11px;
	z-index: 2;
	position: relative;
	max-width: 512px;
	margin: 0 auto 2em;
	padding: 0 3em 9em;
}

h1,
h2, 
h3, 
h4 {
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
h1 {
	text-align: center;
	font-size: 50px;
	font-family: Copperplate;
	margin: 1em 0 0;
	color: rgb(255, 0, 255);
}

h2 {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	text-transform: none;
	line-height: 1.2;
	position: static;
	text-align: left;
	background: white;
	color: black;
}
h2 span {
	text-transform: none;
}
h2 i {
	font-style: normal;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0;
	background: white;
	color: black;
	padding: 0;
}
h3 + p {
	margin-top: 0;
}

p {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

a {
	color: black;
}

figure {
	width: 1px;
	opacity: 0;
}
figcaption {
	display: none;
}
@media (max-width: 30em) {
	figure {
		margin: 0 -2.2em 1em;
	}
	figcaption {
		padding: 0 2.2em 0;
	}
}


nav a,
aside a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#topnav {
	margin: 0 -512px 0 0;
	position: absolute;
	right: 50%;
	top: -3.1em;
}
#topnav ul {
	margin: 0;
	padding: .7em;
	list-style: none;
	overflow: hidden;
	background: white;
	border-radius: 1em 1em 0 0;
	border: solid rgba(0, 0, 0, 0.2);
	border-width: 1px 0 0 1px;
}
#topnav li {
	float: left;
	font-size: 1.1em;
}
#topnav li:first-of-type,
#mainnav li:first-of-type {
	padding-left: .5em;
}
#topnav li:after,
#mainnav li:after {
	content: '|';
	margin: 0 1em;
}
#topnav li:last-of-type::after,
#mainnav li:last-of-type::after {
	content: '';
	margin: 0;
}

#mainnav {
	margin: .5em;
	border-radius: .7em .7em 0 0;
	border: 1px solid rgba(0,0,0,.2);
	border-width: 1px 1px 0;
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.2);
	position: relative;
	padding-bottom: 4em;
	z-index: 2;
	background: white;
}
#mainnav::before {
	content: ' ';
	background: url(../images/header.jpg) 50% 50%;
	display: block;
	height: 14em;
	margin: .5em;
	border-radius: .5em;
}
#mainnav::after {
	content: ' ';
	display: block;
	background: white;
	width: 100%;
	height: 1em;
	margin-top: 4em;
	position: absolute;
}
#mainnav ul {
	list-style: none;
	margin: .5em .5em 0 .5em;
	padding: .5em;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.2);
	border-radius: .5em;
}
#mainnav li {
	display: inline-block;
	font-size: 1.1em;
}




.breadcrumb {
	list-style: none;
	margin: -3em 0 1em 2em;
	padding: 0;
	position: absolute;
	z-index: 3;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:after {
	content: ' >';
	color: red;
}
.breadcrumb li:last-of-type:after {
	content: '';
}



#subnav {
	position: absolute;
	top: 26.9em;
	left: .5em;
	right: .5em;
	bottom: .5em;
	z-index: 1;
	padding: .5em;
	border: 1px solid rgba(0,0,0,.2);
	border-width: 0 1px 1px;
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.2);
	border-radius: 0 0 .75em .75em;
	margin: 0;
}
#subnav ul,
aside ul {
	padding: .2em 1em;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.2);
	border-radius: .5em;
	margin: .5em 0 1em;
	width: 20%;
	list-style: none;
}
#subnav ul::before,
#subnav h3,
aside h3 {
	margin-top: 0;
	content: 'In this edition';
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 3;
	border-bottom: 1px solid rgba(0,0,0,.2);
	max-height: 3em;
}
aside ul {
	padding: 0;
	border: 0;
	margin: .5em 0 0;
	box-shadow: 0 0 0 transparent;
	width: auto;
}
#subnav li,
aside li {
	line-height: 3;
	border-bottom: 1px solid rgba(0,0,0,.2);
	max-height: 3em;
}
#subnav li:last-of-type,
aside li:last-of-type {
	border: none;
}
#subnav li.is-active {
	background: #ebebeb;
}
#subnav a,
aside a {
	display: block;
}

aside {
	position: absolute;
	z-index: 2;
	top: 27.9em;
	right: 1.2em;
	width: 20%;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.2);
	border-radius: .5em;
	padding: .5em;
}
aside article,
#subnav article {
	position: relative;
	max-width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.2);
	border-radius: .5em;
	padding: .5em 1em;
	margin: 0 0 1em;
}
aside article:last-of-type {
	margin: 0;
}
#subnav article {
	max-width: 20%;
}
aside img,
#subnav img {
	width: 100%;
}

aside form {
	margin: 0;
	padding: 1em 0 0;
	overflow: hidden;
}
aside input {
	width: 100%;
	margin: 0 0 1em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
aside button {
	float: right;
}

