/* remove errant bullets on global nav item */
.menu-name-primary-links ul.menu li {
	list-style-image: none;
	list-style-type: none;
}

/* keep li tags the appropriate height, and not super tall */
.front #block-block-37 .item-list ul li,
.front #block-views-News-block_2 div.item-list ul li  {
	min-height: 10px;
}

/* extend the bottom padding to force meta information left on groups with long titles */
#block-views-group_home-block_1 .views-field-field-group-icon-fid {
	padding-bottom: 38px;
}

/* push the description field down a bit so groups with long titles don't overlay the description */
#block-views-group_home-block_1 .views-field-description {
	top: 145px;
}

/* remove double icon display on profiles that IE 7 adores, but don't touch the sidebar site activity' */
.profile .view-user-profile-webactivity div.item-list ul li.icon-10x a,
.profile .view-user-profile-webactivity div.item-list ul li.icon-group a,
.profile .view-user-profile-webactivity div.item-list ul li.icon-profile a,
.profile .view-user-profile-webactivity div.item-list ul li.icon-work a, 
.profile .view-user-profile-webactivity div.item-list ul li.icon-event a,
.profile .view-user-profile-webactivity div.item-list ul li.icon-comment a,
.profile .view-user-profile-webactivity div.item-list ul li.icon-news a,
#block-views-user_profile_activity-block_1 div.item-list ul li.icon-10x a,
#block-views-user_profile_activity-block_1 div.item-list ul li.icon-group a,
#block-views-user_profile_activity-block_1 div.item-list ul li.icon-profile a,
#block-views-user_profile_activity-block_1 div.item-list ul li.icon-work a,
#block-views-user_profile_activity-block_1 div.item-list ul li.icon-event a,
#block-views-user_profile_activity-block_1 div.item-list ul li.icon-comment a,
#block-views-user_profile_activity-block_1 div.item-list ul li.icon-news a  {
	background: none #FFF;
}

/* set a height on h2 tags for profile pages so the pixel border shows up */
.profile #content-bottom .block h2.title, .node-type-forum .box h2.title, .group #content-bottom .block h2.title {
	height: 26px;
	margin-left: 0;
}

/* push down the filter title box on category listing pages */
#directory-search  h2.listing_title {
	margin-top: 10px;
	padding-bottom: 3px;
}