/* ---------------------------------------------------------------------------

	CityCal Print Styles
	http://yourcitycal.com
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}

h1, h2, h3 {
	line-height: 1em;	
}

h4 {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 9pt;
	line-height: 1em;
	text-transform: uppercase;
}

blockquote, cite {
	font-style: italic;
}

blockquote {
	margin: 0;
	padding: 0;
	margin-top: .25in;
}

cite {
	font-size: 9pt;
	margin-bottom: .25in;
	padding-bottom: .25in;
}

#content_intro {
	font-size: 11pt;
}

#footer {
	clear: both;
	font-size: 9pt;
	border-top: 1px solid #666;
	margin-top: .25in;
}

#nav, 
#nav_sub,
#skip, 
#sidebar,
#spotlight,
#button_start,
#nav_footer p {
	display: none;
}

#nav_footer p#developer,
#nav_footer p.legal {
	display: block;
}
	
a:link, a:visited { 
	color: #999; 
	border: none;
}	

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}