<?php

header("Content-type: text/css");
$basepath = ($_SERVER['PSS_DEPLOYMENT_CONTEXT'] === 'live' ? '' : '/demo.guestdeck.com') . '/kenwood-sc3';

?>

html, body, #viewable {
	height: 100%;
}

body {
	background-color: #000;
	color: #666;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#viewable {
	display: none;
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* --- STATES --- */

.grabbing,
.grabbing a {
	cursor: url(<?php echo $basepath; ?>/shell/grabbing.cur), default;
}

.no-select {
	cursor: default;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
}

.grabbing .no-select {
	cursor: url(<?php echo $basepath; ?>/shell/grabbing.cur), default;
}

.no-select.grabbing {
	cursor: url(<?php echo $basepath; ?>/shell/grabbing.cur), default;
}

/* --- PRELOAD --- */

#preload-panel {
	background-color: #2b4346;
	background-image :url(../shell/bg-preload.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 600px;
	position: relative;
	width: 100%;
}

#preload-panel #preload-content {
	margin: 0 auto;
	padding: 250px 0 0 0;
	position: relative;
	text-align: center;
	width: 300px;
}

#preload-panel #preload-content img {
	margin: 0 auto 18px auto;
	padding: 0 0 0 10px;
}

#preload-panel #preload-content p {
	color: #fff;
	text-shadow: #1a2a2c 1px 1px 1px;
}

#preload-panel #preload-content b {
	color: #fff;
	font-size: 18px;
}

#preload-panel #preload-content #preload-progress-panel {
	background-color: #223639;
	border: #43666a solid 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	margin: 50px auto 20px auto;
	padding: 10px 10px 20px 10px;
	width: 130px;
}

#preload-panel.loaded #preload-content #preload-progress-panel {
	cursor: pointer;
	padding-bottom: 10px;
}

#preload-panel.loaded #preload-content #preload-progress-panel:hover {
	border-color: #658b8f;
}

#preload-panel #preload-content #preload-progress-panel h1 {
	color: #43666a;
	margin: 0;
	text-align: center;
	text-shadow: #1a2a2c 1px 1px 1px;
}

#preload-panel.loaded #preload-content #preload-progress-panel h1 {
	color: #ccc;
	font-size: 32px;
}

#preload-panel.loaded #preload-content #preload-progress-panel:hover h1 {
	color: #fff;
}

#preload-panel #preload-content #preload-progress-panel h4 {
	color: #43666a;
	margin: 0 0 10px 0;
	text-shadow: #1a2a2c 1px 1px 1px;
}

#preload-panel.loaded #preload-content #preload-progress-panel h4 {
	display: none;
}

/* --- GENERAL --- */

a {
	color: #3c7898;
	text-decoration: none;
}

p {
	margin: 0 0 18px 0;
}

small	{
	font-size:11px;
	line-height:15px;
}

h1 {
	color: #a0832f;
	font-size: 44px;
	line-height: 40px;
	letter-spacing: -2px;
	margin: 0 0 36px 0;
	text-transform: uppercase;
	font-weight:bold;
}


h2 {
	color: #19313c;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 20px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight:bold;
}

h3 {
	color: #a0832f;
	font-size: 20px;
	line-height: 18px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
	font-weight:bold;
}

h4 {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	text-transform: uppercase;
}


h5	{
	color: #19313c;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight:bold;
}

h5 sup	{
	font-size:9px;
	line-height:10px;
	vertical-align:text-top;
	font-weight:normal;
}
