@font-face{
	font-family: Wonderlism;
	src: local(Wonderlism), url("fonts/Wonderlism.ttf") format("truetype");
}

html
{
}

body
{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: #000;
	color: #fff;
	font-family: sans-serif;
	font-size: 11pt;
}

.clear {
	clear: both;
}

nav ul
{
	list-style: none
}

a
{
	color:  #288add;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1,h2,h3,h4{
	font-family: Wonderlism;
	font-weight: normal;
	text-transform: lowercase;
}

h1 a, h2 a, h3 a, h4 a {
	color: #fff;
} 

h1.placement, h2.placement, h3.placement {
	padding: 0;
	margin: 0;
}

.back-to-top {
	display: none
}

.placement {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	
}
	.placement-image
	{
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-backface-visibility: hidden;
	}


#sections
{
	position: absolute;
	height: 720px;
	width: 1280px;
	overflow: hidden;
	margin: 0;
	min-height: 300px;
	
}

#section-canvas
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin:0;
}

#trans
{
	position: absolute;
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10;
}

section
{
	position: absolute;
	width: 100%;
	height: 100%;
}

section .bg
{
	position: absolute;
	display: block;
	width: 1280px;
	height: 720px;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
}

.overlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 199;
	background: #000;
}
#progress-bar
{
	position: relative;
	top: 200px;
	margin: auto;
	width: 193px;
	height: 26px;
}
	#progress-overlay {
		z-index: 800;
	}

	#progress-bar-percent
	{
		height: 100%;
		width: 0%;
		background: #fff;
	}
	
	#progress-bar-text {
		position: absolute;
		top: 120%;
		width: 100%;
		text-align: center;
		font-family: Wonderlism,sans-serif;
	}

	#progress-bar-mask {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 801;
		width: 100%;
		height: 100%;
		background: url(images/graphics/loading-mask.png) no-repeat center center;
	}

.dialog {
	background-color: rgb(100, 0, 0);
	background-color: rgba(100, 0, 0, 0.65);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 4px 20px 3px #000;
	-webkit-box-shadow: 0 4px 20px 3px #000;
	-o-box-shadow: 0 4px 20px 3px #000;
	box-shadow: 0 4px 20px 3px #000;
	padding: 14px;
	position: absolute;
	z-index: 200;
}
	#dialog-overlay{
		opacity: 0.80;
		filter: alpha(opacity=80);
		display: none;
	}


	.dialog-close {
		position: absolute;
		top: -12px;
		right: 18px;
		left: auto;
		display: block;
		cursor: pointer;
	}
	
	#app-support {
		width: 400px
	}

section ol
{
	list-style-type: none;
}

.video-container iframe
{
	width: 100%;
	height: 100%;
}


#video-boy .video-container
{
	width: 560px;
	height: 345px;
}
	
#app-iphone .video-container
{
	width: 480px;
	height: 360px;
}

#app-arcade .video-container
{
	width: 560px;
	height: 345px;
	float: left;
}

#app-arcade-info
{
	height: 345px;
	width: 250px;
	font-size: 10pt;
	float: left;
	margin-left: 10px;
}

	#app-arcade-info ul
	{
		list-style: none;
		padding: 0;
	}
	#app-arcade-info ul li
	{
		padding: 5px 5px 5px 10px;
		margin: 0;
	}

	
.music-control {
	cursor: pointer;
}

#lofipeople {
	position: absolute;
	bottom: 30px;
	right: 45px;
	top : auto;
	left: auto;
	z-index: 700;
}
	
#music-indicators{
	position: absolute;
	top: 10px;
	right: 20px;
	height: 25px;
	line-height: 25px;
}
	.music-indicator {
		cursor: pointer;
		position: static;
		left: auto;
		right: auto;
		float: right;
		margin-left: 5px;
	}
		.music-indicator img {
			position: static;
		}
	
	#music-indicator-pause{
		display: none;
	}
	
	#music-indicator-buffering{
		display: none;
	}
	
	#music-indicator-current{
		font-size: 8pt;
		color: #999;
		opacity: 0;
		float: right;
	}
	
#home-links ul {
	list-style-type: none;
}

#music-download-form {
	padding: 10px;
	text-align: left;
	
}

	#music-download-form ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#music-download-form li {
		margin-bottom: 12px;
		list-style: none;
	}
	
	#music-download-form label {
		width: 50px;
		display: inline-block;
	}

	#music-download-form input {
		width: 180px;
	}

	
	#music-download-form input[type=submit] {
		font-family: Wonderlism,sans-serif;
		margin-left: 150px;
		margin-top: 10px;
		width: auto;
		font-size: 11pt;
	}
	
#instagram {
	position: absolute;
	bottom: 10px;
	z-index: 149;
	
}
	#instagram img {
		max-width: 400px;
		max-height: 400px;
		display: block;
		position:absolute;
		bottom:0;
		-webkit-backface-visibility: hidden;
		-webkit-transform-style:preserve-3d;
		-webkit-transform:  rotate(0.1deg);
	}

	#instagram-overlay
	{
		display: none;
		position: absolute;
		cursor: hand;
		cursor: pointer;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 150;
	}

	
#home-facebook
{
	font-family: Wonderlism;
	text-align: center;
	width: 320px;
}

	#home-facebook #fb-link
	{
/*		font-family: sans-serif;*/
		font-size: 9pt;
	}

	#home-facebook .fb-like
	{
		height: 80px;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	
#home-news
{
	width: 600px;
	height: 500px;
}
	#news-feed {
		height: 100%;
	}
	
	#news-feed h3 {
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 14pt;
		margin: 0;
	}
	
	#news-item-list
	{
		height: 440px;
		
	}
		#news-item-list-ul {
			overflow: hidden;
			list-style: none;
			margin: 0;
			padding: 0 10px 0 10px;
			height: 100%;
		}
		
		.news-item {
			background-color: rgb(0, 0, 0);
			background-color: rgba(0, 0, 0, 0.65);
			margin: 16px 0 0 0;
			padding: 10px;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			-o-border-radius: 15px;
			border-radius: 15px;
			font-size: 10pt;
		}
			
			.news-item-title {
				margin: 0 0 6px 0;
				font-family: sans-serif;
				font-weight: bold;
				font-size: 13pt;
			}
			
			.news-item-content {
				margin-bottom: 15px;
			}
			
			.news-item-dateAndCreator {
				font-size: 8pt;
				padding-bottom: 5px;
				border-bottom: 1pt dashed #333;
			}
