/*
* 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 #525456
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html {background: #fff;}
body {background: transparent; font-size: 16px;}
p { font-family: "Gotham-Book";}

a {text-decoration: none;}

a:hover {color: #000;}


h1, h2, h3, h4, h5 { font-family: "Gotham-Book"; }

/* #Page Styles
================================================== */

.logo { width: 100%; height: 100%;}

#par { text-align: justify; max-width: 720px;}

#buttonz {
	max-width: 720px;
	margin: 40px auto;
}

#mo-logo { width: 100%; height: 100%;}

footer { font-size: 14px; position: relative; top: 10px;}

/* #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) {footer { font-size: 14px; position: relative; top: 10px;}}


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