/* $Id: layout-fixed-rtl.css,v 1.6 2009/11/04 20:16:50 johnalbin Exp $ */

/**
 * @file
 * RTL companion for the layout-fixed.css file.
 */


/*
 * Content
 */
#content,
.no-sidebars #content {
  float: right;
  margin-left: -960px; margin-left: -780px; /* Negative value of #content's width + left margin. */
  margin-right: 0; 
}
.wide #content,
.wide .no-sidebars #content {
margin-left: -960px; margin-right: 0; 
}
.sidebar-first #content {
  margin-left: -960px; margin-left: -780px; /* Negative value of #content's width + left margin. */
  margin-right: 140px; /* The width of .region-sidebar-first. */ 
}
.wide .sidebar-first #content { margin-left: -960px;margin-right: 140px;}

.sidebar-second #content {
  margin-left: -820px; margin-left: -640px; /* Negative value of #content's width + left margin. */
  margin-right: 0; 
}
.wide .sidebar-second #content {margin-left: -640px;margin-right: 0; }

.two-sidebars #content {
  margin-left: -820px; margin-left: -640px; /* Negative value of #content's width + left margin. */
  margin-right: 140px; /* The width of .region-sidebar-first */
}
.wide .two-sidebars #content { margin-left: -820px;margin-right: 140px;  }
/*
 * Navigation
 */
#navigation {
  float: right;
  margin-left: -100%;
  margin-right: 0; /* Negative value of #navigation's width + left margin. */
}

#navigation ul /* Primary and secondary links */ {
  text-align: right;
}

#navigation li /* A simple method to get navigation links to appear in one line. */ {
  float: right;
  padding: 0 0 0 10px;
}

/*
 * First sidebar
 */
.region-sidebar-first {
  float: right;
  margin-left: -140px; /* Negative value of .region-sidebar-first's width + left margin. */
  margin-right: 0; 
}

.region-sidebar-first .section {
  margin: 0 0 0 5px;
}

/*
 * Second sidebar
 */
.region-sidebar-second {
  float: right;
  margin-left: -960px; margin-left: -780px; /* Negative value of .region-sidebar-second's width + left margin. */
  margin-right: 820px; margin-right: 640px; /* Width of content + sidebar-first. */
}
.wide .region-sidebar-second {margin-left: -960px;margin-right: 640px; }

.region-sidebar-second .section {
  margin: 0 10px 0 0; 
}

.page-wide #content {
  
  margin-left: -780px!important; /* Negative value of #content's width + left margin. */
  margin-right: 0!important; 
}

/*NEW 960PX WIDE*/


.wide .page-wide #content {
margin-right: 0!important; margin-left:-960px!important;
}





