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

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  min-width: 960px;
}
#top div.region, 
#header div.section,
#featured div.section,
#messages div.section,
#main,
#footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  /*position: relative; commented out because it is thought to prevent display of dropdown menu in IE6*/
}
#logo {
  float: left; /* LTR */
  padding: 30px 15px 30px 0; /* LTR */
}
#name-and-slogan {
  float: right; /* LTR */
  width: 680px;
  padding-top: 20px;
  margin: 0 0 10px 0; /* LTR */
}
h1#site-name {
  margin: 0;
}
.region-header {
  float: right; /* LTR */
  width: 680px;
  margin: 0 0 10px 0;
}
#secondary-menu {
  
}
#content,
#sidebar-first,
#sidebar-second {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 660px;
}
.two-sidebars #content {
  width: 360px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 300px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section {
  padding: 0 15px;
}
.sidebar .section {
  padding: 0 0 0 15px;
}
#breadcrumb {
  margin: 0 15px;
}