/* Print CSS Styles */

* {
	margin:0;
	padding:0;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
}

a {
	text-decoration:underline;
	color:#0000CC;
}

#searchWrap, #leftColWrap, #footerWrap, #postCommentWrap {
	visibility: hidden;
	position:absolute;
	left:-9999em;
}

#contentRow1Wrap, #topWrap, #contentRow2Wrap, #contentCol1Wrap, #contentCol2Wrap, .featureList, 
#contentWrap, #promoWrap, #featuredArticleWrap, #latestArticles, #latestBlogListWrap, .latestBlogPost, 
#contentCol1Wrap, #contentCol2Wrap, #contentCol1Wrap, #contentCol1Row3Wrap, #contentCol2Wrap, #editorsPickWrap, 
#childCatWrap, .ourBooks, .blogPost, #commentsListWrap, .commentDetail, #tagArticlesList, .taggedArticles {
	clear:both;
	margin:0 0 15px 0;
	background:none;
	width:auto;
	height:auto;
}

img {
	float:left;
	margin:0 12px 20px 0;
	border:0;
}

ul {
	margin:0 0 0 14px;
	float:left;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:16px;
	margin:0 0 10px 0;
}

.blogPost h3 {
	clear:both;
}
