/* [Ignore this comment, not written by Scot/Inner File or PMEL] This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

/* PMEL: */
/* Layout	Size	CSS Stylesheet						Description */
/* Mobile	All		global								Apply first to all device widths. */
/* Tablet	>=740px	pacific-marine-alpha-default		Inherit Mobile, add/override from Tablet. */
/* Desktop	>=980px	pacific-marine-alpha-default-normal	Inherit Global & Tablet; add/override from Desktop. */
/* Desktop  >=1220px pacific-marine-alpha-default-wide  Inherit Global, Tablet, Desktop; add/override from wide Desktop */

html body.admin-menu {
	margin-top: 29px !important;
}
body {
	height: 100%;
	width: 100%;
	position: relative;
	min-height: 970px;
	background-color: #a1a3aa;
}
#zone-header-wrapper {
	background: #fff url('../images/subtlenet2_@2X.png') repeat;
	padding-bottom: 5px;
}
#section-content {
	background: #ECECEC url('../images/whitey.png') repeat;
}
.front #section-content {
	margin-bottom: 0;
}
#zone-menu-wrapper {
	background-color: #c6c6c6;
	border-top: 7px solid #0A6B76;
	border-bottom: 4px solid #ECECEC;
}
#region-branding,
#region-menu {
	margin-left: 0;
}
#region-header-first,
#region-menu {
	margin-right: 0;
}
#region-header-first {
	width: 310px;
}
#region-menu {
	width: 720px;
}
.logo-img {
	margin-right: 0;
	background: none;
	height: inherit;
	width: inherit;
}
.logo-img img {
	display: block;
}
#block-search-form {
	/*float: right;*/		/* Causes horizontal scrollbar. Moved to #block-search-form input - tn */
	margin-top: 10px;
	display: block;
}
#block-search-form input {
	padding: 5px 20px;
	font-size: 14px;
	width: auto;
	margin: 0;
	float: right;		/* Moved here -tn */
}
#hamburger,
#search {
	display: none;
}
/** main menu **/
#block-system-main-menu {
	margin: 0;
	display: block;
	padding: 0;
}
#block-system-main-menu .content li {
	padding: 0px;
	margin: 0px;
	float: none;
	width: auto;
	display: inline;
}
#block-system-main-menu .content li a {
	/*background: #5e96c9;*/
	padding: 7px 13px;
	border-right: 1px solid #ECECEC;
	/*border: 1px solid #5F9FD6;
  border-radius: 3px;*/
	color: #343434;
	font-weight: bold;
	font-size: 17px;
	line-height: inherit;
	display: inline-block;
	margin-right: -4px;	/* CSS-Tricks: Hack to remove spaces between inline block elements */
	width: auto;
	text-align: left;
}
#block-system-main-menu li a:after {
	display: none;
}
#block-system-main-menu .content li.last a {
	margin-right: 0;
	border-right: 0;
}
#block-system-main-menu .content li a:hover {
	background: #fff;
	color: #0A6B76;
}
#block-system-main-menu .content li.expanded {
	position: relative;
}
#block-system-main-menu .content li.expanded ul.menu {
	display: none;
	position: absolute;
	left: 0;
	top: 20px;		/* Original value: 21px; Made 1 px less to make drop-downs open upon mouseover - tn */
	text-align: left;
}
#block-system-main-menu .content li.expanded:hover ul.menu {
	display: block;
	z-index: 10;
	width: 200px;
	padding: 0;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #343434;
}
#block-system-main-menu .content li.expanded:hover ul.menu a {
	background: none;
	border: none;
	border-radius: 0px;
	padding: 3% 10%;
	width: 80%;
	color: #0A6B76;
	font-weight: normal;
	font-size: 15px;
}
#block-system-main-menu .content li.expanded:hover ul.menu a:hover {
	color: #fff;
	background: #0A6B76;
}

/* Override style in views_slideshow_cycle.css - tn (4/28/17)*/
/* If set to inline, security update on Slideshow module causes deformed arrows */
.views-slideshow-pager-fields div {
	display: block;
}

