@media only screen
and (max-width: 1000px) {
	#header { width: 900px;	}
}

@media only screen
and (max-width: 900px) {
	#header { width: 800px;	}
	h1 img { width: 360px; height: auto; }
}

@media only screen
and (max-width: 800px) {
	#header { width: 700px;	}
	h1 img { width: 280px; margin-bottom: 3px; }
}

/* For screen sizes 768px or smaller */

@media only screen
and (max-width: 768px) {

	body
	{
		max-width: 768px;
	}
	
	.hide-on-mobile { display: none; }
	.hide-on-desktop { display: block; }
	
	#header 
	{
		width: 100% !important;
		height: 38px;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
	}
	
	#center-header
	{
		position: static; 
		left: 0;
		padding-top: 0;
	}

	h1 { display: none; }
	
	#top_navigation { width: 100% !important; float: none; }
	
	#top_navigation a,
	#top_navigation a:hover
	{
		padding: 10px 6px 10px 6px !important;
	}
	
	div#top_navigation li.this_section a
	{
		background: #466;
	}
	
	#sub_navigation { float: none; margin: 0 0 0 0 !important; width: 80%!important; padding: 5% 10% 0 10% !important; }
	
	#wholepage
	{
		width: 100%;
		margin-top: 38px;
		background-image: none;
		background-color: white;
		border: 0;
	}
	
	div#NewsPage { background-color: white; }
		
	.bannerandbodycopy
	{
		float: none;
		width: 100%;
	}
	
	.topbanner img { width: 100%; height: auto; }

	#bodycopy
	{
		width: 80%;
		padding: 10%;
	}

	.imageclearall,
	.imageclearall img
	{
		max-width: 96%;
		height: auto;
	}

	.imagefloatleft,
	.imagefloatright,
	.sciamfloatright_largecover 
	{
		float: none;
		margin: 0 0 20px 0;
		max-width: 100%;
	}

	.imagefloatleft p.caption,
	.imagefloatright p.caption
	{
		text-align: left !important;
	}
	
	img.banner, 
	img.cover
	{ 
		-moz-box-shadow: 0;
		-webkit-box-shadow: 0;
		box-shadow: 0;
		padding: 0;
		height: auto !important;
	}
	
	img.banner { width: 98% !important; }
	
	img.size-full,
	img.size-large,
	img.size-medium
	{
		max-width: 98%;
		height: auto;
	}

	.aligncenter,
	.alignnone,
	.diagram
	{
		display: block;
		max-width: 95%;
		margin: 0 auto 1.5em auto;
	}
	
	p.wp-caption-text,
	.alignnone,
	.alignright,
	.alignleft,
	.attachment-thumbnail
	{ 
		max-width: 100%;
	}
	
	#NewsPage img.cover { width: 46.5% !important; margin: 2% 0 0 2% !important; }
	
	div#post-313 div.entry div#wall-of-covers a img.cover { width: 45% !important; margin: 0 3% 3% 0 !important; }
	
	iframe,
	object,
	embed,
	video
	{ 
		width: 100% !important;
	}
	
	div.NewsItem a img, div.NewsImage img { display: block; width: 100%; height: auto; }
	
	div#NewsColumnABC { padding: 0; }
	
	div#NewsColumnABC,
	div#NewsColumnBC,
	div#NewsColumnA,
	div#NewsColumnB,
	div#NewsColumnC,
	div.NewsItem
	{
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
		border: 0;
	}
	
	#footer 
	{ 
		width: 80%;
		padding: 5% 10% 4% 10%;
		text-align: left;
	}
	
	#social-icons
	{
		float: none;
		margin: 2em 0 2em 0;
	}
	
	a img.social-icon { height: 35px; width: 35px; margin-right: 2em; }
	
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"] { max-width: 90% !important; }
	
	.button { width: 80%; }

	#TwitterFeed iframe.twitter-timeline { height: 500px !important; }
}