/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
/* 1 */

div.signup a.fancybox.autowidth img {
	width:100%;
	height:auto;
}

/*div.signup form {
	padding:20px 4px 20px 20px;
	box-shadow:0 0 24px rgba(0,0,0,0.2);
}
	div.signup form p {
		 padding:0 60px;
		 margin-bottom:0;
	}
	div.signup form ul {
		 padding:0 60px;
		 list-style:disc;
	}
	div.signup ul.error_list {
		padding:0;
		list-style:none;
	}
	div.signup div.item.tos ul.error_list {
		padding:0 60px;
	}
	div.signup form li {
		font-size:12px;
		margin:0 0 0 20px;
	}
	div.signup button {
		margin-top:10px;
		font:30px "League Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform:uppercase;
		font-weight:normal;
		padding:20px 30px;
		color:#0bf;
		text-shadow:0 0 1px rgba(0,0,0,0.1);
		border:0;
		box-shadow:0 2px 10px rgba(0,0,0,0.6);
	}
	div.signup button:hover {
		color:#fff;
	}*/



/* #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) {
		/* 2 */
		div.signup form {
			padding:20px 10px 20px 20px;
		}

	}

	/* 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) {
		/* 3 */


	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		/* 4 */
		div.signup form {
			padding:20px 14px 20px 20px;
		}
	}