





/* ===================================
ALL SCREENS GENERAL
==================================== */


* {
	box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
	height: auto;
	width: 100%;
}

body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.375em;
	color: #555;
	margin: 0;
	height: 100%;
	width: 100%;
	background: #1C1E1D;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/*************************************
*** ALL SCREENS DOWN TO 930px wide ***
**************************************/



/* ===================================
----- SITE MAIN CONTENT BLOCKS -------
==================================== */

#wrapper {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}




#banner {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 70px;
	overflow: hidden;
	background: #E90F10;
	z-index: 9000;
}

.homepage .banner {
	border-bottom: 1px solid #FFF;
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.125em;
	line-height: 1em;
	text-transform: uppercase;
	max-height: 30px;
	overflow: hidden;
	color: #004813;
	background:#DDD;
}

.homepage .banner .container {
	padding: 5px 20px;
	background: linear-gradient(90deg, #DDD, #FFF, #DDD);
}

.banner_yrs {
	display: inline-block;
	float: right;
}

.content_block {
	display: block;
	width: 100%;
	position: relative;
	padding: 0;
	background: #F7F7F7;
	/*background: url("../template/bg_site.jpg") repeat-x right bottom, url("../template/bg_site2.png") repeat-x center top, #000;*/
}

.content_block .hpbg {
	background: url(../template/bg_site.jpg) repeat-x center, #004813;
}

.container {
	display: block;
	width: 100%;
	max-width: 1030px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

.container.hometop {
	
}

.container.whtbck {
	padding: 15px 0;
	/*background: #FFF;*/
}

.container.whtbck.indbot {
	display: table;
	height: 280px;
    box-sizing: content-box;
}

.news_article .container.whtbck {
	padding: 0 0 15px;
}

#banner .container {
	padding: 10px 0;
}

.page_block {
	display: block;
	width: 100%;
	position: relative;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
}

.leftside {
	float: left;
	position: relative;
	width: 66.6667%;
    min-height: 500px;
	padding: 0;
	border-right: 1px solid #CCC;
}

.homepage .leftside {
     min-height: 0;
     padding: 0;
     border-right: 1px solid #999;
}

#banner .leftside  {
	border-right-color: #FFF;
}

.rightside {
	float: left;
	position: relative;
	width: 33.3333%;
	padding: 0;
}

.news_article .rightside {
	padding-top: 15px;
}

.story_block {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 20px 15px;
}

.homepage .story_block {
	padding: 0 15px 15px;
}

#banner .story_block  {
	padding-bottom: 0;
}

.pprint {
	display: inline-block;
	float: right;
	margin: 0 5px 0 0;
}

.img_rt {
	display: inline-block;
    float: right;
    width: 40%;
    margin: 0 0 15px 20px;
    text-align: center;
}

.img_rt img {
	width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}






/*******************************/
/*------ SITE MAIN TAGS -------*/
/*******************************/

a {
	font-weight: 500;
    text-decoration: none;
	border: 0;
	color: #197832;
}

a:hover {
	color: #197832;
}

a img {
	width: auto;
	margin: 0;
}

.linkalone {
	font-weight: 500;
	color: #197832;
}

a:active {
	outline: 0;
}

.clear {
	clear: both;
}

.nowr {
	white-space: nowrap;
}

p {
	margin: 0 0 .75em 0;
}

p a {
	font-weight: 700;
	color: #197832;
}

p a:hover {
	
}

p.forbid {
	color: #C41230;
	font-size: 1.1em;
	line-height: 1.25em;
	font-weight: 700;
}

p.forbid span {
	font-weight: 400;
	font-size: 0.9em;
}

p.forbid a {
	color: #C41230;
}

p.note {
	font-size: 0.875em;
}

p.recapp {
    margin: 5px;
}

.bigmrg {
	margin: 0 0 1.75em 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Encode Sans", Helvetica, Arial, sans-serif;
	color: #004813;
}

h1, h2 {
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 0.5em;
}

h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.25em;
	letter-spacing: -0.1px;
	margin: 0 0 0.5em;
	padding: 0;
}


h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
    font-weight: 700;
	text-transform: uppercase;
}

h4 {
	font-size: 1.125em;
}

hr {
	height: 0;
	width: 100%;
	border: 0;
	border-bottom: 1px dotted #555;
	margin: 0 0 1em 0;
}

