/* ---------------------------------------------------------------------------

	Riverside Avondale Preservation Master Styles
	http://riverside-avondale.com/
	
	designer: Michael O'Connell
	mocando.oconnell@gmail.com

	author: Bruce Cooke
	http://www.brucecookedesigns.com

--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11pt;
}

h1, h2, h3 {
	
}

#nav, 
#sidebar {
	display: none;
}
	
a:link, a:visited { 
	color: #999; 
}	

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
