/* Reset {{{ */
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/*}}}*/

/* Basic {{{ */

html { font-size: 62.5%; overflow-y: scroll; -webkit-font-smoothing: antialiased; }
html, body { height: 100%; }
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.3;
	font-size: 200%;
	color: #000;
	background: white;
	position: relative;
}
p,ul,table { margin-bottom: 1em; }
ul { margin-left: 20px; }
a {	text-decoration: none; cursor: pointer; color: rgba(0, 0, 0, 0.5); outline: none; -webkit-transition: 0.1s linear; -moz-transition: 0.1s linear; }
a:visited { color: rgba(0, 0, 0, 0.7); }
a:hover, a:focus { color: rgba(0, 0, 0, 0.7); text-decoration: none; }
a *, button * { cursor: pointer; }
a:link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.6); }
hr { display: none; }
span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }
h1 { line-height: 1.1; text-rendering: optimizeLegibility; }
header, footer { display: block; }
::selection { color:#fff; background: #aaa; background: rgba(0, 0, 0, 0.6); text-shadow: none; }
::-moz-selection { color:#fff; background: #aaa; background: rgba(0, 0, 0, 0.6); text-shadow: none; }

/*}}}*/

/* Layout {{{ */

body {
	margin: 0 30px;
	text-align: center;
}

header {
	padding: 3em 0;
}

header h1 {
	font-size: 160%;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}

#content {
	text-shadow: 1px 1px 0 #fff;
}

#content p {
	clear: both;
	text-align: center;
}

#content ul li {
	list-style-type: none;
	display: inline;
	padding: 0 0.37em;
	line-height: 2;
}

footer {
	padding: 30px 0;
	font-size: 70%;
	text-shadow: 1px 1px 0 #fff;
}

/*}}}*/

/* Media Print {{{ */

@media print {
	* { background: transparent !important; color: #444 !important; text-shadow: none; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a:after { content: " (" attr(href) ")"; }
	abbr:after { content: " (" attr(title) ")"; }
	.ir a:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}

/*}}}*/

