* {
	margin: 0;
	padding: 0;
	font-family: 'dejavu sans', arial, verdana;
	font-size: 12px;
	color: #000;
}

body {
	background: #fff url(img/fadeup-green.png) repeat-x fixed bottom;
}

#menu {
	background-color: #ccc;
	float: left;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

#menu > #links {
	position: relative;
	right: 300px;
	margin-left: 300px;
}

#menu > #links > li {
	list-style: none;
	float: left;
	margin-top: 3px;
	padding: 0 3px;
	border-right: 1px solid #999;
}

#menu > #links > li.last {
	border-right: none;
}

#menu > #links > li > a:link, #menu > #links > li > a:visited {
	white-space: nowrap;
	font-size: 13px;
	color: #243300;
	display: block;	
	padding: 3px 2px;
	text-decoration: none;
	border: none;
}

#menu > #links > li.current > a:link, #menu > #links > li.current > a:visited {
	color: #425dff;
}

#menu > #links > li > a:hover {
	background-color: #bbb;
	color: #4C6800;
	border: none;
}

#menu > #links > li.current > a:hover {
	color: #4280ff;
}

#searchform {
	background-color: #aaa;
	float: left;
	width: 100%;
	border-bottom: 1px solid #999;
	display: none;
}

#searchform > p {
	margin: 0;
	padding: 2px 0 2px 3px;
}

#searchform > p > #searchfield {
	width: 460px;
	padding: 1px;
}

#logo {
	background: url(img/logo.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 196px;
	z-index: 3;
}

#content {
	float: left;
	width: 100%;
}

#content > #leftcolumn {
	position: relative;
	right: 260px;
	margin-left: 260px;
	z-index: 2;
}

#content > #rightcolumn {
	position: absolute;
	top: 175px;
	right: 10px;
	width: 240px;
}

#content > #rightcolumn > #headerbackground {
	background: url(img/header-diagonal.png) no-repeat;
	width: 240px;
	height: 35px;
}

#content > #rightcolumn > #rightcontent {
	width: 230px;
	padding: 5px;
	background: #bbb;
}

#content > #leftcolumn > #text {
	position: relative;
	width: 650px;
	margin: 0 auto;
	padding: 5px 5px 25px 5px;
	background: #eee;
	border-width: 0 1px;
	border-style: solid;
	border-color: #999;
}

#content > #leftcolumn > #stuff {
	position: relative;
	right: 10px;
	margin: 10px 0 10px 20px;
	min-width: 650px;
	padding: 5px 5px 25px 5px;
	background: #eee;
	border: 1px solid #999;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	background: #ccc;
	border-top: 1px solid #999;
	z-index: 2;
}

#extra {
	position:absolute;
	z-index: 3;
}




a:link, a:visited {
	text-decoration: none;
	color: #004a7f;
}

a:hover {
	text-decoration: none;
	color: #200cff;
}

h1, h1 * {
	font-family: 'dejavu serif';
	font-size: 24px;
	margin-top: 10px;
	font-weight: normal;
}

h2, h2 * {
	font-family: 'dejavu serif';
	font-size: 20px;
	margin-top: 5px;
	font-weight: normal;
}

h3, h3 * {
	font-family: 'dejavu serif';
	font-size: 15px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 15px;
}

.code, .code *, pre, pre * {
	font-family: 'dejavu sans mono', monospace, courier;
}

pre, div.code {
	padding: 5px;
	border: 1px solid #888;
	background: #ddd;
	margin: 0 10px 15px 10px;
	overflow: auto;
}

pre.totxt {
		border: 0;
		padding: 0;
		background: transparent;
}

pre.smart {
		border: 0;
		padding: 0;
		margin: 0;
		background: transparent;
}

span.code {
	font-size: 11px;
}

span.comment {
	color: #ff0000;
}

sup, sub {
	font-size: 11px;
}

.n {
	margin: 0;
}

.m {
	margin-bottom: 2px;
}

.ti {
	text-indent: 5px;
}

.i {
	font-style: italic;
}

.b {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.lt {
	text-decoration: line-through;
}

.lowered {
	font-size: 11px;
	color: #007f0e;
}

.dgry {
	color: #444;
}

#content > #rightcolumn > #rightcontent > h3 {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ddd;
	margin-bottom: 5px;
}

#content > #rightcolumn > #rightcontent > p {
	margin: 0;
}

#footer > p {
	margin: 0;
	padding: 5px 5px 5px 0;
	text-indent: 0;
}

#footer > p > * {
	border-right: 1px solid #eee;
	padding: 0 5px;
	color: #333;
}

