/*
	Interphase by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	body, input, select, textarea {
		font-size: 13pt;
		padding: 0;
		margin: 0;
	}
	
	div.container {
		max-width: 1000px;
		margin: 0 auto;
	}
	
		#header h1 {
			color: #2d4260;
		    height: inherit;
		    left: 0;
		    line-height: inherit;
		    margin: 0;
		    padding: 0;
		    position: absolute;
		    top: 12px;
		    margin-left: 12px;
		}
		#header nav#nav {
			right: 8em;
		}
		#lang {
			position: absolute;
			right: 2em;
		}
		#lang a {
			border: solid 1px #ccc;
			padding: 10px;
			text-decoration: none;
		}
