/*[CDATA[ */
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
@import url('https://fonts.googleapis.com/css?family=VT323');

html
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #333333;
}

body
{
	width: 100%;
	padding: 0;
	margin: 0;
}

#master
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #333333;
	border-collapse: collapse;
}

#header
{
	margin: 0;
	padding: 0;
	height: 100px;
	width: 100%;
	font-family: 'Press Start 2P', cursive;
	font-size: 1.2em;
	color: #FF0000;
	text-align: center;
	border: none;
}

#topic
{
	font-family: 'Press Start 2P', cursive;
	font-size: 1.2em;
	color: #FF0000;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
}

#menu
{
	background-color: #999999;
	font-family: 'Press Start 2P', monospace;
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	text-align: center;
}

.menulink:link, :visited
{
	text-decoration: none;
	color: #FFFFFF;
}

.menulink:hover
{
	color: rgba(0,0,0,0.5);
}

#content
{
	background-color: #333333;
	height: 50%;
	width: 100%;
	min-height: 70%;
	padding: 0;
	margin: 0;
	position: absolute;
}

#term
{
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-color: #333333;
	background-color: #000000;
	min-height: 80%;
	min-width: 80%;
	visibility: hidden;
#	font-family: 'VT323', monospace;
	font-family: consolas;
#	font-size: 1.2em;
	font-size: 1em;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
}

#nfc
{
	word-break: break-all;
}

.trow
{
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.termgreen
{
	color: #33FF00;
	visibility: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.termwhite
{
	color: #FFFFFF;
	visibility: hidden;
        white-space: pre-wrap;
        word-wrap: break-word;
	padding-left: 40px;
}

#blgindex
{
	font-family: consolas;
	font-size: 1em;
}

.blgindlink:link, .blgindlink:visited
{
        text-decoration: none;
        color: #FF0000;
	font-family: consolas;
	font-size: 1em;
}

.blgindlink:hover
{
        color: #8B0000;
}

#scrindex
{
	font-family: consolas;
	font-size: 1em;
}

.scrindlink:link, .scrindlink:visited
{
        text-decoration: none;
        color: #FFFF00;
	font-family: consolas;
	font-size: 1em;
}

.scrindlink:hover
{
        color: #9B870C;
}

.tglink:link, :visited
{
	text-decoration: none;
	color: #FFFFFF;
}

.tglink:hover
{
	color: #C0C0C0;
}

.socimg
{
	visibility: hidden;
	width: 20px;
	margin: 2px;
	vertical-align: middle;
}


.code
{
	color: #FF0000;
	padding-left: 40px;
	word-wrap: break-word;
}

#linkbox a
{
	text-decoration: none;
	color: #0000EE;
}
					
.retroimg
{
	max-width: 100%;	
}

#toolbarContainer
{
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,0.8);
}

#toolbar
{
	height: 100%;
	border-style: none solid dotted solid;
	text-align: center;
	padding-top: 18px;
	box-sizing: border-box;
}

#All-list, #PC-list, #GW-list, #NES-list, #SNES-list, #N64-list, #GB-list, #GBC-list, #GBA-list, #DEV-list
{
	font-family: 'Press Start 2P', bold;
	font-size: 0.8em;
	text-decoration: none;
	visibility: hidden;
}

#All-list:link, #All-list:visited, #PC-list:link, #PC-list:visited, #GW-list:link, #GW-list:visited, #NES-list:link, #NES-list:visited, #SNES-list:link, #SNES-list:visited, #N64-list:link, #N64-list:visited, #GB-list:link, #GB-list:visited, #GBC-list:link, #GBC-list:visited, #GBA-list:link, #GBA-list:visited, #DEV-list:link, #DEV-list:visited
{
	text-decoration: none;
	color: #FF0000;
	
}

#All-list:hover, #PC-list:hover, #GW-list:hover, #NES-list:hover, #SNES-list:hover, #N64-list:hover, #GB-list:hover, #GBC-list:hover, #GBA-list:hover, #DEV-list:hover
{
	color: #FFFFFF;
}
/*]]*/
