/* @override http://erichayes.net/css/style.css */

/* @override http://localhost:4331/css/style.css */

*{
    text-rendering: optimizeLegibility;
}


body{
	background-color: #9a9994;
	color: rgba(255,255,255,0.9);
	font-size: 100%;
	/*thin text in Safari*/
	-webkit-text-stroke:1px transparent;
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

h1, h2, h3{
	text-transform: uppercase;
	line-height: 1.2;
	/*text-shadow: #f1f1f1 0 1px 0;*/
	font-weight: bold;
	position: relative;
	text-shadow: #092b41 0 1px 3px;
}

h1{
	font-size: 68px;
	margin-bottom: 9px;
	color: #fff;
}

h2{
	font-size: 26px;
	color: #86bee1;
	margin-bottom: 36px;
}

h3{
	font-size: 26px;
	color: rgba(255,255,255,1);
	margin-bottom: 18px;
}

a, a:link{
	text-decoration: none;
	color: #98daff;
}

a:hover{
	color: #fff;
	text-shadow: rgba(151,215,255,0.5) 0 0 3px;
}

span.shade{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(16,70,106,0.2);
	-webkit-box-shadow: 0 0 3px rgba(16,70,106,0.4);
	-moz-box-shadow: 0 0 3px rgba(16,70,106,0.4);
}

.page{
	margin: 36px auto;
	width: 590px;
	padding: 36px 0;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.5);
	background-color: #10466a;
}

.page > div{
	padding: 0 30px;
}

hr.divider{
	background-color: rgba(0,29,49,0.44);
}

#design{
	font: italic 85% Georgia, "Times New Roman", Times, serif;
}

