/*
		EarlyBird WormSearch
		Version: 0.1
		Styles: IE specific

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	color: #000;
	font-size: 80%;
	text-align: left;
	background: #fff;
}

#page, #container {
	width: 100%;
	margin: 0;
	background: none;
	}
	#page div.page-bottom { display: none; }

#top {
	height: auto;
	min-height: 10px;
	}
	
	#logo {	
		width: auto;
		height: auto;
	}
	#logo p.accessibility {
		position: static;
		top: 0;
		left: 0;
	}
	#logo a {
		color: #000;
		text-decoration: none;
	}
	#user, #search { display: none; }

#main {
	background: none;
	}
	
	#left {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	#right { display: none; }

#index { display: none; }

#footer {
	border-top: 1px solid #000;
	background: none;
	}
	#footer div.info {
		float: none;
		margin: 0;
	}
	#footer div.join { display: none; }

#results {
	}
	#results div.sort { display: none; 	}