
/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  width: 985px;
  margin: 0 auto;
}
#header div.section,
#messages div.section,
#main,
#footer-columns,
#footer {
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
}

#content,
#sidebar-first,
#sidebar-second,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 773px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 985px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 212px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section {
  padding: 0 0 0 12px;
}
#breadcrumb {
  margin: 0 15px;
}

.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn {
    padding: 20px 15px;
    width: 296px;
}
#footer {
  width: 940px;
  min-width: 920px;
}