/** content zone **/
.not-front #zone-content {
	background-color: #fff;
	/*-moz-box-shadow: 0px 0px 10px 2px rgba(68,68,68,0.6);*/
	/*-webkit-box-shadow: 0px 0px 10px 2px rgba(68,68,68,0.6);*/
	/*box-shadow: 0px 0px 10px 2px rgba(68,68,68,0.6);*/
	margin-bottom: 0;
}
.front #zone-content .region {
	background-color: #fff;
	/*-moz-box-shadow: 0px 0px 10px 2px rgba(68,68,68,0.6);*/
	/*-webkit-box-shadow: 0px 0px 10px 2px rgba(68,68,68,0.6);*/
	/*box-shadow: 0px 0px 10px 2px rgba(68,68,68,0.6);*/
	margin-bottom: 0;
}
.front #zone-content .region-inner {
	padding: 30px;
}
.sidebar #zone-content #region-sidebar-first .region-inner {
	padding: 20px 0 20px 20px;
}
.sidebar #zone-content #region-content .region-inner {
	padding: 20px 20px 20px 0px;
}
.not-front .no-sidebar #zone-content .region-inner {
	padding: 20px 20px 20px 20px;
}
.front #region-content {
	margin-left: 0;
	margin-right: 0;
	width: 720px;
}
/** postscript **/
#zone-postscript .region {
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px 2px rgba(68,68,68,0.6);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(68,68,68,0.6);
	box-shadow: 0px 0px 10px 2px rgba(68,68,68,0.6);
	position: relative;
}
#zone-postscript .region .view-footer {
	position: absolute;
	bottom: 0;
}
#zone-postscript .region .view-footer p {
	margin-bottom: 10px;
}
#zone-postscript .grid-6.region {
	width: 350px;
	margin-left: 0;
}
#zone-postscript .grid-3.region {
	width: 170px;
	margin-left: 5px;
}
.front #region-postscript-third {
	margin-right: 0;
}
#zone-postscript .region-inner {
	padding: 10px 10px 40px 10px;
}
/** footer **/
#section-footer {
	background: #a1a3aa;
	border-top: 2px solid #0A6B76;
	text-align: left;
	padding: 0;
	padding-top: 35px;
	padding-bottom: 30px;
	color: #ECECEC;
}
#zone-footer a,
#zone-footer a:link,
#zone-footer a:visited {
	color: #ECECEC;
}
#zone-footer a:hover {
	color: #761f1f;
}
/* Pipe delimiter between menu items - tn */
footer ul.menu li.leaf a {
	border-right-color: #ECECEC;
}
#block-block-1 {
	float: left;
	margin-right: 10px;
}
#block-block-1 img {
	width: 70px;
}
#block-block-2,
#block-menu-menu-footer-first-menu {
	float: left;
}
#block-block-2 p {
	margin-bottom: 10px;
}
#block-block-3 p {
	margin: 0 0 23px 0;
	text-align: right;
}
#block-menu-menu-footer-first-menu ul li {
	margin: 0;
}
#block-menu-menu-footer-second-menu {
	margin-top: 10px;
	float: right;
}
/** node-specific **/
.node-type-pmel-theme #page-main,
.node-type-page #page-main,
.node-type-documentation-page #page-main{
	float: left;
	width: 73%;
	padding-right: 2%;
}
.node-type-pmel-theme #page-right,
.node-type-page #page-right,
.node-type-documentation-page #page-right{
	float: left;
	width: 25%;
}
/* third level menu items */
#block-system-main-menu .content li.expanded ul.menu li ul.menu {
	display: none;
	position: absolute;
	left: 200px;
	top: -7px;
	text-align: left;
}
#block-system-main-menu .content li.expanded ul.menu li:hover ul.menu {
	display: block;
	z-index: 20;
	width: 200px;
	padding: 0;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #0269b1;
}
.breadcrumb a {
	color: #0059B3;
}
.breadcrumb {
	display: block;	/* Show breadcrumbs if non-mobile device */
	font-size: 11px;
	color: #000;
	margin-top: 3px;
	padding: 0;
}
