/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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: 14px;
	font-family: "Roboto", Helvetica, sans-serif;
	vertical-align: baseline;
	line-height: 1.6;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center;
	}

#container {
	background-color: #EEEEEE;
	margin: 0 auto 0 auto;
	min-height: 400px;
	overflow: auto;
}

.content {
	/*display: flex;*/
	clear: both;
}	
	
.row {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sectionblock {
	max-width: 1240px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

@media (max-width: 720px) {
	.sectionblock {
		max-width: 100%;
		margin: 15px auto;
		box-sizing: border-box;
	}
}

.sectionblock-nomargin {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

@media (max-width: 720px) {
	.sectionblock-nomargin {
		max-width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
}	
	
a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h1 {
	font-size: 2em;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.5em;
	padding-bottom: 3px;
}

h3 {
	font-size: 1.3em;
	padding-bottom: 2px;
}

h4 {
	font-size: 1.2em;
	padding-bottom: 2px;
}

h5 {
	font-size: 1.1em;
}

.float-right {
	float: right;
}

.clearfloat {
	clear: both;
}	

/* Form CSS Controls */

.text-box {
	font-size: 16px;
	width: 95%;
	border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
}

.text-area {
	min-height: 160px;
}

.newslistbox {
	
}

/*table control*/	
table {
	border: 1px solid #128FFF;
	border-collapse: collapse;
	border-spacing: 20px;
	}

th {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	background-color: #128FFF;
	color: white;
	text-align: left;
	}	
	
td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	}
	
th + th, td + td {
text-align: right;
}

tbody, tfoot {
	background-color: white;
	}
	
tbody tr {
	border-top: 2px dotted #128FFF;
	}
	
tfoot {
	border-top: 2px double #128FFF;
	}

tr:hover {
	background-color: #9ACFFE;
	}

.table-img {
	padding-left: 5px;
	padding-right: 5px;
}
	
#grandtotal {
	background-color: #128FFF;
	font-weight: bold;
	color: white;
	border-top: 2px #128FFF solid;
}	
	
/*Basic skeleton controls*/	
	
.singleColumn {
	width: 100%
}


.mainColumn {
	vertical-align: top;
	display: inline-block;
	margin: 5px auto;
	width: 65%;
}

.sideColumn {
	vertical-align: top;
	display: inline-block;
	margin: 5px auto;
	width: 34%;
}

@media (max-width: 800px) {
	.mainColumn {
		width: 97%;
		margin: 5px;
		box-sizing: border-box;
	}
	
	.sideColumn {
		width: 97%;
		margin: 5px;
		box-sizing: border-box;
	}
	
}

.Clinebar {
	width: 100%;
	display: flex;
	overflow: hidden;
}	
	
/*Header Controls*/	
.header-row {
	background-color: #128FFF;
}

#headercontent {
	color: white;
}

#header{
	position: static;
	margin-bottom: 10px;
	/*overflow: auto;*/
	}
	
#topline {
	color: white;
	padding: 3px 0px;
	}

#row-topline {	
	background-color: #0000E6;
}

#topline a {	
	color: white;
}
	
#seasonnav {
	color: white;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 0px;
	}

#row-seasonnav {
	background-color: #1975FF;
}
	
#seasonnav a {	
	color: white;
}
/*
#headerbanner {
	overflow: auto;
}
*/
#headerbanner h1{
	font-size: 3em;
}	

#headerbanner h5{
	font-size: 1.5em;
}	


#row-menubar {
	background-color: #1975FF;
}

#headermenubar {
	color: white;
	list-style-type: none;
	margin: 0;
	border-top: solid 1px #128FFF;
	border-bottom: solid 1px #128FFF;
	clear: both;
	}

#headermenubar li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#headermenubar a:link {
	font-size: 1.2em;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	}

#headermenubar a:visited {
	font-size: 1.2em;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	}	
	
#headermenubar li:hover  {
	background-color: #0163BB;
	color: white;
}

#headermenubar li:active {
	background-color: #0163BB;
	color: white;
}
	
#row-BNavbar {
	background-color: gray;
	border-top: solid 1px red;
	border-bottom: solid 1px red;
		margin: 0;
}	
	
#BNavbar {
	color: white;
	list-style-type: none;
	}

#BNavbar li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#BNavbar li:first-child {
	background-color: red;
	color: white;
	font-size: 1.2em;
}	
	
