* 
{
	margin: 0;
}

body 
{
	margin: 0;
	padding: 0;
	height: 100%;

	background: url('landing/images/background.jpg') no-repeat center top;
	background-size: 1390 1003;
	background-color: #070707;
	color: #dddddd;
	font-family: 'palatino linotype', 'Georgia', 'Serif';
	font-size: 12pt;

	text-shadow: -2px -2px 0px rgba(0,0,0,1);
}

p
{
	margin-bottom: 1.2em;
	z-index: 500;
}

a
{
	color: #8a8fFF;
	text-decoration: none;
}

a:hover
{
	color: #6ba9FF;
	text-decoration: none;
}

a: visited
{
	color: #8a8fFF;
	text-decoration: none;
}

a:active
{
	color: #ffff00;
}

h1
{
	font-family: 'palatino linotype', 'Georgia', 'Serif';
	font-size: 24px;
	margin: 2 0 10 0;
	text-align:center;

	text-shadow: 1px 1px #000000;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

.footer, .push 
{
	height: 4em;
}

.followme {
    position: fixed;
    height: 30px;
    width: 30px;
    background-color: #FF0000;
    top: 48%;
    left: 0;
}

.featureHeading
{
	color: #dddddd;
	font-family: 'palatino linotype', 'Georgia', 'Serif';
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#bodyContainer
{
	position:relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#centerContainer
{
	position: absolute;
	width: 640px;
	left: 50%;
	margin-left: -320px;
	padding: 0;
}

#headerSection
{
	float:left;
	position:fixed;
	/*position: relative;
	width: 800px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	left: -60;*/
	/*background-color: rgba(255,0,0,0.5);*/
	z-index: 1009;
}

#kickstarterTop
{
	width: 641px;
	height: 122px;

	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;

	z-index: 1;
}

#kickstarterBottom
{
	width: 644px;
	height: 122px;

	margin-top: -31px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;

	z-index: 1;
}

#navdiv
{
	position: fixed;
	left: 0;
	top: 0;
	margin: 0 0 0 0;
	z-index: 2000;
	
	background: url('landing/images/top_bar.jpg');
	background-color: black;
	width: 100%;
	height: 28px;
	text-align: center;
	padding-top: 4px;
}

#navdiv a
{
	color: white;
	text-decoration: none;
}
#navdiv a:hover
{
	color:#5f74ff;
	font-weight: bold;
}
#navdiv a:visited
{
	color:white;
}

#videoSection
{
	/*background-color: rgba(0,255,0,0.5);*/
	background-image: url("landing/images/video_background.png");
	width: 620px;
	height: 348px;
	margin-top: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 20px;
	z-index: 0;
}

#video
{
	position: relative;
	z-index: 1;

	width: 600px;
	height: 338px;
}


#screenshotsSection
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	/*background-color: rgba(0,0,255,0.5);*/
	text-align: center;
}

#footerSection
{
	position: relative;
	width: 600px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: rgba(255,0,0,0.5);*/
}

#logodiv
{
	position: absolute;
	left: 50%;
	top: 10px;
	margin-top: 0;
	margin-left: -346px;
	z-index: 1000;
}

#wasatchdiv
{
	position: fixed;
	right: 50%;
	margin-right: -50%;
}

#wasatchimg
{
	position: absolute;
	right: 0;
}

#leftimagediv
{
	position: fixed;
	
	height: 100%;

	left: 50%;
	margin-left: -280px;
	bottom: -70px;
	z-index: 1000;
}

#leftimage
{
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 1001;
}

#rightimagediv
{
	position: fixed;
	
	height: 70%;

	bottom: 0;
	right: 50%;
	margin-right: -320px;
	z-index: 1000;
}

#rightimage
{
	position: absolute;
	left:0;
	height: 100%;
	z-index: 999;
}

#facebookShare
{
	/* float:left; */
	margin-top: 28px;
	z-index: 1011;
}

#socialButtons
{
	/* float:right; */
	/* margin-top: 30px; */
	z-index: 1010;
}

#shutdownSection
{
	/*background-color: rgba(0,255,0,0.5);*/
	width: 620px;
	margin-top: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	z-index: 0;
	
	text-align:justify;
	background-color: rgba(0, 0, 0, 0.75);
}

#featureSection
{
	position: relative;
	width: 680px;
	height: 150px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	left: -20px;
	/*background-color: rgba(255,0,0,0.5);*/
	/*z-index: 1009;*/

	color: #dddddd;
	font-family: 'palatino linotype', 'Georgia', 'Serif';
	font-size: 10pt;
}

#featureColumn1
{
	float: left;
	width: 200px;
	height: 100%;
	margin-right: 10px;
	padding: 10px;
	text-align:justify;
	background-color: rgba(0, 0, 0, 0.65);
}
#featureColumn2
{
	display: inline-block;
	width: 200px;
	height: 100%;
	padding: 10px;
	text-align:justify;
	background-color: rgba(0, 0, 0, 0.65);
}
#featureColumn3
{
	float: right;
	width: 200px;
	height: 100%;
	margin-left: 10px;
	padding: 10px;
	text-align:justify;
	background-color: rgba(0, 0, 0, 0.65);
}

#copyright
{
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.textboxBG
{
	position: relative;
	border: 120px solid;
	border-image: url("landing/images/textbox.png") 120 120 fill round;
	-webkit-border-image:url("landing/images/textbox.png") 120 120 round; /* Safari 5 and older */
	-o-border-image:url("landing/images/textbox.png") 120 120 round; /* Opera */
	
	margin-top: 0px;
	margin-bottom: -40px;
	width: 420px;
	z-index: -5;
}
.textboxContent
{
	position: relative;
	margin: -64px 50px -84px -65px;
	width: 550px;
	text-align: justify;
	z-index: 500;
}

.render
{
	position:relative;
	left:-36px;
	top:-10px;
}

.cardRow
{
	display: none;
}

.cardSide
{
	position: fixed;
	
	left: 50%;
	top: 34px;
	margin-left: -500px;
	z-index: 1000;
}

.cardImage
{
	margin: 2 10 2 10;
}