/*  
FireFox Fixes and Hacks
*/


#Trim { /* Fixes 4px gap above #Trim */
	margin-top: -4px;
	}

#Sidebar { /* Fixes FF's habit of randomly dropping the sidebar below #Content */
	z-index: 200;
	position: absolute; top: 129px;
	margin-left: 566px;
	}

	#Guts {
		min-height: 1000px; /* Forces FF to extend #Content to include #sidebar if it's longer than #Guts */
		}

			#cse-search-box input#s {
			position: relative;
			top: -6px;
			}
	