div.hr {
	display: block;
	width: 100%;
	height: 2px;
	border-top: 1px solid #AAA;
	background: #DDD;
	margin: 0 0 1em 0;
}

.spacer {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}


ul {
	list-style: square outside;
	margin: 0 0 1em 1em;
	padding: 0;
}

ol {
	list-style-position: outside;
	margin: 0 0 1em 1.5em;
	padding: 0;
}

li {
	line-height: 1.25em;
	margin: 0 0 8px 0;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}



/*----SIZES----*/

.hundred {
	width: 100%;
}

.ninety {
	width: 90%;
}

.eighty {
	width: 80%;
}

.seventy {
	width: 70%;
}

.sixty {
	width: 60%;
}

.fifty {
	width: 50%;
}

.forty {
	width: 40%;
}

.thirty {
	width: 30%;
}

.twenty {
	width: 20%;
}

.ten {
	width: 10%;
}

.tri {
	width: 33.333%;
}

.twoth {
	width: 66.667%;
}

.quad {
	width: 25%;
}



/*----COLORS----*/

.frstcolor {
	color: #004813;
}

.scndcolor {
	color: #939598;
}

.thrdcolor {
	color: #111;
}

.wht {
	color: #FFF;
}

.org {
	color: #EA7106;
}

.red {
	color: #C41230;
}

.blu {
	color: #1859B2;
}

.nvy {
	color: #002147;
}

.ltgry {
	color: #AAA;
}

.gry {
	color: #777;
}

.blk {
	color: #111;
}

.grn {
	color: #004813;
}

.ltgrn {
	color: #17C144;
}

.ylw {
	color: #FEE000;
}

.gld {
	color: #A48E3E;
}

.yalt {
	background: #FEE000;
    color: #000;
    padding: 0 3px;
}

.redalt {
	background: #F90808;
    color: #000;
    padding: 0 3px;
}








/*----FLEXSLIDER SLIDESHOW----*/


.flexslider div {
	overflow: hidden;
	margin: 0;
	padding: 0 15px;
  /*border-bottom: 1px dotted #555;*/
}

.flexslider div.hommain div.xpnd {
	float: right;
	clear: right;
	color: #FFF;
	font-size: 1.5em;
	padding-right: 0;
	opacity: 0.5;
}

.flexslider div.hommain:hover div.xpnd {
	opacity: 1;
}


.flexslider div:last-child {
	border-bottom: 0;
}

.flexslider div.httlbox {
	background: rgba(0,0,0,0.7);
	width: 100%;
	display: block;
	padding: 5px 85px 5px 15px;
	position: absolute;
	bottom: 20px;
	margin: 0;
}

.flexslider div.hommain {
	width: 100%;
	height: 400px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
}

/*.flexslider div.hommain img {
	display: block;
	margin: 0;
	top: 0px;
	position: relative;
	max-height: 358px;
	width: 100%;
	visibility: hidden;
}*/

.flexslider ol {
	counter-reset: none;
}

.flexslider ol > li {
	padding-left: 0;
  	text-indent: -9999px;
	list-style-type: none;
	counter-increment: none;
}

.flexslider ol > li:before {
	display: none;
}

.flexslider div.swipe {
    display: none;
}

.httlbox h1.hptitle, .httlbox h2.hptitle {
	color: #FFF;
	opacity: 1.0;
	margin: 0;
}

.httlbox h1.hptitle {
	font-size: 1.5em;
}

.flexslider div.readmore {
	padding: 0 15px 0 0;
	position: absolute;
	right:0;
	top:0;
	height:100%;
}

.readmore table {
	height: 100%;
}

.readmore table tr td {
	padding-bottom: 10px;
	vertical-align: bottom;
}

.readmore p {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	line-height: 1em;
	font-weight: 700;
	color: #888;
	margin: 0;
	text-transform: uppercase;
}

.flexslider:hover .readmore p {
	color: #FFF;
}

.flexslider div.pcred {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	padding: 5px 15px;
}

p.captn, p.crdts {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
}

p.captn {
	font-weight: 500;
	color: #DDD;
    margin-bottom: 5px;
}

p.crdts {
	font-weight: 400;
	font-style: italic;
	color: #888;
}


.homepage .flexslider div, .game_recap .flexslider div {
	margin: 0;
	border-bottom: 0;
}



/*------ HOMEPAGE EVENTS LIST -------*/


