Open file function and change this into you own width/height:
add_image_size( 'single-post-image', 720, 320, TRUE );
(720 = width and 320 = height)
Open file style and look for the first 2(!): img.blog-thumb
Remove this: width:100%;
(so your should remove this 2x in file style)
Guido