/*
Title:		IE patches and fixes
Author:		justine@gentlecode.net
*/

*:first-child+html .group {	/* IE7 */
	min-height: 1%;	
} 

*:first-child+html #header #topnav {
	z-index: 1000;
}

*:first-child+html #header #mainnav {
	width: 742px;
	margin-top: 8px;
	position: relative;
	z-index: 150;
}

*:first-child+html #header form {
	margin-top: 8px;
}

*:first-child+html #header form #s {
	float: right;
	width: 53px;
	height: 48px;
	border: none;
	background-color: #f1f6fa;
	border-right: 1px solid #fff;
	font: bold 13px Arial, sans-serif;
	text-transform: uppercase;
	color: #121a21;
	cursor: pointer;
}

*:first-child+html #side .widget h3 {
	padding: 10px 0 10px 20px;
}

*:first-child+html #side .popular ul li {
	padding: 0 0 20px 0;
}

*:first-child+html #side .ad125 {
	padding: 22px 0 22px 22px;
}

