#Header {
	display:none;
}
#outerwrapper {
	margin:0px auto;
	background-color:white;
	padding:0px 0px 20px;
}
#Navigation {
	/* display:none; */
	overflow:hidden;
	height:2.5em;
	width:100%;
	margin-bottom:10px;
}

#MobileHeader {
	background:none repeat scroll 0 0 black;
	color:white;
	display:block;
	padding:5px;
}
#outerwrapper a.menu {
	width:98%;
	padding:10px;
	padding-left:15px;
	display:block;
	float:left;
	background: #CCC;
	height:40px;
	vertical-align: middle;
	border-bottom:1px solid black;
	font-size: 200%;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,0,0,255);
}

.ChildList a button {
    -webkit-appearance: none;
    padding:3px;
}
#content {
	margin-left:0px;	
}
h1 .SiteTitle {
	display:none;
}
.SaveButton, .CancelButton {
	padding:2px 5px;
	margin-top:10px;
}
.Account .hintbox {
    display:none;
}
.FullOnly {
	display:none;
}


/*
 * Home Page, Admin Home Page
 */
body.HomePage #Navigation, body.AdminMenu #Navigation {
    display: block;
    font-size: 1.25em;
    width: 100%;
    height: inherit;
    position:static;
}
body.HomePage #content, body.AdminMenu #content {
	display:none	
}


/*
 * Lunch Menu
 */
body.LunchMenu div.SchoolBox {
    border-right:0px;
    margin:0px auto;
    float:none;
}
body.LunchMenu .NavLabel {
	display:none;
}
body.LunchMenu .NavIcon {
    color: #800000;
    font-size: 2em;
    text-decoration: none;
}
body.LunchMenu h2 a {
	z-index: 100;
}

/*
 * Welcome Page
 */
.WelcomePage .welcomelogo {
	float:left; 
	margin:0px 20px 20px 0px;
	height:100px;
}
.WelcomePage .welcomepitch {
	float:left; 
	margin-left: 0px; margin-top: 30px; margin-bottom:40px;
	text-align: center;
	width:100%;
}
.WelcomePage .loginlink {
	display:block;
}
.WelcomePage .welcometext {
	padding-top:50px;	
}
.WelcomePage .WelcomeLogin {
	right:10%;	
}
.WelcomePage .Section2, .WelcomePage .Section3 {
	padding-left:0px;
}
.WelcomePage .Section2 img, .WelcomePage .Section3 img {
	float:none !important;
}

/*
 * AR Show
 */
.OverrideText {
	display:none;
}
.LastQuiz {
	text-align:center;
}
.ARPoints .hintbox {
	width:90%;
	font-size: .5em;
	margin:10px 0px;
}

/*
 * Directory Page
 */
body.Directory .TeacherBlock {
    border-bottom: 1px solid grey;
    border-right:0px;
    margin-bottom:10px;
}

/*
 * Feedback Widget
 */
.FeedbackWidget {
	display:none;
}

/*
 * Demo Page
 */
body.Demo .DesktopImage {
	display:none;
}

/*
 * Report Admin
 */
body.ReportMenu #content{
	padding: 0px;
}
body.ReportMenu #ReportList {
	width:100%;
	padding-left:0px;
}
body.Login #CenterBlock {
	margin:20px auto 0px;
}
body.Login #RegisterBox {
	clear:left;
	border-top:solid 3px #D0D0D0;
	border-left:0px;
	padding-top:20px;
}

