/* 2x 

_____________________________________________________

320 and Up boilerplate extension

Author: Andy Clarke
Version: 0.9b
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

*/

#logo-lo { display: none; }
#logo-hi { display: inline !important; }

header #head-nav ul { width: 320px; background-image: url(../img/head-nav-bg-320@2x.gif); background-size: 100% 100%; } 
header #head-nav ul li { width: 63px; padding-top: 5px;  }
header #head-nav li:last-child a { width:63px; text-align: left; padding-left: 9px; }
	
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  {
	header #head-nav ul { padding-left: 7px;} 
	header #head-nav ul li a { width: auto; /*padding-top: 40px;*/ }
	
	#global-nav-list li { padding-left: 12px; padding-right: 12px; }
}