/*
Theme Name: Sea Grant
Theme URI: 
Description: Sea Grant Wordpress Theme
Author: Splendor Design Group
Author URI: http://splendorgraphics.com
Version: 1.0
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com
   ========================================================================== */

html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}


/* ===== Primary Styles =====================================================
   Author: Splendor Design Group 
   ========================================================================== */
body {
	background: #0b244d;
	font: 15px "proxima-nova",sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-weight: normal;
	
}
nav ul {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all .2s ease-in-out;	
	-moz-transition: all .2s ease-in-out;	
	-o-transition: all .2s ease-in-out;	
	-ms-transition: all .2s ease-in-out;	
	transition: all .2s ease-in-out;
	color: #0b244d;
	text-decoration: underline;
}
a:hover {
	color: #0877a6;
}

.more-link {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #0877a6;
}
.more-link:hover {
	color: #c66a38;
}

::-webkit-input-placeholder {
   color: #010101;
}
:-moz-placeholder {
   color: #010101;  
}
::-moz-placeholder {  
   color: #010101;  
}
:-ms-input-placeholder {  
   color: #010101;  
}

.wrapper {
	width: 1080px;
	margin: 0 auto;
}

#container {
	background: url(img/header.jpg) repeat-x center top #fff;
}

header {
	height: 128px;
}
#logo {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	background: url(img/logo.png) no-repeat;
	width: 161px;
	height: 111px;
	margin-top: 8px;
}

#nav {
	background: url(img/nav.gif) repeat-x center bottom #0b244d;
	height: 44px;
	line-height: 44px;
	position: relative;
	z-index: 1000;
	margin-bottom: 34px;
}
#nav ul li {
	display: block;
	float: left;
	position: relative;
	padding-right: 3px;
	background: url(img/nav-s.gif) repeat-y right bottom;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	font-size: 17px;
	font-weight: bold;
	color: #289dce;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .0s ease-in-out;	
	-moz-transition: all .0s ease-in-out;	
	-o-transition: all .0s ease-in-out;	
	-ms-transition: all .0s ease-in-out;	
	transition: all .0s ease-in-out;
}
#nav ul li.sub a {
	background: url(img/arrow-d.png) no-repeat right center;
	padding-right: 30px;
}
#nav ul li a:hover,
#nav ul li a.active,
#nav ul li a.hover,
#nav ul li.current-menu-item a,
#nav ul li.current-menu-ancestor a {
	color: #fff;
}
#nav ul li:first-child a {
	padding-left: 0;
}
#nav ul ul {
	position: absolute;
	top: 44px;
	left: 0;
	width: 240px;
	background: #0b244d;
	padding: 0 0 10px 0;
	display: none;
}
#nav ul ul li {
	float: none;
	padding: 0 !important;
}
#nav ul ul li a {
	background: none !important;
	color: #fff !important;
	float: none;
	height: auto;
	line-height: normal;
	padding: 10px 10px 10px 30px !important;
	font-size: 17px;
	font-weight: normal;
	text-transform: none;
}
#nav ul ul li a:hover {
	background: #06609e !important; 
}

#nav form {
	width: 206px;
	float: right;
	height: 20px;
	padding-top: 8px;
}
#nav form .txt {
	float: left;
	border: 0;
	outline: 0 none;
	background: #fff;
	padding: 2px 10px;
	width: 150px;
	color: #010101;
	font: 16px "proxima-nova",sans-serif;
	position: relative;
	top: 2px;
}
#nav form .btn {
	background: url(img/arrow-s.png) no-repeat center #344574;
	width: 28px;
	height: 28px;
	border: 0;
	padding: 0;
	outline: 0 none;
	float: right;
}
#nav form .btn:hover {
	background-color: #c66a38;
}

#content {
	padding-bottom: 40px;
}

#sidebar {
	background: #fff;
	float: right;
	width: 312px;
}

#sidebar .widget {
	margin-bottom: 14px;
}
#sidebar .mission {
	background: #0b244d;
	color: #fff;
	padding: 20px 24px;
}
#sidebar .mission h3 {
	color: #c66a38;
	font-family: "adobe-garamond-pro",sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 12px;
}
#sidebar .mission p {
	font-size: 15px;
	line-height: 1.6em;
}
#sidebar .donate {
	background: url(img/donate.jpg);
}
#sidebar .donate a {
	display: block;
	height: 90px;
	line-height: 90px;
	color: #fff;
	text-decoration: none;
	padding: 0 24px;
	font-size: 38px;
	font-weight: bold;
}
#sidebar .links {
	background: url(img/l2.gif) repeat-x center bottom; 
	padding-bottom: 5px;
}
#sidebar .links a {
	display: block;
	background: url(img/btn.jpg);
	height: 52px;
	line-height: 52px;
	padding-left: 24px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
}
#sidebar .links a i {
	background: url(img/arrow-s.png) no-repeat center center #0b244d;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 12px;
	right: 12px;
}
#sidebar .links a:hover i {
	background-color: #c66a38;
}

