/*
Theme Name: MAVEN 2023-08-14
Theme URI: http://lasp.colorado.edu/
Description: Theme for the MAVEN site.
Author: Ransom.Christofferson@lasp.colorado.edu
Version: 1.4.4
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	background: black;
	margin: 0;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	/*margin-bottom: 30px;*/
}



div#center-all-wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

div#outer-content {
	background: url('images/style/body-shiny.png') center bottom no-repeat #420a0c;
	padding-top: 24px;
	width: 898px;
	min-height: 450px;
	border: 1px solid black;
	z-index: 50;
	color: white;
	margin-bottom: 15px;
	
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	
	-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
}



/* --------------- HEADER --------------- */
div#header img {
	border: none;
	padding: 5px 0 10px 10px;
}
div#spacecraft {
	position: absolute;
	width: 314px;
	height: 147px;
	background: url(images/style/mavencraft.png) no-repeat;
	right: -51px;
	top: 2px;
}



/* --------------- TOP NAV --------------- */

#topnav {
	height: 28px;
	padding: 0 0 0 10px;
	margin: 0 0 -1px 0;
	position: relative;
	z-index: 90;
	white-space: nowrap;
	overflow: hidden;
	list-style: none;
}
#topnav li {
	padding: 0;
	margin: 0;
}

#topnav li a {
	color: #eee;
	display: block;
	margin-right: 20px;
	float: left;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	z-index: 91;
}
#topnav a:hover {
	color: #e56672;
}
#topnav li.current_page_item a, #topnav li.current_page_ancestor a {
	background: url(images/style/selected-tab-bg.gif) repeat-x;
	padding: 0;
	margin-right: 0;
}
.selected-left, .selected-right {
	float: left;
	width: 8px;
	height: 28px;
}
.selected-left {background: url(images/style/selected-tab-left.gif) left no-repeat;}
.selected-right {background: url(images/style/selected-tab-right.gif) left no-repeat; width: 28px}




/* --------------- LEFT NAV --------------- */

div#leftcontent {
	margin: 0;
	font-size: 0.9em;
}
div#section {
	background: url('images/style/leftnav-title-bg.png') bottom repeat-x;
	padding: 0 0 10px 20px;
	font-size: 1.15em;
	position: relative;
	/*white-space: nowrap;*/
}
div#leftcontent a {
	color: white;
	text-decoration: none;
}
div#leftcontent a:hover {text-decoration: underline}
div.leftsection-title, .connect-title {
	font-size: 14px;
	padding: 2px 0 0 10px;
}
div#leftcontent ul {
	padding: 0 0 5px 20px;
	margin-top: 0;
	color: white;
}

div#leftcontent li a {
	display: block;
	padding: 4px 4px 4px 0;
	line-height: 1.2em;
	color: white;
}

/* Fix IE7 bug by putting in an invisible border */
div#leftnav li {
	border-top: 1px solid transparent;
	margin-top: -1px;
}
/* end fix */


div.leftnav-marker {
	position: absolute;
	padding-top: 4px;
	line-height: 1.2em;
	left: -1em;
}
div#section div.leftnav-marker {
	left: 0.4em;
	top: 0;
	padding: 0;
}
div#leftnav {
	margin-top: 0;
	margin-bottom: 20px;
	width: 170px;
}
div#leftnav ul {
/*	border: 1px solid #260102;*/
	margin-bottom: 0;
	padding-top: 5px;
	line-height: 1em;
	
}
div#leftnav li {list-style: none; position: relative;}
div#leftnav li.current_page_item {list-style: none}
div#leftnav li.current_page_item ul li {list-style: none}

/* second-level and deeper navs */
div#leftnav ul.children {
	border: none;
/*	border-left: 1px dotted black;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 0.95em;
	padding-left: 11px;
	background: none;
}


/* --------------- INNER CONTENT AREA --------------- */

div#outer-content-flex {
	display: flex;
}

