/* *******************************************************************
   created:			26.01.2007, by eLab, eLearning Lab, USI/SUPSI
   name:			screen.css
   description:		stylesheet for print media for USIVIRTUAL website
   last modified:	26.01.2007
   ******************************************************************* */
   
   
/* ****************************************************************************************************************
   HTML ELEMENTS 
   **************************************************************************************************************** */
    
	body		{ font-size: 12px; font-family: "lucida grande", lucida, Verdana, Arial, Helvetica, sans-serif; line-height: 16px; }
	
	img			{ border: none; }
	
	a,			
	a:link,		
	a:visited	{ margin: 0; padding: 0; text-decoration: none; color: #fc5a0f; }
	a:hover,
	a:active	{ text-decoration: none; color: #06c; }
	
	h1	{ margin: 0; padding: 0; font-size: 18px; line-height: 18px; color: #fc5a0f; font-weight: normal; }
	h2	{ margin: 0; padding: 0; font-size: 18px; line-height: 18px; color: #000; font-weight: normal; }
	h3	{ margin: 30px 0 10px 0; padding: 0; font-size: 14px; line-height: 14px; color: #666; font-weight: bold; }       
	h4	{ margin: 30px 0 0 0; padding: 0; font-size: 14px; line-height: 14px; color: #fc5a0f; font-weight: bold; }       
	h5	{ margin: 5px 0 10px 0; padding: 0; font-size: 10px; line-height: 10px; color: #fc5a0f; font-weight: bold; }
	
	hr	{ display: none; }     

/* ****************************************************************************************************************
   PAGE LAYOUT 
   **************************************************************************************************************** */

	#wrapper	{ width: 100%; }
	#header		{ padding: 5px; clear: both; text-align: center; }
		#header h2	{ font-size: 30px; }
		#stamp		{ display: none; }
	#chooseLang	{ display: none; }
	#pageMenu,
	#siteMenu,
	#homeNavigation	{ display: none; }
	
	ul#blogHome { margin: 20px 0 0 0; padding: 0; list-style: none; text-indent: 0; }
		ul#blogHome li		{ display: block; margin: 0 0 40px 0; padding: 0; font-size: 12px; line-height: 13px; }
		ul#blogHome li h3	{ margin: 0 0 2px 0; color: #fc5a0f; }
		ul#blogHome li h4	{ margin: 0 0 2px 0; color: #333; }
		
		ul#blogNav			{ height: 20px; margin: 0 auto; padding: 0; list-style: none; text-indent: 0; width: auto; text-align: center; }
		ul#blogNav li		{ display: inline; height: 16px; margin: 0 5px; color: #999; padding-top: 4px; }
	
	
	#sideContent { display: none; }
	
	#footer p.usivirtual { display: block; }
	
	
	
.break	{ display: block; clear: both; }
