@font-face {
	font-family: 'FuturaOmaElse';
	src: url("Futura.eot");
}
@font-face {
   font-family: 'FuturaOmaElse';
   src: url('Futura.TTF');
} 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
}
 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'FuturaOmaElse', Helvetica, Verdana, serif;
}
html {
	overflow-y: scroll;
}

a, a:link, a:visited, a:focus, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
	overflow: hidden;
	background-color: #3c3c3c;
}
#background div {
	position:absolute;
	top:0;
	left:0;
	background-color: #3c3c3c;

    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;

}

#news-load,
#nav, 
#text, 
#counter, 
#like, 
#arrow, 
h1, 
h2 {
	font-size:20px;
	letter-spacing: 2px;
}
h3 {
	font-size:16px;
	letter-spacing: 1px;
}
#nav, 
#like, 
#text, 
#counter, 
#arrow {
	color:#fff;
	text-shadow:1px 1px 8px #222222;
}

.article, 
.left, 
.right {
	width:450px;
}
.wrapper, #menu {
	width:960px;
}

article {
	clear:both;
}
#menu {
	position:relative;
	z-index:3;
	width:1080px;
	margin: 60px auto 0 auto;
	height: 20px;
}
#menu #nav {
	position:relative;
	float:left;
}
#menu #nav a, 
#menu #nav a:link, 
#menu #nav a:visited, 
#menu #nav a:focus, 
#menu #nav a:active {
	color: #fff;
	text-decoration: none;
}
#menu #nav a:hover {
	color: #fff;
}
#menu #nav li {
    display: inline;
    margin: 0 15px;
    cursor:pointer;

	margin-bottom: 3px;
	border-bottom: 0;
	border-bottom: 2px solid rgba(255,255,255,0);

   	transition: border .5s ease-in-out;
   	-moz-transition: border .5s ease-in-out;
   	-webkit-transition: border .5s ease-in-out;
}
#menu #nav li:hover {
	border-bottom: 2px solid #fff;
}
#menu #nav li:first-child {
    margin-left: 0;
}
#menu #nav li:last-child {
    margin-right: 0;
}
#menu #nav a:link,
.nav a:visited {
    color: #fff;
    text-decoration: none;
}
#menu #nav a:hover {
    color: #fff;
}
#menu #nav li.current a {
    color: #fff;
}
#menu  #like {
	position:relative;
	float:right;
}

#start {
	position: relative;
	z-index:3;
	width: 1080px;
	margin: 0 auto;
	display: none;
}
#start #text {
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
#start #counter {
	position:absolute;
	bottom:0;
	right:0;
	z-index:2;
	text-align: right;
}
#start #logo {
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	width:316px;
	height:139px;
	margin-left:-158px;
	margin-top:-70px;
}
#arrow {
	position:absolute;
	top:50%;
	left:74px;
	border-bottom: 2px solid #fff;
	z-index:20;
	height:30px;
	padding-left:10px;
	margin-left: 20px;
	margin-top:-15px;
}
#arrow img {
	position: absolute;
	left:-14px;
	top:26px;
	height:10px;
	width:14px;
}
#arrow a:hover {
	text-decoration: none;
}

.wrapper {
	position:relative;
	margin-top: 60px;
	z-index:10;
	color: #3c3c3c;
	padding-top:250px;
	padding-right:60px;
	padding-left:60px;

	background-image:url('../img/logo_transparent.png');
	background-repeat:repeat-y;
	background-position:center 0px;
	background-size: 1080px 278px;

	display: none;
	overflow: auto;

	-moz-border-radius: 10px;
	border-radius: 10px;
}

.hidden {
	display: none;
}
::selection {
	background: #fff;
	color: #bbb;
}
::-moz-selection {
	background: #fff;
	color: #bbb;
}
.new-window {
  cursor:url('../img/new_window.gif'),pointer;
}

#news-load {
	text-align:center;
	cursor:pointer;
	width:100%;
	margin-bottom: -60px
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline-color: #688140;
}
.shadow {
	-webkit-box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.25);
	box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.25);
	filter:
    progid: DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=2);
}
::-webkit-scrollbar {
	width: 1px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,1);
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,1);
}
