/* common.css */

/* ==================================================
   Global Typography
   ================================================== */

/* interaction */
::-moz-selection {
	color: #000;
	background: #fffa00;
	text-shadow: none;
}
::selection {
	color: #000;
	background: #fffa00;
	text-shadow: none;
}

/* common */
html, body, button, input, select, textarea {
	color: #fffa00;
	font-family: "HelveticaNeue", "Neue Helvetica", "Helvetica Neue", "Neue Helvetica W02", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 1.4;
}
html, body {
	cursor: default;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, th, td, hr {
	margin: 0;
	padding: 0;
}
article, aside, section, header, hgroup, footer, dl, ul, ol, pre, form, p, blockquote, table, address {
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
}

/* links */
a {
	color: #000;
	text-decoration: none;
}
a[rel*='external']:after {
	content: '\202F\2197';
}
a.download:after {
	content: '\202F\2935';
}

a:visited {

}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 14px;
	margin-bottom: 1.4rem;

	font-family: "HelveticaNeue", "Neue Helvetica", "Helvetica Neue", "Neue Helvetica W02";
	font-weight: 200;
	text-rendering: optimizeLegibility;
	line-height: 1.1;

	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
}
h1 {
	font-size: 130px;
	font-size: 13rem;
}
h1 span {
	font-size: 48px;
	font-size: 4.8rem;
}
h2 {
	font-size: 30px;
	font-size: 3.0rem;
}
h3 {
	font-size: 20px;
	font-size: 2.0rem;
}
h4 {
	font-size: 23px;
	font-size: 2.3rem;
}
h5 {
	font-size: 17px;
	font-size: 1.7rem;
}
h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* general */
p {

}
em, i {
	font-style: italic;
}
small {
	font-size: 50%;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

/* quotes */
blockquote {
	padding-left: 10px;
	padding-left: 1rem;
	border-left: 1px dotted;
}
blockquote p {
	margin: 0;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
	content: none;
}
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted;
}
address {

}

/* lists */
ul, ol {
	list-style-position: outside;
	padding-left: 30px;
	padding-left: 3rem;
}
dd {
	margin-left: 30px;
	margin-left: 3rem;
}

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* forms */
form {

}
fieldset {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
legend {
	border: 0;
	white-space: normal;
	*margin-left: -7px;
	margin-bottom: 10px;

	font-size: 20px;
	font-weight: bold;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
	overflow: visible;

	border: 1px solid #aec0cc;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
	border: 1px solid #aec0cc;
}

input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}
input.placeholder {
	color: #999;
}

textarea:-moz-placeholder {
	color: #999;
}
textarea::-webkit-input-placeholder {
	color: #999;
}
textarea:-ms-input-placeholder {
    color: #999;
}
textarea.placeholder {
	color: #999;
}

/* special */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #222;
}
dfn {
	font-style: italic;
}
ins {
	font-style: italic;
	text-decoration: none;
}
mark {
	background: none;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
iframe {

}

/* ==================================================
   Print Styles
   ================================================== */
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow:none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: ' (' attr(href) ')';
	}

	abbr[title]:after {
		content: ' (' attr(title) ')';
	}

	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}

	pre, blockquote {
		border: 1px solid #000;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}
