Hi, I need the css to shrink the featured image on the blog posts. I would also like the css overwrite that would align the image either left or right with the option to wrap the text around it. Thanks.
ref: http://drshawnadarou.com/?cat=175
#gk-mainbody article .featured-image img {margin: 0;}
#gk-mainbody article .featured-image {float: left; margin: 0 10px 0 0}
#gk-mainbody article .featured-image img {
width: 100px;
}