@media all and (min-width: 770px) {
    /* revise/remove standard header when showing home page */

*{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

#header {
	height: 52px !important;
}
.search-links {
	top: -22px !important;
}
.search-box {
	top: -6px !important;
}
#adminbar .search-box {
	margin-top:13px !important;
}
.site-navigation {
	background-image:none !important;
	background-color:transparent !important;
}
.site-logo, .top-level-links, .pointer, .teacher-level-links, .student-level-links, .ancillary-links {
	display:none;
}
#staticbanner {
	display:none;
}

/* start formatting homePage header */
.homePage {
	position: relative;
	width: 960px;
	top: 37px;
}

.homeNavBar {
	background-image: url("/media/v6/carbonFibre.png");
	background-repeat: repeat;
	width:100%;
	height:47px;
	color:#fff;
	text-align:center;
}

.homeNavBar span {
	position: relative;
	top: 13px;
}

.homeNavBar span a {
	color:#fff;
	text-decoration:underline;
}

.top {
	top:0px;
}
.bottom {
	top:0px;
	height:5px;
}
.homeHeader .background {
	position: relative;
	top:0px;
	width: 100%;
	height:333px;
	background-color: #E6E7E8;
	background-image: url(/content/id/8783/clouds.jpg);
}

.homeHeader .logo {
	position:absolute;
	top: -20px;
	left:10px;
}

.homeHeader .snail {
	position:absolute;
	bottom: -3px;
	right:10px;
}

.homeHeader .stack {
	position:absolute;
	top:-6px;
	width:269px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	font-family:verdana;
	font-size:18px;
	list-style:none;
	padding:0px;
}

.stack > li > a {
	color:#fff !important;
}
.stack > li > a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom: 5px solid white !important;
}

.homeHeader .student {
	
}

.homeHeader .teacher {
	left: 298px;
	text-align:left;
}

.featuresTitle {
	padding-top:20px;
	margin-bottom:-10px;
	font-weight:normal;
	font-style:italic;
	font-size:14px;
	color:#567;
}

.featuresTitle ul {
	font-style:normal;
	font-size:18px;
}

.student ul {
	position:relative;
	top: 7px;
	left: 0px;
	list-style:none;
	font-weight: normal;
	color:#000;
}

.teacher ul {
	position:relative;
	top: 7px;
	left: -30px;
	list-style:none;
	font-weight: normal;
	color:#000;
}

.asker {
	left: 665px;
}

.student ul li, .teacher ul li{
	padding-bottom:5px;
}

.stack ul>li>a {
	color: #000 !important;
	padding:8px;
	padding-top:4px;
}
.stack ul>li>a:hover {
	color:#000 !important;
	text-decoration:none;
	border: 0px solid black;
	background-color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:8px;
	padding-top:4px;
}

.feature
.teacher ul {
	position:relative;
	top: 18px;
	left: -30px;
	list-style:none;
	font-weight: normal;
	color:#000;
}

.level-links {
	display:inline-block;
	position:relative;
	top:0px;
	border-radius: 17.5px;
    list-style: none; 
    width:44px;
    height:25px;
    border:5px solid #000;
}

.student .level-links {
	left:10px;
}

.teacher .level-links {
	left:-10px;
}

.ey .level-links {
    background-color: #F3BD48;
	border-color:#5E5500;
}
.primary .level-links {
    background-color: #AAB300;
	border-color:#375601 !important;
}
.secondary .level-links {
    background-color: #55A51C;
	border-color:#0C5901 !important;
}

.primary-lower .level-links {
    background-color: #EA7125;
	border-color: #913502 !important;
}
.primary-upper .level-links {
    background-color: #D6083B;
	border-color: #901C3B !important;
}
.secondary-lower .level-links {
    background-color: #00B1C1;
	border-color:#106470 !important;
}
.secondary-upper .level-links {
    background-color: #0072CF;
	border-color:#003E74 !important;
}

.homeHeader .strapline {
	position: absolute;
	font-size: 180%;
	width: 330px;
	top: 65px;
	right: 27px;
	text-align: right;
}

