/*
 * LogoPond CleanUp
 *
 * Author      : cow1787
 * Updated     : October 10th, 2009
 * Website     : http://logopond.com
                 http://www.marklemmons.com
                 http://userstyles.org/styles/
 * Description : 

New:
-Removes comments.
-Gets rid the "top listed" selections at the bottom of the page.
-Removes footer.
-Gets rid ads and side banners.

 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("logopond.com") {

.super_banner, .google_under_banner, #footer_google, .sublistsub, .copyright, .profile_flickr, div[class$="banner_sidepanel largeside"], #tab1_data, #detail, .detail_right
{display: none !important;}

}