@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Conv_knockout-htf53-heviweight';
    src: url('fonts/knockout-htf53-heviweight.eot');
    src: local('☺'), url('fonts/knockout-htf53-heviweight.woff') format('woff'), url('fonts/knockout-htf53-heviweight.ttf') format('truetype'), url('fonts/knockout-htf53-heviweight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_knockout-htf54-sumo';
    src: url('fonts/knockout-htf54-sumo.eot');
    src: local('☺'), url('fonts/knockout-htf54-sumo.woff') format('woff'), url('fonts/knockout-htf54-sumo.ttf') format('truetype'), url('fonts/knockout-htf54-sumo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#frameHolder {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 850px;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fbedda;
	margin-top:50px;
}

#activityHolder {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 970px;
    margin-left: -485px;
}

#theLogo {
    position: absolute;
    left: 0px;
    top: 0px;
}

#sjNav {
    position: absolute;
    left: 0px;
    top: 103px;
    width: 970px;
    height: 50px;
}

#sjNavImage {
    position: absolute;
    left: 0px;
    top: 0px;
}

#sjNav input {
    position: absolute;
    left: 731px;
    top: 13px;
    width: 170px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
	display:none !important;
}

#sectionHeader {
    position: absolute;
    left: 0px;
    top: 0px;
}

#sectionHeader {
    position: absolute;
    left: 554px;
    top: 55px;
}

#lessonHeader {
    position: absolute;
    left: 26px;
    top: 0px;
}

#mainInterface {
    position: absolute;
    left: 0px;
    top: 177px;
    width: 970px;
    height: 623px;
    background-image: url(images/interfacebackground.png);
}

.sjHeaderText {
    position: absolute;
    left: 194px;
    top: 48px;
    width: 625px;
    font-family: 'Conv_knockout-htf53-heviweight';
    font-size: 38px;
    color: #feb43b;
    line-height: 38px;
    height: auto;
    font-weight: bold;
    text-shadow: 1px 1px 2px #161e3c;
}

.sjBodyText {
    position: absolute;
    left: 98px;
    top: 97px;
    width: 436px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
}

.sjBodyVocab {
    position: absolute;
    left: 97px;
    top: 296px;
    width: 153px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3C6;
    text-align: center;
    font-weight: bold;
}

.sjBodyVocabItem {
    position: absolute;
    left: 128px;
    top: 329px;
    width: 168px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    text-align: left;
    cursor: pointer;
    height: 12px;
    padding-left: 10px;
}

.sjBodyVocabItem:hover {
    background: #596580;
    border-radius: 5px;
    border: 1px solid #6a7490;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.defPopup {
    position: absolute;
    left: 511px;
    top: 204px;
    width: 285px;
    height: auto;
    background-color: #d7e8f4;
    border-radius: 5px;
    z-index: 100;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 10px 5px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.defPopupTitle {
    font-size: 18px;
    color: #3466c2;
    display: inline-block;
    margin: 10px 5px;
}

.defPopupBody {
    display: inline-block;
    margin: 0 5px 10px;
}

#printMain {
    position: absolute;
    left: 816px;
    top: 33px;
}

#thePopup {
    position: absolute;
    left: 35px;
    top: 0px;
    width: 910px;
    height: 578px;
    background-image: url(images/popup.png);
    z-index: 1000;
    visibility: hidden;
}

#theVideo {
    position: absolute;
    left: 30px;
    top: 125px;
    z-index: 15000;
    width: 847px;
    height: 394px;
}

#tryItHolder {
    position: absolute;
    left: 30px;
    top: 125px;
    z-index: 15000;
    width: 847px;
    height: 394px;
    background-color: #afdbff;
    background-image: url(images/014_2_0_question.png)
}

.tryItButton {
	position: absolute;
	left: 34px;
	top: 137px;
	width: 60px;
	height: 42px;
	background-color: #900;
	cursor: pointer;
}

#sbsButton {
    margin-left: 60px;
    margin-top: 30px;
    cursor: pointer;
}

#quizButton {
    margin-left: 15px;
    margin-top: 20px;
    cursor: pointer;
}

#karaokeButton {
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer;
}

#popupNavHolder {
    width: 100%;
    position: absolute;
    /* left: 15px; */
    top: 532px;
    text-align: center;
}

#popupNavHolder .navArea {
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
    margin: 0 auto;
    display: inline-block;
    height: 19px;
    background-color: #F69000;
    padding-bottom: 5px;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #ca6d05;
    text-align: center;
    cursor: default;
}

#popupNavHolder .navArea .navAreaDeselected {
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

#popupNavHolder .navArea .navAreaSelected {
    color: #FF0;
    text-decoration: underline;
    cursor: pointer;
}

#popupNavHolder2 {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
    left: 818px;
    top: 532px;
    text-align: center;
    width: auto;
    height: 19px;
    background-color: #F69000;
    padding-bottom: 5px;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #ca6d05;
    text-align: center;
    cursor: default;
    font-weight: bold;
}

