body {
	background-color: #000;
	color: #ccc;
}

body, html { margin: 0; }

#content
{
	width: 640px;
	margin: 0 auto 3em auto;
	clear: both;
}

.term {
	font-family: FixedsysExcelsior301Regular,fixedsys,"Courier New",courier,fixed,monospace;
	font-size: 16px;
	color: #adabad;
	background: none;
	line-height: 15px;
}
.term .termReverse {
	color: #000;
	background: #adabad;
}

.term .blueBg { background-color: #0025b1 !important; }
.term .redBg { background-color: #da0004 !important; }

#terminal { margin-bottom: 3.5em; clear: both; }

#header
{
	width: 100%;
	height: 28px;
	background-color: #2d2d2d;
	margin: 0 0 32px 0;
	padding: 0;
}
#searchbar
{
	width: 640px;
	height: 28px;
	overflow: visible;
	margin: 0 auto 3em auto;
}
#searchbar ul { margin: 0; padding: 0; }
#searchbar ul li
{
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 27px;
	list-style: none;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #bbb;
	cursor: pointer;
}
#searchbar ul li span.spacer
{
	display: block;
	width: 12px;
	height: 2px;
	float: left;
}
#searchbar ul li a
{
	color: #bbb;
	text-decoration: none;
}
#searchbar ul li a.current,
#searchbar ul li a:hover,
#searchbar ul li a:active
{
	color: #fff;
	text-decoration: none;
}

h1
{
	font-family: FixedsysExcelsior301Regular,fixedsys,"Courier New",courier,fixed,monospace;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
	padding-bottom: 0;
	text-align: left;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px #2b6afd solid;
	border-left: 0;
	color: #2b6afd;
	font-size: 16px;
	display: none;
}
h2
{
	font-family: georgia,times,serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
	padding-bottom: 0;
	text-align: left;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px #2b6afd solid;
	border-left: 0;
	color: #a0a0a0;
	font-size: 12px;
	letter-spacing: 1px;
	clear: both;
}
span.h1bg
{
	background-color: #adabad;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px #2b6afd solid;
}
p
{
	font-family: georgia,times,serif;
	font-size: 12px;
	color: #909090;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a {color: #aaa; text-decoration: none;}
a:hover {color: #7091ff; text-decoration: underline;}
a:active {color: #c90004; text-decoration: underline;}

#virtualkbd
{
	position: relative;
	display: none;
	margin-left: 40px;
	top: -1.5em;
}

#virtualkbd a:active { opacity: 0.94; }

@font-face {
    font-family: 'FixedsysExcelsior301Regular';
    src: url('webfonts/fsex300-webfont.eot');
    src: url('webfonts/fsex300-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/fsex300-webfont.woff') format('woff'),
         url('webfonts/fsex300-webfont.ttf') format('truetype'),
         url('webfonts/fsex300-webfont.svg#FixedsysExcelsior301Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* social media */

div#socialMediaPane
{
	vertical-align: middle;
	width: 642px;
	padding: 2px 0 0 0;
	margin: 0;
}
div#socialMediaInnerPane {float: right; visibility: hidden;}

div#socialTwitter { float: left; margin: 2px; }
div#socialFB { float: left; margin: 2px; }
div#socialGplus { float: left; margin: 2px; }

a.webbyBadge
{
	display: block;
	text-decoration: none;
	text-indent: -999px;
	height: 125px;
	width: 125px;
	background-image: url(../badges/webby17honoree_site_bug.png);
	background-repeat: none;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-ms-opacity: 0.9;
	-o-opacity: 0.9;
	opacity: 0.9;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (    -ms-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	a.webbyBadge
	{
		-webkit-background-size: 125px 125px;
		-moz-background-size: 125px 125px;
		-ms-background-size: 125px 125px;
		-o-background-size: 125px 125px;
		background-size: 125px 125px;
		background-image: url(../badges/webby17honoree_site_bug_250.png);
	}
}