/* 
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/

/* Wrecked a bit by @jedsundwall */


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body { height:100%; }
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, /*pre,*/ a, abbr, acronym, address, big, cite, /*code,*/ del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, /*b, u, i,*/ center, dl, dt, dd, /*ol, ul, li,*/ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		/*font: inherit;*/
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	/*
	 ol, ul {
		list-style: none;
		}
	*/
	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;
		font-family: 'EB Garamond', serif;
		font-size: 1.2em;
		line-height:1.45;
		color: #222;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
	

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { 
		color: #181818; 
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 1em 0; }
	p img { margin: 0; max-width:100%}
	p.lead { font-size: 21px; line-height: 27px; color: #000;  }
	
	strong { color: #333; }
	small { font-size: 80%; }
	
/*	Blockquotes  */
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #369; -webkit-transition: color .15s ease-in;}
	a:hover, a:focus { color: #6cf; }
	p a, p a:visited { line-height: inherit; }
	

/* #Lists
================================================== */
	ul, ol { margin: 0 0 1em 0; padding: 0 0 0 0}
	ol { list-style: decimal; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { margin-bottom: .5em; }
	ul.large li { line-height: 21px; }
	blockquote ul, blockquote ol, ol, ul {padding: 0 0 0 1em}
/*  li p { line-height: 21px; }*/
	
/* #Images
================================================== */

	img.scale-with-grid { 
		max-width: 100%;
		height: auto; }

/* #Messing with Tumblr
================================================== */	
	.container { height: 100% }
	div.post {margin: 2em 0 0 0;}
	div.photo .caption {margin: .5em 0 0 0;}
	div.source, div.reblog { margin: 0 0 1em 0; }
	.meta { font-size: .8em; padding: 1em 0 16em 0; }
	#lefthead { margin: 2em 0; height:100%;}
	#lefthead ul a, .meta a { color:#ccc; text-decoration:none; -webkit-transition: color .15s ease-in; }
	.meta.postpage a { color:#767676; text-decoration:none; -webkit-transition: color .15s ease-in; }
	#lefthead:hover ul a, .post:hover .meta a, .post:hover ul.tags li, .meta .postpage a { color:#767676; }
	#lefthead ul {margin: 2em 0; padding: 0 ; font-size: 80%;}
	#lefthead ul a:hover, .post:hover .meta a:hover, .meta a:active, .meta a:focus, #lefthead ul a:active, #lefthead ul a:focus { color:#369; }
	#lefthead ul li { list-style-type: none; margin:0 0 .5em 0; display:block; width:100%; }
	#lefthead ul li a { display:block; width:100%; }
	p.previous-next, div.about {font-size: 80%;}
	div.about {margin: 0 0 3em 0;}
	p.previous-next a {text-decoration: none;}	
	div.post h1 a, div.post h2 a, div.post h3 a {text-decoration: none;}
	div.post h3 b, div.post h2 b {font-weight:normal;}
	
	ul.tags{
		display: inline;
		margin:0;
		padding:0;
	}

	ul.tags li {
		color:#fafafa;
		display: inline;
		list-style: none;
		text-transform: lowercase;
		margin: 0;
		padding:0;
		-webkit-transition: color .15s ease-in; /*safari and chrome */
	}
	
	.meta.postpage ul.tags li { color: #767676; }
	
	ul.tags li:after {
		content:", ";
	}

	ul.tags li:last-child:after {
		content:"";
	}

  .tags, .source {
  	clear: both;
  }

	.post p, .post blockquote, .post .source, .about, .post ul li, .post ol li {
		max-width:480px;
	}
		
	#lefthead span.logo a {
		font-size: 32px;
		display: block;
		width:100%;
		height:53px;
		border: 1px solid;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		color:#000;
		font-weight: normal;
		line-height:176%;
		-webkit-transition: 1s ease-in; /*safari and chrome */
	}
	
	#lefthead span.logo a:hover {
		color:#369;
		border: 1px solid;
	}
	
	div#footer { display: none; }
	
	.hide { display: none; }
	
	ul.date_and_buttons {
		display: inline;
		padding:0;
	}

	ul.date_and_buttons li {
		list-style: none;
		display: inline;
		padding-right: 15px;
	}


	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {
		#lefthead { margin: 10px 0; height:3em;}
		#lefthead h1 a { margin:0; }
		#lefthead ul { display:none }
		ul.tags li, .meta a { color:#369; }
		.meta { font-size: .8em; padding: 1em 0 8em 0; }
		div#footer { display:block; }
		#footer ul { margin: 2em 0; padding: 0 ; font-size: 80%; color:#369; }
		#footer ul li { list-style-type: none; margin:0 0 .5em 0; }	
		#footer ul li a { text-decoration: none; }	

