/*
Theme Name: Blogger
*/

body {
	direction: rtl;
	unicode-bidi: embed;
}

/*********************************
header
*/
#logo {
    float: right;
    text-align: right;
}


#wp-navigation ul {
    float: right;
    text-align: right;
}


/*********************************
content
*/

.post-title, .page-title {
    text-align: right;
}

.post-summary, .post-content{
    text-align: right;
}

.post-page {
    text-align: right;
}

.post-content ol, .post-content ul,
.post-page ol, .post-page ul,
.post-summary ol, .post-summary ul{
	list-style: none;
	text-align:right;
}

.post-meta, .post-tags{
	text-align:right;
}
.post-navigation {
    text-align: right;
    padding-right: 15px;
}

/*sidebar*/

#sidebar .widget-title {
    text-align: right;
}

#sidebar .widget {
    text-align: right;
}

#sidebar .cat-item {
    list-style: none;
    margin-left: 15px;
}

#sidebar .widget_archive li {
    list-style: none;
    text-align:right;
}

#post-page-comments {
   text-align: right;
}

.search-post-title {
	text-align:right;
}

#search-not-found{
	float:right;
	text-align:right;
}

#error-page {
    text-align: right;
}

#error-page li{
	text-decoration:none;
	text-align:right;
}

.search-suggest {
    float:right;
}

/*********************************
footer
*/

#footer .widget-title{
	text-align:right;
}
#footer .widget {
    text-align: right;
}

#footer .cat-item {
    list-style:none;
}

#footer .widget_archive li {
     list-style:none;
}