/*
* 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
================================================== */
/* 	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; }
*/
 @font-face {
font-family: 'OpenSans-Light';
src: url('../fonts/opensanslight.eot');
src: url('../fonts/opensanslight.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanslight.woff') format('woff'), url('../fonts/opensanslight.ttf') format('truetype'), url('../fonts/opensanslight.svg#opensanslight') format('svg');
/*font-weight: normal;*/
font-style: normal;
}



 @font-face {
font-family: 'OpenSans';
src: url('../fonts/opensansregular.eot');
src: url('../fonts/opensansregular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensansregular.woff') format('woff'), url('../fonts/opensansregular.ttf') format('truetype'), url('../fonts/opensansregular.svg#opensansregular') format('svg');
/*font-weight: normal;*/
font-style: normal;
}


@font-face {
font-family: 'OpenSans-Bold';
src: url('../fonts/opensansbold.eot');
src: url('../fonts/opensansbold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensansbold.woff') format('woff'), url('../fonts/opensansbold.ttf') format('truetype'), url('../fonts/opensansbold.svg#opensansbold') format('svg');
/*font-weight: normal;*/
font-style: normal;
}

 @font-face {
font-family: 'OpenSans-Semibold';
src: url('../fonts/opensanssemibold.eot');
src: url('../fonts/opensanssemibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanssemibold.woff') format('woff'), url('../fonts/opensanssemibold.ttf') format('truetype'), url('../fonts/opensanssemibold.svg#opensanssemibold') format('svg');
/*font-weight: normal;*/
font-style: normal;
}



 @font-face {
 font-family: 'LaoUI';
 src: url('../fonts/laoui.eot');
 src: url('../fonts/laoui.eot?#iefix') format('embedded-opentype'), url('../fonts/laoui.woff') format('woff'), url('../fonts/laoui.ttf') format('truetype'), url('../fonts/laoui.svg#laoui') format('svg');
 /*font-weight: normal;*/
 font-style: normal;
}
 @font-face {
 font-family: 'LaoUI-Bold';
 src: url('../fonts/laouib.eot');
 src: url('../fonts/laouib.eot?#iefix') format('embedded-opentype'), url('../fonts/laouib.woff') format('woff'), url('../fonts/laouib.ttf') format('truetype'), url('../fonts/laouib.svg#laouib') format('svg');
 /*font-weight: normal;*/
 font-style: normal;
}