/*
* 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
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 421px) and (max-width: 959px) {
		
				.headband {
		min-width: 960px;
			
		}
		
	}

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

	/* 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: 420px) {
		
	#wrap{border: none; padding: 0;}
	.pageEntry {padding: 0;}

	.iconNav {height: auto !important;}
	.iconNav li {height: 170px;}
	.cycle-slide {width: 100%;}
	
	
	.navBand nav > ul {
		margin-bottom: 0;
		display: block !important;
	}
	
	.navBand nav > ul li{
		display: block !important;
	}
	.iconNavVertsm section a{ height: 140px !important; padding-top: 95px !important; background-size: 30% !important;}
	
	h3.message {text-align: center;}
	
	.entry.padrl-40 {padding: 0 !important;}
	
	
	.headband {
	  -moz-box-shadow:    none !important;
	  -webkit-box-shadow: none !important;
	  box-shadow:         none !important;	
	 position: relative; 
	  z-index:101 ;
	/*  border-bottom: 1px solid #1f2c44;*/
		
	}
	
	.smallHead {margin-top: 30px;}
	
	.bg {background-color: transparent !important;}
	
	
	h3.message {font-size: 1.6em !important; padding: 0 20px 0 20px;}
	
	footer.bg {background-color: #1f2c44 !important;	 border: none !important; height: auto !important; padding-bottom: 30px;
	}
	
	.pageEntry a h2, .pageEntry a p {text-align: center !important;}
	
	footer li, footer li a {
		font-family: Arial;
		display: block !important;
		margin: 0;
		padding: 0;
		 border: none !important;
	}
	
	a p, a h4 {text-align: left !important;}

}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/