#content a:link:after, #content a:visited:after {
	color: #000;
	text-decoration: none;
	font-size: 80%;
	content: " (http://www.buzzflood.org/" attr(href) ") ";
}

#content a[href^="http"]:after {
	content: " (" attr(href) ") ";
}

#content a[href^="mailto"]:after {
	content: " (" attr(href) ") ";
}

#content a[href^="/"]:after {
	content: " (http://www.buzzflood.org" attr(href) ") ";
}

#content a[href^="?"]:after {
	content: " (http://www.buzzflood.org/index.php" attr(href) ") ";
}

#content a[href^="#"]:after {
	content: "";
}

.footer {
	display: none;
}

#footer a:after {
	content: "";
}

#bookmark {
	display: none;
}
