/*
* 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) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

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

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */


@font-face {
    font-family: 'MyriadProCondensed';
    src: url('../font/myriadpro-cond.eot');
    src: url('../font/myriadpro-cond.eot') format('embedded-opentype'),
         url('../font/myriadpro-cond.woff') format('woff'),
         url('../font/myriadpro-cond.ttf') format('truetype'),
         url('../font/myriadpro-cond.svg#MyriadProCondensed') format('svg');
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../font/myriadpro-regular.eot');
    src: url('../font/myriadpro-regular.eot') format('embedded-opentype'),
         url('../font/myriadpro-regular.woff') format('woff'),
         url('../font/myriadpro-regular.ttf') format('truetype'),
         url('../font/myriadpro-regular.svg#MyriadProRegular') format('svg');
		 
		 
		 
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('../font/myriadpro-light.eot');
    src: url('../font/myriadpro-light.eot') format('embedded-opentype'),
         url('../font/myriadpro-light.woff') format('woff'),
         url('../font/myriadpro-light.ttf') format('truetype'),
         url('../font/myriadpro-light.svg#MyriadProLight') format('svg');
}