.homepage .rightside.homevents {
	height: 100%;
	position: absolute;
	right: 0;
	padding: 15px 0 0;
    background: rgba(0,0,0,0.6);
}

#home_events {
	border-bottom: 0;
	margin: 0;
}


#home_events_top h3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #DDD;
	font-size: 1em;
}


.homepage .rightside {
	min-height: 385px;
}



.homepage div.rightside.homebot {
	border-right: 1px dotted #555;
    display: table;
    height: 100%;
	min-height: 280px;
}

.homepage div.rightside.homebot:last-child {
	border-right: 0;
}

.homepage div.rightside.homebot .story_block {
	display: table;
    min-height: 280px;
    height: 100%;
    padding-bottom: 0;
}


table.gearspot {
	height: 100%;
}

table.gearspot td {
	width: 50%;
    padding-right: 5px;
}

table.gearspot td.gearspot_im {
	background: url('../template/gearspot24.png') no-repeat top center / contain;
    padding-right: 0;
    width: 50%;
}

.homepage .story_block {
	border-left: 0;
}

.allspon {
	font-family: 'Play', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 15px 0 0;
}



.smallink {
	color: #C5AC53;
	font-size: .5em;
}





/*------ SHADE PANELS -------*/

.shadetoggle, .formtoggle, .shadetoggle_mid, .sidetoggle {
	display: block;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	cursor: pointer;
	padding: 0 0 1em;
	width: 100%;
	border: 0;
	outline: 0;
	background: none;
	text-align: left;
	color: #E80A0A;
}

.shadetoggle.gry, .shadetoggle.gry.active:focus, .shadetoggle.gry.active {
	color: #888;
	font-size: 0.9em;
}

.shadetoggle:hover, .shadetoggle:focus, .shadetoggle:active {
	color: #004813;
}


.shadetoggle.gry:hover, .shadetoggle.gry:focus, .shadetoggle.gry.active:hover, .btn.btn-theme.shadetoggle.active:hover, .btn.btn-theme.shadetoggle.active:focus, .btn.btn-theme.shadetoggle:active {
	color: #EEE;
}

.shadetoggle.active:hover, .shadetoggle.active:focus, .shadetoggle:active {
	color: #E80A0A;
}

.shadeframe {
	border: 1px solid #004813;
}


.shadebox, .formbox {
	padding: 0;
	overflow: hidden;
	max-height: 0;
	transition: max-height;
}

.shadebox.active {
	max-height: 5000px;
}

.formbox {
	overflow: visible;
	max-height: none;
}

.shadebox.inlform, .formbox.inlform {
	background: #DDD;
	padding: 0 10px;
	margin-top: 10px;
}

.formtoggle {
	font-size: 1em;
    font-weight:700;
	margin-top: 8px;
	color: #004813;
    padding: 3px 0 11px;
}

.formtoggle h4.midshade_btn {
	margin-bottom: 0;
}

.formtoggle:hover h4.midshade_btn, .formtoggle:focus h4.midshade_btn, .formtoggle:active h4.midshade_btn {
	color: #197832;
}

.formtoggle:hover td.messdate {
	background: #197832;
}

.formtoggle.active:hover h4.midshade_btn, .formtoggle.active:focus h4.midshade_btn {
	color: #197832;
}

td.messtitle {
	padding: 5px 10px 5px 0;
}

td.messdate {
	font-family: Roboto, Arial, Helvetica, sans-serif; 
    font-size: 0.875em;
    text-align: center;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap;
    padding:  5px 12px;
    background: #004813;
    color: #EEE
}

td.messtitle p, .buyexp {
	font-size: 0.75em;
    padding-top: 5px;
    margin-bottom: 0;
    color: #888;
}




.shadetoggle.button_exp, .sidetoggle.button_exp {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	display: block;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	max-height: 50px;
	text-align: right;
	color: #111; 
}

.shadebox.mess_exp {
 	padding: 0 2px;
    border-bottom: 1px dotted #004813;
}

.shadebox.mess_exp p:first-child {
 	padding-top: 12px;
}

.shadebox.button_exp ul {
	list-style-type: none;
	padding: 5px 8px;
	margin: 2px 0 0;
	background: #EFEFEF;
	border-top: 1px solid #DDD;
}

.shadebox.button_exp ul li {
	margin: 0;
}

.shadebox.button_exp ul li .btn {
	min-height: 19px;
}

.shadetoggle.button_exp:hover, .shadetoggle.button_exp:focus, .shadetoggle.button_exp:active {
	color: #004813;
}

