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

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

#top-secondary-menu {
background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/themes/bartik/images/catmenu.png");
    background-position: center bottom;
    background-repeat: repeat-x;
	height: 43px;
}
#secondary-menu {
 
  width: 1200px;
  background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/themes/bartik/images/catmenu.png");
    background-position: center bottom;
    background-repeat: repeat-x;
	height: 43px;
}
#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: 689px;
}
.two-sidebars #content {
  width: 600px;
}
.no-sidebars #content {
  width: 1200px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 300px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 0 15px;
}
#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  padding: 35px 5px 30px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer {
  width: 940px;
  min-width: 920px;
}
