@charset "utf-8";
/* CSS Document */

body{
background:#000;
font-size:12px;
color:#fff;
}

h1,h2,h3,h4,h5,h6{color:#fff;}
h2{padding-bottom:0;margin-bottom:0;}
a:link, a:active{color:#09f;}
a:visited{color:#63f;}
img{border:0;}
.alignCenter{text-align:center;}
#footerNav{margin:40px auto 15px; width:840px;}
.footerNote{font-size:.9em;text-align:center;width:80%;margin:20px auto 10px;}

#mainContent{
width:60%;
margin:0 auto;
}
#mainContent p{
font-size:1.4em;
}
.index td{
font-size:1.5em;
text-align:center;
padding:12px 0;
}
.index table{
width:100%;
}
.wrapper{
text-align:center;
margin:0 auto;
width:90%;
}
.wrapper table{
width:100%;
text-align:left;
}
#registry{
	max-width:600px;
	margin:0 auto;
	padding-bottom:40px;	
	font-size:1.4em;	
}
	.serial-short{
		display:none;
	}
	.serial-full{
		display:inline;
	}

.logo{width:40%;}

.openNav{cursor:pointer; text-align:center; font-size:22px; color:#09f;padding:0 0 20px;}

/* Overlay Navigation */
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.95); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  display:none;	 
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; 
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content ul{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 70%;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 12px;
  text-decoration: none;
  font-size: 28px;
  color: #818181;
  display: block; /* Display block instead of inline */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.homeNav{
	font-size: 2em;
	list-style-type: none;
	margin: 30px 0 60px;
	padding: 0;
}
.homeNav li{
	padding:12px 0;
}

/********************/
/* "Mobile" Styling */
/********************/

@media only screen and (min-device-width:320px) and (max-device-width:1024px) {
	body {
    	font-size:16px;
 	}
	h1{
		font-size:2.4em;
	} 	
 	#mainContent{
 		width:80%;
 	}
 	#mainContent p{
		font-size:2.2em;	
	}
	#registry{
		font-size:2.2em;
		width:100%;				
	}
	.serial-short{
		display:inline;
	}
	.serial-full{
		display:none;
	}
	.overlay-content {	
		top: 0; 
	}	
	.overlay a {
		padding:16px 0;
		font-size:24px;
	}			
	#mainContent p.footerNote{
		width: 100%;
		font-size: 1.8em;
	}
	.logo{
		width:95%;
	}	
	.homeNav li{
		padding:30px 0;
	}		
}