/*
Theme Name: GFDL
Author: jma
Description: GFDL's Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: GFDL
*/

/* GENERAL STYLING */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 62.5%/1.5 Verdana, Tahoma, Arial, sans-serif; /* 1.5 sets the line height */	
	color: #111;
	background: #EEE;
}
a:link {
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
}
a:visited {
	border-bottom: 1px dotted;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:active.noborder, a:hover.noborder, a:visited.noborder, a:link.noborder, a.noborder {
	border: none;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}
blockquote {
	margin: 5px 15px;
	padding: 0 0 0 28px;  	
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #0052A4;  
	font: bold 1.2em/1.5em "Trebuchet MS", Verdana, Arial, Helvetica, "URW Gothic L", sans-serif; 
	color: #444;
	background: #FAFAFA url('images/quotes.gif') no-repeat 2px 2px;
}
h1 {
	font: bold 3em Arial,Helvetica,sans-serif;
	color: #727272;
	margin: 5px 0;
	border-bottom: 2px solid #ccc;
	padding-bottom: 4px;
	text-shadow: 0 1px 1px #bbb;
}
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "URW Gothic L", sans-serif;
	margin: 5px 0;
}
h2 {
	font-size: 2.0em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
h3.graybg {
	background-image: url('images/gradient-gray.gif');
	background-repeat: repeat-x;
	color: #EDEDED;
	padding-left: 10px;
}
h3.bluebg {
	background-image: url('images/gradient-blue.gif');
	background-repeat: repeat-x;
	color: #EDEDED;
	padding-left: 10px;
}
hr {
	border-bottom: 1px solid #999;
}
pre, code {
	font-family: 'Lucida Console','courier new',monospace;
	background: #FAFAFA;
	color: #333;
}
pre {
	display: block;
	padding: 5px;
	margin: 10px 0;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	border: 1px solid #cfe6d3;
	border-radius: 4px;
	font-size: 1.2em;
}
code {
	display: inline;
	padding: 2px 4px;
	box-shadow: 0px 1px 1px -1px #aaa;
	background: #f7fdf8;
	color: #005500;
	font-size: 1.1em;
}
pre code {
	white-space: pre-wrap;
	border: none;
	display: block;
	line-height: 1.5em;
	margin: 0;
	box-shadow: none;
	background: none;
	font-size: .9em;
}
tt, samp {
	color: #006600;
	font-size: 1.4em;
	font-weight: bold;
}
/* start - table */
table {
	border-collapse: separate;
}
table.bordered {
	border: 1px solid #CCC;
	background: #FFF;
}
th {
	font-weight: bold; 
	color: #fff;
	background: #0052A4 url('images/gradient-blue.gif') repeat-x 0 0;
	padding:0 10px;
	color: #FFF;
}
tr {
	height: 30px;
}
td {
	padding:0 10px;
/*	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF; */
}
tr.row-a {
	background: #F8F8F8;

}
tr.row-b {
	background: #EFEFEF;
}
blockquote p, td p, li p, li li {
	/* Safeguard nesting issues */ 
	font-size: 1em;
}
/* HEADER */
#header_container {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 120px;
	background: #2c3577 url('images/header_bg_gradient.gif') repeat-x;
	text-align: center;
	border-bottom: 2px solid #C2C2C2;
}
#header {
	background-position: 0px 0px;
	width: 960px;
	height: 120px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-image: url('images/header_sine.jpg');
	background-repeat: no-repeat;
}
#noaa_logo {
	width: 54px;
	height: 54px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 8px;
	right: 0px;
}
#search_form {
	position: absolute;
	bottom: 6px;
	right: 0;
}
#search_form form {
	display: inline;
}
/* NAVIGATION */
#nav_container {
	text-align: center;
	background: #555454 url('images/nav_gradient.gif') repeat-x;
}
#nav, #nav ul {
	width: 69em; /* WAS 960px but changing to ems scales better when user increases font - use max-width too? */;
	margin: 0 auto;
	list-style: none;
	font: bold 1.4em/2.8em "Trebuchet MS", "URW Gothic L", sans-serif;
	text-transform: uppercase;
	height: 2.8em;
	background: #555454 url('images/nav_gradient.gif') repeat-x;
	text-align: left;
}
#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0 10px;
	border: 0;
}
#nav > li > a {
	padding: 0 25px;
}
#nav li {
	float: left;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #242424;
}
#nav li ul {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #787878;
	position: absolute;
	z-index: 100;
	width: 150px;
	left: -999em;
	height: auto;
	padding-left: 2px;
	background: #555454;
}
#nav li li {
	width: 99%;
	background: #565656;
	font: normal 12px/26px "Trebuchet MS", Arial, Helvetica, "URW Gothic L", sans-serif;
	border: 0;
}
#nav li li a {
	border-bottom: 1px solid #787878;
}
#nav li.sfhover ul, #nav li:hover ul {
	left: auto;
}
#nav li.sfhover, #nav li:hover {
	background: #676ab1; /* or 0099CC */
}
/* CONTENT */
#outer_container {
/*	background-color: #FFFFFF;
	overflow: auto; */
	background: #CCC url('images/content_background.gif') repeat-y 50% 0;
}
#content_container {
	width: 960px;
	padding: 10px 0 0 0;
	margin: 0px auto;
	border-bottom: 1px solid #DDD;
	background: #FFF;
}
#mural {
	margin: 6px 0;
	border: 1px solid #000;
}

