/**
 * Hide the admin menu icons
 */

#adminmenu .wp-menu-image {
	display: none;
}

/**
 * Show the admin menu icons when the menu is collapsed
 */

.folded #adminmenu .wp-menu-image {
	display: inline;
}

@media only screen and (max-width:900px) {
	#adminmenu .wp-menu-image {
		display: inline;
	}
}

/**
 * Add left padding to menu labels if MP6 plugin is active
 * http://wordpress.org/plugins/mp6/
 */

.mp6 #adminmenu div.wp-menu-name {
	padding-left: 10px;
}

/**
 * Hide the page title icons
 */

.icon32 {
	display: none;
}

.wrap h2 {
	margin-left: 5px;
}

/**
 * Remove left margin from header if MP6 plugin is active
 */

.mp6 .wrap h2 {
	margin-left: 0;
}