#sidebar .newsletter {
	background: #ddd;
	padding: 24px;
}
#sidebar .newsletter h3 {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #0877a6;
	line-height: 1em;
	padding-bottom: 20px;
}
#sidebar .newsletter form .txt {
	float: left;
	border: 0;
	outline: 0 none;
	background: #fff;
	padding: 3px 10px;
	width: 206px;
	color: #010101;
	font: 16px "proxima-nova",sans-serif;
	position: relative;
	top: 2px;
}
#sidebar .newsletter form .btn {
	background: url(img/arrow-s.png) no-repeat center #c66a38;
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
	outline: 0 none;
	float: right;
}
#sidebar .newsletter form .btn:hover {
	background-color: #344574;
}
#sidebar .gform_wrapper .top_label .gfield_label,
#sidebar .gform_wrapper .ginput_container + .gfield_description.validation_message {
	display: none !important;
}
#sidebar .gform_wrapper div.validation_error {
	font-size: 14px;
}
#sidebar .gform_wrapper li.gfield {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
#sidebar .gform_wrapper ul.gform_fields {
	float: left;
}
#sidebar .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, 
#sidebar .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin: 0;
}
#sidebar .gform_wrapper .top_label input.medium {
	float: left;
	border: 0;
	outline: 0 none;
	background: #fff;
	padding: 3px 10px;
	width: 200px;
	color: #010101;
	font: 16px "proxima-nova",sans-serif;
	position: relative;
	top: 2px;
}
#sidebar .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	float: right;
	clear: none;
}
#sidebar .gform_wrapper .gform_footer .gform_button {
	background: url(img/arrow-s.png) no-repeat center #c66a38;
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
	outline: 0 none;
	float: right;
}
#sidebar .gform_wrapper .gform_footer .gform_button:hover {
	background-color: #344574;
}
#sidebar .gform_ajax_spinner {
	display: none !important;
}

#sidebar .pdf {
	background: #ddd url(img/sl.png) no-repeat 8px 8px;
}
#sidebar .pdf a {
	display: block;
	padding: 12px 12px 10px 80px;
	text-align: right;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #0877a6;
	line-height: 1.2em;
}

#sidebar .follow {
	padding-left: 12px;
}
#sidebar .follow  a {
	background: url(img/social.png) no-repeat 0 0;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 44px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0877a6;
}
#sidebar .follow  a:hover {
	color: #c66a38;
}
#sidebar .follow  a.facebook {
	background-position: 0 -122px;
}
#sidebar .follow  a.twitter {
	background-position: 0 0;
}
#sidebar .follow  a.instagram {
	background-position: 0 -43px;
}
#sidebar .follow  a.flickr {
	background-position: 0 -86px;
}

#sidebar .widget_menu_sl {
	background: #fff url(img/l2.gif) repeat-x center bottom;
	padding: 30px 24px 24px 24px;
}
#sidebar .widget_menu_sl h3 {
	line-height: 1em;
	font-size: 17px;
	font-weight: bold;
	color: #c66a38;
	padding-bottom: 14px;
}
#sidebar .widget_menu_sl ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar .widget_menu_sl ul li ul{
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}


#sidebar .widget_menu_sl ul li a {
	display: block;
	text-decoration: none;
	font-size: 17px;
	color: #0877a6;
	font-weight: bold;
	padding: 8px 0 8px 20px;
}
#sidebar .widget_menu_sl ul li a:hover,
#sidebar .widget_menu_sl ul li.current_page_item a {
	color: #c66a38;
}

#main-page {
	float: left;
	width: 740px;
}
#main-page .slide-wrap{
	position:relative;
}
#main-page .cycle-slideshow {
	margin-bottom: 44px;
	position: relative;
}
#main-page .cycle-slideshow img {
	display: block;
}
#main-page .cycle-slideshow .text {
	height: 63px;
	background: #0b1e4d;
	color: #fff;
	font-size: 15px;
	padding: 12px 12px 0 12px;
}
#main-page .cycle-prev,
#main-page .cycle-next {
	background: url(img/arrow-p.png) no-repeat center center #0b244d;
	width: 28px;
	height: 28px;
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 88px;
	z-index: 999;
	right: 46px;
}
#main-page .cycle-next {
	background-image: url(img/arrow-s.png);
	right: 10px;
}
#main-page .cycle-prev:hover,
#main-page .cycle-next:hover {
	background-color: #0b1e4d;
}

