/*
 * Just Pandora
 *
 * Author      : cow1787
 * Updated     : March 3rd, 2010
 * Website     : http://www.pandora.com
                 http://www.marklemmons.com
                 http://userstyles.org/styles/9216
 * Description : /The/ clean up for Pandora

New:
-Removes new ad

Previous:
-Removes new ad control pop-ups
-Cleans up Pandora Video some, still glitchy
-Cleans up Your Profile area to just the essential Music Activity/Stations/Bookmarks player
-Also cleans some other areas of the website, but will need to me fixed for the About Music, Share, Mobile, and Help sections. Updates to come.
-Got rid of a new ad at the bottom.
-Cleaned up the code
-Fixed so the background is repeated all the way across. Should work no matter what ad themed background they currently have, will always be the original Pandora blue background.  
-Gets rid of the ad along with the footer and some of the extra info Pandora has that I never use.

 * 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("pandora.com") {

body
{background: url(http://pandora.com/images/background.jpg) !important;}

#container, #container_a
{background: url(http://pandora.com/images/background_content.jpg) !important;
 background-repeat: no-repeat !important;}

#SecretaryEmbed, #pandora_tips, #tip_script_container, #promotional_gallery, #footer, #advertisement, #pandora_tips, #tip_text, #more_about_menu, #promotional_ticker_container, #bottom, #community_content_far_right, #favorite_list, #search_box, #page_title, #community_content_left, #community_section_title, #tbl_stations_table, #logo, iframe, img[src="/images/edit_button.gif"], #community_section_title, #community_content_center, #top_right, #top_left, #ad_controls, .sidebar, .box, #google_companion_ad_div_container
{display: none !important;}

#login_logout
{margin-left: -237px !important;
margin-top: -51px !important;}

#powered
{margin-top: -51px !important;}

#nav_community
{margin-left: -237px !important;
margin-right: 96px !important;
margin-top: -51px !important;}

#container_c, #content
{background: none !important;
width: 760px !important;}

#community_content_right
{background: none !important;
margin-top: -49px !important;
margin-right: 146px !important;}

#pandora_widget
{margin-left: -230px !important;
margin-top: -120px !important;}

#badge_and_bio
{background: none !important;
margin-left: -277px !important;
margin-right: 220px !important;
margin-top: -51px !important;}

#blog_content
{margin-left: -30px !important;
margin-top: -60px !important;}

#content_outer_container
{width: 840px !important;}

img[alt="Digg"], img[alt="Delicious"], img[alt="Newsvine"], img[alt="Technorati"], img[alt="Facebook"], img[alt="outside.in"], img[alt="Magnolia"], img[alt="Furl"]
{display: none !important;}

.main_video_description
{margin-top: -260px !important;
margin-left: -20px !important;}

.show_column
{margin-top: -120px !important;
display: none !important;}

}