/*************************************************
   @name          jQuery API Browser
   @namespace     http://www.joanpiedra.com/jquery/api-browser
   @description	  To improve that scroll thingy
   @author        Joan Piedra
   @homepage      http://www.joanpiedra.com/jquery/api-browser
   @include       http://jquery.bassistance.de/api-browser/
**************************************************/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://jquery.bassistance.de/api-browser/") {

	html,body { width:100% !important; height:100% !important; overflow:hidden !important; margin:0 !important; padding:0 !important; }
	h1,#content,#nav,#docs { position:absolute !important; height:auto !important; }
	
	#header,#content { left:0 !important; right:0 !important; }
	h1 { height:85px !important; top:0 !important; }
	#content { background:#666 !important; top:85px !important; bottom:0 !important; }
	
	#nav,#docs { top:0 !important; bottom:0 !important; overflow:auto !important; }
	#nav { left:0 !important; }
	#docs { right:0 !important; }

}