.homeHeader blockquote {
	position:absolute;
	top:230px;
	left:-12px;
}

.homeHeader blockquote div {
	width:100%;
	font-style:italic;
	font-size:90%;
	text-align:right;
}

p.quotation {
	position: absolute;
	top: 243px;
	left: 52px;
	width: 312px;
	text-align: right;
}

p.quotation em {
	padding-right:16px;
}

#grass {
	position: absolute;
	bottom: -3px;
}

#bees {
	position:absolute;
	top:0px;
	left:0px;
	width:395px;
	height:144px;
	cursor: default;
}

div.sprite {
	display:none;
}
a:hover + div.sprite {
	display:block;
}

#bees .sprite {
	position: absolute;
	background-image: url(/content/id/8783/bees.png);
	cursor: default;
}
#bees .b1 {
	background-position: 0px -76px;
	top: 328px;
	left: 540px;
	width: 19px;
	height: 40px;
}
#bees .call1 {
	background-position: 0px 0px;
	top: 296px;
	left: 561px;
	width: 80px;
	height: 48px;
}
#bees .b2 {
	background-position: -83px -76px;
	top: 261px;
	left: 578px;
	width: 31px;
	height: 34px;
}
#bees .call2 {
	background-position: -83px 0px;
	top: 212px;
	left: 568px;
	width: 72px;
	height: 62px;
}
#bees .b3 {
	background-position: -146px -72px;
	top: 219px;
	left: 636px;
	width: 45px;
	height: 48px;
}
#bees .call3 {
	background-position: -155px 0px;
	top: 170px;
	left: 644px;
	width: 75px;
	height: 69px;
}
#bees .b4 {
	background-position: -227px -67px;
	top: 200px;
	left: 736px;
	width: 46px;
	height: 39px;
}
#bees .call4 {
	background-position: -227px 0px;
	top: 141px;
	left: 744px;
	width: 75px;
	height: 64px;
}
#bees .b5 {
	background-position: -300px -72px;
	top: 166px;
	left: 883px;
	width: 54px;
	height: 72px;
}
#bees .call5 {
	background-position: -300px 0px;
	top: 150px;
	left: 794px;
	width: 94px;
	height: 56px;
}

#largeBB {
	float: left;
	margin: 62px 0px 22px 15px;
	width: 337px;
	height: 415px;
}

#largeBB ul {
	list-style:none;
	padding:0;
	margin:0;
	position: relative;
	-moz-transform: scale(2.78);
	-moz-transform-origin: 0 0;
}

#largeBB ul.teacher {
	-moz-transform: translate(0px, 267px) scale(2.78);
	-ms-transform: translate(120px, -210px);
}

#largeBB .level-links {
	margin-bottom:4px;
	zoom:278%;
}

#largeBB .student .level-links {
	left:0px;
}

#largeBB .teacher .level-links {
	left: 68px;
	top: -115px;
	bottom: 0px;
}

#largeBB .snail {
	background-image: url(/content/id/8783/snailLookingDown.png);
	height: 104px;
	width: 122px;
	right: 45px;
	position: relative;
	float: right;
	clear:none;
	top: 0px;
	top: 5px\0/; /* IE 7 and 8 hack */
}

.house {
	background-image: url(/content/id/8783/houseIcon.png);
	background-repeat: no-repeat;
	/*
	background-size: 23px 21px;
	background-position: 10px 2px;
	*/
}

#rightcolumn {
	float: right;
	width: 60%;
	margin-top: 12px;
}

.para1 {
	margin-top:40px;
}

.para1 h2, .oldsite h2 {
	margin-top:40px;
	margin-bottom:0px;
	font-weight:normal;
	font-size:36px;
}

.oldsite h3 {
	margin-top:15px;
	font-weight:normal;
	font-sie: 22px;
}

#datepub {
	display: none;
}

.reorderlist {
	display:none;
}

}

@media all and (max-width: 770px) {
    .homePage .homeHeader .background,#bees,#largeBB,#staticbanner,.reorderlist {
	display:none;
    }
}