/*  
ie hacks
*/

	html, body {
		height: 100%;
		overflow:auto;
	}
	#titlebar {
		position:absolute;
		height:0;
		filter: none !important;
	}
	#headlines ul {
		margin:1.5em 10px;
		padding:0;
		list-style:none;
		width:300px;
		float:left;
	}
	#titlebar ul#cat-box,
	#titlebar ul#ack-box {
		bottom:1em;
	}
	ul#cat-box.show-urls {
		background:transparent none repeat scroll 0% !important;
		top:-14em !important;
		z-index:999;
	}