#popupNavShowMe {
    position: absolute;
    left: 737px;
    top: 480px;
    text-align: center;
    width: 100px;
    height: 19px;
    background-color: #F69000;
    padding-bottom: 5px;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #ca6d05;
    text-align: center;
    cursor: default;
    font-weight: bold;
    z-index: 100000;
    box-shadow: inset 0 0 0 2px rgba(246, 144, 0, 1), inset 0 0 0 3px rgba(255, 255, 255, 1)
}

#popupNavHolder3 {
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
    position: absolute;
    left: 746px;
    top: 532px;
    text-align: center;
    width: auto;
    height: 19px;
    background-color: #F69000;
    padding-bottom: 5px;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(183, 182, 182);
    text-align: center;
    cursor: default;
    font-weight: bold;
}

#sbsNav {
    position: absolute;
    left: 195px;
    top: 101px;
    width: 542px;
    height: 52px;
    background-image: url(images/sbs_nav1.png);
    z-index: 17000;
}

.sbsNavButton {
    position: absolute;
    left: 31px;
    top: 0px;
    width: 145px;
    height: 52px;
    background-color: #F00;
    cursor: pointer;
}

#popupPrint {
    position: absolute;
    left: 738px;
    top: 91px;
    width: 68px;
    height: 27px;
    background-color: #396;
    cursor: pointer;
    z-index: 10000;
}

#popupClose {
    position: absolute;
    left: 815px;
    top: 91px;
    width: 68px;
    height: 27px;
    background-color: #396;
    cursor: pointer;
    z-index: 10000;
}

#quizPopup {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 897px;
    height: 654px;
    background-image: url(images/quiz_popup.png);
    z-index: 20;
    visibility: hidden;
    overflow: hidden;
}

#quizEndPopup {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 897px;
    height: 654px;
    background-image: url(images/quiz_end.png);
    z-index: 20;
    visibility: hidden;
    overflow: hidden;
}

.thePopupTitle {
    position: absolute;
    left: 221px;
    top: 28px;
    font-family: 'Conv_knockout-htf53-heviweight';
    font-size: 38px;
    color: #FFF;
    font-weight: bold;
    width: 672px;
    line-height: 38px;
}

#thePopup .thePopupTitle {
    top: 24px;
}

#quizPopup .thePopupTitle {
    font-size: 25px;
    line-height: 25px;
    width: 550px;
    height: auto;
}

#quizEndPopup .thePopupTitle {
    font-size: 25px;
    line-height: 25px;
    width: 550px;
    top: 4px;
    height: auto;
}

#questionDisplay {
    position: absolute;
    left: 65px;
    top: 110px;
    width: 778px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #569bdf;
}

#responseDisplay {
    position: absolute;
    left: 70px;
    top: 106px;
    width: 778px;
    height: 71px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #569bdf;
    line-height: 71px;
}

#responseCorrectDisplay {
    position: absolute;
    left: 450px;
    top: 257px;
    width: 260px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #6C0;
}

#responseIncorrectDisplay {
    position: absolute;
    left: 450px;
    top: 299px;
    width: 260px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #C00;
}

#thePie {
    position: absolute;
    left: 85px;
    top: 165px;
}

#tempDisplay {
    position: absolute;
    left: 949px;
    top: 233px;
    width: 786px;
    height: 71px;
}

.answerClass {
    position: absolute;
    left: 53px;
    top: 212px;
    min-width: 400px;
    height: 28px;
    background-image: url(images/selection_blank.png);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #569bdf;
    line-height: 20px;
    padding-left: 40px;
    padding-top: 8px;
    cursor: pointer;
}

.answerClass:hover {
    background: url("images/selection_select.png") #cde2f6 no-repeat !important;
    padding-right: 30px;
    border-radius: 5px;
}

#arrowLeft {
    position: absolute;
    left: 49px;
    top: 490px;
    cursor: pointer;
    z-index: 100;
}

#arrowRight {
    position: absolute;
    left: 115px;
    top: 490px;
    cursor: pointer;
    z-index: 100;
}

#feedback {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 497px;
    height: 214px;
    background-image: url(images/feedback.png);
    padding: 10px;
    text-align: left;
    z-index: 100;
}

#feedbackHolder {
    position: absolute;
    left: 321px;
    top: 186px;
    width: 517px;
    height: 234px;
    overflow: hidden;
}

#feedback .textHolder {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FEB43B;
}

#feedback div {
    display: inline-block;
}

#reviewAnswersButton {
    position: absolute;
    left: 48px;
    top: 483px;
    width: 291px;
    height: 60px;
    background-color: #C60;
    cursor: pointer;
}

.quizCloseButton {
    position: absolute;
    left: 808px;
    top: 15px;
    width: 76px;
    height: 32px;
    background-color: #C60;
    cursor: pointer;
}

#seeJams {
    position: absolute;
    left: 50%;
    top: 405px;
    margin-left: -92px;
    cursor: pointer;
}

