/*
* 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)  {
	
	.one-third.column.member .inner {
	padding: 40px 70px 40px 70px;
	}
	
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 1599px)  {}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1199px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	header.top-head {
	padding: 80px 0 35px 0;
	position: relative;
	text-align: center;
	}
	
	.fixed-spacer {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	}
	
	.four.columns.banner-images {
	width: 46%;
	margin: 2%;
	padding: 0;
	}
	
	.home-one .inner {
	padding: 40px 20px 40px 20px;
	}
	
	.history .inner {
	padding: 20px 0 20px 0;
	}
	
	.gallery-image {
		width: 46%;
		float: left;
		margin: 0 2% 20px 0;
	}
	
	}

	/* 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) {}


