@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("friendfeed.com"){
	*::-moz-selection{
		background:#ECF2FA !important;
		color:#ffffff !important;
	}
	*{
		font-family: "Trebuchet MS", "Arial", "Serif" !important;
		color: #000000;
	}
	a,a:link,a:visited{
		text-decoration:none !important;
		color:#276DCD !important;
	}
	a:hover{
		color:#333333 !important;
		border-bottom:1px dotted #333333 !important;
	}
	a:active{
		text-decoration:none !important;
		color:#f4a460 !important;
	}
	.feed .entry .comments .comment.friendcomment{
		background-color:#ffffe0 !important; /*Highlight your friends comments*/
	}
	.feed .entry .comments .comment.owner.friendcomment{
		background-color:#e1f0ff !important; /*Highlight your own comments*/
	}
	#tabhead .logo img{
		display:none !important;
	}
	#tabhead{
		background:url('http://friendfeed.com/favicon.ico') no-repeat !important;
		height:30px !important;
		background-position:7px 7px !important;
		background-color:#e5f3ff !important;
	}
	.tabs{
		left:2.2em !important;
	}
	.rounded.bb .tl,.rounded.bb .tr{
		background:none !important;
	}
	.rounded.bb.white .tl,.rounded.bb.white .tr{
		background:none !important;
	}
	#infobox .body .tl{
		background:none !important;
	}
	#infobox{
		padding-top:2em !important;
	}
	.login{
		font-size:.8em !important;
		padding-top:3.2em !important;
	}
	#rightsearch{
		font-size:.8em !important;
		padding-top:2.3em !important;
	}
	.cluster{
		border-bottom:1px dotted #708090 !important;
		padding-bottom:1em !important;
	}
}