@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
}

#mainContent h1 {
	font-size: 16px;
	color:#6C0
}

#mainContent h2 {
	font-size: 14px;
	color:#690;
}
hr {
	color: #666666;
	background-color: #666666;
}
figure {
		display: block;
		margin-before: 0.1em;
		margin-after: 0.1em;
		margin-start: 15px;
		margin-end: 15px;
}

a {	
	color: #6699cc;	
	text-decoration: none
}

a:hover {	
	text-decoration: underline
	}

#mainWindow {
	max-width: 1020px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}

#titlebar {
	width: 100%;
	left: 0px;
	top: 0px;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	left: 0px;
	bottom: 0px;
	position: fixed;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	padding: 0.5em;
	text-shadow: 2px 2px 4px #000000;
}

#navbar {
	height: 20px;
	width: 1024px;
}

#sidebar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 15em;
	top: 80px;
	height: 100%;
	clear: right;
	padding: 1em;
}

#sidebar p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#690;
}

#mainContent {
	position: absolute;
	display: block;
	left: 17em;
	float: right;
	width: 100%x;
	clear: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	padding: 1em;
	margin-right: 2em;		
}

#mainContent ul li body {
	color: #cccccc;		
}

.textColumns2 {
	max-width: 800px;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;
		
	-moz-column-rule:1px outset #333333; /* Firefox */
	-webkit-column-rule:1px outset #333333; /* Safari and Chrome */
	column-rule:1px outset #333333;
	
}
