
/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100%;

}

#page-wrapper {
  min-height: 100%;
  min-width: 980px;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#main {
	padding-bottom: 20px;
}
#header div.section {
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 37px;
}
#secondary-menu {
  position: absolute;
  right: 166px; /* LTR */
  top: 0;
  width: 480px;
}

/*it was 200px, modified for problem in firefox #2556 */
/* non serve piu'
.i18n-fr #block-system-user-menu {
	right: 220px; 
}
*/

#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 670px;
}
.one-sidebar.sidebar-first #content {
  width: 650px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 980px;
  float: none;
}
#sidebar-first {
  width: 330px;
}
#sidebar-second {
  width: 290px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section {
  padding: 25px 0 0 25px;
}
body.sidebar-first #content .section {
  padding: 25px 20px 15px;
}
.sidebar .section {
  padding: 0 0 0 25px;
}
#breadcrumb {
  padding-top: 0;
  padding-bottom: 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  /* padding: 0; */
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer {
  width: 950px;
  min-width: 920px;
}
#footer  .region-footer {
  float: left;
  width: 710px;
}
#footer  .footer-right {
  float: right;
}

