/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, button, input, select, textarea { color: #222; }

body { font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }

/* A better looking default horizontal rule */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img { vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset { border: 0; margin: 0; padding: 0; }


/* Allow only vertical resizing of textareas. */
textarea { resize: vertical; }


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir { background-color: transparent; border: 0; overflow: hidden;
    *text-indent: -9999px; /* IE 6/7 fallback */
}
.ir:before { content: ""; display: block; width: 0; height: 100%; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/*Clearfix: contain floats*/
.clearfix:before,
.clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }

/* For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */
.clearfix { *zoom: 1; }


/* ==========================================================================
   Fonts
   ========================================================================== */


@font-face { font-family:dos; src: url(../fonts/437vga.ttf); }
@font-face { font-family:inconsolata; src: url(../fonts/Inconsolata.ttf); }


/* ==========================================================================
   Author Defined Classes
   ========================================================================== */
.terminal .log { background:#000; color:#0F0; font-family:monospace; font-size:1em; padding:10px; position:absolute; left:0px; top:0px; right:0px; bottom:30px; overflow-y:scroll; overflow-wrap:break-word;}
.terminal .command { position:absolute; left:0px; right:0px; height:32px; bottom:0px; background:#333; color:#0F0; font-family:monospace; }
.terminal .command input { border:0px; height:30px; background:none; color:#0F0; font-family:monospace; outline:none; width:70%; font-size:1em;}
.terminal .command span { border:0px; height:30px; background:none; color:#0F0; font-family:monospace; outline:none; width:90%; font-size:1em;}

.terminal .effect { color:#4F4; font-family:monospace; font-size:1em; padding:10px; position:fixed; left:0px; top:0px; right:0px; bottom:30px; Z-index:10;}

/* Let's get this party started */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(0,255,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,255,0,0.4); 
}

.helptxt { color:#AFA }
.comtxt  { color:#0AF }

.syndicate { color:#A00; }
.syndicate_header { color:#F33; }
.syndicate_record { color:#B48; }

.riverValley { color:#FFF; }
.riverValley_header { color:#FFFF57; }
.riverValley_record { color:#FFF; }

.centeredMenu{ height:450px; width:100%; text-align:center;}
