/* CSS Document */

header, section, article, nav, footer, aside {
	display:block;
}
.cssTxt	{
	text-indent:-10000px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 	overflow: hidden;
}
.clear	{
	clear:both;
}
.blockLink	{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
}
a.blockLink:hover	{
	background-position:left bottom;
}
.floatLeft{float: left;}
.floatRight{float: right;}
.rel{position: relative;}
#stemWrapper	{
	width:800px;
	font-size: 13.5px;
	color:#;
	margin: auto;
	background: white;
}
#stemWrapper img {
    border: 0 none;
}
.innerContent{
    width: 775px;
    margin: auto;
}

#stemWrapper a	{
	outline:none;
}
#stemWrapper  ul,
#stemWrapper  li	{
	margin:0;
	padding:0;
}
#stemWrapper nav li,#stemWrapper li	{
	list-style:none;
	display:block;
	height:;
}


.green{color: #217139;}
.bold{ font-weight: bold;}
.time{
    font-size: 15px;
    color: #5e5e65;
}
.italic{
	font-style: italic;
}
.underline{}
.shareTech{
    font-family: 'Share Tech', sans-serif;
    font-weight: normal;
}
.franklin{
    font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.bold{font-weight: bold;}
.activityTitle{
	font-size: 35px;
	padding-bottom: 51px;
}
#stemWrapper .box{
    margin-bottom: 51px;
    border: 1px solid black;
    border-radius: 0 3px 3px 0;
    padding: 40px 16px 21px;
    font-size: 15px;
}
#stemWrapper .flipBook{
	float: right;
	margin-top: -63px;
}
.boxCol{
	width: 370px;
}
.boxColText{
	width: 246px;
	margin-left: 8px;
}
#stemWrapper .innerContent .box a{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
#stemWrapper .stan li{
    padding: 0 0 12px;
}
#stemWrapper .stan .listStyle li{
    display: list-item;
    list-style: disc;
    margin-left: 29px;
    padding: 0;
}
.boxTitle{
    font-size: 30px;
    float: left;
    border-radius: 0 3px 3px 0;
    padding: 3px 8px 1px 3px;
    border: 1px solid black;
    margin: -60px 0 0 -26px;
    position: relative;
}
.piece{
	background: url('../conversions/images/piece.png') no-repeat 0px 0px;
	position: absolute;
	height: 22px;
	width: 10px;
	top: 37px;
	left: -1px;
}
.greenWrap .boxTitle{
    background-color: #e6f0cb;
}
.bWrap .boxTitle{
	background-color: #f3dcba;
}
.bWrap .colored{
	color: #d0990f;
}
.rWrap .colored{
	color: #ea3e28;
}
.rWrap .boxTitle{
	background-color: #f9ccb7;
}
h1, h2, h3, h4, h5, h6, .view {
	font-family: 'Share Tech', sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#mainHead{
	font-size: 41px;
	line-height: 47px;
}
#mainHead a{
	display: block;
}
.trim {
	padding-left: 20px;
}
.boys{margin: -3px 0 0 15px;}
.logos{
	padding:10px 20px 20px;
}
.hdrTxt{
	text-align:right;
}
/*#mainHead .floatRight{
	padding-top: 56px; 
}
.logos{
	padding: 10px 0px 20px 0 ;
	width: 266px;
	float: right;
}
.logos img{
	height: 39px;
}
.mainLogo {
	width: 235px;
	padding: 13px 0 20px 0;
}*/
.blue{ color: #0093d0;}
#stemWrapper .stan .icon, .icon{
    padding-left: 29px;
    background-repeat:   no-repeat;
    background-position: left top;
}
#stemWrapper .stan  .man{
	background-image: url('../conversions/images/icon_man.png');
	background-position: left 5px;
}
 .watch{
	background-image: url('../conversions/images/icon_watch.png');
	
}
.compass{
	background-image: url('../conversions/images/icon_compass.png');
	min-height: 28px;
}
.spaceImage{
	margin-top: 16px;
}
ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    display: inline;
}
ol > li:before {
    content:counter(li)"."; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-3px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    color:#0092d0;
    font: bold 25px 'Share Tech', sans-serif;
    text-align:right;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}
#stemWrapper .box ol li{
	margin-left: 16px;
	padding-bottom: 25px;
}
#stemWrapper .squareList li{ 
    padding-left: 1em; 
    text-indent: -.7em;
}

#stemWrapper .squareList li:before {
    content: "\002022";
    color:#0092d0;
}
#stemWrapper .squareList li:first-child{
	margin-bottom: 13px;
}
.third{
	position: absolute;
	top: 37px;
	right: 12px;
}
.rightBot{
	position: absolute;
	right: 30px;
	bottom: 10px;
}
table{
	margin: auto;
	text-align: center;
	border-collapse: separate;
	border: 1px black solid;
	border-bottom: 0;
}

table th, table td{
	border: 1px black solid;
	border-top: 0;
	padding: 10px 15px;
	border-right: 0;
}
table tr:first-child th{
	padding: 3px 15px;
}
table tr{
	/*padding: 10px 0;*/
}
.first,table td:first-child{
	border-left: 0;
}
ol, ul{
	margin-bottom: -25px;
}
.lastText{
	width: 614px;
}
#lastPic{
	height: 90px;
}
.innovBox{
	width: 357px;
	margin: 10px auto;
}
.innovBox img{
	margin-left: 97px;
}
.innovBox img:first-child{
	margin-left: 0;
}
.techIn{
	height: 80px;
	width: 144px;
	text-align: center;
}
.innovBox .techIn img{
	display: block;
	margin: auto;
}
.bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.boxflip{
	width: 540px;
	margin-left: 20px;
}
#stemWrapper .teachLink{
	position: absolute;
	background: none;
	height: 14px;
	width: 51px;
	display: block;
	opacity: 0;
}
body{
	background: white !important;
}
#stemWrapper .home{
	font-size: 14px;
	margin-left: 17px;
	text-decoration: underline;
	color: black;
}
#stemWrapper .home:hover{
	color: #0093d0;
}
.box p{
	margin-top: 0;
}
#box1 .boxflip{
	margin-left: 0;
}

#storyboardLinkPlacement {
	top: 1580px!important; 
	left: 399px!important; 
	width: 335px!important;
}

#challengeLink {
	top: 1632px!important;
	left: 182px!important; 
	width: 198px!important;
}

#bitLink {
	top: 1020px!important; 
	left: 126px!important; 
	width: 146px!important;
}

#teacherChallengeLink {
	top: 1123px!important;
	left: 341px!important;
	width: 186px!important;
}

#teacherStudentLink {
	top: 1145px!important;
	left: 114px!important;
	width: 166px!important;
}