/*  
Theme Name: CCL book reviews
Theme URI: http://cclonline.org/
Description: just to match the rest of the site.
*/

.post img {
	border: 1px solid #999;
	float: right;
	margin: 0 0 0 10px;
}

.post img.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.post img.alignleft {
	float: left;
	margin: 0 10px 0 0;
}


.post small, .post small a, .post small a:visited {
	color: #888;
}

.post h3 a {
	text-decoration: none;
}

