/* reset */
h1, h2, h3, h4, h5, h6, ul, div, p, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

a img {
	border: none;
}

html, body {
	height:100%
}

body {
	font-family: monospace;
	font-size: 10pt;
	background-color: #5F9CF8;
}

h1, h2, h3, p {
	font-family: sans-serif;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}

p {
	text-indent: 5%;
	margin-top: 4px;
	margin-bottom: 4px;
}

em {
	font-weight: bold;
}

.footer {
	position: relative;
	float: right;
	width: 70%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*			repeated navigation elements			*/

.submenu {
	visibility: hidden;
	display: none;
	background-color:#EEEEEE;
}

.submenu li {
	margin-top: 4px;
	margin-bottom: 4px;
}

.navheading {
	font-size: 14px;
}

.minibox {
	background-color: #B4CFF8;
	border: thin dashed #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.filelabel {
	font-weight: bold;
	background-color: #EEEEEE;
}


/*			Page specific, such as tutorial pages			*/

.qanda p {
	text-indent: 0px;
}

.sitemap_section {
	padding: 10px;
}

.sitemap_section_header {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #B4CFF8;
}

.images {
	text-indent: 0px;
}

.commandline {
	color: #008080;
}

.tutsectiontitle {
	text-align: center;
	font-size: 24pt;
	margin: 20px;
}

.tutorialwarn {
	border: thin dashed black;
	margin: 20px;
	padding: 10px;
	left: 20%;
	background-color: #EE7777;
	text-align: justify;
}

.tutorialsorry {
	border:thin dashed black;
	margin: 20px;
	padding: 10px;
	left: 20%;
	background-color: #7777EE;
	text-align: justify;
}

.tutorialcopyright {
	border:thin dashed black;
	margin: 20px;
	padding: 10px;
	left: 20%;
	background-color: #77EE77;
	text-align: justify;
}

.fanfic_copyright {
	border:thin dashed black;
	margin: 20px;
	padding: 10px;
	left: 20%;
	background-color: #77EE77;
	text-align: justify;
}

.fanfic_nav {
	border:thin dashed black;
	margin: 20px;
	padding: 10px;
	left: 20%;
}

.moronimage {
}

.fortunecat_lines p {
	margin: 5px;
}

.tutlinks {
	border:thin dashed black;
	margin: 20px;
	padding: 10px;
	left: 20%;
}

.asmcode {
	background-color: #DDDDDD;
	font-family: monospace;
	width:70%;
}

.qbasic_code {
	background-color:#0404AC;
	color: #8686AC;
	padding: 5px;
	margin-left:10px;
	border: 2px solid #8686AC;
	font-family: monospace;
	font-weight: bold;
	width:85%;
}

.numbers {
	background-color: #E9E9E9;
	font-family: monospace;
	width:70%;
}

.qbcommands {
	color: #FF8000;
}


.gamesection {
	font-size: 16pt;
	margin: 5px;
}

.qbgame {
	padding: 10px;
}

.qbgame p {
	text-indent: 0%;
}

.qbgame h1 {
	margin: 15px;
}

.tutlinkset {
	font-size: 120%;
	text-indent: 0%;
}

.tutlinks h2 {
	font-size: 12pt;
}

.tutlinks h3 {
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*			Conditionals									*/

.table_even {
	background-color: #EEEEEE;
}

.table_odd {
	background-color: #DDDDDD;
}

.cached_yes {
	background-color: #77EE77;
}

.cached_no {
	background-color: #EE7777;
}


/*			Styling for specific elements with IDs			*/

#menus {
	border: thin dashed #000000;
	background-color: #B4CFF8;
	width: 100%;
}

#copyright {
	height: 120px;
	margin-top: 10%;
	padding: 10px;
	padding-top: 20px;
}

#adsense_left {
	border: thin dashed #000000;
	margin-top: 10%;
	padding: 10px;
}

#maincontent {
	position: relative;
	width: 72%;
	float: right;
	border: 6px double #000000;
	overflow: scroll;
	background-color: white;
	height: 100%;
}

#leftcontent {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
}

#catmascot {
	position:absolute;
	left: 7%;
	top: 50px;
	z-index: 5;
}

#adsense_top {
 	position: relative;
	float: right;
	width: 70%;
}

#rsslinks {
	font-size: 12pt;
	height: 30px;
	padding-top:10px;
	padding-left: 5px;
	overflow: hidden;
}

#header {
	position: relative;
	clear: both;
	left: 3%;
	height: 80px;
	width: 100px;
}
















.evpos {
	background-color: #77EE77;
}

.evneutral {
	background-color: #EDED77;
}

.evneg {
	background-color: #EE7777;
}