/* -- This is the place to add your own style modifications without touching the original styles -- */
.entry img {
	-moz-box-shadow: 5px 3px 4px #313b93;
	-webkit-box-shadow: 5px 3px 4px #313b93;
	box-shadow: 5px 3px 4px #313b93;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#313b93')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#313b93');
}