
/**
 * @file
 * Main theme stylesheet for RTL languages.
 */

/*******************************************************************************
 * Branding
 ******************************************************************************/
#branding a {
  float: right;
}
#branding ul.links {
  float: left;
}
#branding .breadcrumb {
  float: right;
}
#branding .breadcrumb a,
#branding .breadcrumb strong {
  float: right;
}
#branding .breadcrumb a,
#branding .breadcrumb strong {
  background: url(../images/bleeds-rtl.png) 0 -60px no-repeat;
}
#branding ul.links a {
  background: url(../images/bleeds-rtl.png) 100% -30px no-repeat;
}
#branding ul.links a:hover {
  background-position: 100% -90px;
}
#branding .breadcrumb-depth-0 a,
#branding .breadcrumb-depth-0 strong {
  padding-right: 10px;
}
#branding .breadcrumb a:hover {
  background-position: 0% -90px;
}
ul.primary-tabs.links li{float: left !important;}
#branding .breadcrumb-link {float: right;}
/* Branding end */

/*******************************************************************************
 * Page title
 ******************************************************************************/
#page-title .page-title span.icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
/* Page title end */

/*******************************************************************************
 * Tabs
 ******************************************************************************/
ul.primary-tabs {
  left: 60px;
  right: auto;
  float: left;
}
ul.primary-tabs li {
  padding-left: 0;
  padding-right: 5px;
}
ul.primary-tabs li.active a,
ul.primary-tabs li.active a.active {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}
ul.secondary-tabs {
  float: left;
}
/* Tabs end */

/*******************************************************************************
 * Footer
 ******************************************************************************/
#footer .footer-message {
  float: right;
}
#footer .feed-icons {
  float: left;
}
#footer .feed-icons a,
#footer .feed-icons label {
  float: right;
}
/* Footer end */

/*******************************************************************************
 * Help
 ******************************************************************************/
a#help-toggler {
  left: 30px;
  right: auto;
}
#help-text.with-tabs {
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
#help-text .breadcrumb-link {
  padding-left: 0;
  padding-right: 20px;
}
/* Help end */

/*******************************************************************************
 * Content
 ******************************************************************************/
#help-text,
.help-page,
div.comment,
div.node {
  background-position: 35% 0%;
}
#help-text .column-main .column-wrapper {
  padding-left: 0;
  padding-right: 59px;
}
#help-text .column-main .column-wrapper span.icon {
  left: auto;
  right: 15px;
}
/* Content end */

/*******************************************************************************
 * System
 ******************************************************************************/
.admin .right {
  padding-left: 0;
  padding-right: 5px;
  float: left;
  margin-left: 0 !important;
}
.admin .left {
  padding-left: 5px;
  padding-right: 0;
  float: right;
  margin-right: 0 !important;
}
/* admin/content/node & admin/user/user */
#content dl.multiselect,
#content dl.multiselect dt,
#content dl.multiselect dd {
  margin: 0 0 0 10px;
}
/* Update options. */
.admin-options label,
.admin-options .form-item {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
/* Tabs and shortcut icons. */
#page-title .page-title {
  float: right;
}
.add-or-remove-shortcuts,
.action-links {
  float: right;
}
.tabledrag-toggle-weight-wrapper {
  float: left;
  text-align: right;
}
/* System end */
