/**
 * 	ie.css
 * 		hacks for IE8 and lower
 */

body {
	font-family: 'Arial','Helvetica',sans-serif;
}

.screen-reader-text {
	width: 1px;
	height: 1px;
	top: -10000px;
}

.sf-menu {
	/* IE7 z-index bug */
	position: relative;
	z-index: 1;
}

.sf-menu a {
	display: inline-block;
}


aside.widget_calendar td#next a {
	/* arrow graphic disappears when background-position-x set to right */
	background-position-x: 0;	
}
