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

html,
body,
#page  {
  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;
}
#header {
	width: 100%;
}
#header div.section {
  height: 255px; /* Previous #header div.section height: 240px */
	position: relative;
}

.region-header {
  width: 980px;
}

.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
	height: 0;
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 675px;
  margin-left: 40px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 980px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 255px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 15px 15px;
}
#breadcrumb {
  margin: 0 15px;
}
#triptych_title .block {
	width: 980px;
	margin: 0 auto;
}

.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 0px 20px;
  width: 280px;
}

.region-footer-firstcolumn {
	margin-left: 0px;
	padding: 0 68px 0 60px;
  width: 400px;
}

.region-footer-secondcolumn {
	margin-right: 0;
	padding: 0 60px 0 30px;
  width: 300px;
}