/*
Print Style Sheet
Theme Name: YOHAF
Theme URI: http://www.yourownhealthandfitness.org/wordpress/wp-content/themes/
Description: Modification of the original WordPress theme.
Version: 1.0
Author: Jeffry Fawcett
*/

@media print {

body {
	background:white;
	color:black;
	margin:0;
}

#header img {
	display:none;
}

#header a {
	display:block;
	font-weight:bold;
	align:center;
	font-size:1.2em;
}

#content {
	display:block;
}

#comments {
	display:none;
}

#sidebar {
	display:none;
}

#footer {
	display:block;
}

a, a:active, a:hover, a:visited, a:link {
	color:black;
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	color: black;
	font-size:1em;
}

ul.link {
	display:none;
}

ul {
	display:inline;
	text-decoration:none;
}

li.footer {
	display:none;
}

}

