I'm trying to use a Flickr badge in my sidebar; however, it seems to conflict with the existing CSS. The badge's "float" attribute causes the header of the next widget to overlap with the Flickr badge and the images cease to function as hyperlinks.
I've narrowed the problem to the following line of code within the Flickr badge:
.flickr_badge_image {margin:3px 10px 7px 0; float: left;}
You can see the complete code here.
Could there be another way to make the badge appear as a grid, like it does currently, without upsetting the theme? Or is there a way to insulate the CSS of the badge from the CSS of the theme? I'm still pretty new to CSS, so any help would be appreciated. :)