/* @override http://schlaeps.com/libraries/konomi_mootools/style.css */

/* @override http://schlaeps.com/libraries/konomi_mootools/style.css */

body {
	margin: 0;
	padding: 0;
	background: #3a506c;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
}

#allback {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
	background: url('konamipower.gif') top left repeat;
}

#whiteout {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
	background: #fff;
}

a {
	color: #02953a;
	text-decoration: none;
}

a:hover {
	color: #02cb4f;
}

#content {
	width: 650px;
	margin: 30px auto 30px auto;
	padding: 20px;
	border: 1px solid #2d2d2d;
	background: #fff;
	z-index: 2;
}

h1 {
	margin: 0;
	margin-bottom: 15px;
}

h2 {
	margin: 25px 0 15px 0;
}

.key {
	padding: 5px;
	border-bottom: 1px solid #acacac;
	background: #d8d8d8;
	font-size: 10px;
}

.key.highlighted {
	background: #95a8c0;
}

#try {
	margin-top: 15px;
}

.code {
	padding: 5px;
	margin: 5px;
	border: 1px solid #ddd;
	font-family: "Courier New", Courier, mono;
	color: #586f8c;
}

.function {
	font-family: "Courier New", Courier, mono;
	color: #586f8c;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ddd;
}

.function .class {
	color: #812e4e;	
}

.function .argument {
	color: #2ea127;	
}

.function .optional {
	color: #a6adb7;	
}

h3 {
	color: #6ab76c;
	font-family: "Courier New", Courier, mono;	
	margin-bottom: 2px;
	margin-top: 30px;
}

h3.optional {
	color: #6d999d;	
}

h4 {
	margin-top: 0px;
	margin-bottom: 4px;
	color: #b9b9b9;
}

#contact {
	margin-top: 60px;
	padding: 20px;
	background: #ddd;
	z-index: 2;
	color: #888;
}

#contact a {
	color: #999;
	text-decoration: underline;
}