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


@media only screen and (max-width : 380px){
html{
background-color: #FFF;
background-image:none;
}

body{

background-color: #FFF;
background-image:none;
}

.wrapper{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding-bottom:80px;
	background-color: #FFF;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}


/*HEADER CSS*/
.header{
	width:100%;
	margin-left:10px;
	margin-top:12px;
	margin-bottom:10px;
	padding:5px;
}

.header h1{
	font-size:25px;
	color: #000;
	margin-left:30px;
	margin-top:-150px;
	font-family:'Lora', serif;
}

.header h3{
	margin-left:10px;
	color: #000;
	margin-top:-15px;
	font-family: 'Lora', serif;
	padding-bottom:10px;
	border-bottom: 1px solid #000;
	font-size:15px;
	width:380px;
}

.header img{
	margin-top:-360px;
	margin-left:110px;
	padding-top:10px;
}

#announcement{
	height:60px;
	width:420px;
	background-color:#F00;
	margin-top:270px;
	color:#fff;
	font-family:'Share', cursive;
}



#announcement p{
	
	margin-top:24px;
	margin-left:100px;
	color:#fff;
	font-family:'Share', cursive;
}

#announcement img{
	display:none;
}

.top_nav ul li ul{
	display:none;
}


a:hover{
	display:none;
}

#sidebar a:hover{
	display:none;
}

#jsddm li a:hover{
	display:none;
}

#jsddm li ul li a:hover{
	display:none;
}



#column_one{
	width:400px;
	float:left;
	padding:5px;
	margin-left:100px;
}


.column_two{
	width:400px;
	float:left;
	clear:both;
	margin-left:-170px;
margin-top:-10px;
}

#slider{
	display:none;

}


/*SCHOOL NEWS*/
#schoolnews{
	color: #000;
	width:300px;
	
	margin-bottom:20px;
	border:#fff 1px solid;

	font-family: 'Cabin', sans-serif;
	font-size:13px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

-webkit-box-shadow: 1px 0px 1px 2px # EEE;
-moz-box-shadow: 1px 0px 1px 2px #eee;
box-shadow: 1px 0px 1px 2px #eee;

}

#schoolnews_line{
	width:270px;
}


#welcome_note{
	color: #000;
	width:300px;
	
	margin-bottom:20px;
	border:#fff 1px solid;
	font-family: 'Cabin', sans-serif;
	font-size:14px;
	
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

-webkit-box-shadow: 1px 0px 1px 2px # EEE;
-moz-box-shadow: 1px 0px 1px 2px #eee;
box-shadow: 1px 0px 1px 2px #eee;
}

#welcome_line{
	width:230px;

}
}