/*
* 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
================================================== */
	
	#interests_info { display:none }
		
	#facebook-smaller{
		display:none !important;	
	}


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		#facebook-smaller{
			display:none !important;	
		}
		
		.nav-mobile{
			display:none;
		}
		
		.mobile-show{
			display:none;
		}
		
		.mobile-land-show{
			display:none;
		}
		
		hr.even-spacing { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 30px 0 30px; height: 0; }
		hr.even-spacing-slim { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }
		.show-2-products { clear:both;display:none; }
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		#facebook{
			display:none !important;	
		}
		
		#facebook-smaller{
			display:block !important;	
		}
		
		.nav-mobile{
			display:none;
		}
	
		hr.even-spacing { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 30px 0 30px; height: 0; }
		hr.even-spacing-slim { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px; height: 0; }
		.show-2-products { clear:both;display:block; }
		
		#water-image-container{
height:323px !important;
}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		#facebook-smaller{
			display:none !important;	
		}
		
		.nav-mobile{
			display:none;
		}
		
		hr.even-spacing { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 30px 0 30px; height: 0; }
		hr.even-spacing-slim { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }
		
		.show-2-products { clear:both;display:block; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		#interests_info { display:block !important; }
	
		#facebook-smaller{
			display:none !important;	
		}
		.container .mobile-hide{
			display:none !important;	
		}
		.nav-desktop{
			display:none;
		}
		
		.nav-mobile{
			display:block;
			width:100%;
			margin-bottom:0;
		}
		
		.mobile-land-show{
			display:block !important;
		}
		
		.mobile-land-hide{
			display:none !important;
		}
		
		H1#banner-heading{
			font-size:35px !important;	
		}
		
		hr.even-spacing { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 30px 0 30px; height: 0; }
		hr.even-spacing-slim { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }
		.show-2-products { clear:both;display:block; }
		.large-home-box-out {
		height: auto !important;
		}
		
		.book_details{float:none !important;width:100% !important; background:none !important;}
		.ebook_format{ float:none !important;width: 80% !important; height:auto !important; text-align:left !important; }
		.ebook_format input{ float:left;}
		.ebook_format br{ display: none;}
		.ebook_format_margin_right{ margin-right:0px;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#interests_info { display:block !important; }
		
		.nav-desktop{
			display:none;
		}
		
		#facebook-smaller{
			display:none !important;	
		}
		
		H1#banner-heading{
			font-size:28px !important;
			line-height: 32px;	
		}
		
		.nav-mobile{
			display:block;
			width:100%;
			margin-bottom:0;
		}
		
		.mobile-show{
			display:block !important
		}
		
		.container .mobile-hide{
			display:none !important;	
		}

		.mobile-land-hide{
			display:none !important;
		}
		
		.mobile-land-show{
			display:block !important;
		}
		
		hr.even-spacing { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 30px 0 30px; height: 0; }
		hr.even-spacing-slim { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }
		
		FORM.inline LABEL {
			float:none;
			width:120px;	
		}
		
		.show-2-products { clear:both;display:block; }
		.large-home-box-out {
		height: auto !important;
		}
		
		.book_details{float:none !important;width:100% !important; background:none !important;}
		.ebook_format{ float:none !important;width: 80% !important; height:auto !important; text-align:left !important; }
		.ebook_format input{ float:left;}
		.ebook_format br{ display: none;}
		.ebook_format_margin_right{ margin-right:0px;}
	}


/* #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; }
*/