/*
* 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
================================================== */
body { 
	background: url(../img/bg-paper.png) repeat;
}
footer p {
	font-size: 0.8em;
}
h1 {
	color: #363633;
	font-size: 55px;
	letter-spacing: -2px;
}
#tagline {
	/*font-family: "Georgia", "Times New Roman", serif;*/
	color: #90908c;
	font-size: 1.3em;
	line-height: 1.9em;
	margin-left: 2px;
}
h2, h3 {
	color: #363633;
}
h4, h5, p {
	color: #5a5955;
}
.article {
	margin-top: 1.2em;
	margin-bottom: 1em;
	margin-right: 4em;
}
.article h3 a {
	text-decoration: none;
	color: #936322; /* b93 */
	font-size: 24px;
}
.article h3 a:hover {
	text-decoration: underline;
}
.thumb-left {
	float: left; 
	padding: 4px; 
	margin: 0 8px 8px 0; 
	border: 1px solid #ddd; 
	background: #fcfcfa;
}
.thumb-right {
	float: right; 
	padding: 4px; 
	margin: 0 0 4px 4px; 
	border: 1px solid #ddd; 
	background: #fcfcfa;
}
img {
	display: block; 
}

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

	/* 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) {}


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