.shadetoggle.button_exp.active {
	color: #004813;
}

.shadetoggle.button_exp.active:hover, .shadetoggle.button_exp.active:focus, .shadetoggle.button_exp:active {
	color: #004813;
}

.shadewrap {
	padding: 1px;
    border: 1px solid #004813;
    background: #FFF;
    margin-bottom: 15px;
}



/*------ STYLED SELECT ------*/

.styled-select.coolselect {
	background: #FFF url(../template/sel_arrow.png) no-repeat right center;
	border:1px solid #004813;
	overflow: hidden;
	display: block;
}

.styled-select.coolselect.cellphn, .styled-select.coolselect.prelate {
	margin: -1px 0 0;
	display: inline-block;
	min-width: 210px;
}

.styled-select.coolselect select {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1em;
    line-height: 1em;
	font-weight: 500;
	min-width: 115%;
	padding: 5px 5px 5px 10px;
	margin: 0;
	border: 0;
	background: transparent none repeat scroll 0 0;
	overflow: visible;
}

.styled-select.coolselect.chs_qty {
	display: inline-block;
    width: auto;
    min-width: 80px;
}

.styled-select.coolselect.chs_qty select {
	min-width: 120%;
    width: auto;
}

option {
    margin: 0.25em 0;
	padding: 0 0.5em;
	font-weight: 400;
	/*max-width: 220px;*/
}













/*----INLINE IMAGES/CAPTIONS ----*/

