/* Import HTML5 boilerplate */
@import url("reset.css");

/* Fancybox */
@import url("jquery.fancybox-1.3.4.css");

/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400italic|Open+Sans:300,700);
@font-face {
    font-family: 'League Gothic';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Styles */

html {
	height: 100%;
}
body {
	font-family: "Droid Sans", sans-serif;
	color: #333;
	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, a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
	a:hover {
		text-decoration: none;
	}

nav {
	z-index: 20;
	width: 100%;
	background: no-repeat center;
}
	.black nav {	
		background-image: url(../img/nav_black.png);
	}
		.black nav li a {
			color: #fff;
			text-shadow: 0px 1px 1px #000;
		}
	.white nav {	
		background-image: url(../img/nav_white.png);
	}
		.white nav li a {
			color: #333;
			text-shadow: 0px 1px 1px #fff;
		}
	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: 16px;
			padding: 0 20px;
			text-decoration: none;
			-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
			background-color: rgba(0,0,0,0.9);			
		}
			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);
		}
		.white nav.sticked {
			background-image: url(../img/nav_sticked_white.png);
		}
	nav.sub {
		width: 820px;
		background: transparent;
		height: 35px;
		margin: -10px auto 30px auto;
	}
		nav.sub ul {
			background: rgba(0,0,0,0.5);
			width: auto;
			height: 35px;
			line-height: 35px;
			display: inline-block;
			float: left;
			padding: 0 5px;
			height: 35px;
			-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
		}
			nav.sub li {
				margin: 0;
			}
				nav.sub li a {
					font-weight: normal;
					font-size: 12px;
					padding: 0 10px;
					line-height: 25px;
					color: #fff;
					text-shadow: 0px 1px 1px #000;
				}
				nav.sub li a.selected, nav.sub li:hover a {
					background: rgba(255,255,255,0.1);
					text-shadow: 0px 2px 2px #000;
					-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
				}
	
	nav.side {
		position: relative;
		background: transparent;
		margin: 0 auto;
		width: 960px;
		height: auto;
	}
		nav.side .previous, nav.side .next {
			display: inline-block;
			width: 20px;
			height: 26px;
			margin-top: 0;
			padding: 0;
			background: url("../img/controls.png");
		}
			nav.side .previous {
				float: left;
				background-position: 0px 0px;
			}
				nav.side .previous:hover {
					background-position: 0px -26px;
				}
			nav.side .next {
				float: right;
				background-position: 0px -52px;
			}
				nav.side .next:hover {
					background-position: 0px -78px;
				}

.back, .back:visited {
	display: inline;
	float: right;
	background-color: rgba(0,0,0,0.5);
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
	font-family: "Lucida Sans", "Droid Sans", sans-serif;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
	.back img {
		vertical-align: middle;
		margin-right: 5px;
	}

#container {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

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;	
}
	section.home, section.selected {
		display: table;
	}
	section .content {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	section * {
		text-align: justify;
	}
	/*section:before {
		content: "";
		display: block;
		height: 150px;
	}
		section:first-child:before {
			display: none;
		}*/

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: 18px;
	font-weight: bold;
	margin: 0 0 0px 0;
}

.about {
	width: 760px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.7); -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.7); box-shadow: 0px 2px 2px rgba(0,0,0,0.7);
}
	.about li {
		margin-left: 50px;
	}