/*
 * Abduzeedo CleanUp
 *
 * Author      : cow1787
 * Updated     : February 1st, 2010
 * Website     : http://abduzeedo.com/
                 http://www.marklemmons.com
                 http://userstyles.org/styles/
 * Description : 

New:
-Fixed to utilize new layout

Previous:
-Adapts to new layout: some work still needed.
-Gets rid of Meebo bar and other Meebo utilities
-Removes the ads and right column
-Expands articles 100%
-Centers comments area
-Removes unnecessary bulk

 * 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("abduzeedo.com") {

div[class$="block block-block"], div[class$="block block-views"], #meebo-iframe, div[class$="block block-tagadelic"], .adsenseLinks, .m_ads, .author_banner, h4, div[class$="addthis_toolbox addthis_default_style"], #tags
{display: none !important;}

#main
{width: 720px !important;
margin-left: 80px !important;}

div[class$="node teaser"]
{margin-left: 80px !important;}

h1
{margin-left: 240px !important;}

.imgMain
{margin-left: 80px !important;}

}