#relatedJamsBox {
    position: absolute;
    left: 50%;
    top: 440px;
    width: 588px;
    height: auto;
    margin-left: -304px;
    background-color: #dbeaf5;
    text-align: left;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #888888;
}

.relatedJamClass {
    position: relative;
    width: 264px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #0541b4;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 14px;
    vertical-align: top;
    padding: 10px 15px;
    margin: 0;
}

.relatedJamClass:hover {
    background: #B2C9DA;
}

.relatedJamClass a {
    text-decoration: none;
    color: #0541b4;
}

#thumbsHolder {
    position: absolute;
    left: 50%;
    top: 456px;
    width: 830px;
    height: 140px;
    margin-left: -415px;
    overflow: hidden;
}

.thumbBottom {
    position: absolute;
    left: 139px;
    top: 0px;
    width: 180px;
    height: 100px;
    cursor: pointer;
    background-image: url(images/thumbShadow.png);
}

.thumbBottom img {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 8px;
}

.thumbBottom div {
    position: absolute;
    left: 0px;
    top: 82px;
    margin-top: 5px;
    width: 147px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0541b4;
}

#bottomScrollLeft {
    position: absolute;
    left: 339px;
    top: 398px;
    cursor: pointer;
}

#bottomScrollRight {
    position: absolute;
    left: 589px;
    top: 398px;
    cursor: pointer;
}

.quizImage {
    position: absolute;
    left: 300px;
    top: 220px;
    width: 525px;
    height: 1px;
    text-align: right;
}

.quizImage image {
    display: inline-block;
}

#slideshow {
    position: absolute;
    left: 45px;
    top: 2px;
    width: 889px;
    height: 623px;
    background-image: url(images/slideshow.png);
    z-index: 1000;
}

#slideshowImageHolder {
    position: absolute;
    left: 21px;
    top: 37px;
    width: 695px;
    height: 435px;
    overflow: hidden;
}

#slideshowTextHolder {
    position: absolute;
    left: 21px;
    top: 478px;
    width: 510px;
    height: 54px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-align: left;
}

#slideshowTitle {
    position: absolute;
    left: 21px;
    top: 15px;
    width: 510px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fba500;
    text-align: left;
    font-weight: bold;
}

.slideShowBlankButton {
    position: absolute;
    background-color: #900;
    cursor: pointer;
}

#slideshowThumbHolder {
    position: absolute;
    left: 740px;
    top: 0px;
    width: 149px;
    height: 549px;
}

.slideshowThumb {
    position: absolute;
    left: 0px;
    box-shadow: 1px 1px 5px #000000;
    cursor: pointer;
}

#slideshowThumb0 {
    top: 223px;
    height: 88px;
}

#slideshowThumb1 {
    top: 330px;
    height: 78px;
}

#slideshowThumb2 {
    top: 428px;
    height: 50px;
}

#slideshowThumbm1 {
    top: 126px;
    height: 78px;
}

#slideshowThumbm2 {
    top: 62px;
    height: 50px;
}

#slideshowPlayPause {
    position: absolute;
    left: 668px;
    top: 486px;
    cursor: pointer;
}

.topNavClass {
    position: absolute;
    left: 100px;
    top: 0px;
    height: 50px;
    width: 100px;
    background-color: #F00;
    cursor: pointer;
}

#universal4o {
    margin-bottom: 0 !important;
}

body {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-color: #fbedd9 !important;
    background-position: top center !important;
}

#quizButtonBox {
    width: 200px;
    display: inline-block;
    margin-left: 30px;
    margin-top: 30px;
    vertical-align: top;
}

.fractionHolder {
	position:relative; left:0px; top:-1px; display:inline-block; height:20px;
}

.fractionHolder .top {
	border-bottom:solid black 1px; display:inline-block; float:left;
}

.fractionHolder .bottom {
	display:inline-block; clear:left; float:left
}

#footer-wrapper-4o {
	padding-left:200px;
	box-sizing:border-box;
}



div.menu-links {
		display:none;
	}
	div#aem-kids-menu {
		width:100% !important;
		height:50px !important;
		min-height:50px !important;
		max-width:none;
		position:absolute;
		padding:0px !important;
	}
	div#logo-box {
		width:100% !important;
		max-width:none;
		background-color:#e20c32;
		display:inline-block;
		text-align:center;
	}
	div#logo-box img {
		position:relative;
		display:inline-block;
		height:50px;
	}
	aside.main-sidebar {
		width:100% !important;
		max-width:none;
		text-align:center;
		display:inline-block;
	}
	section.sidebar {
		width:100% !important;
		max-width:none;
		text-align:center;
		display:inline-block;
	}
	div.sidebar-header {
		width:100% !important;
		max-width:none;
		text-align:center;
		display:inline-block;
	}
	
	.theHolder {
		margin-top:50px;
		width: 100%;
		margin-left:0px;
	}
	
	#footer-wrapper-4o {
		margin-top:-4px;
		padding-left:0px;
	}
	

