/*
Layout: Print styles for Kristin Blue
Description: Print style sheet for Kristin Blue theme
*/

body {
	color: #000;
	background: #fff;
	font: normal 12pt/15pt Georgia, serif;
	margin: 12pt 6pt;
	padding: 0;
}

#skip, .menu, .sidebar, .footer, .navigation, #respond {
	display: none;
}

#header, #content, #footer {
	width: 100%;
	height: auto;
	margin: 12pt 0;
}

div {
	margin: 0;
	padding: 0;
}

.screen-reader-text {
	position: relative;
	top: 0;
	left: 0;
	color: #000;
	width: auto;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font: normal 14pt/125% Futura, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: 12pt 0 4pt;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

p {
	margin: 12pt 0;
}

a:link, a:visited {
	color: #000;
	background: #fff;
	text-decoration: none;
}

div.entry-content a:link:after,
div.entry-content a:visited:after {
	content: " (link: " attr(href) ") ";
	font: normal 90% Arial, sans-serif;
}

div.entry-content abbr:after {
	content:" (ie, " attr(title) ") ";
	font-size: 90%;
}