#content {
	width: 940px;
	padding: 0 10px;
/*	margin: 10px 0; */
	overflow: auto;
	font-size: 1.2em;
}
#content .allborder {
	border: 1px solid;
}
#content p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
#content ol, #content ul, #content dt{
/*	list-style-position:inside; */
	margin-left: 2em;
	line-height: 1.6em;
}
#content dt code, #content dd code {
	font-weight: normal;
	color: #060;
}
#content ol, #content ul {
	margin-bottom: 1em;
}
#content li {
	margin-bottom: 2px;
}
#content ul.stripe li:nth-child(odd), #content ol.stripe li:nth-child(odd), #content table.stripe tr:nth-child(odd) {
	background-color: #f8f8f8;
}
#content ul.stripe li:nth-child(even), #content ol.stripe li:nth-child(even), #content table.stripe tr:nth-child(even) {
	background-color: #efefef;
}
#content ol ol, #content ul ul, #content ol ul, #content ul ol{
	/* This prevents extra margins in nested lists (2 deep)*/
	margin-bottom: 0;
}
#content dd {
	margin-left: 5em;
	margin-bottom: 1em;
}
#content form {
	margin:5px 0;
	border: 1px solid #EFEFEF; 
	background-color: #FAFAFA;
	padding: 5px 10px;
}
#content label {
	display:block;
	font-weight:bold;
}
#content input {
	padding: 2px;
	margin-bottom: 5px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#444;
}
#content #sidebar {
	border: 4px solid rgb(255, 255, 255);
	margin: 0pt 0pt 15px 15px;
	padding: 4px 8px;
	background-color: rgb(244, 230, 197);
	width: 240px;
	float: right;
	box-shadow: 0 2px 3px #ccc;
	border-radius: 8px;
}
#content textarea {
	color:#444;
	padding: 2px;
	margin-bottom: 5px;
	border:1px solid #BBB;
}
#content input.button { 
	margin: 0; 
	padding: 2px 3px;
	font-weight: bold;
	font-size: 1.2em;
	color: #333;	
	border: 1px solid #BBB;
	background: #FFF url(images/input_bg.gif) repeat-x;
}
#content input.allborder {
	border:1px solid #BBB;
}
#content input.normargin {
	margin:0;
}
#content img.left, #content div.left, #content figure.left {
	margin: 4px 10px 4px 0;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC;
}
#content img.right, #content div.right, #content figure.right {
	margin: 4px 0 4px 10px;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC;
}
#content div.nav-links {
    text-align: center;
    font-size: 1.3em;
    margin: 10px;
}
#content figure {
	border: 1px solid #ccc;
	margin: 8px 0;
}
#content .wp-caption figcaption {
	background: #eee;
	font-size: .9em;
	padding: 5px 10px;
}
#content a.rss.rh {
	float: right;
	margin-top: 6px;
}
/* FOOTER */
#footer {
	overflow: auto;
	padding-top: 8px;
	margin: 0 10px 2px 10px;
	clear: both;
	border-top: 4px solid #6d2312;
	font: normal 1.1em/1.4em Tahoma, Verdana, Arial, sans-serif;
}
#footer_leftcol {
	float: left;
	width: 200px;
}
#footer_rightcol {
	float: right;
	width: 200px;
	text-align: right;
}
#footer_centercol {
	margin-left: 208px;
	margin-right: 208px;
	text-align: center;
}
address {
	font-style: normal;
}

