/******************
 * 
 * GENERAL
 * 
 *****************/

html {
	height: 100%;
}

body {
	background: #000;
	font-family: "Droid Sans", sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 180%;
	height: 100%;
	margin: 0;
	padding: 0;
}
	
body.black:after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:	url("../img/bg_pattern.png") repeat;
}

a {
	opacity: 0.8;
}

a:hover, a:visited {
	opacity: 1.0;
}
	
a, a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

a:hover {
	text-decoration: none;
	border: 2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}  

nav {
	z-index: 20;
	width: 100%;
	background: no-repeat center;
}
	
.nav0 {	
	background-image: url(../img/nav_black.png);
}
	
.nav180 {	
	background-image: url(../img/nav_black_180.png);
}
	
.black nav li a {
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}
		
nav ul {
	padding-top: 30px;
	height: 60px;
	text-align: center;
}
	
nav li {
	display: inline-block;
	float: none;
	margin: 0 5px;
	background: transparent;
}

nav a, nav a:visited {
	display: inline-block;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	padding: 0 20px;
	text-decoration: none;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;	
}
			
nav li a.selected, nav li:hover a {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-shadow: 0px 2px 2px #000;
	-webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; transition: background-color 0.2s;
	-moz-box-shadow: 0px 1px 2px #000; -webkit-box-shadow: 0px 1px 2px #000; box-shadow: 0px 1px 2px #000;
}

nav.sticked {
	height: 90px;
	margin-bottom: 40px;
}
	
.black nav.sticked {
	background-image: url(../img/nav_sticked_black.png);
}

hr {
	border-top: 1px solid #eee;
	margin: 35px 0;
}

p {
	margin: 0 0 8px 0;
}

section {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	vertical-align: middle;
	text-align: center;	
	margin-top: -30px;
}

section.home, section.selected {
	display: table;
}

section .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

section * {
	text-align: justify;
}

h1 {
	font-family: "League Gothic", sans-serif;
	font-size: 140px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	line-height: 200px;
	text-align: center;
	text-shadow: 0px 1px 1px #000;
}

h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 60px;
	line-height: 40px;
	text-shadow: 0px 1px 1px #000;
	width: 820px;
	margin: 0 auto 50px auto;
}

h3 {
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

