/* This CSS file is intended for rules that apply across multiple Science & Nature sites. 
	It sets the styles for the print version of pages and should be imported last as it overrides a lot of defaults

		####### VERSION CONTROL INFORMATION #######
		####### Do not hand edit this area  #######
		####### $Revision: 1.2 $
		####### $Date: 2006/12/18 17:42:36 $
		####### $Author: matthews $
		
*/

/* Remove body background image */
body { background-image: none; }

table { width: auto; }

/* Override Barley styling to hide left hand nav */
td.bbcpageToplefttd, td.bbcpageCrumb, td.bbcpageLocal, td.bbcpageServices { display: none; }

/* Remove floating of main elements to create a linear content flow */
html #mainbody, #subcont, #mainbodyIndex { float: none; clear: both; }

/* also adjust the width of the subnav to fit the content */
html #subnav { float: none; margin-left: 0; width: auto; margin-top: 8px }

#maincont, html #mainbody, #subcont { width: auto; }
#maincont { margin-right: 3px; }

html #summary { width: auto; }

dl { clear: both; }

/* frames */
html #summary, html #mainbody, html #subnav { border: 1px solid #ccc; }
html #mainbody { margin-left: 0; margin-right: 0 }
dl.image { border: 1px solid #ccc; }

/* need to open up crumbtrail for narrow screens */
div#crumbtrail { height: auto; }

/* logo */
td.bbcpageShadowLeft { width: 100%; background: #999999 }

/* toolbar */
td.bbcpageGrey, td.bbcpageBar, td.bbcpageShadow, td.bbcpageSearchRb, td#bbcpageblackline { display: none; }

/* Sci & Nat banner and top nav */
td.bannerright, td.toptabs { display: none; }

/* Sci&Nat footer needs to be disabled for now as it contains only &nbsp; spaces and these cause a minimum width */
span#scinatglobalfooter { display: none; }

/* footer */
td.bbcpageFooterMargin { display: none; }
td.bbcpageFooter { width: 100%; }
td.bbcpageFooter img { width: 1px; }

