@media only screen and (min-width:800px) {
	
#bannersection {
	background-image: url('//static.canterbury.ac.nz/web/graphics/grey_shade.png');
	background-position:bottom;
	background-repeat: repeat-x;
	box-shadow: none;
	border-bottom: 1px solid #aaa;
	}
#deptfootersection {
	background-color: #eee;
	}
#deptfooter {
	max-width: 1120px; 
	min-width: 800px; 
	margin: auto; 
	font-size: 12px; 
	padding: 15px 0 11px
	}
#deptfooter table {
	border:0
	}
#deptfooter ul {
	list-style:none; 
	margin: 10px 30px 0 0; 
	padding-left: 0
	}
#deptfooter li {
	margin-left: 0; 
	padding: 8px 30px 8px 0; 
	border-top: 1px dotted #999
	}
#deptfooter li li {
	margin: 5px 0 0; 
	padding: 5px 0 0 20px
	}
#deptfooter h4 {
	display: inline; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 10px;
	font-size: 18px;
	color: #333; 
	font-weight: normal;
	}
#banner { /*add image to banner */
	background-position: right bottom;
	background-repeat: no-repeat;  
	}

#title, #sitetitle {
	background-image: url('//static.canterbury.ac.nz/web/graphics/blacklogo.png'); 
	}
#title h2, #sitetitle h2 {
	display: none
	}
#collegeLogo {
	margin: 0 0 20px; 
	border-bottom: 1px solid #bbb; 
	background-position: right;
	background-repeat: no-repeat;
	height: 45px;
	}
#collegeLogo h2 {
	display: none
	}
}
@media only screen and (max-width:600px) {
	#collegeLogo {
	display: none
	}
}
	