/*
* 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
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body {
		height: 100%;
		min-height: 100%;
		width: 100%;
		margin:0;
		padding: 0;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 	}


/* #Typography
================================================== */
    
	h1, h2 ,h3 ,h4 ,h5 ,h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {   font-weight: normal;}
	h1{ line-height: 48px; }
	h2{ line-height: 34px;}
	h3{ line-height: 30px;}
	h4{ line-height: 28px;}
	h5{ line-height: 22px;}
	h6{ line-height: 16px;}





