/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */


#interactives #page img {
	margin-left:0px;	
}
#main {
	background-color: #bcf08c;
	width: 1160px;
	border: 1px solid #87d200;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	box-shadow:0 1px 3px rgba(0,0,0, .4);
	margin-bottom: 25px;
	padding: 5px;
}

ul#imgBox {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 25px;
}
#imgBox li {
	float: left;
	list-style-image:none;
	list-style: none;
	background-color: #d7bbf6;
	height: 118px;
	width: 115px;
	border: 1px solid #8E7BA4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	box-shadow:0 1px 3px rgba(0,0,0, .4);
	margin-bottom: 75px;
	margin-left: 75px;
	margin-right: 75px;
}

.innerBox {
	height: 110px;
	width: 107px;
	position: relative;
	padding-top: 8px;
	padding-left: 8px;
}

#imgBox li a img.imgBox {
	opacity: .7;

}
#imgBox li a img.imgBox, #gameBox li a img.gameBox {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}


ul#imgBox li#imgBox-1 a:hover img.imgBox {
	opacity: 1;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

#interactives .Title {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 5px;
	color: #000;
	text-decoration: none;
	text-align:center;
}

#interactives .subTitle {
	display: block;
	top:-30px;
	width: 560px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	color: #000;
	text-decoration: none;
	text-align:center;
}

.subBox {	
	position: relative;
	float: left;
	background-color: #acc5ed;
	width: 560px;
	margin:5px;
	border: 4px solid #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	box-shadow:0 1px 3px rgba(0,0,0, .4);
	padding-top: 10px;
	padding-bottom: 5px;
}

#gameBox {
	margin-left: 0;
}

#gameBox li {
	list-style-image:none;
	list-style: none;
	margin-top: 0;
	clear:both;
}

img.gameBox {
	padding:0 5px 10px 5px;

}
ul#gameBox li#gameBox-1 a:hover img.gameBox {
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	transform: rotate(50deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#home {
	float: right;
	background-image: url(../../7-12interactives/images/home.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 125px;
	text-indent: 40px;
	padding-top: 3px;
	background-position: left;
	}

.number {
	float: left;
	margin-right: 5px;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	padding-right: 2px;
	padding-bottom: 5px;
	padding-top: 7px;
}

.description {
	float: left;
	width: 190px;
	margin-top: 0px;
}

.software {
	position: relative;
	top: 35px;
	width:145px;
}

.threeCol {
	padding: 5px;
	width: 250px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}

.underline {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	box-shadow:0 1px 3px rgba(0,0,0, .4);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 20px;
	margin-bottom: 40px;
}

/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {
	
ul#imgBox {
	margin-left: 60px;
	margin-right: 50px;
}

#imgBox li {
	margin-left: 40px;
	margin-right: 40px;	
}


#main {
	width: 907px;
}

.subBox {	
	width: 434px;
}

#interactives .subTitle {
	width: 434px;
}
	
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

ul#imgBox {
	margin-left: 70px;
	margin-right: 70px;
}

#imgBox li {
	margin-left: 15px;
	margin-right: 15px;	
}

#main {
	width: 727px;
}

.subBox {	
	width: 345px;
}

#interactives .subTitle {
	width: 345px;
	font-size: 15px;
}

.threeCol {
	width: 200px;
}

}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 479px) {

ul#imgBox {
	margin: 10px 0 0 0;
}
#imgBox li {
	margin-bottom: 35px;
	margin-left: 15px;
	margin-right: 10px;
}

#main {
	width: 283px;
	margin-bottom: 15px;
}

.titleImg {
	width: 280px;
	height: 47px;	
}

.subBox {	
	width: 268px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#interactives .subTitle {
	width: 268px;
	font-size: 14px;
}

}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436   */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
ul#imgBox {
	margin: 10px 0 0 0;
}
#imgBox li {
	margin-bottom: 35px;
	margin-left: 15px;
	margin-right: 10px;
}

#main {
	width: 443px;
	margin-bottom: 15px;
}

.subBox {	
	width: 427px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#interactives .subTitle {
	width: 427px;
	font-size: 14px;
}
	
}