@import url(http://fonts.googleapis.com/css?family=Cedarville+Cursive|Wallpoet|Nosifer|Megrim|Dr+Sugiyama|Cabin+Sketch|Londrina+Sketch|Fredericka+the+Great);
@font-face { font-family: Bluprint; src: url('../fonts/BluprintDEMO.otf'); }
@font-face { font-family: Fruitopia; src: url('../fonts/fruitopia.ttf') format("truetype"); }
@font-face { font-family: Pasta; src: url('../fonts/Kapasald.otf');}
@font-face { font-family: Ubuntu; src: url('../fonts/Ubuntu-R.ttf') format("truetype"); }
@font-face { font-family: SS Adec; src: url('../fonts/ss_adec.otf'); }
@font-face { font-family: Neuton; src: url('../fonts/Neuton-Light.eot'); }

* {	margin:0;
	padding:0;
}

html, body {
	/*height:100%;*/
}

p {
	font-size:150%;
	margin:1em 0;
}

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

#testing {position:fixed;top:0;right:0;z-index:10;background:#5AA;}
.hidden {display:none;}
body {
/*	background: url('http://bglabs.evade.netdna-cdn.com/45875kli90/219.jpg');
	background: url('http://bglabs.evade.netdna-cdn.com/45875kli90/20.gif');
	background-image:url('http://localhost/löwenb.org/img/noise.png');*/
	background: #335;
	background-image:url('/img/noisy-texture-100x100-o8-d13-c-333333-t0.png');
}

.nav_menu {
	position:fixed;
	z-index:1;
	width:100%;
	top:0;
	background-color:#333;
	display:block;	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
}

.nav_wrapper {
	width:80%;
	margin:0 auto;
}

.nav_menu a {
	color:#b9ff00;
	/*color:#AAff44;*/
	display:inline-block;
	line-height:3.5em;
	height:3.5em;
	text-decoration:none;
	padding:0 1em;
	font-family: 'SS Adec',"Ubuntu","museo-sans-rounded",sans-serif;
}
.nav_menu a:hover {
	color:#7af;
}

a.logo {
	float:left;
}
.logotype {
	font-family: 'Neuton','SS Adec','Fruitopia','Bluprint','Fredericka the Great','Londrina Sketch','Cabin Sketch','Dr Sugiyama','Megrim','Wallpoet','Nosifer','Cedarville Cursive', cursive;
	color:#aaa;
	font-size:2em;
/*	font-weight:600;*/
}
.logotype:hover {
	color:#eee;
	text-shadow: 2px 2px 2px #666;
}

.link_wrapper {
	float:right;
}

.slideshow {
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
}

.slideshow .slide {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.slide h1 {
	text-shadow: #000 3px 3px 5px;
}

.slide a {
	font-weight: bold;
}

#slide1 {
	background-image: url("/img/mountain.png");
}
#slide2 {
	background-image: url("/img/mountain2.jpg");
}
#slide3 {
	background-image: url("/img/yakiniku.jpg");
}

/*.slideshow .slide img {
	min-height:100%;
	min-width:100%;
	max-width:100%;
	/*position:absolute;
	/*top:0;
	left:0;
}*/

.slideshow .slide .textbox {
	position:absolute;
	top:20%;
	right:10%;
	width:40%;
	border-radius:1em;
	padding: 2% 4%;
	color:#fff;
		/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(68, 68, 68);
	/* RGBa with 0.6 opacity */
	background: rgba(68, 68, 68, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f444444, endColorstr=#7f444444);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f444444, endColorstr=#7f444444)";
	/*background:none;*/
}

.main_wrapper {
	width:80%;
	/*min-height:650px;*/
	margin:0 auto;
	/*border:1px solid #000;*/
	border-top:0px;
	position:relative;
	top:4em;
}

.main_content {
	width:60%;
	margin:1em auto;
	/*border:1px solid #000;*/
	border-top:0px;
	padding:3% 5%;
	color:#fff;
	text-align:justify;
	position:relative;
	z-index:0;
	border-radius:1em;
	/*-moz-box-shadow:    0px 0px 10px 5px #ccc;
	-webkit-box-shadow: 0px 0px 10px 5px #ccc;
	box-shadow:         0px 0px 10px 5px #ccc;*/
		/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(68, 68, 68);
	/* RGBa with 0.6 opacity */
	background: rgba(68, 68, 68, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f444444, endColorstr=#7f444444);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f444444, endColorstr=#7f444444)";
	/*background:none;*/
}

.main_content:nth-child(even) {
	float:left;
}
.main_content:nth-child(odd) {
	float:right;
}