html
{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
    overflow-x: hidden;
    overflow-y: scroll;
}

body
{
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:0;
    padding:0;
    height:100%;
    z-index:-50;
}

.site
{
	position:absolute;
	top:0;
    bottom:0;
    left:0;
    right:0;
	/*background-color: #000000;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;*/
	/*opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    width:100%;
    height:100%;
    min-height: 100%;
    z-index:0;
}

#footerfront
{
	position:absolute;
	bottom:15px;
	width:100%;
	height:20px;
	margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    text-align:center;
    color:#ffffff;
    vertical-align: middle;
    z-index:6;
}

#footer
{
	position:relative;
	bottom:15px;
	width:100%;
	height:20px;
	margin-left: auto;
    	margin-right: auto;
    	margin-top:30px;
    	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    	text-align:center;
    	color:#ffffff;
    	vertical-align: middle;
    	z-index:0;
}

#wrapper
{
	/*background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;*/
	position:absolute;
	top: 200px;
	width:100%;
	height:auto;
	left:0;
	right:0;
	z-index:7;
}

#content
{
	position:relative;
	background-color: rgba(0,0,0,0.99);
	background-repeat: no-repeat;
	background-position:bottom;
	color:#ffffff;
	z-index:-2;
	left: 0px;
	right: 0px;
	width:900px;
	height:auto;
	margin-left: auto;
    	margin-right: auto;
    	padding: 0px;
	box-shadow: 0px 0px 60px #000000;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
    	border-width: 1px;
    	border-color:#444444;
}

#contentalpha
{
	position:relative;
	background-color: rgba(0,0,0,0.85);
	background-repeat: no-repeat;
	background-position:bottom;
	color:#ffffff;
	z-index:-2;
	left: 0px;
	right: 0px;
	width:900px;
	height:auto;
	margin-left: auto;
    	margin-right: auto;
    	padding: 0px;
	box-shadow: 0px 0px 60px #000000;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
    	border-width: 1px;
    	border-color:#444444;
}

.backgroundimage
{
	position:relative;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100%;
	color:#ffffff;
	width:99%;
	height:auto;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.frontpageimage
{
	position:relative;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100%;
	z-index:3;
	width:60%;
	margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#contenttransparent
{
	position:relative;
	color:#ffffff;
	z-index:-2;
	left: 0px;
	right: 0px;
	width:900px;
	height:auto;
	margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#indexcontentbox
{
	position:relative;
	background-color: rgba(0,0,0,0.80);
	background-repeat: no-repeat;
	background-position:bottom;
	color:#ffffff;
	z-index:-2;
	left: 0px;
	right: 0px;
	width:900px;
	height:auto;
	margin-left: auto;
    	margin-right: auto;
    	padding: 0px;
	box-shadow: 0px 0px 60px #000000;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
    	border-width: 1px;
    	border-color:#444444;
}

#contentfrontpage
{
	position:absolute;
  left:50%;
  height:100%;
  bottom:0px;
}

#frontpagecontentbox
{
	margin: auto;
	position:relative;
	background-color: rgba(0,0,0,0.85);
	background-repeat: no-repeat;
	background-position:bottom;
	color:#ffffff;
	z-index:6;
    /*bottom:50px;
	left: 10%;
	right: 10%;*/
	width:800px;
	height:auto;
	/*margin-left: -450px;
	margin-right: 0;*/
	padding: 10px;
	box-shadow: 0px 0px 60px #000000;
	vertical-align: middle;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color:#444444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 140%;
}

#frontpagetransparent
{
	position:absolute;
	z-index:6;
	left:0;
	right:0;
	top:50px;
	font-family: 'Open Sans', sans-serif;
  	color:#ffffff;
	font-size: 24px;
	text-align: center;
	line-height: 140%;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
}

#contenttoplink
{
	position:absolute;
	width:880px;
	height:auto;
	left: 0px;
	right: 0px;
	padding:10px;
	top:-36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 140%;
	color:#ffffff;
	z-index:1;
	text-align: right;

}


#contenttext
{
	position:relative;
	width:880px;
	height:auto;
	left: 0px;
	right: 0px;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 140%;
	z-index:1;
}


#navbar
{
	position:fixed;
	background: #000000; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #000000 0%, #303030 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#303030)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #000000 0%,#303030 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #000000 0%,#303030 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #000000 0%,#303030 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #000000 0%,#303030 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
	z-index:7;
	display:inline-block;
	overflow: hidden;
	top:0;
	left:0;
	width:100%;
	height:40px;
	margin-left: auto;
    margin-right: auto;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
	box-shadow: 0px 15px 20px #000000;
	text-align: center;
	border-style: solid;
	border-width: 1px;
    border-color:#444444;
}

.navbaritem
{
	position:relative;
	display:inline-block;
	color:#ffffff;
	width:150px;
	height:30px;
	padding-top:8px;
	margin-top: 2px;
	z-index: 1;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.navbaritem:hover
{
	/*background-color:#eeeeee;*/
	color:#ffff00;
}


#boptitle
{
	letter-spacing: 10px;
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	height:40px;
	color:#ffffff;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Codystar', cursive;
	font-size: 25px;
	text-align: center;
	vertical-align: middle;
	z-index:-8;
	opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
}

#splash
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
  left:50%;
	top:50px;
	width:400px;
  margin-left:-200px;
	height:250px;
	z-index: 5;
}

#splash_text
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
  background-size:100%;
  left:50%;
	bottom:450px;
	width:600px;
	height:100px;
  margin-left:-300px;
	z-index: 5;
  font-family: 'Open Sans', sans-serif;
  color:#ffff00;
	font-size: 50px;
	text-align: center;
	line-height: 140%;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
	/*animation: spin1  300s linear infinite;*/
}

@keyframes spin1
{
from   {transform: rotateZ(0deg);}
to {transform: rotateZ(360deg); }
}

#splash_parent
{
  position: absolute;
	left: 50%;
}

#splash_earth
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
  left:50%;
  bottom:-700px;
	width:1200px;
  margin-left:-600px;
	height:1200px;
	z-index: 4;
}

#splash_sun_alpha
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
  left:50%;
  bottom:-80px;
	width:800px;
  margin-left:-400px;
	height:800px;
	z-index: 3;
	animation: spin2 150s linear infinite;
}

