/*
* 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
================================================== */
#mainNavSm{display:none;}
html {font-size: 14px;}
#destnav li ul {
	margin: -40px 0 0 180px; /* adjust the right and the height position */
}
#destnav li #carribean {
	margin: -120px 0 0 180px; /* adjust the right and the height position */
}
#destnav li #pacific {
	margin: -80px 0 0 180px;  /* adjust the right and the height position */
}
#destnav li #indian {
	margin: -60px 0 0 180px;  /* adjust the right and the height position */
}
/* Fix IE. Hide from IE Mac \*/
* html #destnav li ul {margin: -40px 0 0 180px;}
* html #destnav li #carribean {margin: -120px 0 0 180px;}
* html #destnav li #pacific {margin: -80px 0 0 180px;}
* html #destnav li #indian {margin: -60px 0 0 180px;}
* html #destnav li li a {font-size:0.846em;padding: 2px 2px;}
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
			#mainNavSm{display:none;}
		}
		
		/* ipad Mini Portrait & Landscape */
		  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
			#mainNavSm{display:none;}
		}  
		
		/*  iPad Mini In Portrait */
		/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) { 
			#mainNavSm{display:none;}
			html {font-size: 14px;}
		}  */
		
		/*  iPad Mini In Landscape */
		/*  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)and (-webkit-min-device-pixel-ratio: 1) { 
			#mainNavSm{display:none;}
			html {font-size: 14px;}
		}  */

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
			#mainNavSm{display:none;}
			#destnav li ul {margin: -40px 0 0 166px;}
			#destnav li #carribean {margin: -120px 0 0 166px;}
			#destnav li #pacific {margin: -80px 0 0 166px;}
			#destnav li #indian {margin: -60px 0 0 166px;}
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
			#mainNavSm{display:none;}
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		html {font-size: 16px;}
		#mainNav{display:none;}
		#mainNavSm{display:block;position:relative;z-index:500;}
		#leftSidebar{display:none;}
		#rightSidebar{display:none;}
		#topNav_2{display:none;}
		#topBanner_1{display:none;}
		#topBanner_2_12{display:none;}
		#topBanner_2_22{display:none;}
		.band.footer{display:none;}
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		html {font-size: 16px;}
		#mainNav{display:none;}
		#mainNavSm{display:block;position:relative;z-index:500;}
		#leftSidebar{display:none;}
		#rightSidebar{display:none;}
		#topNav_2{display:none;}
		#topBanner_1{display:none;}
		#topBanner_2_12{display:none;}
		#topBanner_2_22{display:none;}
		.band.footer{display:none;}
		}


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