html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #B5C1DF;
	font-family: sans-serif;
}

::-moz-selection{
	background: #EEEEEE;
	color: #3F5DA5;
}

::selection {
	background:#EEEEEE;
	color:#3F5DA5;
}

a:link, a:visited, a:active
{
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#outerContainer
{
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	padding: 0 10px 0 10px;
	background: transparent url('shadow.png') repeat-y;
}

#innerContainer
{
	padding: 0;
}

#header
{
	width: 780px;
	height: 197px;
	background: white url('header.png');
	border-bottom: 10px solid silver;
}

#header h1
{
	display: none;
}

#content
{
	width: 760px;
	padding: 10px;
	font-size: small;
	/*min-height: 600px;*/
	background: #EEEEEE url('shadowBottom.png') repeat-x;
}

#content p
{
	margin: 5px 10px 20px 10px;
	padding: 0 10px 0 10px;
}

#content dl
{
	margin: 5px 10px 20px 10px;
	padding: 0 10px 0 10px;
}

#content pre
{
	margin: 5px 10px 20px 10px;
	padding: 0px 10px 0 10px;
	background: white;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	overflow: auto;
}

#content h2
{
	font-weight: bold;
	margin: 5px 10px;
	padding: 0 10px 0 10px;
	color: #3F5DA5;
	border-bottom: 1px dashed silver;
}

#content h3
{
	font-weight: bold;
	margin: 5px 10px;
	padding: 0 10px 0 10px;
	color: #3F5DA5;
	font-size: 10px;
}

#content h4
{
	font-weight: bold;
	margin: 5px 10px;
	padding: 0 10px 0 10px;
	color: #3F5DA5;
}

#content h5
{
	font-weight: normal;
	font-style: italic;
	margin: 5px 10px;
	padding: 0 10px 0 10px;
	color: #3F5DA5;
}

#content img
{
	margin: 10px;
}

#content a:link, #content a:visited
{
	color: #3F5DA5;
}

#content a:hover
{
	text-decoration: none; 
	color: #3F5DA5;
}

#content .content
{
}

#content .entry
{
}

#content #pages
{
	height: 20px;
	text-align: center;
	color: #3F5DA5;
	font-size: 14px;
}

#adbar
{
	width: 760px;
	padding: 10px;
	font-size: small;
	background: #EEEEEE;
	text-align: center;
}

#footer
{
	font-size: 12px;
	background-color: silver;
	color: #3F5DA5;
	padding: 4px 0 4px 0;
	height: 180px;
}

#footer p
{
	margin: 0 0 10px 0;
}

#footer .title
{
	border-bottom: 1px dashed grey;
	font-weight: bold;
}

#footer a:link, #footer a:visited, #footer a:active
{
	font-weight: normal;
}

#footerLeft
{
	width: 180px;
	float: left;
	padding: 10px;
}

#footerCenter
{
	width: 360px;
	float: left;
	padding: 10px;
}
#footerRight
{
	width: 180px;
	float: left;
	padding: 10px;
}


/* Source code */
.comment { color: #999999; font-style: italic; }
.pre { color: #000099; }
.string { color: #009900; }
.char { color: #009900; }
.float { color: #996600; }
.int { color: #999900; }
.bool { color: #000000; font-weight: bold; }
.type { color: #FF6633; }
.flow { color: #FF0000; }
.keyword { color: #990000; }
.operator { color: #663300; font-weight: bold; }
