
/* ---------- 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,
#footer-columns,
#footer {
  width: 1263px;
  margin-left: auto;
  margin-right: auto;
}
#header 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;
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
}
#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: 720px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 240px;
}
#main-wrapper {
  min-height: 0px;
}
#content .section,
.sidebar .section {
  /*background:url(../images/content_gradient.png) repeat-x scroll left top rgba(0, 0, 0, 0)! important;*/
  margin-top:-40px;
  padding: 1px 15px;
}
#breadcrumb 
  /*margin: 0 15px;
  position: absolute;
  top: 35px;*/
{
  width:97% !important; height:40px; float:left; position:relative; background:#dcdcdc; border-radius:5px; line-height:40px; vertical-align:middle; margin-bottom:20px; margin-top:70px; margin-left:5px;
}
.region-triptych-first
{
margin: 0px 80px 0px;
width: 250px;
}
.region-triptych-middle
{
margin: 0px 82px;
width: 250px;
}

.region-triptych-last
{
margin: 0px 60px 0px 101px; 
width: 250px;
}

#footer-wrapper {
  border-top: 1px solid #CCCCCC;
  float: left;
  height: 45px;
  position: relative;
  width: 100%;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  font-size:0.8em;
  width: 100%;
}
#footer {
  width: 940px;
  min-width: 920px;
}
