/* PRINT ONLY - ALL THE SAME AS FOR SCREEN BUT NO BACKGROUND, WIDER CONTENT & MENUBAR IS NOT VISIBLE */


body { 
	background:white;
}
/* ######## STYLES FOR THE MENUBAR ############*/

#menu_container ,
#menu_container ul ,
#menu_container li ,
#menu_container a ,
#menu_container a:visited ,
#menu_container a:hover ,
#menu_container a:active ,
#menu_container a:link ,
#current_page,
#topofpage {
background:lime;
display:none;
border:none;
font-size:0;
}

#weblog_container {
	padding-left:0;
	width:100%; }