@charset "utf-8";

/*	
	COLORS:

	blue top horizontal menue bar: 						#1C2139
	light brown (sand) font color horizontal menue bar: #C1BE9F
	red background menue selection: 					#7A272C
	blue font standard: 								#1C2139
	red font header: 									#7A272C
	background medium brown: 							#ACA27C
	
	
	dark grey:	#3d3835
	light grey	#4d4948
	
	red			#754545
	RWW blue:   #282D39
	
	dark brown	#92795c
	med brown	#bda17d
	light brown	#e1d6c6
*/

/********** Navigation **********/

.inActive
{
		
}

.inActive:hover
{
	background-color:#7A272C;	
}

.Active
{
	background-color:#7A272C;	
}

#nav
{
	position:fixed;
	top:0px;	
	min-width: 640px;
	width:100%;	
	z-index:20;
	background-color: #1C2139;	
	text-align:center;	
	color:#C1BE9F;	
	padding:10px 0px;
	box-shadow: 5px 0px 5px rgba(0,0,0,0.5);	
}

#nav ul
{
	width: 100%;
	margin-right: 100px;
	list-style-type: none;	
}


#nav li
{
	float:right;
}

#nav a:hover
{
	background-color:#7A272C;
}

#nav a
{
	font-size: 14pt;
	padding: 10px 15px;
	border:none;	
}

/********** Content **********/

#content
{
	width:100%;
}


#page
{
	width:100%;
	position: relative;
	z-index: 15;
	background-color: #ACA27C;
	margin-left: auto;
	margin-right: auto;
}

#full
{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

/********** Headers & Paragraphs **********/

.game_logo
{
	background-image: url("img/game_logo.png");	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 340px 340px;
	position: fixed;	
	width: 100%;
	height:100%;
	top: 30px;
	text-indent: -9999px;
	z-index: 5;
}

#logo2
{
	width:405px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.jumppoint h1, h1
{
	padding-top:50px;
	padding-bottom: 10px;
	color: #7A272C;
	font-size: 20pt;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

h2
{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #1C2139;
	font-size: 16pt;
	text-align: justify;
}

h3
{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #1C2139;
	font-size: 16pt;
	text-align: center;
}

p
{
	padding-bottom: 30px;
	color: #1C2139;
	font-size: 12pt;
	text-align: justify;
}


p a
{
	color: #1C2139;
	text-decoration: underline;
}


/********** Newsletter **********/

#mc_embed_signup { margin: 0 auto; }
#mc_embed_signup_scroll .button,.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:330px; vertical-align:top;}
#mc_embed_signup_scroll .button:hover {background-color:#777; cursor:pointer;}
#mailcenter
{
	margin:0 auto;
}



/********** Lightbox Gallery Section **********/

#gallery
{
		
	
}


.screenThumb
{
	margin-bottom: 20px;	
}

.Left
{	
	float:left;
	
}

.Right
{	
	float:right;

}


/********** iPhone Navigation **********/
@media screen and (-webkit-device-pixel-ratio: 2) {
	section#nav
	{
		display:none;
	}	

}