/* Fixes IE7'S clearing problem */
*	{ min-height: 0; }

/* Gets rid of extra margin beneath li's that have children ul's */
#nav ul.main li.top-level ul li.js-has-child,
#nav ul.main li.top-level ul li.js-bubble
	{ margin-bottom: -3px; }

/* Fixes the search submit button */
#nav form.search_form_id dl dd input.submit	{ line-height: 1; }

.content .main .package-description { margin-top: -100px }