/*
Theme Name: einzweidrei
Theme URI: 
Description: Theme for einzweidrei web site.
Version: 1.0
Author: About Blank Design Office, Lionel Tardy
Author URI: http://aboutblank.ch/
Tags: html5
*/

html, body {
	height: 100%;
}

header, footer, section, article, aside, nav {
	display: block;
}

body {
	margin: 5px;
	-webkit-font-smoothing: antialiased; 
	-moz-font-smoothing: antialiased;
	font-smooth: always;
	text-rendering: optimizeLegibility;
	/*font-family: Arial, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
	text-align: right;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

.hide {
	display: none;
}

.clear {
	clear: both;	
}

#site {
	width: 887px;
	margin: 0px auto;
}

header {
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 2px
}

header a.facebook {
	position: absolute;
	top: 10px;
	right: 10px;	
}

menu {
	float: left;
	width: 342px;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	text-transform: lowercase;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

menu ul {
	margin: 0px 0px 32px 0px;
	padding: 0px;
	list-style: none;
}

menu ul.children {
	display: none;
	margin-bottom: 0px;
}

menu ul li.current_page_parent ul {
	display: block;
}

menu ul li ul {
	display: none;
	line-height: 140%;
	font-size: 12px;
	text-transform: none;
}

section.content {
	float: left;
	width: 544px;
	text-align: justify;
	line-height: 20px;
	font-size: 12px;
	position: relative;
}

section.content h1 {
	font-size: 32px;
	line-height: 40px;
	text-align: left;
	margin: 10px 0px 10px 0px;
}

section.content nav {
	position: absolute;
	top: 8px;
	right: 0px;
	font-size: 32px;
	font-weight: bold;
	font-family: Arial;
}

section.content p {
	margin-top: 0px;
}

section.content strong {
	font-weight: normal;
}

section.content hr {
	border: 0px;
	height: 2px
}

.gallery img {
	display: inline-block;
	width: 177px;
	margin-right: 2px;
}

footer {
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 100px;
	padding: 5px;
}

#map {
	height: 400px;
	margin-bottom: 10px;
}