#BNavbar a:link {
	font-size: 1.2em;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	}

#BNavbar a:visited {
	font-size: 1.2em;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	}
	
#headerimage {
	float: left;
	margin-right: 10px;
}
	
/*Dropdown Menu CSS */
.buttonDropList {
    background-color: #1975FF;
    color: white;
    padding: 3px 0px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.buttonDropList:hover, .buttonDropList:focus {
    background-color: #9ACFFE;
}

/* The container <div> - needed to position the dropdown content */
.DropdownList {
	position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.showDropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
}

/* Links inside the dropdown */
.showDropdown a {
    color: black !important;
    padding: 3px 4px;
    text-decoration: none;
    display: block;
	z-index: 999;
}

/* Change color of dropdown links on hover */
.showDropdown a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
	
	

/*	
#Welcome h5 {
	font-size: 2em;
	color: black;
	}
*/
/* footer control*/
.footer-row {
	background-color: #128FFF;
	box-shadow: 15px 0px 0px 0px #000000;
}

#footercontent {
	color: white;
	padding: 10px;
	text-align: center;
}

#footercontent a:link {
	text-decoration: underline;
	color: white;
}

#footercontent a:visited {
	text-decoration: underline;
	color: white;
}
	
/*CSS Control for index.php, column sizing*/
/*top column*/
#FutureGames {
	height: 145px;
	width: 100%;
	
	padding-bottom: 10px;
	display: block;
}

#FutureGames h1{
	margin-bottom: 5px;
}

#FutureGames p {
	background-color: white;
	width: 150px;
	display: inline-block;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	box-shadow: 0 0px 5px rgba(0,0,0,.1);
}


/*Left column*/
#Newsside {
	width: 65%;
	display: inline-block;
}

/*Left Subsections*/
#newssection {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#RecentResults {
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.newsarticle {
	background-color: white;
	width: 98%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	box-shadow: 0 0px 5px rgba(0,0,0,.1);
}

.gameresult {
	background-color: white;
	width: 98%;
	display: inline-block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-shadow: 0 0px 5px rgba(0,0,0,.1);
}

.news-card {
	background-color: white;
	border-bottom: 2px solid #128FFF;
	width: 95%;	
	margin-bottom: 5px;
}

.news-card-title {
	border-bottom: 1px #128FFF solid;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	font-size: 1.5em;
}

.news-card-body {
	padding: 5px;
}

#index-score {
	font-size: 1.3em;
}

#index-score b {
	font-size: 1.2em;
	font-weight: bold;
}

/*right column*/
.rightSection {
	vertical-align: top;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 5px;
}

#SummaryStats {
	width: 30%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 5px;
	z-index: -1;
	float: right;
}

/*Small Widget CSS*/
#smallstandings {
	width: 95%;
}

.smallsubseasonDiv {
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	box-shadow: 0 0px 5px rgba(0,0,0,.1);
}

.smallsubseasonDiv table {
	width: 100%;
}

#standings-indent {
	margin-left: 15px;
}

#searchsection {
	margin-top: 5px;
}

#searchDiv {
	background-color: white;
	padding: 15px;
	box-shadow: 0 0px 5px rgba(0,0,0,.1);
}

#retrieveDiv {
	background-color: white;
	padding: 15px;
	box-shadow: 0 0px 5px rgba(0,0,0,.1);
}

#twitterembed {
	margin-top: 5px;
}

/*CSS for game recap control*/
#scoreboard {
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

#scoreboard table {
	margin: 0 auto;
}

#scoreboard td th {
	padding: 15px;
}

#row-recapmenu {
	background-color: #1975FF;
}

#recapmenu {
	color: white;
	list-style-type: none;
	margin: 0;
	border-top: solid 1px #128FFF;
	border-bottom: solid 1px #128FFF;
	clear: both;
	}

#recapmenu li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#recapmenu a:link {
	font-size: 1.2em;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	}

#recapmenu a:visited {
	display: block;
	font-size: 1.2em;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	}

#homeside {
	font-size: 2em;
	text-align: center;
	display: inline-block;
	width: 25%;
}

#scoreperiod{
	display: inline-block;
	width: 50%;
}

#awayside {
	font-size: 2em;
	text-align: center;
	display: inline-block;
	width: 25%;
}

#gamepreview {
	width: 100%;
}

