@charset "UTF-8";
/* CSS Document */


/* Basic Page Styles */
html, body { margin:0; padding:0; height:100%; width:100%; }
#wrapper { min-height:100%; position:relative; width:100%; margin: 0 auto 0 auto; padding:0; }
#main_content_container { padding-bottom:150px; /* Height of the footer element */ }
#footer {  width:100%; height:150px; position:absolute; bottom:0; left:0; }
p {margin:0; margin-bottom:0;}



/* Team Colors */
.mid { color:#5299c6;}
.light { color:#f7c240; }
.dark	{ color:#60223b; }
.white 	{ color:#ffffff; }

.midbg { background-color:#5299c6; }
.lightbg { background-color:#f7c240; }
.darkbg { background-color:#60223b; }
.whitebg { background-color:#ffffff; }

/* Selection */

::-moz-selection { background: #f7c240; }
::selection { background: #f7c240; }

.alt_table_bg tr:nth-child(odd) {background: #f4f4f4;}

/* Top Schedule Styles */
.win { border:5px solid  #5299c6; }
.loss { border:5px solid #f7c240; }
.future { border:5px solid #60223b; }

.image_container { width:42px; height:42px; }

.schedule_pad td { padding: 5px 0px 0px 0px; }


/* Text Classes */
.date_updated { font-family: 'Merriweather', serif; font-size:17px; line-height:45px; font-weight: 300;}

.team_header_01 {font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size:30px; font-weight: 500; line-height: -1em;}

.team_stats_header {font-family: 'Merriweather', serif; font-size:17px; line-height:45px; font-weight: 300;}

.team_stats_large {font-family: 'Montserrat', sans-serif; font-size:50px; font-weight: 500;}

.team_stats_small {font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size:20px; font-weight: 500;}

.scouting_report {font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size:30px; font-weight: 500; vertical-align: middle;}

.history_text {color:#60223b; text-decoration:none;font-family: 'Merriweather', serif; font-size:19px; line-height:45px; font-weight: 300; }
.history_text a { color:#60223b; text-decoration:none;  }
.history_text a:hover { color:#5299c6; text-decoration:none; }

.squeeze { letter-spacing:-1px; }



/* Main Site Top Menu Styles */
.bar_menu_text { font-family: 'Montserrat', sans-serif; font-size:20px; color:#f7c240; text-transform:uppercase; font-weight: 500; }
.bar_menu_text a { color:#f7c240; text-decoration:none;  }
.bar_menu_text a:hover { color:#ffffff; text-decoration:none;  }


/* Select Form */

.select-style {
	text-align:center;
	padding: 0;
    width: 300px;
    overflow: hidden;
    background: #60223b;
 	font-family: 'Montserrat', sans-serif; font-size:22px; color:#ffffff; text-transform:uppercase;
}

.select-style select {
	border:#0C0 1px solid;
    padding: 10px 10px 10px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	overflow:hidden;
}

.select-style select:focus {
    outline: none;
}


/* Scouting Report */
.scouting_blank { background-image:url('../images/trophy_case/icons/empty/weekly.jpg'); background-repeat:no-repeat; }


/* Trophy Case */
.trophy_case_cell td {margin:5px; }
.weekly_square td { background-image:url(../images/trophy_case/icons/empty/weekly.jpg); background-repeat:no-repeat; }
.stinky_square { background-image:url(../images/trophy_case/icons/empty/stinky.jpg); background-repeat:no-repeat; }
.season_square td { background-image:url(../images/trophy_case/icons/empty/season.jpg); background-repeat:no-repeat; }
.division_square { background-image:url(../images/trophy_case/icons/empty/division.jpg); background-repeat:no-repeat; }
.champs_square { background-image:url(../images/trophy_case/icons/empty/champs.jpg); background-repeat:no-repeat; }



/* Footer */
.footer_text         { font-family: 'Montserrat', sans-serif; font-size:20px; text-transform:uppercase; text-decoration:none; line-height:18px; } 
.footer_text a       { color:#ffffff;  text-decoration:none; } 
.footer_text a:hover { color:#f7c240;  text-decoration:none; } 
