* { margin: 0; padding: 0; outline: 0; }

/* HTML5 tags */
header, section,
aside, nav, article, figure {
	display: block;
}

@font-face { font-family: freshman; src: url(freshman.ttf) format("truetype") }
@font-face { font-family: knockout; src: url(knockout.ttf) format("opentype") }


body { font-family: Arial; color: #4b4b4b; background-color:#BE1E2D; text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4); }

::selection { background-color: rgba(122, 192, 0, 0.2); }
::-moz-selection { background-color: rgba(122, 192, 0, 0.2); border: 10px solid red; }

h1 { font-family:knockout; color: #fff; font-size: 30px; position: relative; top: 15px; }
h1 a { font-family:knockout; color: #fff; font-size: 30px; width: 300px;
	
}

h2 { font-family:freshman; padding-left: 0px; font-size: 260px; color: #fff; height: 105px; }
h3 { font-family:knockout; padding-top: 120px; font-size: 48px; color: #fff; height: 105px; }
h2 span.sub {font-family:freshman; font-size: 48px; float: left; color: #4b4b4b; }

a { color: #fff; text-decoration: none; border-bottom: 0px; padding-bottom: 2px; }
a:hover { color: #fff; text-decoration: none; border-bottom: 1px solid #fff; padding-bottom: 2px; }
a:active { color: #fff; text-decoration: none; border-bottom: 1px solid #fff; padding-bottom: 2px; position: relative; top: 1px; }

p { font-size: 24px; margin-bottom: 15px; line-height: 36px; }
strong { font-family: freshmanBold, Arial; }

header { padding: 5px 0; width: 100%; background-color: #BE1E2D; height:230px;  position: fixed; z-index: 10; float: left; 
-moz-box-shadow: 55px 55px 55px #000;
    -webkit-box-shadow: 15px 15px 15px #000;
    box-shadow: 15px 15px 15px #000;}
#headercontainer, #contentcontainer { width: 960px; margin: 0 auto; position: relative; }
#contentcontainer { float: none; padding-top: 0px; }

nav { width: auto; float: left; }
nav ul { position: absolute; right: 0; display: block; margin-top: -200px; }
nav ul li { display: inline; margin-left: 0px; display:list-item; list-style:none; }
nav ul li a { font-size: 32px; border-bottom: none;display:list-item; list-style:none; line-height:42px; }

section { margin-bottom: 2000px; padding-top: 270px; float: left; }

#intro h2 a { padding-bottom: 0px; }
#intro h2 hover { background: #333; }

#intro a.featured { padding-bottom: 0px; border-bottom: none; }
#intro a img { border: 5px solid rgba(122, 192, 0, 0.15); -webkit-border-radius: 5px; margin-top: 40px; margin-bottom: 5px; }

.footer{
	background-image: url(images/bg.png);
	display: block;
}
