/* CSS Document */
@media print { 
body {  font:normal 12px Georgia, "Times New Roman", Times, serif; } 
h2 { font:bold 1em Helvetica, Arial, sans-serif; text-transform:uppercase; }
h3, h3 a { font:bold 18px "trebuchet ms", trebuchet, verdana, serif; text-decoration:none; color:#000; }
h4 { font:italic 1em Georgia, "Times New Roman", Times, serif; font-weight:normal; } 

/* category pages */
#category #bar { width:0% !important; } 
#category #main { width:100% !important; }
#category #description { border:2px solid #d1d1d1; padding:2px 12px; font-style:italic; } 


/* header elements */
#header { width:100%; height:5em; border-bottom:1px dotted #d1d1d1; position:absolute; top:0; left:0; } 
#wm a, #news-center a { text-transform:uppercase; text-decoration:none; color:#000; font:bold 14px Helvetica, Arial, sans-serif; }
#wm { padding:8px; float:left;  } 
#news-center { float:right; padding-top:8px;} 
#logo { float:left; }

/* structural elements */
#main { float:left; width:60%; } 
#bar { float:right; width:35%; }

#screen { clear:both; } 
/* content */
#content { margin-top:80px;  }

/* footer */
#footer { clear:both; width:100%; } 
#footer ul { clear:both; list-style:none; margin:0; padding:0; }
#footer li { margin:18px; float:left; }
#footer a { color:#000; text-decoration:none; } 
/* hide these */
#search, #share, #nav, li.about, li.map, li.contact-utd, li.directions, li.slogo, #date, #toggle, #article bar, #category bar { display:none !important; } 
}