/* GENERIC */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-position:top center; background-repeat:no-repeat;*/
}

/* BACKGROUND IMAGE*/
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}

body#home {background-color: #111911;}
body#alien {background-color: #000;}


#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
	}
#tips{
	line-height:200%;
	}
#tips li{
	font-size: 30px;
	margin-left:75px;
	color:#fff;
	display:none; /* hide the items at first only */
	}
#tips a{
	color: #fff;
	text-decoration:underline;
	font-weight:normal;
	margin:0;}

.floatleft
{
float:left;
padding-top : 0px;
padding-right : 25px;
padding-left : 0px;
padding-bottom : 25px;
margin-bottom : 5px;
margin-left : 0;
margin-right : 3px;
margin-top : 0px;
}

p.copy {
	color: #ccc;
	font-size: 10px;
	font-weight: normal;
	text-align : center;
	margin-top: 5;
}

p, .p, .content {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height:175%;
}

.actheader {
	
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding:2;
	border: 2px solid black;
	background-color:#C9C6AE;
}


p.w {
	
	color : White;
	font-weight : bold;
	font-size : 110%;
}

p.breadcrumbs {
	font-weight : bold;
	font-size : 80%;
	border-bottom : medium solid Black 4;
	padding-bottom: 5px;
}


h1 {
	
	font-size: 60px;
	font-style: normal;
	font-weight:800;
	color: #FFFFFF;
	margin-bottom:1px;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
	line-height:100%;
}

h1.act
{	
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding:2;
	margin:0;
	margin-left:5px;
}

h2 {
	
	font-size: 35px;
	line-height:normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0;
}

h3 {
	
	font-size: 30px;
	line-height:normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding:0px;
	padding-top:20;
	}
h3.g {
	
	font-size: 18px;
	font-weight: bold;
	color: #5E673C;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom:0;
	padding-top:0;
}

h1.i {

	font-size: 30px;
	font-weight: normal;
	color:  #A3A18D;
	margin-bottom:3;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
}

h2.i {
	
	font-size: 14px;
	font-weight: bold;
	color:  #A3A18D;
	margin-top:0;
	padding-top:0;
}

h3.i {
	
	font-size: 18px;
	font-weight: bold;
	color:  #A3A18D;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	border : 1;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

a {
	color: #3399FF;
	font-weight:bold;	
  	text-decoration: underline;
  }
  
a:hover {
	text-decoration: underline;
  }
  
#navsquare a {text-decoration: none}

hr {
  border: none;
  background-color: #FFF;
  color: #FFF;
  height: 2px;
  margin:15px 0 15px 0;
}


ul {
	margin-left : 15;
	padding-left:15;
}
li
{
margin-bottom:5
}

li a, li a:visited, li a:hover, li a:active {
	margin-bottom : 5;

}

.news {

	font-size: 18px;
	font-style:normal;
	font-weight:800;
	color: #ffffff;
	margin-bottom:3;
	padding-bottom:0;
	margin-top:0;
	padding-top:10;
}


/* PHOTO GALLERIES */

.Gallery {

	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
}

.gallerycontainer{
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gthumbnail img{
border: 2px solid white;
margin: 0 5px 5px 0;
}

.gthumbnail:hover{
background-color: transparent;
text-decoration: none;
}

.gthumbnail:hover img{
border: 2px solid #000000;
}

.gthumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
border: 4px  #BA3900;
visibility: hidden;
color: black;
text-decoration: none;
}

.gthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.gthumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 160;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 20;
}

/*Shadowbox*/

.gallery-holder {
	
	margin: 14px 0 0 0;
	}
	
	
.gallery-holder ul {
	margin:0;}

.gallery-holder li {
	list-style:none;
	float:left;
	margin:4px;
	}/*Shadowbox*/

/*Big Buck Wii*/

.big-buck-wii-holder ul li{
margin:0 auto;
display:inline;
font-size:20px;
padding-right:20px;
text-align:center;}

.big-buck-wii-holder a, .big-buck-wii-holder img {border:none} 
