@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("friendfeed.com") {

body, input, textarea, select, option, button, th, td {
	font-family: Tahoma !important;
	font-size: 12px !important;
}

a {
	text-decoration: none !important;
}

.header .stat a {
	font: 12px Tahoma !important;
}

.main {
	background-color: #e5e5e5 !important;
}

.entry .body {
	margin-left: 0 !important;
}

.entry.large .body {
	margin-left: 0 !important;
}

.entry {
	direction: rtl !important;
	background-color: #f8f8f8 !important;
	border: none !important;
	padding: 10px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	margin-bottom: 30px !important;
}

.entry .info, .likes {
	direction: ltr !important;
	margin-top: 15px !important;
}

.entry .profile {
	float: right !important;
	margin-left: 10px !important;
}

.entry .title .name a.l_profile {
	font: 12px Tahoma !important;
}

.entry .body .title .text {
	font: 13px Tahoma !important;
}

.entry .comment {
	font: 12px Tahoma !important;
	line-height: 180% !important;
}

#feed .comments {
	margin-left: 0 !important;
	direction: rtl !important;
	text-align: right !important;
	font: 12px Tahoma !important;
}

.friend {
	background-color: #f0f0f0 !important;
	border: 1px solid #eaeaea!important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

.owner {
	background-color: #effeff !important;
	border: 1px solid #d8f6f8!important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

#feed .comments .quote {
	float: right !important;
}

#feed .comments .content {
	margin-left: 0 !important;
	margin-right: 18px !important;
}

#feed .comment {
	padding: 3px !important;
	background-position: right top !important;
}

#feed .comments .expandcomment{
	direction: ltr !important;
}

.l_editcomment:before {
	content: 'ÙˆÛŒØ±Ø§ÛŒØ´ '
}

.l_deletecomment:before {
	content: 'Ù¾Ø§Ú© Ú©Ø±Ø¯Ù† '
}

.box {
	font-size: 12px !important;
	line-height: 160% !important;
}

.promolinks {
	background-color: #aaa !important;
	padding: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

input, textarea {
	direction: rtl !important;
}

}