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;
}

/* *********************************************************************** */


html,body {
	background-color: #D0A9F5;
	font-size: 2.25vh;
	height: 100vh;
	margin: 0;
	padding: 0;
}


/* *********************************************************************** */
/* ************CONTENT AREAS************ */

div#circuit-content {
	height: 100vh;
	width: 100vw;
}
div#circuit-header-content {
	height: 8vh;
}
div#circuit-body-content {
	height: 70vh;
}
div#circuit-footer-content {
	height: 10vh;
	margin-top: 2vh;
}



/* *********************************************************************** */
/* ***************LCD ELEMENTS******************* */

div#LCD-frame {
	position: absolute;
	background-color: darkgreen;
	height: 51ch;
	width: 101ch;
	left: 5ch;
	top: 15ch;
}

div#LCD-screen {
	position: absolute;
	background-color: lightgrey;
	border: 0.5ch solid black;
	height: 30ch;
	width: 80ch;
	left: 10ch;
	top: 10ch;
}

div.LCD-text {
	position: float;
	width: 100%;
	height: auto;
	font-color: black;
	font-size: 7.5ch;
	margin: 1ch;
	font-family: "Lucida Console", Courier, monospace;
}

div#LCD-line-1 {
	left: 0;
	top: 0;
}
div#LCD-line-2 {
	left: 0;
	top: 50%;
}


/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */
/* ************TEXT ELEMENTS************ */

div.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
div.medium-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding: 1vh;
}
div.large-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	padding: 1vh;
}

div#caveat, div#page-title {
	//font-color: yellow;
}


/* *********************************************************************** */
/* ************LOGO************ */

div#logo-container {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
}

img#logo {
	height: 12vh;
	width: auto;
}



/* *********************************************************************** */


