﻿
body{

}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 1920px;
}

header {
	padding-left: 50px;
	height: 120px;
}

nav {
	padding-right: 50px;
	text-align: right;
	color: #2239a5;
	border-bottom: 1px solid;
}

nav ul {
	list-style-type: none;	
}

nav li {
	display: inline-block;
	padding: .4em .2em;
}

nav a{
	display: block;
	font-weight: bold;
	border: 1px solid #2239a5;
	color: #2239a5;	
	background: #ffffff;
	line-height: 28px;
	padding-left: 7px; /*link text is indented 7px*/
	padding-right: 7px; /*link text is indented 7px*/
	text-decoration: none;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
   	-moz-box-shadow:    inset 0 0 10px #2239a5;
   	-webkit-box-shadow: inset 0 0 10px #2239a5;
   	box-shadow:         inset 0 0 10px #2239a5;
}

nav a:hover { 
	color: #2239a5;
	background-color: #d5dbf6;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

section {
	padding: 20px;	
}

.center {
	text-align: center;	
}

.auto {
	text-align: center;
}

.social {
	text-align: center;	
}

h2 {
	padding-top: 25px;
	text-align: center;
}

.social li {
	list-style-type: none;
	display: inline;
}

.featured-video {
	float: right;
	padding: 20px;
}

.games-we-play {
	padding: 20px;
	clear: both;
}

.games-we-play li {
	list-style-type: none;
	display: inline;
}

footer {
	clear: both;
	padding:5px;
	text-align: center;
	background-color: #2239a5;
	color:#ffffff;
	font-size:9pt;
}

footer a {
	color: #ffffff;
	text-decoration: none; 
}
footer a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
}
