/*
* 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
================================================== */
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.mobile-hide,
		.banner,
		.breadcrumb {display: none;}
		#cu-identity-content {width: auto;}
		header h2 {text-align: left;}
		.sf-menu li {margin: 0 20px 10px 0;}	
		.front .main-content {margin-top: 0;}
		.front .main-content h2,
		.front #block-block-1 p {padding: 0;}
		.main-content {padding-top: 30px;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		/*.mobile-hide {display: none;}
		#cu-identity-content {width: auto;}
		h1 {margin-left: 15px;}
		h1 a,
		h1 a:hover {width: 244px; height: 142px; background: url("../images/asgrants-logo-small.png") no-repeat;}
		ul.nav {float: none; text-align: center; margin-top: 30px;}
		ul.nav li {float: left; margin: 0 0 0 15px;}
		ul.nav li.awards-link {margin-top: 0;}
		.award img {max-width: 50px;}*/
	}

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

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		/*#cu-identity-content {width: 740px;}
		h1 a,
		h1 a:hover {width: 587px; height: 118px; background: url("../images/asgrants-logo-medium.png") no-repeat;}
		#images {margin-bottom: 60px; width: auto; height: auto;}*/

	}

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

/*
	@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { font-family: 'helvetica neue', Arial, Verdana, San-Serif; }
}*/
