/*   
Theme Name: Space Flare
Theme URI: http://www.templeofandrex.com/
Description: A simple two-column format with a space-theme utilizing HTML 5 tags.
Author: Andrew Rabon
Author URI: http://www.andrewrabon.com/
Version: 5.00
*/

@font-face {  
	font-family: 'Neuropol';  
	src: url('Neuropol.ttf') format('truetype');  
}
body { 
	background-color: black;
	/* Credit to NOAA / Space Weather Prediction Center (
	http://www.swpc.noaa.gov/primer/primer.html) for this image. */
	background-image: url('sun.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}

a {
	color: rgb(153, 0, 0);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: rgb(255, 61, 61);
}


h1 {
	color: rgb(153, 0, 0);
	font-family: 'Neuropol'; 
	margin: 0px;
	font-size: 50px;
	text-align: left;
}
h1 a:visited {
	color: rgb(153, 0, 0);
}
h2 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 30px;
	color: rgb(184, 184, 184);
}

p {
	margin-top: 0px;
}
img  {
	max-width: 80%;
}
li {
	margin-bottom: 15px;
}
#banner {
	text-align: center; 
	margin-bottom: 20px;
}

/* Below are the semantic tag styles used for actually rendering the site design. */
nav {
	background: rgb(50, 50, 50);
	background: rgba(255, 255, 255, 0.2);
	
	position: fixed;
	top: 0%;
	left: 0%;
	right: 70%;
	bottom: 0%;
	min-width: 315px;
	
	font-family: 'Neuropol';  
	font-size: 50px;
	padding: 10px;
}
nav p {
	text-align: center;
	margin-bottom: 25px;
}
nav ul {
	padding: 0px;
	margin: 0px;
}
nav ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
nav a {
	color: #000000;
	display: block;
	text-decoration: none;
}
nav a:hover {
	background: rgb(153, 0, 0);
	background: rgba(153, 0, 0, 0.5);
	text-decoration: none;
}
nav a:visited {
	color: #000000;
}

section {
	color: white;

	position: absolute;
	top: 0%;
	left: 45%;
	right: 5%;
	padding: 10px;
}
article {
	text-align: justify;
	font-family: sans-serif; 
	font-size: 15px;
}
figure {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
legend {
	font-style: italic;
	text-align: center;
}

footer {
	position: fixed;
	bottom: 1%;
	left: 1%;
	width: 28%;
	
	font-size: 15px;
	font-family: sans-serif; 
	text-align: center;
}
