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

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  min-width: 960px;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#latest,
#footer-columns,
#footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0 0px 10px;
  position: relative; z-index: 2000;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
.region-top-menu { position: relative; z-index: 1000; }

#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
}
#content,
#sidebar-first,
#sidebar-second,
#front-slider,
#front-feature,
#front-latest,
.region-front-latest,
.region-front-testimonials,
.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: 640px;
}
.two-sidebars #content {
  width: 380px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 320px;
}
#main-wrapper {
  min-height: 300px;
}

#content .section {
  padding: 0 0px 0 0;
}

#sidebar-first .section {
  padding-right: 30px;
}

#sidebar-second .section {
  padding-left: 30px;
}

.sidebar .section {
  padding: 0 0 0 0px;
}

#breadcrumb {
  margin: 0 15px;
  width: auto;
}

#topmenu-right {
	float: right;
	text-align: right;
}

.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  padding: 5px 5px 30px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 12px;
  width: 293px;
}
#footer {
  width: 940px;
  min-width: 920px;
}

.region-front-latest {
  margin: 0px 0px 10px;
  width: 735px;
}
.region-front-testimonials {
  margin: 0px 0px 0px 18px;
  width: 207px;
}
/* ---------- Front Page ----------- */

#front-slider {
  width: 640px;
  height: 350px;
}

#front-feature {
  width: 320px;
  height: 350px;
}

#top-menu {
  clear: both;
}
