/*
* 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) {
	.logo{max-width: 100px;}
.posttitle{font-size: 24px;}
	#backlink{width:5%;}
	#nextlink{width:5%;}



	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	#quote{visibility:hidden; display:inline; height: 0px;}
	#contactlinks{margin-top: -40px;}
	}

/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	h1,h2,h3,h4 {text-align: center;}
	h2{font-size: 18px;}
	
	.header{text-align: center;}
	.logo{margin-left: auto; margin-right: auto; margin-top: 20px;}
	p{ margin-left: auto; margin-right: auto; font-size: .7em;}
		#postcontent p{ font-size: 12px;}
		#postcontent ul{ font-size: 12px;}
	.footertext{text-align: center;}
	.posttitle{font-size: .8em;  width: 70%; float: left;}
	#backlink{font-size: 18px;float: left; }
	#nextlink{font-size: 18px;}
		.introlinks{
			float: left;
			margin-left: -20px;
		}
	.introlinks ul li{
	display: block;
		
}
		
		.introlinks li a{
font-size: 15px;
margin-left: 10px;
font-weight: normal; 
	float: left;
			line-height: 25px;
	list-style: none;
}
		

		#sideinfo{
			display: none;
			
		}


}
	

	/* 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) {
.posttitle{font-size: 20px; width: 200px; margin: 0; float: left;}
#backlink{font-size: 18px; float: left; width: 50px; }
	#nextlink{font-size: 18px; width: 50px;}
.introlinks a{float: none; margin-top: 5px; font-size: 10px;}
.logo{ max-width: 50px;}
	}


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