﻿

*{
	margin:0;
	padding:0;
}

html, body{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#mask{
	min-height:100%;
	width:100%;
	margin:0 auto;
}

#container{
	margin: 0px;
	padding-bottom: 0px;
}
#logo {
	box-shadow: -1px 1px 5px 1px rgba(0,0,0,0.6);
	overflow: hidden;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: left;
	width: 162px;
	text-align: center;
	height: 86px;
	z-index: 999;
	position: absolute;
}
#head {
	background-position: center bottom;
	padding: 0px;
	margin: 0px;
	height: 51px;
	background-color: rgba(0,0,0,0.7);
	background-image: url('../img/header_bg.png');
	background-repeat: repeat-x;
}
header {
	background-position: center bottom;
	padding: 0px;
	width: 960px;
	margin: 0px auto 0px auto;
	height: 51px;
	background-image: url('../img/head.png');
	background-repeat: no-repeat;
}
nav {
	margin: 0px 0px 0px 192px;
	background-position: center top;
	padding: 0px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	float: left;
	width: 768px;
}
ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
li {
	list-style-type: none;
	float: left;
	margin: 0px 1px 0px 1px;
	padding: 0px;
}
li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	height: 20px;
	font-weight: normal;
	text-transform: lowercase;
}
li:hover {
	color: #000000;
}
li a:hover {
	color: #CE0000;
	text-shadow: 1px 1px 0px #ffffff;
	
}
.tresc {
	padding: 15px 22px 15px 22px;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}
h1 {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px 7px 0px;
	margin: 0px;
	width: auto;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	letter-spacing: -1px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	line-height: 1em;
	height: 20px;
}
article {
	padding: 20px 20px 50px 20px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#graphic {
	background-image: url('../img/roberts.png');
	background-repeat: no-repeat;
	background-position: right top;
	height: 230px;
	padding-right: 560px;
}
.photos {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.photos img {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	margin: 5px 3px 5px 4px;
	border: 1px solid rgba(255, 153, 51,0.5);
}
.content {
	padding: 0px;
	margin: 0px auto 0px auto;
	z-index: 10;
}
.highlight {
	text-decoration: blink;
	color: #ECB657;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
}
.content h6 {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
	margin: 0px;
	padding: 1px 0px 1px 0px;
	color: #000000;
	display: block;
	text-align: center;
	font-size: 17px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
	z-index: 0;
	height: 25px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	text-indent: 160px;
	opacity: 0.9;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.6);
}
.content h6:hover {
	background-position: center top;
	cursor: help;
	background-repeat: repeat-x;
	z-index: 20;
	text-decoration: blink;
	color: #ECB657;
	opacity: 0.9;
	background-color: rgb(255, 255, 255);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
}
.content h6.active {
}
.content div {
	margin-bottom: -25px;
}
.contain {
	margin: 0px auto 0px auto;
	padding: 0px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0px, rgba(255,255,255,0.97) 400px, rgba(255,255,255,0.75) 750px) transparent;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
footer{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	background-position: center bottom;
	overflow: hidden;
	padding: 0px;
	margin-top: -63px;
	height: 63px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url('../img/footer_bg.png');
}
#foot {
	background-position: center top;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 980px;
	background-image: url('../img/foot.png');
	background-repeat: no-repeat;
	height: 63px;

}
#contact {
	float: left;
	width: 460px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	line-height: 1.2em;
	padding-top: 15px;
	height: 34px;
	padding-bottom: 14px;
}
#contact a {
	text-decoration: none;
	color: #ECB657;
}
#author {
	float: left;
	margin: 17px 0px 0px 0px;
	width: 100px;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
}
#author a {
	text-decoration: none;
	color: #ECB657;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
#author img {
	border-style: none;
}
#author a:hover {
	color: #FFFFFF;
}
#contact a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.second {
	border-width: 1px;
	border-color: #000000;
	border-top-style: solid;
	padding-top: 20px;
	margin-top: 10px;
}
li img {
	border-style: none;
}
li img:hover {
	opacity:0.6;
}
h2 a:hover {
	color: #FFFFFF;
}
h3 {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 17px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.counter {
	border-style: none;
	vertical-align: -30%;
}
nav img:hover {
-moz-transform:scale(1.3);
-webkit-transform:scale(1.3);
transform:scale(1.3);
transition-duration:0.6s;
}
#flags {
	float: left;
	width: 140px;
	overflow: hidden;
	height: 34px;
	padding-top: 16px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: right;
}
#social {
	float: left;
	height: 38px;
	padding-top: 13px;
	padding-bottom: 12px;
	margin-right: 2px;
	margin-left: 2px;
}
#social img {
	border-style: none;
	margin-right: 2px;
	margin-left: 2px;
}
#flags img {
	border-style: none;
	margin-right: 3px;
	margin-left: 3px;
}
