
/*

#content,
#sidebar-first,
#sidebar-second {
  float: left;
  display: inline;
  position: relative;
}

#content {
  width: 100%;
}
body.sidebar-first #content {
  width: 80%;
  left: 20%; /* LTR */ /*
}
body.sidebar-second #content {
  width: 80%;
}
body.two-sidebars #content {
  width: 60%;
  left: 20%;
}

#sidebar-first {
  width: 20%;
  left: -80%; /* LTR */ /*
}

body.two-sidebars #sidebar-first {
  left: -60%; /* LTR */ /*
}

#sidebar-second {
  float: right; /* LTR */ /*
  width: 20%;
}

.section {
  margin: 10px;
}
*/