.inlineim {
	display: inline-block;
	float: right;
	max-width: 50%;
	margin: 0 0 1em 1em;
	background: linear-gradient(-90deg, #1f3882, #002147);
}

.inlinefr {
	display: block;
	max-height: 300px;
	overflow: hidden;
}

.inlinefr img {
	margin: auto;
}

p.inline_capt {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0.75em;
	color: #EFEFEF;
}

.im_rt {
	float: right;
	max-width: 30%;
	margin: 0 0 0 15px;
}

.im_lt {
	float: left;
	max-width: 30%;
	margin: 0 15px 0 0;
}





/*----SIDEMENU----*/

ul.sidemenu {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.sidemenu li {
	display: block;
	margin: 0;
	padding: 10px;
	border: 1px solid #002147;
	border-top: 1px dotted #002147;
	border-bottom: 0;
	background: linear-gradient(-90deg, #FFF, #DDD);
	font-weight: 500;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

ul.sidemenu li:first-child {
	border-top: 1px solid #002147;
}






/*----SIDESUBMENU----*/

.secnav {
	display:block;
	margin: 3px 0 15px;
}

.secnav h4 {
	color: #004813;
    padding: 0;
}

ul.sidesub {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.sidesub li {
	display: block;
	margin: 0;
	padding: 8px 10px 8px 2px;
	border-top: 1px dotted #888;
	border-bottom: 0;
	font-weight: 500;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

ul.sidesub li:first-child {
	border-top-color: #004813;
}


/*----SIDEFORM----*/

.sideform {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 3px;
	border-bottom: 1px solid #888;
}

.sideform .button_cont {
	margin: 5px 0 2px;
}

.button_exp {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

.sideform .btn {
	min-width: 135px;
	min-height: 40px;
}


/*---- NEWS ARTICLE LISTING ON PAGE SIDE ----*/

a.newspot h4 {
	font-size: 0.875em;
	color: #004813;
	padding: 0;
	margin: 0;
}

a.newspot table {
	margin: 0;
}

a.newspot table tr {
	background: none;
	border: 0;
}

a.newspot table tr td {
	border: 0;
	text-align: left;
    vertical-align: middle;
}

a.newspot table tr td.capsim {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    width: 110px;
}

a.newspot table tr td.capsttl {
	width: 65%;
	padding: 0 10px 0 0;
}

a.newspot table tr td p {
    color: #0D6023;
    font-size: 0.75em;
    line-height: 1em;
    margin-bottom: 0;
    padding-top: 4px;
}

a.newspot div {
	border-bottom: 1px dotted #939598;
	padding: 7px 0;
}

a.newspot:last-of-type div {
	
}


/*---- SPONSOR ADS ----*/


.sidead {
	display: table-cell;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.sidead.bcmspn {
	display: block;
}

#nws .leftside .sidead, #admin .leftside .sidead {
	display: none;
}

.sideadwide {
	display: none;
}

#nws .leftside .sideadwide, #admin .leftside .sideadwide {
	display: block;
    width: 100%;
    height: 80px;
    border: 1px solid #DDD;
}

#nws .leftside a.adlink, #admin .leftside a.adlink {
	display: table;
    height: auto;
    width: 100%;
    margin: .25em 0 1em;
}

a.adlink {
	display: table;
    height: 280px;
    width: 100%;
    background: #FFF;
}

.homepage div.rightside.homebot .story_block a.adlink {
   	display: table-cell;
    width: 100%;
    min-height: 280px;
    height: 100%;
}

a.adlink .sidead img {
	width: 100%;
	height: auto;
}

.homepage .story_block a.adlink:last-child div.sidead {
	margin-bottom: 0;
    display: table;
    height: 100%;
}

div.sponrow {
	padding: 0.75em 0;
    border-bottom: 1px dotted #888;
}

div.sponrow:last-of-type {
	border-bottom: none;
}

td.spontop {
    width: 72%;
    padding-right: 15px;
}

td.spontop_im {
	width: 28%;
}

td.spontop_mob {
	display: none;
}


.warnbox {
	padding: 10px 0 0;
	display: block;
}

.warnbox p {
	color: #C41230;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 0.8em;
}

.warnbox p:last-child {
	margin-bottom: 0;
}



/*------- RECORDS DISPLAY --------*/

td.thdr {
    font-size: 0.75em;
    line-height: 1.4em;
    background: #004813;
    color: #EEE;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    padding: 3px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

td.regno {
	background: #DDD;
    color: #004813;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
    width: 1%;
}

td.regno p {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 0.625em;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 2px;
}

td.regno h3, td.tmon h3 {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1em;
    color: #004813;
    margin: 0;
    padding: 0;
}

td.tmon {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
    color: #004813;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    width: 1%;
}

.playerlist tr td {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    background: #DDD;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 8px;
    font-weight: 700;
    color: #004813;
    height: 40px;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.playerlist tr td:last-child {
	border-right:0;
}

.playerlist tr td.prnk{
    background: #004813;
    border-right: 1px solid #fff;
    font-size: 1em;
    color: #EEE;
    padding: 0;
    text-align: center;
    width: 34px;
}

.playerlist tr td.prnm {
    text-align: left;
    font-size: 1.125em;
}

.playerlist tr td.prlt {
    font-weight: 400;
    font-size: 0.75em;
    width: 1%;
}

.playerlist tr td.messdate {
    color: #EEE;
    background: #004813;
}




/*------- STATS DISPLAY --------*/


.yui3-u-1-2 {
	display: block;
    float: none;
    width: 100%;
}

.prm, .plm {
	padding: 0;
}


.yui3-u h4 {
	text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.bs_cnt, .plyr_stats .bs_cnt {
	display: block;
	border:1px solid #004813;
    margin-bottom: 1em;
}

.plyr_stats .bs_cnt {
	display: inline-block;
    width: 100%;
}

.bs_cnt_sm, .plyr_stats .bs_cnt_sm {
	display:none;
    border:1px solid #004813;
    margin-bottom: 1em;
}

.gcTable {

}

.gcTable.linescore {
    margin: 18px 0;
    border: 1px solid #004813;
}

.gcTable tr td, .gcTable tr th {
	width: 50px;
    padding: 5px;
	text-align: center;
    font-size: 0.875em;
    line-height: 1em;
    color: #004813;
    background: 0;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.gcTable.linescore tr td, .gcTable.linescore tr th {
	width: auto;
    font-weight: 700;
}

.gcTable.linescore tr td {
	font-size: 1em;
    border-right: 0;
    border-bottom: 1px solid #004813;
}

.gcTable.linescore tr th {
	
}

.gcTable.linescore tr.playerRow td:first-child {
	height: 30px;
    width: 70px;
}

.gcTable.linescore tr th:first-child {
	height: auto;
    width: 70px;
}

.gcTable tr.playerRow td {
	background: #FFF;
}

.gcTable tr th {
	background: #004813;
    color: #EEE;
    font-size: 0.75em;
    font-weight: 700;
	border-right: 1px solid #EEE;
    border-bottom: 0;
}

.gcTable tr.totals td {
    font-size: 0.875em;
    font-weight: 700;
	background: #DDD;
    color: #004813;
	border-right: 1px solid #FFF;
    border-bottom: 0;
}

.gcTable tr th:first-child, .gcTable tr.playerRow td:first-child, .gcTable tr.totals td:first-child {
	text-align: left;
    width: auto;
    padding: 5px 8px;
    white-space: nowrap;
}

.gcTable tr.playerRow td:first-child {
	font-size: 1em;
}

.gcTable tr th:first-child, .gcTable tr.totals td:first-child {
	text-transform: uppercase;
}

.gcTable tr th:last-child, .gcTable tr.playerRow td:last-child, .gcTable tr.totals td:last-child  {
	border-right: 0;
}

.gcTable tr.playerRow td.invs, .gcTable tr th.invs, .gcTable tr.totals td.invs {
    display: table-cell;
}

br.invs {
	display: none;
}

fieldset {
	border: 1px solid #004813;
    background: #FFF;
    color: #004813;
    font-size: 1em;
    padding: 5px 10px 12px;
    margin: 0 0 1em 0;
}

fieldset.guil {
}

legend {
	color: #004813;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875em;
    padding: 0 3px;
}

fieldset hr {
	margin: 3px 0;
}

fieldset hr:last-child {
	display: none;
}

fieldset.lightBg:nth-of-type(2) {
    display:none;
}

.yui3-u-1-2 div.yui3-g:nth-of-type(2) {
    display:none;
}

div.hr.bxsspl {
	display: block;
}

.gcTable.sortByPitchingOrder tr th:nth-child(10), .gcTable.sortByPitchingOrder tr td:nth-child(10) {
	display: none;
}

.gcTable.sortByPitchingOrder tr th:nth-child(9), .gcTable.sortByPitchingOrder tr td:nth-child(9) {
	border-right: 0;
}


.vid_container {
	position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 20px;
} 

.vid_container iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}








.story_block div.sponlink {
	margin: 0;
	display: block;
	width:100%;
	text-align:center;
	border-bottom: 0;
	margin-bottom: 10px;
}

.sponlink a {
	display: inline-block;
}

.story_block div.sponlink a img {
	margin-bottom: 10px;
}






/*table tr:nth-child(odd) {
	background-color: #E1E1E1;
}

table tr.thead {
	background-color:#666;
}*/

#advc table tr:last-child {
	border-bottom: 1px solid #888;
}

#advc tr td {
	text-align: center;
	padding: 2px 5px;
	border: 0;
	border-left: 1px solid #888;
}

#advc tr td:first-child {
	text-align: left;
	padding-left: 10px;
}

/*tr td:last-child {
	border-right: 1px solid #888;
}*/



#advc tr.thead td {
	font-size: 0.75em;
	color: #FFF;
}
	












.leftside.low {
	padding: 10px 20px 40px;
}





























/************MAJOR TRANSITION**************/

/************SCREENS TO 979**************/


@media (max-width: 979px) {

.httlbox h1.hptitle {
	font-size: 1.25em;
	margin-bottom: 5px;
}

.secnav {
	display: none;
}

.banner {
	top: 70px;
}

.leftside, .rightside, .homepage .rightside, .footer div.rightside.homebot.thty, .footer div.rightside.homebot.ffty, .footer div.rightside.homebot.twoth, #news .footer div.rightside.homebot.twty, #news .footer div.rightside.homebot.thty, #news .footer div.rightside.homebot.ffty, .homepage div.rightside.homebot {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
    min-height: 0;
	margin: 0;
	text-align: left;
	border-right: 0;
}


.rightside {
	border-top: 1px solid #DDD;
    padding-top: 20px;
}

.homepage .rightside {
	border-top: 0;
}

.homepage .leftside {
	border-right: 0;
}

.homepage .rightside.homevents {
	position: relative;
	padding: 20px 0 5px;
	background: url(../template/bg_site.jpg) no-repeat center top / cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4)
}

.container.whtbck.indbot {
	display: block;
	height: auto;
    box-sizing: border-box;
    padding-top: 0;
}

a.adlink, .homepage div.rightside.homebot .story_block a.adlink {
	display: block;
    height: auto;
}

.sideadwide {
	display: block;
    width: 100%;
    height: 80px;
    border: 1px solid #DDD;
}

.sideadwide.bcmspn {
	margin-bottom: 15px;
}

.sidead, .homepage .story_block a.adlink:last-child div.sidead, .sidead.bcmspn {
	display: none;
}

.homepage div.rightside.homebot {
	min-height: 0;
}



.homepage div.rightside.homebot .story_block a.adlink {
   	display: block;
    min-height: 0;
}


.homepage div.rightside.homebot div.story_block {
	display: block;
    min-height: 0;
    padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: 1px dotted #0D6023;
}

.homepage div.rightside.homebot:last-child div.story_block {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.homebox_im {
	display: table;
    float: right;
    width: 50%;
    height: 150px;
    margin-left: 10px;
}

.homepage div.rightside.homebot .button_cont {
	margin-bottom: 0;
}

table.gearspot td {
	width: 40%;
}

table.gearspot td.gearspot_im {
	background: url('../template/gearspot2.png') no-repeat top center / contain;
    width: 60%;
}

/*.flexslider div.hommain {
	height: 300px;
}*/

.yui3-u-1-2 {
    float: left;
    width: 50%;
}

.prm {
	padding-right: 9px;
}

.plm {
	padding-left: 9px;
    border-left: 1px solid #DDD;
}

.gcTable tr td, .gcTable tr th {
	width: 30px;
}

.gcTable tr td, .gcTable tr.playerRow td:first-child {
    font-size: 0.875em;
}

.gcTable tr.playerRow td.invs, .gcTable tr th.invs, .gcTable tr.totals td.invs {
    display: none;
}

fieldset {
    font-size: 0.875em;
}

legend {
    font-size: 0.75em;
}

div.hr.bxsspl {
	display: none;
}

.gcTable.sortByPitchingOrder tr th:nth-child(3), .gcTable.sortByPitchingOrder tr th:nth-child(4),  .gcTable.sortByPitchingOrder tr td:nth-child(3), .gcTable.sortByPitchingOrder tr td:nth-child(4) {
	display: table-cell;
}

.gcTable.sortByPitchingOrder tr th:nth-child(9) {
	border-right: 0;
}

.gcTable.sortByPitchingOrder tr th:nth-child(3), .gcTable.sortByPitchingOrder tr th:nth-child(4),  .gcTable.sortByPitchingOrder tr td:nth-child(3), .gcTable.sortByPitchingOrder tr td:nth-child(4) {
	display: none;
}








.container.sitemain {
	padding: 20px 0;
}

.homepage .rightside {
	min-height: 0;
}





a.newspot table tr td.capsttl {
	width: auto;
	padding: 0 0 0 10px;
}

.homepage div.rightside.homebot .story_block a.newspot div {
	padding: 0 3px;
}




}











/************SCREENS TO 950**************/


@media (max-width: 950px) {

#wrapper {
	background: none;
}

#tophead {
	background-size: cover;
}

.httlbox h1.hptitle {
	font-size: 1.25em;
	margin-bottom: 5px;
}



.footer div.rightside.homebot.twty {
	display: none;
}

img.foothr_vrt {
	display: block;
}




.container.sitemain {
	padding: 20px 0;
}

.homepage .rightside {
	min-height: 0;
}


.homepage div.rightside.homebot {
	min-height: 0;
}

.homepage div.rightside.homebot:last-child div.story_block {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}


#home_events_top h3 {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid #444;
}

.footer .story_block {
	padding: 0;
}

.footout {
	margin-top: 25px;
}

.pprint {
	margin: 0;
}


}


