/********************************************************************
   CSS3 Primary Stylesheet -- Desktops, Laptops, etc.
   (c) Copyright 2004 - 2017: William Paul Liggett (a.k.a. junktext)
*********************************************************************/
body, tr {
	background-color:	#000000;
	font-size:		10.5pt;
	font-family:		monospace;
	color:			#ededed;
}

a:link {
	color:			#bb0000;
}

a:visited {
	color:			#bb0000;
}

a:hover {
	color:			#cc9900;
}

a:active {
	color:			#009900;
}

u {
	text-decoration:	none;
	border-bottom:		1px dashed;
}

table {
	background-color: 	#888888;
}

body {
	background-color:	#2a2a2a;
}

small {
	color:			#888888;
}

/* Give bullet points and list item numbers a nice yellow font. */
li {
	color:			#cc9900;
	font-weight: 		bold;
}

header {
	border-style:		none;
	background-color:	#2a2a2a;
	margin-left:		auto;
	margin-right:		auto;
	text-align:		center;
	vertical-align:		middle;
}

/*****************************************
  CSS3 Classes
******************************************/
.widespaced {
	letter-spacing:		0.3em;
	font-size:		11pt;
	color:			#009900;
}

.titleheading {
	font-weight:		bolder;
	font-size:		11pt;
	letter-spacing:		0.1em;
	color:			#009900;
}

.niceyellow {
	color:			#cc9900;
	font-weight:		bold;
}

.nicegreen {
	color:			#009900;
	font-weight:		bold;
}

/* .bullet_text is meant to be used for <li> text, as such: <li><span class="bullet_text">This is some text.</span> */
.bullet_text {
	color:			#ededed;
	font-weight:		normal;
}

.notableborder {
	background-color:	#000000;
}

.nounderline {
	text-decoration:	none;
}

.SiteContactLogos {
	/* For the Twitter, LinkedIn, etc. */
	/* Note: Both the div#SiteContactLogos and .SiteContactLogos are needed. */
	float:			right;
	margin:			0px 2px 0px 2px;
}

.clearFloat {
	/* To fix weird float issues on images within a <div>. */
	clear:			both;
}

/********************************************
  CSS3 Formatting of Specific IDs
********************************************/
div#SiteContactLogos {
	/* For the Twitter, LinkedIn, etc. */
	/* Note: Both the div#SiteContactLogos and .SiteContactLogos are needed. */
	position:		absolute;
	top:			5px;
	right:			5px;
	width:			auto;
}

span#SiteBannerLogo {
	display:		inline-block;
	vertical-align:		middle;
}

span#SiteBannerText {
	/* This is the "j u n k t e x t . o r g" effect. */
	font-size:		16pt;
	font-family:		monospace;
	letter-spacing:		0.3em;
	color:			#ffffff;
	display:		inline-block;
	vertical-align:		middle;
	margin-left:		25px;
}