/*
 * IE7
 * Browser fixes & style removal
 */
 
/*
 * Header searchbox
 * - remove custom styling and default to browser dropdown
 */ 
#header .main-search form .form-type-select {
	background: none;
	overflow: visible;
	width: 120px;
}

	#header .main-search form .form-type-select select {
		color: #000;
		width: 120px;
	}

/*
 * inline-block fix
 */
.field-h2 h2,
.search-filter h2,
#cboxLoadedContent h2,
.field-name-post-date,
#colorbox-popup h3 {
	display: inline;
	zoom: 1;
}
