Index: wp-content/themes/twentyten/rtl.css
===================================================================
--- wp-content/themes/twentyten/rtl.css	(revision 14243)
+++ wp-content/themes/twentyten/rtl.css	(working copy)
@@ -3,13 +3,11 @@
 */
 
 
-/* --------------------------------------------------------------
+/*
+RTL Basics
+*/
 
-   RTL Basics
 
--------------------------------------------------------------- */
-
-
 body {
 	direction:rtl;
 	unicode-bidi:embed;
@@ -26,7 +24,7 @@
 	margin: 0 0 0 -240px;
 }
 #content {
-	margin: 0 20px 0 280px;
+	margin: 0 20px 36px 280px;
 }
 #primary,
 #secondary {
@@ -43,44 +41,9 @@
 input,
 textarea,
 .page-title span {
-	font-family: Georgia, "Bitstream Charter", serif;
+	font-family: Arial, Tahoma, sans-serif;
 }
 
-h3#comments-title,
-h3#reply-title,
-#access .menu,
-#cancel-comment-reply-link,
-#form-allowed-tags,
-#site-info,
-#site-title,
-#wp-calendar,
-.comment-meta,
-.comment-body tr th,
-.comment-body thead th,
-.entry-content label,
-.entry-content tr th,
-.entry-content thead th,
-.entry-meta,
-.entry-title,
-.entry-utility,
-.form-label,
-.navigation,
-.page-title,
-.pingback p,
-.reply,
-.widget-title
-{
-	font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
-}
-
-pre {
-	font-family: "Courier 10 Pitch", Courier, monospace;
-}
-
-code {
-	font-family: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
-}
-
 /* =Structure
 -------------------------------------------------------------- */
 
@@ -106,7 +69,6 @@
 
 /* Text elements */
 ul {
-	list-style: square;
 	margin: 0 1.5em 18px 0;
 }
 blockquote {
@@ -117,6 +79,7 @@
 .screen-reader-text {
 	left: auto;
 	text-indent:-9000px;
+	overflow:hidden;
 }
 
 
@@ -129,6 +92,7 @@
 #site-description {
 	clear: left;
 	float: left;
+	font-style: normal;
 }
 
 /* =Menu
@@ -138,13 +102,14 @@
 	float:right;
 }
 
-#access .menu {
+#access .menu-header,
+div.menu {
     margin-right: 12px;
     margin-left: 0;
 }
 
-
-#access .menu li {
+#access .menu-header li,
+div.menu li{
 	float:right;
 }
 
@@ -165,6 +130,9 @@
 	text-align: right;
 	margin: 0 0 24px -1px;
 }
+.page-title span {
+	font-style:normal;
+}
 .entry-title,
 .entry-meta {
 	clear: right;
@@ -207,17 +175,18 @@
  	margin-left:20px;
 	margin-right:0;
 }
-#content .gallery .gallery-item {
-	float: right;
-}
 
-/* =Images
+
+/* Images
 -------------------------------------------------------------- */
 
 #content .gallery .gallery-caption {
 	margin-right: 0;
 }
 
+#content .gallery .gallery-item {
+	float: right;
+}
 
 /* =Navigation
 -------------------------------------------------------------- */
@@ -239,7 +208,7 @@
 	right: 0;
 	left: auto;
 }
-.comment-author .says {
+.comment-author .says, #comments .pingback .url  {
 	font-style: normal;
 }
 
@@ -264,6 +233,7 @@
 #wp-calendar tfoot #next {
 	text-align: left;
 }
+
 /* Main sidebars */
 #main .widget-area ul {
 	margin-right: 0;
@@ -276,7 +246,9 @@
 
 /* =Footer
 -------------------------------------------------------------- */
-
+#site-generator {
+	font-style:normal;
+}
 #site-generator a {
 	background-position: right center;
 	padding-right: 19px;
Index: wp-content/themes/twentyten/editor-style-rtl.css
===================================================================
--- wp-content/themes/twentyten/editor-style-rtl.css	(revision 0)
+++ wp-content/themes/twentyten/editor-style-rtl.css	(revision 0)
@@ -0,0 +1,25 @@
+html .mceContentBody{
+	direction:rtl;
+	unicode-bidi:embed;
+	float:right;
+}
+* {
+	font-family: Arial, Tahoma, sans-serif;
+}
+/* Text elements */
+ul {
+	margin: 0 -18px 18px 0;
+}
+ol {
+	margin: 0 -18px 18px 0;
+}
+dd {
+	margin-right: 0;
+}
+blockquote {
+	font-style: normal;
+}
+table {
+	text-align: right;
+	margin: 0 0 24px -1px;
+}
\ No newline at end of file
