/**
PRINT *************************************/
body { 
	font-family: Garamond,"Times New Roman",Times,serif; 
	color: #000; 

}
ul {
	list-style-type:bullet;
}
body, p, td, li, input { 
	font-size: 10pt; 
}

#dropdown , #logo { 
	display:none; 
}

#pageBody { 
	margin-top:1em;
}

#sidebar,#sidebarFeature { 
	border-top:2px solid #ccc; 
}

#about,#events,#alerts { 
	border-top:1px solid #ccc;
}

#footer { 
	border-top:1px solid #ccc; 
}

#content a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
	content: " (http://www.pkal.org" attr(href) ") ";
}
   
table.agenda th { 
	font-size:115%; 
	border-bottom:1px solid #ccc; 
	text-align:left; 
}

table.agenda td p { 
	margin-top:0px; 
	margin-bottom:0px; 
}

#comments { 
	border-top:1px dashed #ccc; 
}

#commentForm { 
	display:none; 
}

#commentFormHeader {
	display:none;
}

.noprint {
	display:none;
}
.box { float:left; padding:1em;}