@keyframes spin2
{
from   {transform: rotateZ(0deg);}
to {transform: rotateZ(-360deg); }
}

#splash_sun
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
  left:50%;
  bottom:-80px;
	width:800px;
  margin-left:-400px;
	height:800px;
	z-index: 2;
	animation: spin3 100s linear infinite;
}

@keyframes spin3
{
from   {transform: rotateZ(0deg);}
to {transform: rotateZ(360deg); }
}

#splash_sun_back
{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
  left:50%;
  bottom:-80px;
	width:800px;
  margin-left:-400px;
	height:800px;
	z-index: 1;
	animation: spin4 200s linear infinite;
}

@keyframes spin4
{
from   {transform: rotateZ(0deg);}
to {transform: rotateZ(360deg); }
}

.poster
{
	display:inline-block;
	margin:4px;
	padding:0px;
	width=100%;
	min-width:56px;
	height:100%;
    min-height=121px;
        overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    z-index:20;
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#ffffff;
	font-size: 16px;
	font-weight:bold;
}

.poster:hover
{
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.wastable
{
	height:180px;
	background-size: 100%;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#video_player
{
	display: table;
	line-height: 0;
	font-size: 0;
}

#video_player video, #video_player figcaption
{
	display: table-row;
	vertical-align: top;
}

#video_player figcaption
{
	width: 25%;
}

#video_player figcaption a
{
	display: inline-block;
	opacity: .5;
	transition: 1s opacity;
}

#video_player figcaption a img, figure video
{
	width: 100%;
	height: auto;
}

#video_player figcaption a:hover
{
	opacity: 1;
}

#playlist,audio
{
	width:400px;
	padding:20px;
}

.active a
{
	color:#5DB0E6;
	text-decoration:none;
}

li a
{
	color:#eeeedd;
	background:#333;
	padding:5px;
	display:block;
}

li a:hover
{
	text-decoration:none;
}

#playlist,audio
{
	background:#666;
	width:400px;
	padding:20px;
}

.active a
{
	color:#5DB0E6;
	text-decoration:none;
}

.splitflap
{
	position: relative;
	width:70%;
	left: 15%;
	font-size: 18px;
	margin: -10px;
	padding: 4px;
	background-color: #080808;
	border: #444444;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0px 0px 30px black;
}
.splitflap .segment
{
	font-family: sans-serif;
	width: 18px;
	margin: 10px;
	padding: 0px;
}

#clock
{
position: fixed;
bottom: 0;
left: 50%;
font-size: 90px;
margin: 0 0 20px -178px;
}
#clock .segment
{	
width: 120px;
}
.twentyfour li
{
text-align: right !important;
}
.twentyfour li:after
{
content: " ";
display: inline-block;
width: 10px;
}
.ampm 
{
margin-left: -7px !important;
}
.ampm li
{
font-size: 30px !important;
width: 58px !important;
/*border-radius: 8px !important;*/
}
.splitflap .ampm .top li
{
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.splitflap .ampm .bottom li
{
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}

/*.splitflap .segment:first-child .top li
{
border-top-left-radius: 2px;
}
.splitflap .segment:last-child .top li
{
border-top-right-radius: 2px;
}
.splitflap .segment:first-child .bottom li
{
border-bottom-left-radius: 2px;
}
.splitflap .segment:last-child .bottom li
{
border-bottom-right-radius: 2px;
} */
