/*! Pure v0.6.0 Copyright 2014 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  https://github.com/yahoo/pure/blob/master/LICENSE.md
  */

html
{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body
{
	margin: 0;
}

footer,
nav
{
	display: block;
}

a
{
	background-color: transparent;
}

a:active,
a:hover
{
	outline: 0;
}

h1
{
	font-size: 2em;
	margin: .67em 0;
}

img
{
	border: 0;
}

svg:not(:root)
{
	overflow: hidden;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}

.pure-img
{
	max-width: 100%;
	height: auto;
	display: block;
}
