/* ----------------------------------------------------------------------
Print Style Sheet

author: David Andersson
email: david@smider.se
website: www.smider.se
---------------------------------------------------------------------- */

#header, #leftColumn, #rightColumn, #pageFooter {
	display: none;
}

fieldset, hr {
	display: none;
}

#message, #articleActions, .readmore, .prevImg, .nextImg, .bloggPostLinks {
	display: none;
}

p, h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
}

img {
	border: none;
}

#articleRelated #images {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
.articleListItem strong {
	font-weight: 400;
}
	
.articleListItem hr {
	display: block;
}
	
#imageThumbnailGallery img {
	float: left;
}
