/**
 * Code by Travis Scheidegger
 * Print Styles
 * 
 *
 *
 *
 *
 */

/*************************************************** STRUCTURE */
/**************************************************/

#home-tab,
#nav-wrapper,
.navigation,
.read-more,
.print-this,
.meta,
.comments,
.nocomments,
.edit-link,
.post-edit-link,
#sidebar-wrapper,
#sitemap,
.raising-the-bar,
#footer-wrapper,
#sb-container {
	display: none;
}
#logo-wrapper a {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/*************************************************** TYPOGRAPHY */
/**************************************************/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Adobe Caslon Pro', Georgia, Garamond, Times, serif;
	color: #685334;
	font-weight: normal;
}
p,ul,ol {
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	color: #685334;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #9dc93f;
}
.entry a:after {
	content: ' [ 'attr(href)' ] ';
	font-size: smaller;
	text-decoration: none;
}
h1 {
	border-bottom: 1px solid #685334;
}