/*
Title:      Access to Recreation Print Styles
Author:     Ryan Essmaker (www.designingmonsters.com)
Updated:	December 1, 2007
*/

body {
	margin: .6in;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
a:link, a:visited {
	color: gray;
}
#logo a {
	text-decoration: none;
}
#intro h1, #intro h2 {
	display: inline;
	color: gray;
	font-size: 120%;
	font-weight: bold;
}
#nav_main,
ul.nav_news,
#flickr,
#content_main_horz .col_center,
img.paypal_logo_alt,
.paypal,
.paypal_current,
.paypal_endowment {
	display: none;
}
	
/* LAYOUT TWEAKS */	

#content_main,
#content_main_horz {
	margin-top: 2em;
}
#logo {
	margin-bottom: 2em;
}
#logo p#slogan {
	float: right;
	font-style: italic;
}
#content_main_horz dt,
#current_projects dt {
	font-weight: bold;
}
#content_main_horz dt,
#content_main_horz dd,
#current_projects dd {
	margin: 0;
	padding: 0;
}
img.news_left,
img.news_right {
	float: left;
	margin: 0 1em 1em 0;
}
dd.icon img {
	float: right;
}

/* Print URLs after link text */
p a:link:after, p a:visited:after, 
ul a:link:after, ul a:visited:after {
	content: " (" attr(href) ") ";
}