body {
    font: 15px/24px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #383838;
    text-align: right;
	direction: rtl;
}



#site-header #logo {
    float: right;
}

#page-header .page-title {
    margin-right: 32px;
}
#breadcrumbs {
    direction: rtl;
}

#live-search #searchsubmit {
    right: 0;
    left: 0;
    color: #fff;
    margin: 12px 10px 0 12px;
}
#live-search #searchsubmit i {
    margin: 0px 10px 0 0px;
    float: left;
}
#live-search #s {
    float: left;
    float: right;
    direction: rtl;
    text-align: right;
}

#search-result {
    position: absolute;
    background: #fff;
    list-style: none;
    min-width: 260px;
    font-size: 13px;
    top: 20px;
	left:initial;
    right: 5px;
    margin: 0;
    padding: 10px 5px;
    border: 1px solid #d1d1d1;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    z-index: 9999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#search-result:before {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: initial;
    right: 40px;
    position: absolute;
    top: -25px;
    width: 0;
}
#search-result:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: initial;
    right: 40px;
    position: absolute;
    top: -24px;
    width: 0;
    z-index: 999;
}
#search-result a {
    display: block;
    color: #444;
    line-height: 1.4;
    padding: 5px 32px 5px 32px;
    position: relative;
}
#search-result li.standard a:before, #search-result li.video a:before, #search-result li.faq a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    margin: 0 4px 0 4px;
    position: absolute;
    left: initial;
    right: 10px;
}

#page-header p {
    color: #808080;
    font-size: 16px;
    margin: 0 6px 0 6px;
    text-align: right;
    direction: rtl;
}
#homepage-categories .column:before {
    left: initial;
    right: 0;
}
#homepage-categories h3 {
    font-size: 16px;
    margin: 0 30px 0 30px;
}

#homepage-categories .cat-count, .category .sub-categories .cat-count {
    margin: 0 5px 0 5px;
}

#homepage-categories h3 {
    margin: 0 30px 10px 15px;
}

#homepage-categories .sub-categories li {
    padding: 0 30px 0 30px;
}

#homepage-categories ul li {
    padding: 0 30px 0 30px;
}
#homepage-categories ul li:before {
    left: initial;
    right: 0;
}


.category .sub-categories li {
    padding: 0 30px 0 30px;
    margin: 0 10px 0 10px;
    position: relative;
    float: right;
    width: 50%;
}
.category .sub-categories li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    left: initial;
    right: 0;
    position: absolute;
    top: 0;
    content: "\f07b";
}

.post {
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 30px;
    padding: 0 50px 30px 50px;
    position: relative;
}
.post:before {
    content: "\f0f6";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: normal;
    left: initial;
    right: 0;
    position: absolute;
    top: 10px;
}

#primary.sidebar-right #content {
    float: left;
    paddings: 40px 40px 0 40px;
    border-lefts: 1px solid #e6e6e6;
}

.widget li {
    margin: 0 10px 10px 10px;
}

.widget .widget-title span {
    background: #fff;
    display: table;
    margin: -7px 0 -9px;
    padding: 0 10px 0 10px;
    float: right;
}

.widget_recent_entries li, .widget_recent_comments li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_archive li, .widget_recent_comments li {
    padding: 0 14px 0 14px;
    position: relative;
}

.widget_recent_entries li:before, .widget_meta li:before, .widget_nav_menu li:before, .widget_pages li:before, .widget_archive li:before, .widget_recent_comments li:before {
    font-family: FontAwesome;
    content: "\f104";
    position: absolute;
    top: 0;
    left: initial;
    right: 0px;
}

.single #page-header, .single-format-video #page-header, .category #page-header {
    padding-left: 20px;
    padding-right: 20px;
}
.single #page-header:before, .single-format-video #page-header:before, .category #page-header:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 32px;
    font-weight: normal;
    position: absolute;
    left: initial;
    right: 0;
    top: 9px;
}

.entry-content p, .entry-content ul, .entry-content ol, .entry-content dl, .entry-content blockquote, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content code, .entry-content pre, .entry-content table {
    margin: 0 0 24px;
    text-align: right;
}

#related-posts li {
    margin: 0 0 5px;
    width: 50%;
    float: right;
}
#related-posts li.standard a:before, #related-posts li.video a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    margin: 0 10px 0 10px;
    float: right;
}