/*
* 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) {
		h1	{
			font-size: 6.1em !important;
		}
		
		#form	{
			width: 75% !important;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#content li	{
			margin-left: 0.5em !important;
		}
		
		#sidebar img	{
			width: 50% !important;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		h1	{
			font-size: 4.5em !important;
		}
		
		p	{
			margin-left: 5px !important;
			margin-right: 5px !important;
		}
		
		#form	{
			width: 90% !important;
			margin-bottom: 30px !important;
			padding-left: 5px !important;
			padding-right: 5px !important;
		}
		
		.ebook-cover	{
			width: 50% !important;
			margin: auto;
		}
		
		.share form input	{
			width: 55% !important;
		}
		
		.footer, .footer .omega	{
			text-align: center !important;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		h1	{
			font-size: 3.5em !important;
		}
		
		p	{
			margin-left: 5px !important;
			margin-right: 5px !important;
		}
		
		#form	{
			width: 90% !important;
			margin-bottom: 30px !important;
			padding-left: 5px !important;
			padding-right: 5px !important;
		}
		
		#form table div input	{
			width: 78% !important;
		}
		
		.ebook-cover	{
			width: 70% !important;
			margin: auto;
		}
		
		.share form input	{
			width: 80% !important;
		}
		
		.footer, .footer .omega	{
			text-align: center !important;
		}
	}


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