@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Avenir LT Std;
	src: url('media/avenir.otf');
}

* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */

html {
	overflow-y: scroll;
}

body {
	background-color: #808080;
	text-align: center;
	min-height: 580px; /* for good browsers*/
	min-width: 800px; /* for good browsers*/
	font-size: 20px;
	font-family: Avenir LT Std, sans-serif;
}

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

h1 {
	font-size: 1.6em;
	margin: 25px 0;
	color: #222;
}

h2 {
	font-size: 2.25em;
	margin: 10px 0 30px;
}

hr {
	margin: 20px 0 8px;
	color: #404040;
	border: 2px dotted #404040;
	border-style: none none dotted;
}

#wrapper-outside {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

#wrapper-inside {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 480px;
}

#content {
	width: 800px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
}

#main-back {
	background: -moz-linear-gradient(top, #777, #555);
	background: -webkit-linear-gradient(top, #777, #555);
	background: linear-gradient(top, #777, #555);
	margin: 25px auto 0;
	width: 460px;
	height: 525px;
	border: 2px solid #404040;
	border-radius: 10px;
}

#navigation {
	margin-left: -170px;
	width: 800px;
}

#light {
	background: transparent url(media/light.svg) right no-repeat;
	text-align: right;
	float: left;
	color: #585858;
}

#shade {
	background: transparent url(media/shade.svg) left no-repeat;
	text-align: left;
	float: right;
	color: #ddd;
}

.main-element {
	display: inline;
	width: 320px;
	height: 300px !important;
	padding: 35px;
	line-height: 30px;
}

#author {
	color: #ccc;
	font-size: 0.85em;
}

#legal {
	margin-top: 16px;
	font-size: 0.5em;
	color: #333;
}

