@CHARSET "utf-8";

/* CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

:root {
	color-scheme: light dark;
}

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 {
	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;
}

/* END CSS RESET */

html {
    border-width: 0;
    height: 100%;
    margin: 0;
    width: 100%;
}

body {
	position: relative;
	height: 100%;
	min-height:100%;
	width: 100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
	font-family: 'Muli', Verdana, sans-serif;
	font-size:100%;
	color: #888;
	line-height: 1.2;
}

/*@media (prefers-color-scheme: dark) {
	body {
		position: relative;
		height: 100%;
		min-height:100%;
		width: 100%;
		min-width: 320px;
		margin: 0;
		padding: 0;
		background-color: #282828;
		font-family: 'Muli', Verdana, sans-serif;
		font-size:100%;
		color: #f5f5f5;
		line-height: 1.2;
	}
}

@media (prefers-color-scheme: light) {
	body {
		position: relative;
		height: 100%;
		min-height:100%;
		width: 100%;
		min-width: 320px;
		margin: 0;
		padding: 0;
		font-family: 'Muli', Verdana, sans-serif;
		font-size:100%;
		color: #888;
		line-height: 1.2;
	}
}*/

a, span { /* span for "Share: " title */
	color: inherit;
}

a, span {
	text-decoration: none;
	
	-moz-transition: color 0.2s;
  	-webkit-transition: color 0.2s;
  	-o-transition: color 0.2s;
  	-ms-transition: color 0.2s;
  	transition: color 0.2s;
}

a:hover {
	color: #555;
}

/* alt
a:hover {
	color: #fff;
	background-color: #f54828;
}*/

div.clear {
	clear: both;
}

#content_wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -60px; /* for footer spacing - must match #footer/#footer_spacer height! */
}

p.header {
	margin: 0;	
	/*padding: 0 30px;
	color: #fff;
	background-color: #f54828;
	font-size: 800%;*/
	width: 280px;
	height: 172px;
	padding: 0;
	background: url("../img/tab_logo_lg.png") no-repeat center center;
	background-size: 280px 172px;
}

#footer, #footer_spacer {
	height: 60px; /* must match #content_wrapper neg margin! */
}

#footer {
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: center;
}

#footer div {
	font-size: 90%;
	color: #aaa;
}

#footer .social {
	/*margin: 0 0 15px;*/
	height: 40px;
}

#footer .social a, #footer .social span {
	padding: 0 5px;
}

#footer a:hover {
	color: #777;
}

#footer .copyright {
	height: 20px;
	font-size: 66%;	
}
