@charset "utf-8";
/* CSS Document */
#img_background {position: absolute; top: 0px; left: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1000; overflow: hidden;}
#video_background { position: absolute; top: 0px; left: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1000; overflow: hidden;}



body {
  font-family: Arial Black, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #000;
  color:#FFF;
  font-weight:900;
  overflow: hidden;

}

.bodytext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#FFF;

}

a:link {
	text-decoration:none;
	color: inherit;
}
a:visited {
	text-decoration:none;
	color:inherit;
}

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 0px 18px 0;
  list-style: none;
  text-decoration:none;
  color:#666;

}
ul li {

  display: inline-block;
  margin-right: -4px;
  margin-top: 10px;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li a {
  display: block;

}

ul li:hover {
  background: #222;
  color: #fff;
  text-decoration:none;
  display: inline-block;
}
ul li:visited {
  text-decoration:none;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul li ul {
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 150px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #222; 
  display: block;
  color: #666;
  height: 40px;
  line-height: 40px;
  margin-top: 0px;
  
}
ul li ul li a { 
  display: block; 
}

ul li ul li:hover { 
	background: #555; 
	display:block;
}

ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  color:#FFF;
}

#menu {
	position:absolute;
	top: 0px;
	left: 0px;
}

#selfie {
	position:absolute;
	top: 400px;
	left: 0px;
}

#social {
	position:absolute;
	top: 0px;
	/*top: 30px; --post kickstarter */
	right: 20px;	
}

.copyright {
	font-family:Arial;
	font-size:12px;
	color:#999;
}

.bigtext {
	font-size: xx-large;	
}

/*  ===============================Social Media Buttons=================================== */
/* .music {
 width: 40px;
 height:40px;
 display:block;
 background: url('Images/xsound_up.png.pagespeed.ic.IJJdgpkhq8.png') center top no-repeat;
}

.music:hover {
   background-image: url('Images/xsound_down.png.pagespeed.ic.j10gg_DAOR.png');
}
.music:onclick {
   background-image: url('Images/xsound_down.png.pagespeed.ic.j10gg_DAOR.png');
}
*/

.facebook {
 width: 40px;
 height:40px;
 display:block;
 background: url('Images/xSocial_FB_up.png.pagespeed.ic.Blx6XhlMiq.png') center top no-repeat;
}

.facebook:hover {
   background-image: url('Images/xSocial_FB_down.png.pagespeed.ic.6zgyK13nNY.png');
}
.twitter {
 width: 40px;
 height:40px;
 display:block;
 background: url('Images/xSocial_Twitter_up.png.pagespeed.ic.FtXN4_XNZg.png') center top no-repeat;
}

.twitter:hover {
   background-image: url('Images/xSocial_Twitter_down.png.pagespeed.ic.IOA29FeaR7.png');
}
.youtube {
 width: 40px;
 height:40px;
 display:block;
 background: url('Images/xSocial_Youtube_up.png.pagespeed.ic.-yo8VfsqQW.png') center top no-repeat;
}

.youtube:hover {
   background-image: url('Images/xSocial_Youtube_down.png.pagespeed.ic.soJhLwA-fS.png');
}
.google {
 width: 40px;
 height:40px;
 display:block;
 background: url('Images/xSocial_Google_up.png.pagespeed.ic.LquCFEFHYf.png') center top no-repeat;
}

.google:hover {
   background-image: url('Images/xSocial_Google_down.png.pagespeed.ic.K1NMevZrXV.png');
}

.pinterest {
 width: 40px;
 height:40px;
 display:block;
 background: url('Images/xSocial_Pin_up.png.pagespeed.ic.esEhB2waxq.png') center top no-repeat;
}

.pinterest:hover {
   background-image: url('Images/xSocial_Pin_down.png.pagespeed.ic.MmdkHK2Q1K.png');
}
/*  ================END Social Media Buttons===================== */

#subpage_header {
	position:absolute;
	top: 75px;
	left: 400px;	
	padding: 10px 10px;
	color:#FFF;
}

#subpage_content {
	position:absolute;
	top: 125px;
	left: 400px;
	color:#FFF;
	height:750px;
	width: 60%;
	padding: 10px 10px;
	background-repeat:no-repeat;
	background-position:left;
	overflow:auto;
}

.screenthumbs {
   outline:solid;
   outline-width:medium;
   outline-color:#666;
}

.screenthumbs:hover {
   outline:solid;
   outline-width:medium;
   outline-color:#FFF;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 120px;}  /* must be same height as the footer */

/* Footer Post-launch
#footer {
	width:500px;
	position: relative;
	margin: -120px auto 0;
	margin-top: -120px; 
	height: 120px;
	clear:both;}
*/
#footer {
	width:400px;
	position: absolute;
	left: 0px;
	margin: -160px auto 0;
	margin-top: -160px; /* negative value of footer height */
	height: 160px;
	clear:both;} 

#main_index {overflow:auto;
	padding-bottom: 208px;}  /* must be same height as the footer */

#footer_index {
	width:500px;
	position: relative;
	margin: -208px auto 0;
	margin-top: -208px; /* negative value of footer height */
	height: 208px;
	clear:both;} 

#KS_banner {
	position:absolute;
	bottom: 0px;
	left: 0px;	
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* Scrollbars */
/* Chrome, Safari */
::-webkit-scrollbar {
width: 10px;
height: 15px;
padding: 2;
}
::-webkit-scrollbar-track-piece  {
background-color: #111;
}
::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #333;
}

/*