article, footer, header, nav, section, video { 
	display:block; 
	} 
	

header {
	background-image:url('../images/imperiumBanner2.jpg');  
	/* background-repeat:no-repeat;  */
	background-position:bottom;
	height: 300px;
	margin-bottom:10px
/* 	background-color: #FFFFFF;   */
	} 
	
body {  
	margin:0;  
	padding:0;  
	font-family: 'Shadows Into Light', cursive;
	font-size:16px; 
	}
	
header {
		background-size: cover;
	}
	
#container {  
	width: 90%; 
	padding:10px;  
	margin: 0 auto;  
	text-align:left;  
	margin-top: 10px;  
	margin-bottom: 20px; 
	border:5px solid #000000;  
 	background-color: #000000; 
	-moz-border-radius: 20px 20px 20px 20px;  
	-webkit-border-radius: 20px 20px 20px 20px;  
	border-radius: 20px 20px 20px 20px;
	} 
	
nav {
	overflow: hidden;
	background-color: black;
	width: 100%;
	margin: 0 0 10px 0
	}
nav a {
	float: left;
/* 	display: block; */
	color: #f2f2f2;
	text-align: center;
	padding: 12px 16px;
	text-decoration: none;
	font-size: 17px;
	}


nav a:hover {
	background: #ddd;
	color: purple;
	}
input[type=text] {
  width: 130px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
  width: 100%;
}
section {  
	display :table-cell;  
	background-color:#666;  
	color:white;  
	font-size:14px;  
	margin:0px;  
	padding:9px; 
	-moz-border-radius: 20px 20px 20px 20px; 
	-webkit-border-radius: 20px 20px 20px 20px; 
	border-radius: 20px 20px 20px 20px; 
	}
	
article {  
	display:table-cell;  
	width:40%;  
	background-color: #000000;  
	color:white;  
	font-size:17px; 
	padding:10px; 
	} 
	
#content {  
	display: table;
	width:100%;  
	border-top: 1px solid #000; 
	} 
	
footer {
	height:30px;  
	padding:5px;
	background-color: #000000;  
	color:white; 	
	text-align:center;  
	font-size: small;  
	background: #000000;
	color: purple;
}
	


	
	