
/* CSS for Now Reading site pages */
#now-reading {
	padding: 20px 0 20px 0;
}
#now-reading .book-tile  {
	float:left;
	display:block;
	width:150px;
	margin:0 10px 10px 0;
	padding:5px;
	position:relative;
	height:200px;
}
#now-reading .book-cover img {
	width:90px;
	height:135px;
	background:url("http://www.handtotheplough.com.au/wp-content/plugins/now-reading/templates/images/bbookbg.gif") no-repeat;
	padding:13px;
}

/* CSS for the sidebar widget */
#now-reading-sidebar img {
	width:90px;
	height:135px;
	background:url("http://www.handtotheplough.com.au/public_html/plugins/now-reading/templates/images/bbookbg.gif") no-repeat;
	padding:13px;
}