#locationdiv {
	width: 50%;
	float: right;
	padding-left: 10px;
}

#teampreview {
	position: relative;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
}

#gameevents {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	left: 5%;
}

#gameevents table {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#gamedetails {
	width: 100%;
	position: relative;
	text-align: center;
}

#gamedetails  table {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#gameboxscore  {
	width: 90%;
	padding-left: 5%;
	margin-bottom: 20px;
}

#homeboxscore {
	width: 48%;
	position: relative;
	float: left;
	margin-bottom: 15px;
}

.boxscore {
	width: 100%;
}

#awayboxscore {
	width: 48%;
	position: relative;
	float: right;
	margin-bottom: 15px;
}

@media (max-width: 720px) {
	#homeboxscore {
		width: 100%;
		display: inline-block;
	}
}

@media (max-width: 720px) {
	#awayboxscore {
		width: 100%;
		display: inline-block;
	}
}

	
/*Player and Team Stat adjustments */
#playerstat, #teamstat, #goaliestat {
	font-size: 12px;
}

.sortcolumn {
	background-color: #9ACFFE;
	font-weight: bold;
}

/*Playerleader tables*/
#playerleader table {
	display: inline-block;
	margin: 5px;
}

td.playoffmarker {
	background-color: #9ACFFE;
	border-top: #9ACFFE solid;
	border-bottom: #9ACFFE solid;
}

/*Standings.php CSS*/
/*layout*/
.standingslevel {
	background-color: white;
	padding: 10px;
	margin: 10px;
	box-shadow: 0 0px 5px rgba(0,0,0,.1);
}

.subseasontable {
	padding-left: 10px;
}

.standingsdivtable {
	margin-top: 5px;
	padding-left: 10px;
}

.leftstandingstable {
	width: 65%;
	display: inline-block;
}

.rightinfotable {
	padding-top: 1.4em;
	width: 30%;
	float: right;
}

.standingstable {
	width: 95%;
}

.levelclear {
	clear: both;
}

/*Schedule.php CSS  Grid Type*/
.schedGrid {
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}

.schedGrid tbody tr{
	border: 0px;
}

.schedGrid table td {
	border-bottom: solid 1px #128FFF;
}

.gameSched {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}

.schedStrong {
	font-weight: bold;
}

.dateheader {
	font-size: 1.2em;
	font-weight: bold;
}

.LevelDivisionMarker{
	font-size: 1.1em;
	font-weight: bold;
}

/*news.php CSS*/
#NewsHeader {
	padding-bottom: 10px;
}

#NewsAuthor {
	margin-top:10px;
	margin-bottom:10px;
	color: grey;
	font-size: 0.9em;
	text-align: right
}

#NewsContent {
	width: 70%;
	display: inline-block;
}

#RightWidget {
	width: 25%;
	float: right;}

/*Team Rankings.php*/
/*Ranking Boxes*/	
.RankBox {
	display: inline-block;
	vertical-align: top;
	height: 275px;
	width: 500px;
	padding: 10px;
	margin: 10px;
}

.fullRank {
	padding: 10px;
	background-color: white;
	position: relative;
}

.rankTitle {
	font-size: 2em;
	width: 100%;
	padding-bottom: 5px;
}

.leftsideRank {
	float: left;
	width: 40%;
}

.rightsideRank {
	width: 58%;
}

.leftsideRank table {
	border: 0px;
}

.leftsideRank tr {
	border: 0px;
}

.rightsideRank {
	float: right;
}

.rightsideRank table {
	float: left;
	width: 100%;
}

.bigrank {
	font-size: 3em;
}

.smallrank {
	font-size: 1.5em;
}

.rankFooter {
	width: 100%;
	padding-top: 10px;
	clear: both;
}

/* Video Frame Scale Controls*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	/*padding-top:25px;*/
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Game Recap Controls*/
#news-title {
	font-size: 1.5em;
}

#news-author {
	margin-bottom:10px;
	color: grey;
	font-size: 0.9em;
}

#news-content p {
	font-size: 16px;
	font-family: "Roboto", Helvetica, sans-serif;
	margin-right: 10px;
	margin-bottom: 20px;
}

.imagePlayer {
    float: left;
    max-height: 170px;
    max-width: 170px;
    border: 5px solid white;
}

/*Player Leaders CSS Controller*/
#playerleader {
	display: inline-block;
}

#goalieleader {
	float: right;
}