@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700);

body {
	background-image: url("../img/background.png");
	overflow-y: scroll;
}

p {
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.container_24 {

}

div.content div {
	width: 940px;
	margin-top: 6em;
}

div.content div p {
	margin: 10px;
}

div.footer {
	font-size: 14px;
	font-family: 'Vollkorn', times, serif;
	font-weight: 300;
	margin-top: 3em;
	margin-bottom: 1em;
}

div.footer a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Vollkorn', times, serif;
	margin-top: 1em;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
}

div.footer a:hover {
	color: #aaa;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Vollkorn', times, serif;
	margin-top: 1em;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
}

div#navbar {
	font-size: 17px;
	font-family: 'Vollkorn', times, serif;
	font-weight: 300;
	letter-spacing: 1px;
	background-color: #6f6f6f;
	background-image: -webkit-gradient(
    linear, left bottom, left top,
    color-stop(0.0, rgb(160,160,160)),
    color-stop(1.0, rgb(110,110,110)));
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(160,160,160) 0%,
    rgb(110,110,110) 100%);
	padding: 0;
	height: 30px;
	color: #eee;
}

div#navbar a {
	color: #eee;
	text-decoration: none;
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-transition-property: color, text-shadow;
	-webkit-transition-duration: 0.2s, 0.3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: color, text-shadow;
	-moz-transition-duration: 0.2s, 0.3s;
	-moz-transition-timing-function: linear;
}

div#navbar a:hover {
	color: #444;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition-property: color, text-shadow;
	-webkit-transition-duration: 0.2s, 0.3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: color, text-shadow;
	-moz-transition-duration: 0.2s, 0.3s;
	-moz-transition-timing-function: linear;
}

div#navbar ul {
	display: block;
	list-style:none;
	line-height:1;
	z-index:100;
	padding:0;
	margin-left: 200px;
}

div#navbar li {
	padding: 0px 30px 0px 0px;
	float: left;
	margin: 0;
	line-height: 30px;
}

.logo {
	height: 175px;
	width: 940px;
}

.logo a {
	opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
}

.logo a:hover {
	opacity: 0.75;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
}

a#active {
	color: #444 !important;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25) !important;
}

a:hover#active {
	color: #eee !important;
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5) !important;
}

div#navbar li#language {
	font-size: 12px;
	margin-left: 80px;
}

div.footer span{
	font-size: 14px;
	font-family: 'Vollkorn', times, serif;
	margin-top: 3em;
	margin-bottom: 1em;
}