/* CSS Document */
@font-face {
	font-family: 'minecraftia';
	src: url('../fonts/minecraftia/minecraftia.ttf') format('truetype');
}
@font-face {
	font-family: 'minecrafter';
	src: url('../fonts/minecrafter/alt.ttf') format('truetype');
}
@font-face {
	font-family: 'mwp-mc';
	src: url('../fonts/mwp-mc/minecraftfont.ttf') format('truetype');
}

body {
	font-family: 'mwp-mc';
	position: relative;
	font-size: 12px;
	color: #FF8CFF;
	background-color: black;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-image: url(../images/backgrounds/theend.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: calc( 50% - 600px );
	background: rgb(0,0,0);
	background: -moz-linear-gradient(left,  rgb(0,0,0) 0%, rgb(66,66,66) 25%, rgb(66,66,66) 75%, rgb(0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,0,0)), color-stop(25%,rgb(66,66,66)), color-stop(75%,rgb(66,66,66)), color-stop(100%,rgb(0,0,0)));
	background: -webkit-linear-gradient(left,  rgb(0,0,0) 0%,rgb(66,66,66) 25%,rgb(66,66,66) 75%,rgb(0,0,0) 100%);
	background: -o-linear-gradient(left,  rgb(0,0,0) 0%,rgb(66,66,66) 25%,rgb(66,66,66) 75%,rgb(0,0,0) 100%);
	background: -ms-linear-gradient(left,  rgb(0,0,0) 0%,rgb(66,66,66) 25%,rgb(66,66,66) 75%,rgb(0,0,0) 100%);
	background: linear-gradient(to right,  rgb(0,0,0) 0%,rgb(66,66,66) 25%,rgb(66,66,66) 75%,rgb(0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0e0e0e',GradientType=1 );
}
#container {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: auto;
	overflow: auto;
	padding: 150px 0 0 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(left,  rgb(0,0,0) 0%, rgb(66,66,66) 25%, rgb(66,66,66) 75%, rgb(0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,0,0)), color-stop(25%,rgb(66,66,66)), color-stop(75%,rgb(66,66,66)), color-stop(100%,rgb(0,0,0)));
	background: -webkit-linear-gradient(left,  rgb(0,0,0) 0%,rgb(66,66,66) 25%,rgb(66,66,66) 75%,rgb(0,0,0) 100%);
	background: -o-linear-gradient(left,  rgb(0,0,0) 0%,rgb(66,66,66) 25%,rgb(66,66,66) 75%,rgb(0,0,0) 100%);
	background: -ms-linear-gradient(left,  rgb(0,0,0) 0%,rgb(66,66,66) 25%,rgb(66,66,66) 75%,rgb(0,0,0) 100%);
	background: linear-gradient(to right,  rgb(0,0,0) 0%,rgb(66,66,66) 25%,rgb(66,66,66) 75%,rgb(0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0e0e0e',GradientType=1 );
	border: 24px solid transparent;
	border-image: url(../images/borders/chorus_plant.png) 48 round;
	border-top: 0;
}
#container span.welcomeText {
	font-family: 'minecrafter';
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 5px 0 10px 0;
}
#container form[name=endervision] {
	position: relative;
	z-index: 0;
	background-image: url(../images/form_bg2.png);
	display: block;
	width: 50%;
	padding: 5px 0;
	min-height: 328px;
	float: left;
	text-align: center;
}
#container form[name=endervision] span.title {
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#container form[name=endervision] input[type=text] {
	width: 100px;
}

#container form[name=endervision] input[type=button] {
	padding: 5px;
	cursor: pointer;
}

#container form[name=endervision] #result {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 0 20px #000000;
	padding: 0 0 50px 0;
	display: none;
}
#container iframe.calculator {
	display: block;
	width: 50%;
	float: left;
}
#header img#banner {
	display: block;
	margin: 0 auto;
}
#header table.navBar {
	width: 100%;
	height: 50px;
	background-color: black;
}
#header table.navBar td {
	width: 11%;
	text-align: center;
	cursor: pointer;
}
#header table.navBar td a, #header table.navBar td a:link, #header table.navBar td a:visited {
	color: inherit;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 50px;
	text-decoration: none;
}
#header table.navBar td a:hover {
	background: -moz-linear-gradient(top,  rgba(201,118,182,0.95) 0%, rgba(191,91,164,0.95) 50%, rgba(165,51,131,0.95) 51%, rgba(216,99,177,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,118,182,0.95)), color-stop(50%,rgba(191,91,164,0.95)), color-stop(51%,rgba(165,51,131,0.95)), color-stop(100%,rgba(216,99,177,0.95)));
	background: -webkit-linear-gradient(top,  rgba(201,118,182,0.95) 0%,rgba(191,91,164,0.95) 50%,rgba(165,51,131,0.95) 51%,rgba(216,99,177,0.95) 100%);
	background: -o-linear-gradient(top,  rgba(201,118,182,0.95) 0%,rgba(191,91,164,0.95) 50%,rgba(165,51,131,0.95) 51%,rgba(216,99,177,0.95) 100%);
	background: -ms-linear-gradient(top,  rgba(201,118,182,0.95) 0%,rgba(191,91,164,0.95) 50%,rgba(165,51,131,0.95) 51%,rgba(216,99,177,0.95) 100%);
	background: linear-gradient(to bottom,  rgba(201,118,182,0.95) 0%,rgba(191,91,164,0.95) 50%,rgba(165,51,131,0.95) 51%,rgba(216,99,177,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c976b6', endColorstr='#f2d863b1',GradientType=0 );
	border-radius: 25px;
	color: black;
}
#container #tipRow {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#container #tipRow:nth-of-type(odd) {
	background-color: rgba(255,255,255,.15);
}
#container #tipRow:last-child {
	margin-bottom: 0;
}
#container #tip, #container #example {
	width: calc( 50% - 20px );
	min-height: 360px;
	float: left;
	padding: 10px;
}
#container #tip span.title {
	font-family: minecrafter;
	font-size: 30px;
	text-indent: 10px;
	display: block;
	background-color: #333;
	color: #F3F;
}
#container #example img {
	width: calc( 100% - 20px );
	display: block;
	margin: 0 auto;
}
#container ol.instructions {
	margin: 10px 0;
	float: left;
	width: 95%;
}
#container ol.instructions a, #container ol.instructions a:link, #container ol.instructions a:visited {
	color: lightgreen;
}
#container ol.instructions a:hover {
	color: white;
}
#container ol.instructions li {
	padding: 10px 0;
}