/* 
Title: Site Name
Description: Single column simple layout with top navigation bar. Full width pages without sidebar, responsive for compatibility with mobile devices
URL: http://www.getinthegamestl.com
Created: 1.0 July 2015
*/

body {
	background: #ffe0e0;
	color: #222;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	margin: 0 auto 0;
	padding: 0;
	}

a, a:visited {
	color: #cc0000;
	text-decoration: none;
	}

a:hover {
	color: #0000cc;
	text-decoration: underline;
	}

.alignright {
    float: right;
    border: none;
    padding: 6px 0 0 8px;
	}

.alignleft {
    float: left;
    border: none;
    padding: 6px 8px 0 0;
	}

.smalltext {
    font-size: 0.9em;
	}

.largetext {
    font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #0000cc;
	}

.aligncenter {
	display: block;
    border: none;
	margin: 0 auto 0;
    padding: 0.2em;
	}

.breadcrumb {
	font-size: 0.9em;
	padding: 8px 0 0 0;
	}

/*
iframe video resizeable container
*/

.iframevideo {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 20%;
	padding-top: 25%;
	margin-left: -5px;
	}

.iframevideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	} 

/*
header section
*/

#head {
	background: #cc0000 url('images/header.jpg') top center no-repeat;
	width: 100%;
	max-width: 1000px;
	height: 80px;
	margin: 0 auto 0;
	padding: 0;
	border-bottom: #0000cc 3px solid;
	}

#head h1, #head h1 a, #head h1 a:visited {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
	text-align: center;
	text-shadow: #222 1px 1px 1px;
	margin: 0 auto 0;
	padding: 20px 0 0 0;
	}

#head h1 a:hover {
	color: #fff;
	text-shadow: #eee 1px 1px 1px;
	text-decoration: none;
	}

#head h2, #head h2 a, #head h2 a:visited {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
	text-align: center;
	text-shadow: #222 1px 1px 1px;
	margin: 0 auto 0;
	padding: 20px 0 0 0;
	}

#head h2 a:hover {
	color: #fff;
	text-shadow: #eee 1px 1px 1px;
	text-decoration: none;
	}

/*
Navigation bar
*/

#nav {
	background: #0000cc;
	width: 100%;
	max-width: 1000px;
	height: 32px;
	text-align: center;
    margin: 10px auto 0;
	padding: 0;
	}

#nav ul {
	margin: 0;
	padding: 5px 0 0 8px;
	}

#nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 2px 4px 0 4px;
	}

#nav ul li a, #nav ul li a:visited {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	background: transparent;
	font-size: 1.2em;
	font-weight: normal;
	color: #eee;
	text-shadow: #222 1px 1px 1px;
	text-decoration: none;
	padding: 2px 4px 0 4px;
	margin: 0;
	}

#nav ul li a:hover {
	color: #eee;
	background: #cc0000;
	font-weight: normal;
	text-decoration: none;
	}

/*
Wrap
*/

@media screen and (max-width: 800px) {
#wrap {
	width: 100%;
	margin: 0 auto 0;
	}
}

@media screen and (min-width: 801px) {
#wrap {
	width: 91%;
	max-width: 1000px;
	}
}

#wrap {
	background: #fff;
	margin: 0 auto 0;
	padding: 0;
	}

/*
Main section
*/

#content {
	width: 97%;
	max-width: 980px;
	margin: 0 10px 0 10px;
	padding: 10px 0 10px 0;
	}

#content p {
	border: none;
	line-height: 1.4em;
    text-align: justify;
	margin: 0;
	padding: 0 0 15px 0;
	}

#content h1 {
	color: #cc0000;
	font-size: 1.4em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 20px 0;
	}

#content h2 {
	color: #cc0000;
	font-size: 1.3em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 15px 0;
	}

#content h3 {
	color: #cc0000;
	font-size: 1.26em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 15px 0;
	}

#content h4 {
	color: #cc0000;
	font-size: 1.24em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 15px 0;
	}
	
#content h1 a {
	color: #cc0000;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #6D625C;
	text-decoration: none;
	}

#content ol {
	margin: 0 0 14px 20px;
	padding: 0;
	}

#content ol li {
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
    text-align: justify;
	margin: 0 0 6px 20px;
	padding: 0;
	}

#content ul {
	margin: 0 0 14px 20px;
	padding: 0 0 10px 0;
	}

#content ul li {
	list-style-type: disc;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
    text-align: justify;
	margin: 0 0 6px 20px;
	padding: 0;
	}

#content img {
	max-width: 95%;
	}

/*
Low homepage navigation section
*/

@media screen and (max-width: 800px) {
#lownav ol li {
	font-size: 1.2em;
	line-height: 2em;
	}

#lownav ul li {
	font-size: 1.2em;
	line-height: 2em;
	}
}

@media screen and (min-width: 801px) {
#lownav ol li {
	font-size: 1em;
	line-height: 1.5em;
	}

#lownav ul li {
	font-size: 1em;
	line-height: 1.5em;
	}
}

#lownav {
	width: 95%;
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
	}


#lownav p {
	border: none;
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 1.4em;
    text-align: justify;
	}


#lownav h3 {
	color: #cc0000;
	font-size: 1.28em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 14px 0 14px 0;
	margin: 0;
	}

#lownav h3 a {
	color: #cc0000;
	text-decoration: none;
	}

#lownav h3 a:hover {
	color: #6D625C;
	text-decoration: none;
	}

#lownav ol {
	margin: 0;
	padding: 0;
	}

#lownav ol li {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    text-align: justify;
	margin: 0 0 6px 20px;
	padding: 0;
	}

#lownav ul {
	margin: 0;
	padding: 0;
	}

#lownav ul li , #lownav ul li a {
    text-decoration: none;
    list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
	}

#lownav ul li a:hover {
	color: #6D625C;
	}

/*
Social buttons section
*/

#socialbuttons {
	width: 98%;
	text-align: left;
	margin: 0;
	padding: 0 0 0.9em 0;
	}

#socialbuttons ul {
	margin: 0;
	padding: 0.9em;
	}

#socialbuttons ul li {
	list-style-type: none;
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
	}

/*
footer section
*/

#foot {
	background: #cc0000;
	width: 100%;
	max-width: 1000px;
	height: 30px;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	border-top: #0000cc 3px solid;
	margin: 0 auto 10px;
	padding: 4px 0 4px 0;
	}

#foot ul {
	text-align: center;
	margin: 6px 0 4px 0;
	padding: 0;
	}

#foot ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0 10px 0 0;
	}

#foot ul li a {
	color: #fff;
	text-decoration: underline;
	}

#foot ul li a:hover {
	color: #0000cc;
	text-decoration: underline;
	}