/*
Theme Name: Twenty Ten
*/


/*
RTL Basics
*/


body {
	direction:rtl;
	unicode-bidi:embed;
	text-align: right;
}


/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0;
}

#primary,
#secondary {
	float: right;
}




/* =Global Elements
-------------------------------------------------------------- */

/* Text elements */
blockquote {
	font-style: normal;
}

/* Text meant only for screen readers */
.screen-reader-text {
	left: auto;
	text-indent:-9000px;
	overflow:hidden;
}



/* =Menu
-------------------------------------------------------------- */

#header .menu-header li{
	float:right;
}

#header .menu-header ul ul {
	left:auto;
	right:0;

}
#header .menu-header ul ul ul {
	left:auto;
	right:100%;
}


/* =Navigation
-------------------------------------------------------------- */
.nav-previous {
	float: right;
}
.nav-next {
	float: left;
	text-align:left;
}

/* =Comments
-------------------------------------------------------------- */

.commentlist li.comment {
	padding: 0 56px 0 0;
}
.commentlist .avatar {
	right: 0;
	left: auto;
}
.comment-author .says, #comments .pingback .url  {
	font-style: normal;
}

/* Comments form */
.children #respond {
	margin: 0 0 0 48px;
}

/* =Content
-------------------------------------------------------------- */
.page_content {
	float: right;
}

.attachment-fullsize.wp-post-image {
	float: left;
}

.page_content li {
	background-position: 429px 5px;
}