/************SCREENS TO 775**************/


@media (max-width: 775px) {

.yui3-u-1-2 {
    float: none;
    width: 100%;
}

.prm {
	padding-right: 0;
}

.plm {
	padding-left: 0;
    border-left: 0;
}

.gcTable tr td, .gcTable tr th {
	width: 50px;
}

.gcTable tr td {
    font-size: 0.875em;
}

.gcTable tr.playerRow td:first-child {
	font-size: 1em;
}

.gcTable tr.playerRow td.invs, .gcTable tr th.invs, .gcTable tr.totals td.invs {
    display: table-cell;
}

fieldset {
    font-size: 1em;
}

div.hr.bxsspl {
	display: block;
}

.gcTable.sortByPitchingOrder tr th:nth-child(3), .gcTable.sortByPitchingOrder tr th:nth-child(4),  .gcTable.sortByPitchingOrder tr td:nth-child(3), .gcTable.sortByPitchingOrder tr td:nth-child(4) {
	display: table-cell;
}




}



/************SCREENS TO 675**************/


@media (max-width: 675px) {

.plyr_stats .bs_cnt {
	display: none;
}

.plyr_stats .bs_cnt_sm {
	display: inline-block;
	width: 100%;
}


#tophead, .topcont {
	height: 50px;
}

