/* ---------------------------------------------------------------------------

	Ervin Lovett & Miller Print Styles
	http://www.ervinlovettmiller.com
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
}

h1, h2, h3 {
	
}

#nav, 
#keyword-nav,
#showcase,
#photo-highlights {
	display: none;
}
	
a:link, a:visited { 
	color: #999; 
}

/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

#foot {
	border-top: 1px solid #efefef;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.5em;
	padding-top: 20px;
}

#foot ul {
	list-style: none;
}

	#foot ul li {
		display: inline;
		padding: 0 7px;
	}
	
	#foot ul li em {
		color: #d3242a;
		font-style: normal;
		padding-right: 7px;
	}
	
#foot .zip {
	padding-left: 4px;
}

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}