
#page{
	display: none;
}
#mobiletop{
	display: none;
}
@media screen and (max-width: 1020px) {
body {
	
		background: none;
	}
#page{
	display: block;
	
}
#mobiletop{
	display: block;
}
#header{
	display: none;
}
#mobiletop{
		float: left; 
		display: block!important;
		background-color: #424242; 
		width: 75%; 
		height: 45px;
		margin: 0;
		padding: 0;
	}
	#mobiletop #top-search-form{
		position: relative;
		float: right;
		text-align: right;
		margin-top: 0px;
		margin: 0;
		padding-left: 30px;
		padding-top: 0;
		background-image: url(/templates/catholicaustralia/images/mobile/searhbg_m.png);
		background-repeat: no-repeat;
		background-position: left;
		
		height: 23px;
		overflow: hidden;
		border: none;
		max-width: 180px;
		border: #e7e7e7 1px solid;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	
	#mobiletop #top-search-form input{
		border: none;
		margin-right: 0%;
		margin-top: 0px;
		padding: 0;
		background: none;
		font-size: 15px;
		max-width: auto!important;
		border: thin #fff solid;
		background: #FFF;
		height: 23px;
	}
	
	
header{ display: none;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #333;
	text-decoration: underline;
}
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav2
{
	display: none;
}

#header2,
.header2
{
	background: #424242;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 45px;
	padding: 0px 3%;
	width: 19%;
	float: left;
	
}
#header2 a,
.header2 a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 2px;
	left: 5px;
}

#header2 a.right,
.header2 a.right
{
	left: auto;
	right: 10px;
}

}