div#content-box {
	flex: 1 0 0;
	max-width: calc( 100% - 170px - 10px ); /* minus sidebar with minus margin right */
	background: #f3ebe4/*f4eae2*/;
	/*border: 1px solid black;*/
	margin: 0 10px 10px 0;
	color: black;
	position: relative;
	font-size: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.5em;
}

div.noleftnav {
	margin-left: 10px !important;
	max-width: 100% !important;
}

div#content {
	padding: 15px;
	min-height: 440px;
}

div#content .wp-caption, div#content img {
	border: 1px solid #998c81;
	background: #faf7f5;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.wp-caption-text {
	line-height: 1.5em;
}
div#content img {
	padding: 3px;
	margin: 7px;
}
div#content a:hover img {
	border-color: #420103;
}
div#content .wp-caption p {
	margin: 0;
	padding: 0 5px 5px;
	font-size: 0.85em;
	color: #444;
}
div#content .wp-caption img {
	border: none;
	background: none;
	padding: 5px;
	margin: 0;
}
div#content h2 {margin-bottom: 4px;}


.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}

.multimedia .alignright, .multimedia .alignleft {
	float: none;
	margin: 0;
}
.multimedia td { vertical-align: top;}

div#content-box h1 {
	margin-top: 0;
	border-bottom: 1px solid #570805;
	font-size: 24px;
}

div#related {
	clear: both;
	border: 1px solid #d8beaf;
	padding: 0 10px 10px;
	margin-top: 10px;
	background: url(images/style/related-bg.gif) repeat-x #f6f6f6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.post-time {
	color: #888;
	font-size: 0.8em;
	width: 100%;
	font-style: italic;
}


/* --------------- LINKS --------------- */

div#content-box a {
	color: #34349d;
	text-decoration: none;
}
div#content-box a:visited {color: #871d7e}
div#content-box a:hover {
	color: #5f5f74;
	text-decoration: underline;
}
div#content-box h1 a:visited, div#content-box h2 a:visited {
	color: #34349d;
}


/* --------------- BANNER --------------- */

#lasptopbanner, #cutopbanner {
	width: 100%;
	height: 18px;
	color: #000;
	margin: 0;
	padding: 0;
	z-index: 99;
}

#lasptopbanner {
	background: url(images/style/lasp-minibanner-bg.png) repeat-x;
}

#cutopbanner {
	height:18px;
	background:url(images/style/cutopbanner.png) repeat-x;
	margin-top: -1px;
}

#lasptopbanner img, #cutopbanner img {
	display: block;
	border: none;
	margin: 0 auto;
}




/* --------------- FOOTER --------------- */

#footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0 20px;
	position: relative;
}

#footer a {
	padding: 0 6px;
	color: #eee;
	text-decoration: none;
	font-size: 0.9em;
}
#footer a:hover {
	color: #CCC;
}

#footer #connect img {
	border: none;
	vertical-align: text-bottom;
}
#footer #connect {
	margin-bottom: 10px;
	font-size: 1.2em;
}
#footer .connect-title {display: inline;}

#copyright {
	position: absolute;
	text-align: center;
	width: 898px;
	margin: 0;
	bottom: 0;
	left: 0;
	font-size: 11px;
	color: #ad9193;
}



/* --------------- HOME PAGE --------------- */
.featured-items {
	display: flex;
	margin: 8px 0 30px 0;
}
.featured-items > div {
	flex: 1 0 calc( 33% - 20px );
}
.featured-items > div:nth-child(2) {
	margin: 0 10px;
}
.featured-items .featured-thumb {
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
    width: 100%;
    height: 250px;
    border: 3px solid #faf7f5;
    outline: 1px solid #998c81;
    border-radius: 5px;
}

.featured-title, .featured-title a:link, .featured-title a:visited {
	color: #420103 !important;
}
.featured-title {margin-bottom: 15px; padding-top: 5px;}
.featured-text {
	margin-top: 10px;
	font-size: 0.8em;
}

.home-top-image {
	border: 0 !important;
	padding: 0 !important;
	display: block;
	margin: 0 0 12px 0 !important;
}