/* MISCELLANEOUS */
.breadcrumb {
	border: 1px dotted #999;
	background: #EEE;
	padding: 4px 6px;
}
.caption {
	margin: 0 !important;
	font-size: .9em;
}
.center {
	text-align: center;
} 
.clear {
	clear: both;
}
.edit-button:focus, .edit-button:hover {
    background: #0091cd;
    border-color: #0073aa;
    -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .6);
    box-shadow: inset 0 1px 0 rgba(120, 200, 230, .6);
    color: #fff;
}
.edit-button {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    xcursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica", "Arial", "FreeSans", "Verdana", "Tahoma", "Lucida Sans", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
    float:right;
}
.edit-button a::before {
	content: '\f411';
	font-family: Genericons;
	font-size: 1.8em;
	vertical-align:top;
	padding-right:4px;
}
.edit-button a {
	border: none;
	font-size: 14px;
	color: #555;
}
.edit-button:hover a {
	color: white;
}
.frame {
	/* this is just a way to put a border/background on images, divs, etc. that arent floated like #content img.left, #content div.left, etc. */
	margin: 4px;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC;
	/* display: table; */
}
.group_member {
	margin:10px 18px 0 18px;
	float: left;
	width: 120px;
	text-align: center;
}
.group_member p strong {
	white-space:nowrap;
}
.group_member img {
	border-radius: 4px;
	box-shadow: 0 1px 4px #ccc;
}
.invalid {
	color:#b00;
	font-weight:bold;
}
.left {
	float: left;
}
#mission {
	background: #324291;
	padding: 12px 16px;
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 4px !important;
	line-height: 1.4em !important;
}
#mission a {
	color: #fff;
}
.msword {
	padding-right: 18px;
	background-image:url('images/word.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.news-links {
	font-size: 0.9em;
	margin-top: 30px;
	text-align: center;
	clear: both;
}
.noframeleft {
	float: left;
	background: none;
	border: none;
}
.noframeright {
	float: right;
	background: none;
	border: none;
}
.nowrap {
	/* useful for table cells that you don't want wrapped */
	white-space:nowrap;
}
.researchHeading {
    color: #324291;
    font-size: 2em;
}
.researchTopic {
	height: 200px;
	width: 468px;
	float: left;
	margin-bottom: 4px;
	overflow: hidden;
	position: relative;
}
.researchTopic img {
	position: absolute;
}
.researchTopic p {
	padding: 5px 4px;
	line-height: 1.2em !important;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
	z-index: 10; 
	position: relative; 
	color: rgb(255, 255, 255);
	font-size: 1.7em; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	text-shadow: 0px 1px 1px rgb(51, 51, 51);
}
.researchTopic:hover p, .researchTopic:hover > span {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.25);
}
.researchTopic > span {
	padding: 5px 4px;
    line-height: 1.2em !important;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
    z-index: 10;
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 1.7em;
	display:inline-block;
	width:100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0px 1px 1px rgb(51, 51, 51);
}
#researchHighlights h3, #recentPublications h3, #ourResearchers {
	color: #324291;
	text-align: center;
	margin: 12px 0px 8px 0;
	font-size: 1.7em;
}
#ourResearchers {
	clear:both;
}
#researchHighlights li, #recentPublications li {
	margin-bottom: 14px;
}
#researchHighlights, #recentPublications {
	float: left;
	width: 50%;
}
.right {
	float: right;
}
section.error-404.not-found h1.page-title {
	text-align:center;
}
.skipnav {
	position: absolute;
	left: -999em;
}
.says, .screen-reader-text {
/*
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
*/
}
.audio {
	padding-right: 20px;
	background-image:url('images/audio.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.email {
	padding-right: 18px;
	background-image:url('images/email.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.external {
	padding-right: 12px;
	background-image:url('images/external.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.note, .warning {
	border: 2px dotted #CC9;
	background: #EED;
	padding: 4px 8px;
	margin: 5px 0px;
}
.pdf {
	padding-right: 18px;
	background-image:url('images/pdf.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.rss {
	padding-right: 18px;
	background-image:url('images/rss.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.topofpage {
	float: right;
	margin-right:1em;
	font-size: 0.8em; 
	padding-right: 10px;
	background-image: url(images/top_of_page.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 50%;
}
.video {
	padding-right: 18px;
	background-image:url('images/video.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.verticalmiddle {
	/* Mainly used on images to vertically align with text */
	vertical-align: middle;
}
#sitetitle {
	position: absolute;
	left: -999em;
}
.highlighted {
	font-weight: bold;
	background-color: #feb;
	padding: 2px;
	padding-bottom: 0px;
}

/* REVIEW */
#review h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "URW Gothic L", sans-serif;
}
#review_menu {
	padding: 25px 10px 10px 20px;
	margin-left: 10px;
	float: right;
	width: 300px;
	height: 300px;
	background-image: url(http://www.gfdl.noaa.gov/pix/model_development/land_model/sidebar_background.png);
	background-repeat: no-repeat;
}

#review a:link {
	border-bottom: 1px dotted #AAA;
	color: #008;
}
#review a:visited {
	border-bottom: 1px dotted #AAA;
	color: #008;
}
#review a:hover {
	border-bottom: 1px solid #008;
	text-decoration: none;
}
.word {
padding-right: 18px;
	background-image:url('images/word.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.map {
	background: url("/pix/about_us/map_icon.png") no-repeat scroll 0pt 50% transparent;
	padding-left: 18px;
}

#ccvp-sidebar {
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
box-shadow: 0 2px 3px #ccc;
}
#ccvp-sidebar p {
	margin: 0 0 4px 4px;
}
#ccvp-sidebar li {
	margin-bottom: 8px;
}

