/* iohelix blog print stylesheet */

/* things to remove */

#sitenav,
#nav,
#header,
#sidebar,
#footer-wrap,
#comment-wrap,
#footer-bottom,
.byline,
.post-footer,
.post-links {
	display: none;
}

html, body {
	font-size: 12pt/1.6em;
	font-weight: normal;
	font-family: serif;
}

a {
	text-decoration: none;
	color: black;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
	border-bottom: 2px solid #777;
}

/* image settings */
.story img {
	margin: 10px;
}

.story .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.story .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.story .aligncenter {
	display: block;
	margin: 0 auto;
}