#footer > p > .last {
	border: none;
}

#footer > p > a:link, #footer > p > a:visited {
	border-bottom: none;
	color: #333;
}

#footer > p > a:hover {
	color: #555;
}

#lastupdated {
	background-color: #ccc;
	color: #444;
	padding: 3px;
	font-family: 'dejavu sans serif';
	text-align: center;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
}


blockquote {
	width: 225px;
	padding: 3px;
	font-family: 'dejavu serif';
	font-size: 14px;
}

#content ul {
	margin-left: 15px;
}

#content ol {
	margin-left: 20px;
}

#content ul p, #content ol p {
	margin: 0;
}

.left {
	float: left;
	margin: 5px 5px 5px 0;
	display: block;
}

.right {
	float: right;
	margin: 5px 0 5px 5px;
	display: block;
}

div.center, img.center, button.center {
	display: block;
	margin: 0 auto;
	display: block;
}

p.center, h1.center, h2.center, h3.center, span.center, a.center {
	display: block;	
	text-align: center;
}

.boxes > a {
	width: 230px;
	height: 150px;
	background-color: #666;
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	background-position: 0 20px;
	background-repeat: no-repeat;
}

.boxes > a > h1 {
	font-size: 12px;
	font-weight: bold;
	font-family: 'dejavu sans', arial, verdana;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 224px;
	height: 17px;
	padding: 3px 3px 0 3px;
	white-space: nowrap;
	overflow: hidden;
	background: url(img/boxheader.png) repeat-x;
	color: #d6ebec;
}

.boxes > a > p {
	margin: 0;
	position: absolute;
	top: 119px;
	left: 0;
	width: 224px;
	height: 31px;
	padding: 0 3px;
	overflow: hidden;
	color: #666;
	background-color: #bde30c;
}

.boxes > a:hover > h1 {
	color: #fff;
}

.boxes > a:hover > p {
	background-color: #0ce3e0;
}

.clear {
	clear: both;
}

table {
	border: none;
	margin: 0 auto;
}

table.border td, th {
	border: 1px solid #000;
}

table.space td, th {
	margin: 5px;
	padding: 3px;
}

td {
	padding: 2px 5px;
	border: none;
}

.cc, .gnu {
	width: 88px;
	height: 31px;
}

.freecontent {
	width: 132px;
	height: 132px;
	background-image: url(img/freecontent.png);
}

.cc:link, .cc:visited, .cc:hover, .gnu:link, .gnu:visited, .gnu:hover,
.freecontent:link, .freecontent:visited, .freecontent:hover {
	border: none;
}

.by-sa {
	background-image: url(img/cc-by-sa.png);
}

.zero {
	background-image: url(img/cc0.png);
}

.by-nd {
	background-image: url(img/cc-by-nd.png);
}

.gpl {
	background-image: url(img/gpl.png);
}

.index {
	display: block;
	height: 0;
	visibility: hidden;
}

div.rainbowmode, div.hiddenrainbow {
	background-image: url(img/rainbowmode.png);
	width: 630px;
	height: 50px;
	margin: 0 auto;
	cursor: pointer;
}

div.rainbowmode:hover {
	background-position: 0 -50px;
}

div.hiddenrainbow {
	background-position: 0 -100px;
}

div.hiddenrainbow:hover {
	background-position: 0 -150px;
}

pre.rainbowmode {
	background-color: #000;
}

.alternative {
	width: 210px;
	height: 41px;
	display: block;
	margin: 0 auto;
	border: 3px solid #888;
	cursor: pointer;
}

.alternative:hover {
	border-color: #444;
}

.large, .large * {
	font-size: 28px;
}

.medium, .medium * {
	font-size: 18px;
}

img {
	border: 0;
}

.r1 {
	color: rgb(255, 85, 255);
}

.r2 {
	color: rgb(255, 85, 85);
}

.r3 {
	color: rgb(255, 255, 85);
}

.r4 {
	color: rgb(85, 255, 255);
}

.r5 {
	color: rgb(85, 85, 255);
}

.r6 {
	color: rgb(85, 255, 85);
}

a.rain:hover .r1 {
	color: rgb(255, 185, 255);
}

a.rain:hover .r2 {
	color: rgb(255, 185, 85);
}

a.rain:hover .r3 {
	color: rgb(255, 255, 185);
}

a.rain:hover .r4 {
	color: rgb(185, 255, 255);
}

a.rain:hover .r5 {
	color: rgb(185, 185, 255);
}

a.rain:hover .r6 {
	color: rgb(185, 255, 185);
}
