﻿/* CSS layout */
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/* Typography
 *----------------------------------------------- */
body {
	background: #222222 url(../images/bg-checker.png);
}
body, input, textarea {
	color: white;
	text-shadow: 0 -1px 0 black;
	font-size: 16px;
	line-height: 1.625em;
	font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.625em;
	margin: 0;
	color: #d0eb6a;
}
h1 {
	font-size: 40px;
	line-height: 1.2em;
}
h2 {
	font-size: 34px;
	line-height: 1.45em;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #88a616;
}
h4 {
	font-size: 16px;
}
/* Text elements
 *----------------------------------------------- */
p {	
	text-align: center;
	margin: 0 0 1.25em 0;
	line-height: 1.625em;
}
ul, ol {
	margin: 0 0 1.25em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
/* Links */
a {
	color: #8ad459;
	text-decoration: none;
}
a:hover {
	color: #589e29;
}
::-moz-selection, ::selection {
	background: #e7931a;
	color: white;
}
.footer {
	background: rgba(0, 0, 0, 0.4);
	color: #e7931a;
	text-align: center;
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.5;
	margin: 20px 0 20px 0;
	overflow: auto;
	padding: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
	
	
}
.header {
background: rgba(255, 255, 255, 0.3);
	text-align: center;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

}
.pre {
background: rgba(255, 255, 255, 0.1);
	text-align: center;
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.5;
	margin: 20px 0 20px 0;
	overflow: auto;
	padding: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
}
