/* set basics, using ALA article suggestions */

body { 
	background: white;
	font-family: georgia, "times new roman", times, serif;
	font-size: 12pt;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


/* show the print logo */

#logo-print {
	display: block;
	margin-bottom: 9pt;
	}

#logo-print img {
	width: 140px;
	height: 40px;
	}

/* userpic and title meta stuff */

dl, dt, dd {
	margin: 0;
	padding: 0;
	}

dt.title, .entry dt {
	font: bold 14pt arial, sans-serif;
	}

dt.title a, .entry dt a {
	text-decoration: none;
	color: black;
	}


.asset-meta  {
	font: italic 9pt georgia, "times new roman", times, serif;
	margin: 0 0 10pt 0;
	}

.avatar {
	float: left;
	padding: 1pt 9pt 2pt 0
	}


.EntryBody {
	margin-bottom: 36pt;
	}


/* stuff to be hidden in the printed version */


.asset-footer {
	display: none;
	}

div.backToAll {
	display: none;
	}

.leaderboard {
	display: none;
	}

#sciencebar {
	display: none;
	}

#sitetoolstop {
	display: none;
	}

#globalsearch {
	display: none;
	}

.breadcrumbs {
	display: none;
	}

#statusbar {
	display: none;
	}

#scbar {
	display: none;
	}

#navigation {
	display: none;
	}

.sciNetHeader {
	display: none;
	}

.searchForm {
	display: none;
	}

#adrail {
	display: none;
	}

#group-title {
	display: none;
	}

#tabsNav {
	display: none;
	}

#sidebar {
	display: none;
	}

#footer {
	display: none;
	}



