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


/* Basic Page Styles */
html, body { margin:0; padding:0; height:100%; }
#wrapper { min-height:100%; position:relative; }
#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:#db1b44;}
.light { color:#ffffff; }
.dark	{ color:#41403c; }
.alt	{ color:#B5A583; }
.grey 	{ color:#f5f5f5; }

.midbg { background-color:#db1b44; }
.lightbg { background-color:#ececec; }
.darkbg { background-color:#233346; }


/* Link */
.redlink a {color: #183e69}

/* Selection */

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



/* Top Schedule Styles */
.win { border:5px solid  #b3090a; }
.loss { border:5px solid #B5A583; }
.future { border:5px solid #41403c; }

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

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


/* Fonts */




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

.team_page_header { font-family: Montserrat, sans-serif; font-size:45px; text-transform:uppercase; font-weight:bold; } 

.history_text { font-family: 'Lora', serif; font-size:19px; line-height:45px;}
.history_text a { color:#b3090a; text-decoration:none; font-style:italic; }
.history_text a:hover { color:#41403c; text-decoration:none; font-style:italic;}


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


/* Select Form */

.select-style {
	text-align:center;
	padding: 0;
    width: 300px;
    overflow: hidden;
    background: #b3090a;
 	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;
}

.merriweather {font-family: 'Merriweather', serif;}
.merriweather_sans {font-family: 'Merriweather Sans', sans-serif;}
.montserrat {font-family: 'Montserrat', sans-serif;}



.bowl_header_01 { font-family: 'Montserrat', sans-serif; font-size: 48px;  font-weight: 500; text-transform: uppercase; line-height:1.4; color:#ffffff; }

.bowl_header_02 { font-family: 'Merriweather', serif; font-size: 17px;  font-weight: 300; color:#ffffff;  }

.bowl_header_03 { font-family: 'Montserrat', sans-serif; font-size: 30px;  font-weight: 500; text-transform: uppercase;  color:#db1b44;}

.bowl_header_04 { font-family: 'Montserrat', sans-serif; font-size: 25px;  font-weight: 500; text-transform: uppercase;  color:#233346;}
.bowl_header_04 a { text-decoration: none; color:#233346; }
.bowl_header_04 a:hover { text-decoration:none; color:#db1a44; }

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

.bowl_header_06 { font-family: 'Montserrat', sans-serif; font-size: 25px;  font-weight: 500; text-transform: uppercase;  color:#233346;}

.bowl_main_text { font-family: 'Merriweather', serif; font-size:17px; color:#233346; font-weight: 300; }
.bowl_main_text a { text-decoration:none; color:#db1b44; }
.bowl_main_text a:hover { text-decoration:none; color:#db1b44; }

.bowl_sub_text { font-family: 'Merriweather', serif; font-size:14px; color:#233346; font-weight: 300; }


.vs { font-family: 'Montserrat', sans-serif; font-size: 48px;  font-weight: 500; text-transform: uppercase; line-height:1.4; color:#233346; }

.bowl_score_01 { font-family: 'Montserrat', sans-serif; font-size: 48px;  font-weight: 400; text-transform: uppercase; line-height:1.4; color:#233346; }

/* 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:#ececec;  text-decoration:none; } 

.stats_table_bg tr:nth-child(odd) {background: #f8f8f8;}
.stats_table_bg tr:nth-child(even) {background: #ececec;}

.back { font-family: 'Merriweather', serif; font-size: 17px;  font-weight: 300; color:#db1a44; }
.back a { text-decoration:none; color:#db1a44;}
.back a:hover { text-decoration:none; color:#233346;}