/* Main Typographic Styles */
/* Compiled from ../less/typography.less */
body {
font: 12pt Arial, Helvetica, sans-serif;
line-height: 1.3;
}

header.site-header .hgroup nav, span.title, span.tagline, .right .top-nav/*header.site-header .hgroup h1*/, footer.site-footer, header h1, .search, body .mobile-only{
	display:none;
}
header#masthead:before {
display: block;
content: "Thank you for printing our content at IdahoSBDC.org. Please check back soon for new content on our website.";
margin-bottom: 20px;
border: 1px solid #bbb;
padding: 3px 5px;
font-style: italic;
font-size:10pt;
text-align: center;
}
header {
	margin-bottom:40px;
}
header:after {
content: "www.idahosbdc.org";
}
#main.site-main header:after {
	content:"";
}
img.print-logo {
	display:block;
}

img {
	max-width:500px;
	border:0;
}
@page {
margin: 0.5cm;
}

.interior-page.left-sidebar #secondary {
	border-top: 1px solid #bbb;
	margin-top: 30px;
	display: block;
}

.interior-page section.content h1.entry-title {
	display:block;
	
}
section.roll article.post {
	padding-bottom: 40px;
}
section.roll article.post header .category-link {
	display:block;
	border: 1px solid #bbb;
    padding: 3px 5px;
}

/* By default links are blue. For optimal legibility change them to black */
p a, ul li a {color: #000}

/* Show the URL after each link, whereby internal links are preceeded by the site's URL */

ul.pages-list li a[href^="http://"]:after,
ul.categories-list li a[href^="http://"]:after,
article a[href^="http://"]:after {
	content: " (" attr(href) ")";
	font-size: 90%;
}