#main-page h2 {
	font-size: 32px;
	font-family: "adobe-garamond-pro",sans-serif;
	font-weight: bold;
	color: #c66a38; 
	background: url(img/line.gif) repeat-x center bottom;
	padding-bottom: 14px;
	margin-bottom: 20px;
	line-height: 1em;
}
#main-page article {
	margin-left: 52px;
	background: url(img/dash.png) repeat-x center bottom;
	margin-bottom: 24px;
	padding-bottom: 2px;
}
#main-page article h3 {
	background: url(img/arrow.png) no-repeat 0 5px;
	font-size: 19px;
	font-weight: bold;
	color: #0877a6;
	margin-bottom: 24px;
	padding-left: 22px;
	margin-left: -22px;
}
#main-page article h3 a {
	color: #0877a6;
	text-decoration: none;
}
#main-page article h3 a:hover {
	color: #c66a38;
}
#main-page article .meta {
	margin-top:-20px;
	padding-bottom: 20px;
	font-style: italic;
}
#main-page article p {
	font-size: 15px;
	padding-bottom: 15px;
}

#page {
	float: left;
	background: #fff;
	width: 692px;
	padding:30px 24px;
}
#page .banner {
	display: block;
	padding-bottom: 30px;
}

#page .clear {
	clear:both;
}

#page h1, h1 {
	line-height: 1em;
	font-size: 32px;
	font-weight: bold;
	font-family: "adobe-garamond-pro",sans-serif;
	color: #c66a38;
	padding-bottom: 27px;
	padding-top: 10px;
}

#page h2 {
	line-height: 1em;
	font-size: 29px;
	font-weight: bold;
	font-family: "adobe-garamond-pro",sans-serif;
	color: #0b244d;
	padding-bottom: 22px;	
	padding-top: 10px;

}

#page h3, #page h3 a {
	line-height: 1em;
	font-size: 26px;
	font-weight: bold;
	font-family: "adobe-garamond-pro",sans-serif;
	color: #c66a38;
	padding-bottom: 19px;
	padding-top: 10px;

}

#page h4 {
	line-height: 1em;
	font-size: 23px;
	font-weight: bold;
	font-family: "adobe-garamond-pro",sans-serif;
	color: #0b244d;
	padding-bottom: 17px;
	padding-top: 10px;

}

#page p {
	font-size: 15px;
	padding-bottom: 20px;
}

#page .post {
	background: url(img/dash.png) repeat-x center bottom;
	margin-bottom: 24px;
	padding-bottom: 2px;
}
#page .post .meta {
	margin-top:-20px !important;
	padding-bottom: 20px;
	font-style: italic;
}

#page article.post .meta {
	margin-top:-40px !important;
	padding-bottom: 20px;
	font-style: italic;
}

#page ul {
	margin:0 0 30px 15px;
	padding: 0;
}
#page .left {
	float:left;
	width:50%
}

#page .full-post {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#page .post h3 {
	font-size: 19px;
	font-weight: bold;
	color: #0877a6;
	margin-bottom: 24px;
}
#page .post h3 a {
	color: #0877a6;
	text-decoration: none;
}
#page .post  h3 a:hover {
	color: #c66a38;
}
#page .post p {
	font-size: 15px;
	padding-bottom: 15px;
}


#nav-below {
	padding-top: 20px;
}
#nav-below .nav-previous {
	float: left;
}
#nav-below .nav-next {
	float: right;
}
#nav-below a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #0877a6;
}
#nav-below a:hover {
	color: #c66a38;
}

footer .info {
	padding-top: 24px;
	padding-bottom: 20px;
	float: left;

}
footer .info address {
	font-size: 15px;
	font-style: normal;
	color: #fff;
	padding-bottom: 6px;
        
}
footer .info address a {
	color: #0877a6;
	text-decoration: none;
}
footer .info address a:hover {
	color: #fff;
}
footer .social a {
	background: url(img/footer-social.png) no-repeat;
	display: block;
	float: left;
	margin-right: 6px;
	width: 22px;
	height: 22px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
footer .social a.facebook {
	background-position: 0 0;
}
footer .social a.twitter {
	background-position: -30px 0;	
}

footer aside {
	float: right;
	padding-top: 30px;
}
footer #noaa,
footer #footer-logo {
	display: block;
	float: left;
	margin-left: 0px;
	font-size: 0em;
	text-indent: -9999px;
        padding-right: 15px;
}
footer #national {
	display: block;
	float: right;
	margin-left: 20px;
	background: url(img/national-logo.png) top no-repeat;
	width: 109px;
	height: 77px;
	text-indent: -9999px;
	}
footer #footer-logo {
	background: url(img/footer-logo.png) no-repeat;
	width: 110px;
	height: 74px;
      
}
footer #noaa {
	background: url(img/noaa.png) no-repeat;
	width: 67px;
	height: 67px;
	margin-top: 10px;
}
footer aside p {
	clear: both;
	font-size: 15px;
	color: #fff;
	padding-top: 12px;
	text-align: right;
}
footer aside p a {
	color: #fff;
	text-decoration: none;
}
footer aside p a:hover {
	color: #0877a6;
}

#content #page .wp-caption .wp-caption-text {
	width:70%;
	padding:5px;
	margin:10px auto 15px auto;
	background-color:#cccccc;
	font-size:.75em;
	text-align:center;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}