* { margin: 0; padding: 0; }
html { height: 100%; }
body {
	font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fcfcfc;
	background-image: -moz-linear-gradient(top, rgba(52,154,227,0.21), rgba(52,154,227,0) 13px);
	background-image: -webkit-linear-gradient(top, rgba(52,154,227,0.21), rgba(52,154,227,0) 13px);
	background-image: -o-linear-gradient(top, rgba(52,154,227,0.21), rgba(52,154,227,0) 13px);
	background-image: -ms-linear-gradient(top, rgba(52,154,227,0.21), rgba(52,154,227,0) 13px);
}
#arche {
	padding-top: 55px;
	width: 556px;
	margin: 0 auto;
	text-transform: uppercase;
	text-shadow: 0 1px white;
	z-index: 200;
	position: relative;
	-moz-transition: 320ms;
	-webkit-transition: 320ms;
	transition: 320ms;
}
h1 span { color: #349ae3; text-transform: none; font-size: 16px; }
h3 { color: #666; font-weight: normal; }
a { text-decoration: none; color: #349ae3; }
em { font-weight: bold; font-style: normal; }
img { border: none; }
#header {
	margin-top: 14px;
	padding-left: 100px;
	position: relative;
	background: url(../img/logo.png) no-repeat 24px 5px;
}
.hero {
	top: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-box-shadow: 0 15px 40px 10px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 15px 40px 10px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.16);
    box-shadow: 0 15px 40px 10px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.16);
	position: relative;
}
#ready {
	margin: 17px 0 21px;
	display: none;
}
	#ready .hero {
		-moz-transition: 240ms ease;
		-webkit-transition: 240ms ease;
		transition: 240ms ease;
	}
	#ready:hover .hero { 
		top: 3px;
	    -moz-box-shadow: 0 12px 40px 8px rgba(0,0,0,.20), 0 0 0 1px rgba(0,0,0,.16);
	    -webkit-box-shadow: 0 12px 40px 8px rgba(0,0,0,.20), 0 0 0 1px rgba(0,0,0,.16);
	    box-shadow: 0 12px 40px 8px rgba(0,0,0,.20), 0 0 0 1px rgba(0,0,0,.16);
	}
#not-ready { 
	margin: 17px 0 21px;
	display: none;
	position: relative;
}
	#not-ready .holder { 
		left: 153px;
		top: 76px;
		width: 276px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.21), 0 15px 40px 10px rgba(0, 0, 0, 0.34);
	    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.21), 0 15px 40px 10px rgba(0, 0, 0, 0.34);
	    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.21), 0 15px 40px 10px rgba(0, 0, 0, 0.34);
		position: absolute;
		text-shadow: none;
		text-transform: none;
	}
	#not-ready .upper {
		padding: 13px;
		border: 1px solid #A6281C;
    	background: #F03432;
    	-webkit-border-top-left-radius: 4px;
	    -webkit-border-top-right-radius: 4px;
	    -moz-border-radius-topleft: 4px;
	    -moz-border-radius-topright: 4px;
	    border-top-left-radius: 4px;
	    border-top-right-radius: 4px;
		-moz-box-shadow: 0 0 0 1px #F25146 inset;
		-webkit-box-shadow: 0 0 0 1px #F25146 inset;
		box-shadow: 0 0 0 1px #F25146 inset;
	}
	#not-ready h2 { padding-bottom: 13px; font-size: 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.21); border-bottom: 1px solid rgba(0, 0, 0, 0.34); } 
	.features { border-top: 1px solid rgba(255,255,255,.13); padding-top: 8px;  line-height: 2; }
	.features span { 
		display: none;
		padding: 1px 8px;
		color: white;
		white-space: nowrap;
		background: #F25146;
		text-shadow: 0 1px 0 rgba(255,255,255,0.21);
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
	}
	#not-ready .bottom {
		padding: 13px;
		color: white;
		text-shadow: 0 2px black;
		background: black;
		background: rgba(0,0,0,.8);
		-webkit-border-bottom-left-radius: 4px;
	    -webkit-border-bottom-right-radius: 4px;
	    -moz-border-radius-bottomleft: 4px;
	    -moz-border-radius-bottomright: 4px;
	    border-bottom-left-radius: 4px;
	    border-bottom-right-radius: 4px;
	}
.js.nativejson.flexbox.canvas.rgba.borderradius.boxshadow.cssgradients #ready { display: block; }
.no-js #not-ready,
.no-flexbox #not-ready,
.no-canvas #not-ready,
.no-rgba #not-ready,
.no-borderradius #not-ready,
.no-boxshadow #not-ready,
.no-cssgradients #not-ready { display: block; }
.no-js .feature-js { display: inline; }
.no-nativejson .feature-json { display: inline; }
.no-flexbox .feature-flexbox { display: inline; }
.no-canvas .feature-canvas { display: inline; }
.no-rgba .feature-rgba { display: inline; }
.no-borderradius .feature-borderradius { display: inline; }
.no-boxshadow .feature-boxshadow { display: inline; }
.no-cssgradients .feature-cssgradients { display: inline; }
footer {
	padding: 0 21px;
	color: rgba(0,0,0,.34);
}