/*--------------------------------------------------
Safari stylesheet
This stylesheet quarantines all Safari-only CSS hacks so that they can be easily manged.

All rules should be wrapped in the anti-IE5.2/Mac comment block, and must be in the form:

html>body* element { ... }

--------------------------------------------------*/

/*\*/

html>body* div.headline div.links {
	font-size: 0.85em;
}

html>body* div.headline div.date {
	font-size: 0.75em;
}

html>body* div#sources ul a {
	line-height: 1.5em !important;
}

html>body* div#secondary div.date span {
	background-position: left 2px !important;
}

html>body* div#the_swarm br.clear,
html>body* div#watch br.clear {
	display: none;
}


/**/