a.logolink {
	top: 6px;
	min-height: 42px;
	width: 100px;
	background: url(../template/site-logo-sm.png) no-repeat left top / 100px auto;
}


.flexslider div.httlbox {
	position: absolute;
	bottom: 0;
}

.flexslider div.swipe {
    display: block;
	position: absolute;
	top: 276px;
    padding: 5px 0 5px 10px;
	z-index: 3000;
}


.gcTable tr td, .gcTable tr th {
	width: 40px;
}

.gcTable tr.playerRow td:first-child {
	font-size: 0.875em;
}

fieldset {
    font-size: 0.875em;
}


}








/************SCREENS TO 625**************/


@media (max-width: 625px) {

.homepage .rightside.homevents {
	background: url(../template/bg_site.jpg) no-repeat right top / cover;
}

.styled-select.coolselect.cellphn {
	max-width: 50%;
	display: block;
}


.flexslider div.httlbox {
	position: absolute;
	bottom: 0;
}

.flexslider div.httlbox {
	padding: 5px 15px;
}

.flexslider div.readmore {
	display: none;
}

.httlbox h2.hptitle {
	font-size: 1.3em;
}

.story_block {
	padding: 0 15px 15px;
}

td.spontop, td.spontop_im {
	display: none;
}

td.spontop_mob {
	display: table-cell;
}

td.spontop_mob img {
	display: block;
    width: 100%;
    margin-bottom: 15px;
}

.sideadwide, #nws .leftside .sideadwide, #admin .leftside .sideadwide {
    height: 70px;
}

