/*
* 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) */
	
.navcol{position: relative; z-index: 20; top: 48px;}
	@media only screen and (min-width: 959px) {
	.flexnav li ul {position: absolute; top: -15px; left: -20px; padding: 34px 26px 10px 18px; border-radius: 5px;}
	.flexnav .touch-button {right: -10px;}
	.contact_spacer{height: 11px; display:block;}
	}
	
	@media only screen and (max-width: 959px) {
		ul.nav li a {padding: 5px 7;}
		h1.logo a img {padding-top: 8px;}
		.flexnav li {margin: 0 40px 0 0;}
		.contact_spacer{height: 33px; display:block;}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.flexnav li {margin: 0 25px 0 0; font-size: 10px;}
		.navcol .menu-button{ top: -20px; }
		.navcol{position: relative; z-index: 20; top: 48px;}
		.navcol .menu-button{ border: 1px solid #333;}
		.menu-button .touch-button .navicon {top: 12px;}
	.flexnav li ul {position: absolute; top: -7px; left: -11px; padding: 25px 20px 0 9px; border-radius: 5px;}
	.flexnav .touch-button {right: -10px;}
	div.divider_sm { background: url("../images/divider_492.png") no-repeat; height: 48px; opacity: .4;}
	div.divider { background: url("../images/divider_492.png") no-repeat; height: 48px; opacity: .4;}	 
	.topbox.innerpage.careers .expander.collapsed span{ visibility: hidden;}
	div.expand-container a.expander h3.maroon_col { background: url("/wp-content/themes/TPNEW_RESPONSIVE/images/arrow_bullet.png") 466px 13px no-repeat;}
	
	
		
	}

	/* All Mobile Sizes (devices and browser) */

	@media only screen and (max-width: 767px) {
		.home div.slider .inner {
			background:url("../images/slider_bg2.png") 50% -18px no-repeat;
		}
		ul.nav { padding: 0 30px;height: 40px; line-height: 40px; }
		ul.nav li{line-height: 11px;}
		.flexnav li {margin: 0 20px 0 0;}
		.navcol{position: relative; top: 8px;}
		.menu-button .touch-button .navicon {top: 12px;}
		.flexnav .touch-button .navicon {left: 0;position: relative;top: 3px;width: 49px;height: 20px;margin: 2px;line-height: 17px;
}
		.flexnav li a {padding: 5px;}
		.flexnav li ul li {margin: 0;}
		.flexnav li {margin: 0;}
		.container .columns, .container .column{margin-bottom: 30px;}
		h1, h2, h3, h4{margin-bottom: 10px;}
		div.divider_sm {background: url("../images/divider_420.png") no-repeat; height: 50px; opacity: .4;}
		div.divider {background: url("../images/divider_420.png") no-repeat; height: 50px; opacity: .4;}
		.topbox.innerpage.careers .expander.collapsed span{ visibility: hidden;}
		div.expand-container a.expander h3.maroon_col { background: url("/wp-content/themes/TPNEW_RESPONSIVE/images/arrow_bullet.png") 395px 13px no-repeat;}
		/*h1.logo a img {width: 65%;}*/
		.right_head {display: none;}
		.two-thirds.column.map img{display: none;}
		.contact_spacer{display:none;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.navcol{position: relative; z-index: 20; top: 8px;}
	 .flexnav .touch-button {right: 0; }
	 nav ul  li.item-with-ul{margin: 0;}
	
	 
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#timeline table {	font-size: 10px;}
		div.divider_sm {background: url("../images/divider_300.png") no-repeat; height: 50px; opacity: .4;}
		div.divider {background: url("../images/divider_300.png") no-repeat; height: 50px; opacity: .4;}
		.topbox.innerpage.careers .expander.collapsed span{ visibility: hidden;}
		div.expand-container a.expander h3.maroon_col { background: url("/wp-content/themes/TPNEW_RESPONSIVE/images/arrow_bullet.png") 273px 13px no-repeat;}
		/*.right_head {margin-top: -166px;}
		.right_head a.rev_button {font-size: 10px; height: 22px; line-height: 22px;}*/
	 }


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