@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
    padding-bottom: 5px;
    height: auto;
}
#MENU1 a .picturemenu {
	size: 75%;
	align-content: center;
}
.fluid.ftr {
	max-height: 200px;
}
.fluid.ftr #MENU1 {
	align-content: center;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluid.ftr #MENU1 {
	size: 75%;
	align-content: center;
	width: 100%;
	height: auto;
	 [disabled]max-height: 210px; 
}
#MENU1 a #rdi {
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	clear: none;
	float: none;
}
#div1 {
}
#title {
	color: #EFF7F2;
	width: 100%;
}
#times {
	width: 100%;
	background-color: #DBC867;
	color: #306C15;
}
#viewer {
	margin-left: 0;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
}
#sharebuttons {
}
#RDILinks {
	padding-top: 10px;
	padding-bottom: 100px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-spacing: 4px 4px;
}
#Twitter {
	width: 100%;
	margin-left: 0;
	clear: both;
	color: #EFF7F2;
	margin-top: 49px;
}
#Good2Know {
}
.player {
}
.gamegrid {
}
.vidbox {
}
.fill {
}
.container {
}
.foot {
}
.body2 {
}
.game {
}
.body1 {
}
.body3 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 668px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	color: #EFF7F2;
}
#title {
	color: undefined;
	font-size: small;
	width: 100%;
}
#times {
	width: 100%;
	background-color: #DBC867;
	color: #000000;
}
#viewer {
	clear: both;
	margin-left: 0;
	width: 66%;
	margin-bottom: 0px;
	float: right;
}
#sharebuttons {
}
#RDILinks {
	margin-top: 16px;
	margin-bottom: 16px;
	border-width: thick;
}
#Twitter {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: 49px;
}
#Good2Know {
}
.player {
}
.gamegrid {
}
.vidbox {
}
.fill {
}
.container {
}
.foot {
}
.body2 {
}
.game {
}
.body1 {
}
.body3 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 6asaa69px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width : 600px ){

.gridContainer {
	width: 80%;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #F5F5F5;
}
#div1 {
}
#title {
	color: #EFF7F2;
	background-color: #0846A3;
	-webkit-box-shadow: 0 0px #F3F7EF;
	box-shadow: 0 0px #F3F7EF;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 10px;
	margin-top: 0px;
	width: 100%;
}
#times {
	width: 32.729%;
	float: left;
}
#viewer {
	clear: none;
	width: 57.102%;
	background-color: #DBC867;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 11px;
}
#sharebuttons {
}
#RDILinks {
	padding-top: 20px;
	padding-bottom: 30px;
}
#Twitter {
	width: 98%;
	padding-top: 49px;
	background-color: #DBC867;
}
#Good2Know {
	color: #767676;
}
.player {
}
.gamegrid {
}
.vidbox {
}
.fill {
}
#div1 #viewer .fluid.fill {
	margin-left: 9px;
	width: 96%;
	float: right;
	max-width: none;
}
.container {
}
.foot {
}
.body2 {
	width: 48%;
}
.gridContainer.clearfix #viewer #jdhs {
	min-width: 400px;
	width: 100%auto;
	min-height: 300px;
}
.game {
}
.body1 {
}
.body3 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#viewer #jdhs #bb2016 {
	width: 96%;
	height: 33%;
}
.gridContainer.clearfix #viewer article {
	width: 98%;
}
}
