/*
	Theme Name: Archaic HTML5/CSS3 Layout
	Date: October 2015
	Description: Basic HTML5/CSS3 Layout + De + En language
	Version: 1.2
	Author: Paul Kajzer
	Author URL: 
*/

*{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

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

html { 
  background: url(images/mahogany.jpg); 
  -webkit-background-size: fixed;
  -moz-background-size: fixed;
  -o-background-size: fixed;
  background-size: fixed;
 }

body{
	text-align: left;	
	font-size: 16px;
	line-height: 1.5em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-style: italic;
}

h1,h2,h3{
	margin: 0;	
	}

#langbar{
	height: 25px;
	max-width: 800px;
	margin: 25px auto 5px auto;
	}

#langbar ul{
		margin: 0;
		padding: 0;
	}

#langbar ul li{
		list-style-type: none;
		float: right;
		display: block;
		margin: 0px 0px 5px 15px;
		font-size:  14px;
	}

#langbar ul li a{
		text-decoration: none;
		float: right;
		color: white;
		display: block;		
}

#langbar ul li a:hover{
	color: orange;
	text-decoration: underline;
}

#langbar .selected{
	font-weight: bold;
}

#container{
	background-color: white;
	max-width: 800px;
	margin: 5px auto 5px auto;
	position: relative;
	/* 50% black box shadow */
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.5);
}

#header{
	background-color: white;
	color: white;
	margin: 5px auto 5px auto;
	text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkgreen;
	text-align: center;
	line-height: 50px;
	padding: 10px;
	}

#grad1 {
	background-color: darkgreen;/* It's a good idea to set a background color in case the image doesn't load */
	background: -webkit-linear-gradient(left,rgba(39,174,96,0), rgba(39,174,96,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,rgba(39,174,96,0), rgba(39,174,96,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,rgba(39,174,96,0), rgba(39,174,96,1)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(39,174,96,0), rgba(39,174,96,1)); /*Standard*/
  }
  
#content{
	padding: 10px;
}

#nav{
	font-size: 16px;
	width: 180px;
	line-height: 2.0em;
	float: left;
	text-transform: uppercase;
}

#nav .selected{
	font-weight: bold;
}

#nav ul{
	list-style-type: none;
	padding: 0;
	}
	
#nav ul a{
	text-decoration: none;
	color: black;
}

 #nav ul a:hover{
	color: #de9000;
	text-decoration:underline;
 }
 
#main{
	width: 600px;
	float: right;
}

#images{
	float: right;
	width: 600px;
}	

.gallery {
	width: 600px;
	cursor: default;
	list-style: none;
}

.gallery img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 115px;
}

.gallery li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

#footer{
	clear: both;
	margin: 5px auto 25px auto;
	padding: 10px;
	background-color: white;
	color: white;
	line-height: 25px;
	text-align: right;
	font-size: 10px;
}

#grad2 {
	background-color: darkgrey;/* It's a good idea to set a background color in case the image doesn't load */
	background: -webkit-linear-gradient(left,rgba(59, 68, 75,0), rgba(59, 68, 75,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,rgba(59, 68, 75,0), rgba(59, 68, 75,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,rgba(59, 68, 75,0), rgba(59, 68, 75,1)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(59, 68, 75,0), rgba(59, 68, 75,1)); /*Standard*/
}
