* {
	padding:0;
	margin:0;
}


/* Orbitron-regular - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('../typo/aclonica-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
     
       url('../typo/Orbitron-VariableFont_wght.ttf') format('truetype'), /* Safari, Android, iOS */
}
h1, h2, h3, h4, .big { font-family: 'Orbitron', sans-serif; }

body {
	font-family: 'Aclonica', sans-serif;
	font-size: 14px;
	line-height: 1.5em%;
	letter-spacing: .2em;
	text-align: left; 
	color: #fff;
	background: #79b;
}

p	{
	font-size: 0.875rem;
	line-height:1.5;
	letter-spacing:0.1rem;
}
#wrapper {
	background-image: -webkit-linear-gradient(top, 
		rgba(255,255,255,0.5) 0%,
		rgba(255,255,255,0.1) 50%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.2) 100%);
	background-image: -moz-linear-gradient(top, 
		rgba(255,255,255,0.5) 0%,
		rgba(255,255,255,0.1) 50%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.2) 100%);
	width: 1001px;
	margin: 3em auto;
	border-bottom: 0px solid #6ca;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-radius: 9px;
}
#header {
	height:5em;
	padding:2em 0 1em 0;
	border-bottom: 0px solid #6ca;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	background: #79b;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	background-image: -webkit-linear-gradient(top, 
		rgba(255,255,255,0.5) 0%,
		rgba(255,255,255,0.1) 50%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.2) 100%);
	background-image: -moz-linear-gradient(top, 
		rgba(255,255,255,0.5) 0%,
		rgba(255,255,255,0.1) 50%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.2) 100%);
	text-align: center; 
}
#header h1 { font-size: 3rem;
	font-family: 'Orbitron', sans-serif;
	letter-spacing: 0.1rem;
	color:#fff;
}
#animation {
	border-bottom: 0px solid #6ca;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
}
#navi {
	padding:10px;
	border-top: 1px solid #fff;
}
#navi ul li {
	display:inline;
	padding: 0 5px;
}/*

#navi ul li a:hover, #navi ul li a:focus {
	color:#000;
	background-color: #fff;
	border: 1px solid #ff0;
	border-radius:4px;
	box-shadow: 4px 4px 10px #888;
}
#navi ul li a:active {
	background-color: #ff0;
	border: 1px solid #ff0040;
}
#text {
	padding: 20px;
	background-color: #f00;
}
*/

button {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 1rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	width: 12em;
	border: 0;
	padding: 0.3rem;
	margin: 0.5rem 1rem;
	background-color: #79b;
	color: #fff;
	border-radius: 9px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 2px rgba(0,0,0,0.3);
	background-image: -webkit-linear-gradient(top, 
		rgba(255,255,255,0.6) 0%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.2) 100%);
	background-image: -moz-linear-gradient(top, 
		rgba(255,255,255,0.6) 0%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.2) 100%);
	}

.gradient{
background: #ebf1f6; /* Old browsers */
background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
background: linear-gradient(to bottom, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
border: 1px solid #DDD
}