﻿@import 'https://fonts.googleapis.com/css?family=Special+Elite|Loved+by+the+King|Scope+One|Shadows+Into+Light+Two';

/* Make new layout elements block elements in older browsers */
header, nav, aside, article, footer, section {
  display:block;
	}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	}

body {
	background-color:#050714;
	margin:0;
	}
 
#wrapper {
	background-image:url("../imgnew/logo_1280.jpg");
	background-repeat:no-repeat;
	width:1280px;
	margin:0 auto;
	height:960px;
	padding:0;
	background-size:cover;
	}
		
header {
	width:1280px;
	height:340px;
	}

nav {
	width:320px;
	margin:0;
	float:left;
	height:620px;
	}
		
article {
	width:806px;
	margin-left:320px;
	margin:0;
	height:620px;
	float:left;
	}
	
aside {
	width:154px;
	margin-left:1126px;
	margin:0;
	float:left;
	height:620px;
	}

#beginread {
	width:100%;
	padding-top:480px;
	margin:0;
	font-size:.9em;
	}
	
footer {
	height:200px;
	position:relative;
	padding:10px 10px 30px 10px;
	background-color:#050714;
	clear:both;	
	}

table {
	width:100%;
	}
	
h2 {
	font-family: 'Special Elite', sans serif;
	font-size: 2em;
	color:#dad700;
	font-weight:bold;
  	text-shadow:3px 3px 6px black;
  	}

p  {
	font-family: 'Scope One','Open Sans Condensed', sans-serif;
	color:white;
	font-size:1.3em;
	margin:0;
	}
	
/* nav links */

nav a {
	display:block;
	background-color:#dad700;
	width:254px;
	padding:2px;
	height:52px;
	margin:18px 0 20px 30px;
	line-height:52px;
	text-align: center;
	vertical-align: middle;	
	font-size:1.5em;
	font-weight:bold;
	font-family:'Special Elite', sans-serif    
 	}
	
nav a:link, nav a:visited {
	background: linear-gradient(rgba(255,255,255,.6), rgba(0,191,255,.4)); border-radius:6px; padding:6px 16px; /*rgba(94,171,198,.4));*/
 	/* background-color: rgba(255,255,255,.3); text-shadow:none; border-radius:6px; color:aliceblue; padding:6px 16px; */	
 	color:#2b4a66;   /*#19384f;*/
	}
 
nav a:hover, nav a:active {
 	background-color:rgba(156,226,252,.8); text-shadow:2px 2px 8px #006b8c; border-radius:4px; padding:6px 16px;
 	color:white;    /*#002977;*/
	}
	
a.noshow:hover { text-decoration:none;
box-shadow:none; padding:0;
}

/* footer .image a:link, a:visited, a:hover, a:active {
	background:none; padding:0;
} */

/* page links */

a:link  {
	color:lightsteelblue;
    padding:2px;
    text-decoration:none;
	}
	
a:visited {
    color:silver;
    padding:2px;
    text-decoration:none;
	}

a:hover {
    background-color: rgba(173,216,230,.8); text-shadow:none; border-radius:4px; color:#002977; padding:4px 12px;
	}
	
a:active {
    background-color:#FFFFFF;
    color:#ff0000;
    padding:2px;
    text-decoration:none;
	}

	
	
