@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("friendfeed.com") {
	*::-moz-selection{
		background:#999999 !important;
		color:#ffffff !important;
	}
	*{
		font-family:"Trebuchet MS","Arial","Serif" !important;
		color:#000000;
	}
	a,a:link,a:visited{
		text-decoration:none !important;
		color: #1e529d !important;
	}
	a:hover{
		color:#111111 !important;
		border-bottom:1px dotted #333333 !important;
	}
	a:active{
		text-decoration:none !important;
		color:#f4a460 !important;
	}
	.friend{
		background-color:#ffffe0 !important; /*Highlight your friends comments*/
		color: #111111 !important;
	}
	.owner{
		background-color:#e1f0ff !important; /*Highlight your own comments*/
		color: #111111 !important;
	}
	#footer a,#footer a:visited,.feed .entry .info a,.feed .entry .info a:visited,.feed .entry .likes a,.feed .entry .likes a:visited,.feed .entry .comment a,.feed .entry .comment a:visited,.feed .entry .expandcomment a,.feed .entry .expandcomment a:visited,.feed .entry.deleted a,.feed .entry.deleted a:visited,a.fl,a.fl:visited,.usersubgrid .lists a,.usersubgrid .lists a:visited{color:#333333;}
	#logo a:hover{
		border-bottom:none !important;
	}
.likes { background-color: #FFEFE8 !important; }
/* Optional Start
#sidebar { width:160px !important; }
#sidebar a:link, #sidebar a:visited { font-size: 11px; }
Optional End */
	.cluster{
		border-bottom:1px dotted #708090 !important; /*Separates each posts*/
		padding-bottom:1em !important;
	}
}