table.gearspot td {
	width: 50%;
}


table.gearspot td.gearspot_im {
	background: url('../template/gearspot24.png') no-repeat top center / contain;
    width: 50%;
}

.flexslider div.hommain {
	height: 250px;
}

td.tmon h3 {
	font-size: 1.125em;
}


.img_rt {
	display: block;
    float: none;
    width: 100%;
    margin: 0 auto 15px;
}

.img_rt img {
	width: 100%;
    height: auto;
}


}


/************SCREENS TO 575**************/


@media (max-width: 575px) {

.gcTable tr.playerRow td.invs, .gcTable tr th.invs, .gcTable tr.totals td.invs {
    display: none;
}

.gcTable.sortByPitchingOrder tr th:nth-child(3), .gcTable.sortByPitchingOrder tr th:nth-child(4),  .gcTable.sortByPitchingOrder tr td:nth-child(3), .gcTable.sortByPitchingOrder tr td:nth-child(4) {
	display: none;
}

}




/************SCREENS TO 400**************/


@media (max-width: 400px) {

.sideadwide, #nws .leftside .sideadwide, #admin .leftside .sideadwide, .sideadwide.bcmspn {
	display: none;
}

.sidead, .homepage .story_block a.adlink:last-child div.sidead {
	display: table;
    height: 100%;
}

.sidead.bcmspn {
	display: block;
}

#nws .leftside .sidead, #admin .leftside .sidead {
	display: table;
	height: 330px;
    margin-bottom: 0;
}


a.adlink, .homepage div.rightside.homebot .story_block a.adlink {
	display: table;
    height: 330px;
    min-height: 330px;
    width: 100%;
}

.homepage div.rightside.homebot .story_block a.adlink {
   	display: block;
    min-height: 330px;
}



#nws .leftside a.adlink, #admin .leftside a.adlink {
	height: auto;
}

.playerlist tr td.prnm, .playerlist tr td.prnk {
    
}

td.tmon h3 {
	font-size: 1em;
}

td.thdr {
	font-size: 0.625em;
}

br.invs {
	display: inline;
}

.gcTable tr td, .gcTable tr th {
	width: 30px;
}

.gcTable tr th:first-child, .gcTable tr.playerRow td:first-child, .gcTable tr.totals td:first-child {
    white-space: normal;
}

.gcTable.linescore tr.playerRow td:first-child {
	height: 30px;
    width: 50px;
}

.gcTable.linescore tr th:first-child {
	height: auto;
    width: 50px;
    padding-left: 5px;
}


}

@media (max-width: 360px) {

a.adlink, .homepage div.rightside.homebot .story_block a.adlink, #nws .leftside a.adlink, #admin .leftside a.adlink {
    height: 280px;
}

}
