/* @override http://hugoahlberg.com/style_default.css */

/*@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('League_Gothic.ttf') format('truetype');
}*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #fbf099;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	/*background: rgba(255,255,255,0.2);*/
	color: rgba(254,251,178,0.8);
	opacity: .6;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
}

img:hover {
	opacity: .6;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 400ms;
}

img {
	border: none;
	cursor: default;
}

body {
	overflow: auto; /*Needed to eliminate scrollbars*/
	background: #000;
	color: #fff;
	font-family: "AlternateGothicFSNo3", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	font-size: 200%;
	text-transform: uppercase;
/*	letter-spacing: 1px;*/
}

@media only screen and (max-width: 770px), only screen and (max-device-width: 770px) {
		body { font-size: 140%;  }
		a:hover { display: none; }
	}


@media only screen and (max-height: 770px), only screen and (max-device-height: 770px) {
		body { font-size: 140%;  }
		a:hover { display: none; }
	}

#content {
	margin: 0px auto;
	/*	height:100px;*/
	width: 100%;
	top: 5%;
	z-index: 3;
	position: absolute;
}

#contentframe {
	overflow: hidden;
	height: 100%;
	text-align: left;
	z-index: 3;
}

.epicdiv {
	/*color: rgba(245,0,19,0.4);*/
	margin: 33px 0;
	margin: 20px;
	height: 100%;
	z-index: 4;
}

#loading {
	position: absolute;
	top: auto;
	left: auto;
	z-index: 3;
	width: 100%;
	height: 100%;
	/*text-indent: -999em;*/
	background-image: url(images/progress.gif);
	font-size: 7em;
	text-align: center;
}

#supersize {
	position: fixed;
}

#supersize img, #supersize a {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}

ul, li {
	font-size: 1.3em;
	list-style: none;
	/*margin: 0;
	padding: 0;*/
}

.superheader {
	font-size: 3.5em;
	line-height: 1em;
}

.subheader {
	font-size: 2em;
	line-height: 0.6em;
}

.subsubheader {
	font-size: 1.2em;
	line-height: 1.4em;
}

.links {
	font-size: 1em;
	line-height: 1em;
}