/**
 * @file
 *
 * Used for layout of main elements. Styling is divided by region.
 */

/* ==========================================================================
   General classes
   ========================================================================== */
.l-container {
/*  background-color: #fff;*/
  margin: 0 auto;
  max-width: 984px;
  overflow: hidden;
}

.l-left {
  float: left;
}
.l-right {
  float: right;
}
.position-fixed {
  position: fixed !important;
}
nav ul.topmenu.position-fixed {
  background: #fff;
  bottom: 0;
  top: 88px;
}
nav ul.topmenu.position-fixed .submenu {
  bottom: -3px;
  overflow-x: hidden;
}

.shadow {
  background: transparent url(../images/shadow.png) no-repeat 0 0;
  height: 10px;
}

ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu .leaf {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dotted {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAIVBMVEVDQ0P///9DQ0NERERDQ0NERERDQ0NDQ0NERERDQ0NDQ0PBpoE4AAAAC3RSTlMAAAEBCQkhIiJ3eAutQ4kAAAAfSURBVHheY4hoYRRkyFxuCCRmKAoyhKUAuYJAgEYAAI46BVD7ZUJSAAAAAElFTkSuQmCC) repeat-x;
  clear: both;
  height: 4px;
  margin: 10px 0;
}

.relatedArticlesBlockMonthlyFocus .views-row {
  box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.5);
  min-height: 117px;
  margin-bottom: 16px; 
}

.category a {
  color: #ba7300;
  font-size: 16px;
  margin-top: 0.25em;
  text-transform: uppercase;
  z-index: 999;
}
.category a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Header
   ========================================================================== */
#header {
  background: #099fb9;
  height: 88px;
  margin-top: 0;
  position: absolute;
  width: 100%;
  z-index: 11;
}

.region-toolbar-header {
  color: #39659e;
  font-size: 11px;
}
.region-toolbar-header .menu {
  float: right;
  padding: 4px 8px;
}
.region-toolbar-header li + li:before {
  content: ' | ';
}
.region-toolbar-header a, .region-toolbar-header a:hover, .region-toolbar-header a:visited {
  color: #39659e;
}

/* ==========================================================================
   Content
   ========================================================================== */
#content-container {
  padding-top: 93px;
}
#content-container #content {
  padding-top: 5px;
  position: relative;
}
#messages,
#block-system-main {
  padding: 0 10px;
}
.region-content {
  overflow: hidden;
  padding-bottom: 16px;
}
.page-taxonomy-term .region-content {
  padding-bottom: 0;
}

.sidebar {
  border-left: #747474 solid 1px;
  float: right;
  min-height: 984px;
  padding: 0 16px;
  position: relative;
  width: 297px;
}

/* ==========================================================================
   Post content
   ========================================================================== */
#post-content-container {
  background: transparent;
  display: none;
}
#post-content-container .shadow {
  background-position: bottom;
  height: 15px;
}
.region-post-content {
  background: #fff;
  overflow: hidden;
  padding: 16px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer .shadow {
  background-position: bottom;
  display: none;
  height: 15px;
}

.region-footer .menu {
  padding: 0;
}
.region-footer .menu .leaf {
  background-color: #099fb9;
  border-bottom: 1px solid #ccc;
  display: block;
  text-transform: uppercase;
}
.region-footer .menu .leaf.last {
  /*display: none;*/
}
.region-footer .leaf a {
  background: url(../images/button-wide-arrow.png) no-repeat right;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 36px;
  margin-right: 10px;
  padding: 2px 10px 0;
}
a.back-to-top {
  background-color: #099fb9;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 25px;
  height: 28px;
  line-height: 25px;
  margin: 5px;
  outline: none;
  padding: 3px 3px 0;
  width: 28px;
  text-align: center;
}

.print-only { display: none; }

@media print { 
	#sliding-popup,
  .no-print { display: none !important; }
	.print-only { display: initial !important; }
}
