/* This file just contains specific stuff for left-to-right language pages */

div.children {
  float: right;
}

div.content {
  position: static;
  width: 90%; /* this is for IE */
  min-width: 60%;
  margin-top: 2em;
  margin-left: 1em;
  margin-right: 1em;
  margin-left: 0em;
  padding: 0em;
  margin-left: 1em;  /* this doesn't work if it's in public.css!? */
}

div[class=content] {
  width: auto;
}

div.content span.image, div.content span.photo {
  width: auto;
  margin-right: 1em;
  float: left;
}

div.breadcrumb {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}

div.sidebar {
  left: 1em;
  display: none;
}

div.menu {
  margin-bottom: 3em;
  padding-bottom: 3em;
}

div.menu div {
  width: 12%;
  float: left;
}

div.footer div.next-prev {
  width: auto;
  float: right;
  text-align: right;
}

div.footer div.menu-bottom div {
  width: 12%;
  float: left;
}

img.photo-prev {
  float: left;
  margin-right: 2em;
}

img.photo-next {
  float: right;
  margin-left: 2em;
}

ul, ol {
  margin-left: 1em;
  padding-left: 1em;
}

dl.sitemap-item dd {
  margin-left: 3em;
}


