h1 a.alternate, h2 a.alternate, h3 a.alternate, h4 a.alternate {
	float: right;
	position: relative;			/* MSIE 6 workaround */
	top: -1em;
        font-size: 11px;
	text-transform: none;
        text-decoration: underline;
        cursor: pointer;
}

a[type='application/pdf'] {
	background: url(pdf.png) right center no-repeat;
	padding-right: 16px;
}
a.author {
	text-decoration: none;
	color: inherit;
}
a.author:hover {
	text-decoration: underline;
}
.author.me {
	font-weight: bold;
}

.date {
	white-space: nowrap;
}

img.photo {
	float: left;
	position: relative;
	margin: 0 1.5em 1.5em 0;
	border: 1px solid #999999;
}

ul.footnotes {
	margin-top: 3em;
	border-top: 1px solid #aaaaaa;
	font-size: 90%;
}

#ubcaddress {
	clear: left;
}

@media handheld {
    img.photo {
	float: none;
	display: block;
    }
}
