/*----------------------------------------------+
 | Site: American Society of Retina Specialists |
 | Part: Print styles                           |
 +----------------------------------------------*/

/* Hide unnecessary elements
======================================================================*/
.copyright a, #credit, #header-nav, #nav, #nav-secondary, .noprint, .profile hr, #search, #subfooter { display: none; }


/* Core layout
======================================================================*/
.annual-meeting,
.article #content-primary,
body,
#content,
#content-primary,
#content-secondary,
#footer,
#header,
#logo,
#page,
#profile-primary,
#profile-secondary,
#wrapper {
	background: none;
	border: 0;
	box-shadow: none;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: auto;
}

#content { margin-bottom: 2em; }


/* Content
======================================================================*/

/* Footer */
#footer { border-top: 1px solid #ccc; padding-top: 1em; }
#footer a, #footer .org, #footer .vcard { color: #666; }
#footer .vcard { margin: 0; }

/* Header */
#header { border-bottom: 1px solid #ccc; margin-bottom: 1em; padding-bottom: 1em; }
#logo img { width: 250px; }

/* Profile */
.profile #content { min-height: 400px; }
#profile-photo img { position: absolute; right: 0; top: 80px; width: auto; }
#profile-primary, #profile-secondary { padding-right: 330px; }