#listing_wrapper {
    -moz-columns: 3 auto;
    -webkit-columns: 3 auto;
    columns: 3 auto;
}
#listing_wrapper h2 {
    display: inline;
}
#listing_wrapper h2 a:hover{
    text-decoration:none;
    border-bottom:none;
}
#listing_wrapper :target {
	background: #eee;
	border-radius:4px;
	padding:2px 10px;
	display:block;
}
p.fulljustify {
    text-align:justify;
    font-size: 1.5em;
    margin: 0 45px;
}
.fulljustify:after {
    content: "";
    display: inline-block;
    width: 100%;    
}

/* Begin Blog Sidebar */
#blog_sidebar {
	float:right;
	width:200px;
	margin-top: 10px;
	padding-left:10px;
	padding-right:6px;
	font-size: .9em;
}
#blog_sidebar h2 {
	font-size: 1.6em;
}
#blog_sidebar ul, #blog_sidebar ul ol {
	margin: 0;
	padding: 0;
}
#blog_sidebar ul ul {
	list-style:square outside none !important;
}
#blog_sidebar > ul > li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#blog_sidebar ul p, #blog_sidebar ul select {
	margin: 5px 0 8px;
}

#blog_sidebar ul ul, #blog_sidebar ul ol {
	margin: 5px 0 0 10px;
}

#blog_sidebar ul ul ul, #blog_sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #blog_sidebar ul ol li {
	list-style: decimal outside;
}

#blog_sidebar ul ul li, #blog_sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	font-size:1.2em;
}
#sidebar-rss {
	padding-left: 20px;
	background: url(/inc/html/GFDL/pix/rss.png) no-repeat 0% 50%;
}
/* End Sidebar */


/* Genericons*/
.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Genericons";
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}
.edit-link:before {
	content: "\f411";
}

/* WP Alignments */

#content .alignleft {
	display: inline;
	float: left;
}

#content .alignright {
	display: inline;
	float: right;
}

#content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#content blockquote.alignleft, #content .wp-caption.alignleft, #content img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

#content blockquote.alignright, #content .wp-caption.alignright, #content img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

#content blockquote.aligncenter, #content .wp-caption.aligncenter, #content img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

#content .wp-caption.alignleft, #content .wp-caption.alignright, #content .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

#content figure img {
	vertical-align: middle;
}

/* Begin Comments*/
h2.comments-title {
	text-align:center;
}
#commentform textarea {
	width:100%;
}
#commentform #submit {
	padding: 10px;
	font-size:1.4em;
	border-radius: 2px;
	border: 1px solid rgb(204, 204, 204);
	box-shadow: 0px 1px 2px -1px rgb(51, 51, 51);
}
#commentform .required {
	color: #f00;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea {
    padding: 10px;
	resize: vertical;
    background: #f9f9f9;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
	font-size: 1.5em;
	border-radius: 2px;
}
.nocomments {
	color: #999;
	font-size:.9em;
}
.comment-list .comment {
	background: #f9f9f9;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border:1px solid #ddd;	
}
.alt {
	margin: 0;
	padding: 10px;
}
.comment-list {
	text-align: justify;
}
.comment-list li ul li { 
	margin-left: 10px;
}
.comment-list p {
	margin: 10px 5px 10px 0;
}
#respond input {
    margin: 0 0 9px;
    width: 100%;
    padding: 4px;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
#comments li.comment-author-isaac-held {
	margin-left:0px;
	background: #fff;
}
#comments li.comment-author-isaac-held > article > footer > div.comment-author {
	color:#800;
}
#comments .comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
#comments .comment-reply-link:hover, .comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}
#comments ol.comment-list {
	margin: 0;
}
/* End Comments */