/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/  */

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


/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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


/* FONTS */

@font-face {
	font-family: 'ethnocentric';
	src: url('../x/fonts/ethnocen.ttf') format('truetype');
}


/*

We also link to Google Fonts:
	'Roboto Condensed' (regular and bold)
	'Teko' (regular and bold)
	
*/


/* LAYOUT */

body,
html {
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	color: #666;
}


/* BASIC STYLES */

TD, TH, P, LI, SPAN, A, DIV {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18pt;
}

h1, h2, h3 {
	font-family: 'ethnocentric';
	color: #000;
	margin: 1em 0 1em 0;
}

h1 {
	font-size: 300%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 150%;
}

A {
   color: #38B;    
}

TD {
	padding: 0.2em;
}

TABLE {
	margin: 1em 0;
}

OL, UL {
	margin: 0.75em 0 1.0em 2em;
	list-style: disc;
}

LI {
	line-height: 1.4em;
}

P {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

.subtext { 
	font-size: 90%;
	color: #999;
}

B {
	font-weight: bold;
	color: #38B;    
}

DIV>H1:first-child,
DIV>H2:first-child,
DIV>H3:first-child,
.topless {
	padding-top: 0;
	margin-top: 0;
}

SECTION {
	margin: 0 auto 0 auto;
	padding: 1em 0 2em 0;
	max-width: 1100px;
}

HEADER {
	background-color: #000;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1.0) 100%), url(../x/img/map/bg/spacebg_002.jpg) 50% 50% no-repeat, #000;
	background-size: cover, cover;
	color: #FFF;
	text-align: center;
	box-shadow: 0 0 1em #000;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: 4em;
}

HEADER h1 {
	/* color:#6CE;  */
	/* text-shadow: #6CE 0 0 0.3em; */
	color: #FFF;
	font-size: 36pt;
	letter-spacing: 0.35em;
	line-height: 1.25em;
	margin: 0.5em 0;
}

HEADER IMG {
	max-width: 200px;
	margin: 1em;
	box-shadow: 0.5em 0.5em 0.5em #000;
}

NAV {
	background: #000;
	color: #FFF;
	padding: 0.5em;
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
}

NAV A {
	flex: 1 1 auto;
	display: block;
	text-align: center;
	margin: 0.25em;
	line-height: 1.4em;
	text-decoration: none;
	border-radius: 0.25em;
	background: #333;
	color: #BBB;
}

NAV A.playnow {
	background: #54B848;
	color: #FFF;
}

TH,
TD {
	border: 1px solid #999;
	padding: 0.25em 0.5em;
}

TH {
	font-weight: bold;
}

TD.done {
	color: #181;
}

TD.todo {
	color: #D11;
}

TD.partial {
	color: #FA2;
}

TD.cut {
	color: #999;
}

TD.done,
TD.todo,
TD.partial,
TD.cut {
	text-align: center;
}


@media screen and (max-width: 800px) {
	HEADER H1 {
		font-size: 165%;
		letter-spacing: 0;
	}
	H2 {
		font-size: 150%;
	}
	H3 {
		font-size: 125%;
	}
	SECTION {
		padding: 0 8px;
	}
}