/*
 * MySpace Home Cleanz0rz
 * By robz0rz
 *
 */
 
 /* ************ *
  *  Easy edit!  *
  * ************ */
 /*
  * If you want to hide/unhide a section in your MySpace Home,
  * you just have to uncomment/comment out the proper line in
  * this file.
  * eg. If you want to show the Cool New Videos section, uncomment
  * the "#home_coolNewVideos { display: block !important; }" line found down
  * below. The titles are there too, to make it easy for you to
  * find the correct section. In order to hide a section, like eg.
  * the Status and mood section, comment out the line
  * "#StatusBox { display: block !important; }" (in this particular case).
  * Comments are started with /* and closed with */
 
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://home.myspace.com)
{
/* Hide everything */
#advert, #tkn_leaderboard { display: none !important; }
#srch, #googlebar { display: none !important; }
#header { height: 1.3em !important; }
.section { display: none !important; }
#squareAd { display: none !important; }
#splash_profile { display: none !important; }
#UserHomeSwitch { display: none !important; }

/* * Show chosen parts * */

/* Infobar */
/* #home_infoBar {
	display: block !important;
	position: fixed !important;
	top: 8px !important;
	left: 0 !important;
	background-color: #FFFFFF !important;
} */

/* Hello, <name> */
#home_profileInfo { display: block !important; }

/* Status and Mood */
/* #StatusBox { display: block !important; } */

/* MySpace Announcement */
#home_announcements, home_additionalLinks { display: block !important; }

/* My Mail */
#home_messages { display: block !important; }

/* My Bulletin Space */
#home_bulletins { display: block !important; }

/* Visit my School Homepage */
/* #home_schools { display: block !important; } */

/* Featured Filmmaker */
/* #home_featured_filmmaker { display: block !important; } */

/* Featured Books */
/* #home_featured_books, home_featured_book { display: block !important; } */

/* Featured Comedy */
/* #home_featured_comedy { display: block !important; } */

/* Featured Music */
/* #home_featured_music { display: block !important; } */

/* Page Options (Classic/New) */
#UserHomeSwitch { display: block !important; }

/* Cool New Videos */
/* #home_coolNewVideos { display: block !important; } */

/* Search Your Address Book */
/* #home_searchAddressBook { display: block !important; } */

/* MySpace Links */
/* #home_greybox { display: block !important; } */

/* My Friend Space */
#home_friends { display: block !important; }





} /* END OF home.myspace.com PREFIX */