div#content h2.featured-header {
	margin: 2em 0 1em 0;
	font-size: 26px;
}

.below-featured {
	display: flex;
	justify-content: space-between;
}

.nuggets-wrapper { flex: 0 0 60% }
.nuggets-sidebar { flex: 0 0 35% }
.nuggets-wrapper .featured-items {
	flex-wrap: wrap;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
}
.nuggets-wrapper .featured-items > div {
	margin: 0 !important;
	flex: 0 0 47%;
}

/* right-content is for the connect-div on the home page */
#right-content {
/*	width: 130px;*/
	font-size: 13px;
	padding: 0 5px 0 0;
	float: right;
	position: relative;
	margin-bottom: 15px;
}

#right-content h2 {
	font-size: 15px;
	text-align: left;
	margin: 0;
}
#right-content ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#right-content ul li {margin-bottom: 5px !important}



#right-content #connect {
	width: 130px;
	font-size: 0.9em;
}
#right-content #connect a { 
	display: block;
	line-height: 24px;
	margin: 4px 0 0 4px;
}
#right-content #connect a img {
	float: left;
	clear: left;
	border: 0;
	background: none;
	padding: 0;
	margin: 0 10px 0 0;
}


#sitemap {
	background: url(images/style/related-bg.gif) repeat-x #f6f6f6;
	padding: 10px;
	padding-bottom: 0;
	position: relative;
	border-top: 1px solid #d8beaf;
}
#sitemap table {
	max-width: 855px;
	margin: 0 auto;
}
#sitemap td {vertical-align: top;}
#sitemap td > ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#sitemap ul li ul {list-style: url(images/style/sitenav-bullet.png)}
#sitemap ul li a, #sitemap li a:visited {
	color: #555;
	font-size: 0.9em;
}
#sitemap td > ul > li > a, #sitemap td > ul > li > a:visited {
	color: #420103;
	font-size: 1.2em;
}
#sitemap td > ul > li {
	display: block;
	float: left;
	margin: 0 0 0 13px;
	padding: 0 13px 0 0;
}
#sitemap ul li ul {
	margin: 0;
	padding: 0 0 0 15px;
}


/* --------------- MISC --------------- */


.post-listing {
	border-bottom: 1px solid #cdb7a4;
	padding-bottom: 7px;
	margin-left: 20px;
}


div#search {
	position: absolute;
	right: 10px;
	top: 141px;
}


h2 {
	color: #420103;
	font-size: 18px;
}
hr {
	background: #d8beaf;
	height: 1px;
	border: none;
}
h2.underline {border-bottom: 1px solid #d8beaf}
h2.underline a {color: #420103 !important}
h2.underline a:hover {text-decoration: none !important; color: #5f5f74 !important;}

.readmore, .readmore2 {
	display: block;
	margin: 10px 0;
	font-size: 0.85em;
	color: #555;
}
.readmore2 {
	display:inline;
	margin-left: 10px;
}

.wp-post-image {
	float: left;
	margin: 0 14px 14px 0 !important;
}

.clearall {
	clear: both;
}

.rounded-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.rounded-bottom {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

sub {vertical-align: -0.2em}

.year {
	font-weight: bold;
	font-size: 1.6em;
	color: #420103;
	margin: 10px 0;
}

.year a[name] {
	scroll-margin-top: 35px;
}

.special-rss {
	position: absolute;
	right: 3px;
	top: -3px;
}




a.post-edit-link {
	text-decoration: none;
	color: #464646 !important;
	background: url(images/style/buttonbg.jpg) #f2f2f2 repeat-x;
	padding: 5px 9px;
	margin: 5px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #cfcfcf;
}
a.post-edit-link:visited {color: #464646 !important;}
a.post-edit-link:hover {
	color: black !important;
	border-color: #aaa;
	text-decoration: none !important;
}
div.buttonholder {
	clear: both;
	margin: 20px;
}

div.interactive {
	padding-left: 25px;
}