﻿/*Css Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Oswald', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Css Reset*/

/* Main Menu styling */
nav{ text-align:center; width:1100px; margin:auto; }
nav a { color:#118EF6; display: block; text-decoration: none; font-weight:700; font-size:20px; line-height:40px; padding:0 20px; }
nav ul li a:hover { color:#91CBFC}
nav ul { list-style-type: none; padding: 0; margin: 0; }
nav > ul > li { display: inline-block;}
.fullMenu{
width:100%; height:40px; background-color:#3E3E3E;
}
.active{
	color:#91CBFC
}

body {
background-color:black;
}
.fullHeader{
	width:100%; margin:auto; height:250px; z-index:10; position:relative; background-image:url('../images/header.jpg'); background-repeat:no-repeat;
}
.headerWrapper{
	width:1100px; height:250px; margin:auto;
}
.headerLogoWrapper{
	width:595px; height:250px; float:left;
}
.headerSocialWrapper{
	width:160px; height:50px; float:right; padding-top:180px; text-align:center;
}
.navbar-fixed {
    top: 0; z-index: 100;position: fixed; width: 100%;
}
.BGScroll{
	width:100%; margin:auto; height:100%; background-image:url('../images/bg1.jpg'); background-repeat:no-repeat; background-attachment:scroll;
}
.BGFixed{
	width:100%; margin:auto; height:100%; background-image:url('../images/bg1.jpg'); background-repeat:no-repeat; background-attachment:fixed;
}
.contentWrapper{
	width:1100px; margin:auto; background: rgb(0, 0, 0); background: rgba(0, 0, 0, .7); display: table; border-radius: 5px;
}
.contentLeft{
	padding-left:20px; padding-top:20px; width:680px; float:left; display:table;
}
.contentSponsors{
	padding-right:20px; padding-top:20px; width:360px; float:right;
}
.headerText{
	margin-top:0; color:#118EF6;
}
.image{
	border:1px white solid; border-radius: 5px;
}
.newsWrapper{
	border-bottom:2px white solid; margin-bottom:15px;
}
.newsPicture{
	width:225px; float:left;
}
.newsContent{
	width:440px; float:right;
}
.newsLink{
	text-align:right; text-decoration:none; color:#118EF6;
}
#footer {
  width:100%;  height:50px;  margin-top:20px;  background:black;  color:#118EF6;  font-weight:bold;  font-size:18px; line-height:50px;  text-align:center;  
}
