/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Lani Goto
Version:  May 2014
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Google font */

@import url(https://fonts.googleapis.com/css?family=Roboto);


/* Background */

body {
	background: #e6e2da url(assets/md5images/40bc02256d6e8da339c3886f607ba3a0.gif) top left repeat-x; }


/* Header */

#govst #header {
	height: 110px;
	border-bottom: 10px solid #5399ae; }

#govst #header #logo,
#govst #header #logo * {
	width: 400px;
	height: 110px;
	padding: 0;
	margin: 0; }

#govst #header #pagetitle,
#govst #header h1,
#govst #header h1 a {
	width: 580px;
	height: 110px;
	padding: 0;
	margin: 0;
	display: block; }

#govst #header #pagetitle {
	margin-left: 400px; }

#govst #header h1 a {
	background: #ffffff url(assets/md5images/9cd7e9c6e2958219789a06a8193d25e3.jpg) top left no-repeat;
	text-indent: -9999px; }



/* Navigation */

#govst #navigation {
	height: 43px;
	margin-bottom: 17px; }

#govst #navigation #tabs,
#govst #navigation #tabs ul,
#govst #navigation #tabs ul li {
	padding: 0; }

#govst #navigation #tabs a {
	height: 43px;
	line-height: 43px;
	font-family: "Roboto", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background-color: #365c72;
	padding: 0 11px;
	margin: 0;
	border: 0;
	float: left; }

#govst #navigation #tabs a:hover,
#govst #navigation #tabs a:active,
#govst #navigation #tabs a:focus {
	text-decoration: underline; }


/* Sidebar */

#govst #sidebar p.site-follow {
	display: none; }

#govst #sidebar h2 {
	font-family: "Roboto", Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	background-color: transparent;
	padding: 4px 0;
	border-top: 0;
	border-bottom: 0;
	text-indent: 15px; }

#govst #sidebar a, 
#govst #sidebar p.advanced a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none; }

#govst #sidebar a:hover,
#govst #sidebar a:active,
#govst #sidebar a:focus,
#govst #sidebar p.advanced a:hover,
#govst #sidebar p.advanced a:active,
#govst #sidebar p.advanced a:focus {
	color: #000;
	text-decoration: underline;
	background-color: transparent; }

#govst #sidebar #sidebar-search label {
	font-size: 13px;
	color: #000; }

#govst #sidebar p.advanced + div {
	display: none; }


/* Main Content */

#govst #content {
	background-color: transparent; }

#govst #wrapper { 
	background: #fff url(assets/md5images/9e8630fb33fbb314fcf5057701d19031.gif) top left repeat-y; }

#govst #dcn-home h2 {
	font: normal 21px "Roboto", Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-top: 30px; }

#govst #dcn-home h2 a {
	text-transform: none; }

#govst #dcn-home #cover-browse h3 { 
	background: url(assets/md5images/d22ef18800390a0a12f468d1ba7c896d.gif) left no-repeat; }

#govst #dcn-home #cover-browse h3 a {
	font: normal 16px Verdana, Helvetica, Arial, sans-serif;
	text-decoration: underline; }

#govst #dcn-home .box.aag h2,
#govst #dcn-home .box.potd h2{
	width: 267px;
	font: normal 16px "Roboto", Verdana, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #999; }

#govst #dcn-home .box.aag a,
#govst #dcn-home .box.potd a {
	font-size: 12px;
	border-bottom: 1px solid #999;
	background: none; }

#govst #main.text .box a:link,
#govst #main.text .box a:visited {
	font-size: 12px;
	text-decoration: none; }

#govst #main.text .box a:hover,
#govst #main.text .box a:active,
#govst #main.text .box a:focus {
	text-decoration: underline; }

#govst #main.text a:link,
#govst #main.text a:visited {
	color: #1c5f76;
	text-decoration: underline; }

#govst #main.text a:hover,
#govst #main.text a:active,
#govst #main.text a:focus {
	color: #000;
	text-decoration: underline; }

#govst #content #series-home ul li {
	background-image: url(assets/md5images/d22ef18800390a0a12f468d1ba7c896d.gif) left no-repeat; }

#govst #message ul.confirm ul li,
#govst #message ul.warning ul li {
	background-image: url(assets/md5images/d22ef18800390a0a12f468d1ba7c896d.gif); }


/* Footer */

#govst #footer {
	margin-top: 19px;}
	
#footer p:first-of-type {
padding-top: 21px; }

#govst #footer,
#govst #footer #bepress a {
	height: 84px;
	background-color: #333333; }

#govst #footer p { }

#govst #footer p,
#govst #footer p a {
	font-size: 12px;
	color: #fff;
	text-decoration: none; }

#govst #footer p a:hover,
#govst #footer p a:active,
#govst #footer p a:focus {
	text-decoration: underline; }


/* Advanced Search */
.legacy #govst #wrapper { 
	background-image: none; }
	
/* Styling image assets for the Reef Story static pages - AB 10-15-19 */
#govst .reefstory .reefimage {
	align: center;
	width: 655px;
	height: auto;
	padding: 5px;
}

/* Grid layout on home page - AB 3-13-20 */
#govst #cover-browse {
	display: grid;
	grid-template-areas: "left right";
	padding-bottom: 10px;
}

#govst #cover-browse #box-left {grid-area: left;}
#govst #cover-browse #box-right {grid-area: right;}