/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/



/* #Media Queries */

	@media only screen and (min-width: 1600px)  {
	
	.news-feed {
	flex-grow: 1;
	width: 23%;
	margin: 10px 1% 40px 1%;
	}
	
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 1599px)  {
	
	.news-feed {
	flex-grow: 1;
	width: 30%;
	margin: 10px 1% 40px 1%;
	}
	
	.gallery-image {
	width: 31%;
	}
	
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
	.artwork-info {
	width: 100%;
	margin: 0;
	}
	
	.gallery {
	width: 100%;
	}
	
	.gallery-image {
	width: 48%;
	}
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 801px) and (max-width: 959px) {
	
	.artwork-info {
	width: 100%;
	margin: 0;
	}
	
	.gallery {
	width: 100%;
	}
	
	.news-feed {
	flex-grow: 1;
	width: 98%;
	margin: 10px 1% 40px 1%;
	}
	
	.page-content {
	width: 100%;
	margin: 0;
	}
	
	.featured-image {
	width: 100%
	}
	
	.gallery-image {
		width: 98%;
		margin: 1%;
		float: left;
	}
	
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 800px) {
	
	main {
	width: 100%;
	float: right;
	margin: 0;
	}
	
	aside {
	position: relative;
	width: 100%;
	background: #eee;
	height: auto;
	}
	
	footer {
	display: none;
	}
	
	footer.mobile-footer {
	display: block;
	position: relative;
	float: left;
	margin: 0 auto;
	}
	
	footer.mobile-footer .inner {
	padding: 40px;
	}
	
	p.site-title {
	margin: 60px 0px 10px 0px;
	}
	
	.artwork-info {
	width: 100%;
	margin: 40px 0 0 0;
	}
	
	.gallery {
	width: 100%;
	float: left;
	}
	
	.gallery-image {
	width: 98%;
	}
	
	.news-feed {
	flex-grow: 1;
	width: 98%;
	margin: 10px 1% 40px 1%;
	}
	
	.page-content {
	width: 100%;
	margin: 0;
	}
	
	.featured-image {
	width: 100%
	}
	
	span.fa-search {
	display: none;
	}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


