/*  Sports Class Template  */
/* Written by Jake Dowzell */
/*    Date: 17/Jan/2014    */
/*   Revised 10/Feb/2014   */

#main-content h1, .mceContentBody h1 {
	font-size: 22pt;
	color: #009ee3;
}

#main-content h3, .mceContentBody h3 {
	padding-left: 5px;
	font-size: 16px;
}

#main-content h5, .mceContentBody h5 {
	font-size: 12px;
}

/* The Instructions Box */
div.instructions {
	display:none;
}

.mceContentBody div.instructions {
	display: block;
}

.middleBox {
	margin-left: 20px;
	margin-right: 20px;
}

.payAndPlay {
	float: left;
	width: 350px;
	padding-left: 20px;
}

.shadowBox {
	position: relative;
	float: left;
	display: table-cell;
	height: 100%;
	width: 165px;
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
}

.mceContentBody .shadowBox {
	height: auto;
}

.blueBox, .mceContentBody blueBox {
	position: relative;
	background-color: #009ee3;
	padding: 5px 0px 0px 0px;
}


	.blueBox img, .mceContentBody blueBox img  {
		display: block;
	}

	#main-content .blueBox p, .mceContentBody blueBox p {
		font-size: 16pt;
		padding: 7px;
		color: #ffffff;
		margin-bottom: 0px;
	}

		#main-content .blueBox a {
			text-decoration: none;
			color: #ffffff;
		}


			#main-content .blueBox a:link {
				text-decoration: none;
				color: #ffffff;
			}

			#main-content .blueBox a:visited {
				text-decoration: none;
				color: #ffffff;
			}

			#main-content .blueBox a:hover {
				text-decoration: none;
				color: #0b466D;
			}

			#main-content .blueBox a:active {
				text-decoration: none;
				color: #ffffff;
			}

.classOther {
    margin: 0px 0px 20px 10px;
    float: left;
}

.mceContentBody .classOther {
	height: auto;
}

	.classOther h0 {
		font-size: 16pt;
		color: #0172b7;
		margin-bottom: 2px;
	}

.bulletList, .mceContentBody bulletList {
	padding: 0px 5px 20px 5px;
}

.buyBox, .mceContentBody buyBox {
	position: absolute;
	bottom: 5px;
}

/* ########################### START SMALLSCREEN PRETTINESS ########################### */


.is-smallscreen #main-content h1 {
	font-size: 18pt;
}
//.is-smallscreen #main-content .blueBox {
//	margin-left: 10px !important;
//	margin-right: 10px !important;
//}
.is-smallscreen #main-content .classOther {
	display: block;
	float: left;
}
.is-smallscreen #main-content .middleBox {
	margin: 10px;
}
.is-smallscreen #main-content .edgeBox {
	margin: 10px;
}
.is-smallscreen #main-content .payAndPlay {
	display: block;
	width: 80%;
}

/* ########################### END SMALLSCREEN PRETTINESS ########################### */

/* AND NOW FOR THE MAGIC THINGS OF MAGICNESS */
.linkSpan {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
 	text-decoration: none; /* No underlines on the link */
	//z-index: 10; /* Places the link above everything else in the div */

	/* Now to make it work in IE */
	background-color: #FFF;
	opacity: 0;
	filter: alpha(opacity=1);
}

.linkSpan2 {
	display: block;
}

.mceContentBody .linkSpan2 {
	display: none;
}