/*
Theme Name: LASP Subsite 2023-05-11
Theme URI: http://lasp.colorado.edu/
Description: Customizable theme for LASP subsites. Changes: Added menu support (without menu integration)
Author: Ransom Christofferson
Version: 1.6.4
*/




body {
	background-color: #caa37d;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*margin-bottom: 30px;*/
}



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

div#outer-content {
	padding-top: 27px;
	background: url('images/style/content-bottom.png') center bottom no-repeat #420103;
	width: 898px;
	min-height: 450px;
	border: 1px solid black;
	border-top-width: 0;
	z-index: 50;
	color: white;
	position: relative;
	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;
}

/* --------------- 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 {
	background:url(images/style/cutopbanner.png) repeat-x;
	margin-top: -1px;
}

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


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

#topnav {
	height: 29px;
	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: 27px;
	line-height: 27px;
	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.png) repeat-x #420103;
	padding: 0 1px;
	margin-right: 0;
	margin-top: 1px;
	line-height: 26px;
	margin-left: -1px;
	color: #eee;
}
.selected-left, .selected-right {
	float: left;
	position: relative;
	top: 1px;
	width: 8px;
	height: 27px;
	background: url(images/style/selected-tab-bg.png) repeat-x #420103;
}
.selected-left {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.selected-right {
	margin-right: 19px !important;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}




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

div#leftcontent {
	margin: 0;
	position: absolute;
	left: 0;
	font-size: 0.8em;
	/* doing */
	position: relative;
	width: 170px;
	float: left;
}
div#leftcontent:after {
	content: '';
	display: block;
	clear: both;
}

div#section {
/*	text-align: center;
	white-space: nowrap;*/
	background: url('images/style/leftnav-title-bg.png') bottom repeat-x;
	padding: 0 0 10px 20px;
	font-size: 1.15em;
	position: relative;
}
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;
}

div#leftcontent li a {
	display: block;
	padding: 4px 4px 4px 0;
	line-height: 1.2em;
	color: black;
}
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;
}

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


div#leftnav {
	margin-top: 0;
	margin-bottom: 20px;
	width: 170px;
}
div#leftnav ul {
	margin-bottom: 0;
	padding-top: 5px;
	line-height: 1em;
	color: white;
}

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 dashed black;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 0.95em;
	padding-left: 10px;
	background: none;
}
/*
div#leftnav ul li.current_page_item {list-style: disc}

div#leftnav ul ul li.current_page_item {list-style: circle}

div#leftnav ul ul ul li.current_page_item {list-style: square}

div#leftnav ul ul ul ul li.current_page_item {list-style: disc}

div#leftnav ul ul ul ul ul li.current_page_item {list-style: circle}
*/

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

div#content-box {
	background: #f3ebe4;
	margin: 0 10px 10px 170px;
	color: black;
	position: relative;
	font-size: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* doing */
	float: right;
	width: 718px;
	margin-left: 0;
}
div#content-box:after, div#content:after {
	content: '';
	display: block;
	clear: both;
}

div.noleftnav {
	width: 878px !important;
}

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

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

div#content img {
	padding: 3px;
	margin-top: -2px;
}

div#content a:hover img {
	border-color: #420103;
}
div#content .wp-caption {
	padding: 0;
	margin-top: -2px;
}
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 .wp-caption a, div#content .wp-caption a:hover {
	border-bottom: none;
}
div#content h2 {
	margin: 30px 0 4px;
	padding: 5px 0 5px;
	border-bottom: 1px dotted black;
}



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

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

img.text-image {
	background: none !important;
	padding: 0 !important;
	margin: 2px 0 0 !important;
	border: none !important;
}

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

div#content h1 {
	font-size: 24px;
}
div#content > h1 {
	margin-top: 0;
}


div#related {
	clear: both;
	border: 1px solid #d8beaf;
	padding: 0 10px 10px;
	margin-top: 10px;
	background: url(images/style/related-bg.png) 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;
}
div#related h2 {
	margin: 10px 0 0;
	border: none;
}
div#related > ul {
	margin: 0 0 5px;
}



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


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

div#content-box a {
	color: #49a3dd;
	text-decoration: none;
}
div#content-box a:visited {
	color: #598eb0;
}
div#content-box a:hover {
	color: #49a3dd;
	text-decoration: underline;
}
div#content-box h1 a:visited, div#content-box h2 a:visited {
	color: #49a3dd;
}
div#content-box h1 a, div#content-box h2 a {
	border-bottom: none !important;
}

a.with-external-icon {
	padding-right: 13px;
	background: url(images/style/external.png) no-repeat 100% 40%;
}
a.with-email-icon {
	padding-right: 21px;
	background: url(images/style/email-link.png) no-repeat 100% 50%;
}
a.no-icon {
	padding-right: 0 !important;
	background: none !important;
}


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

#footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0 10px;
	/* doing */
	clear: both;
}

#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;
	margin-right: 7px;
}

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

/* --------------- HOME PAGE --------------- */
table#featured-items {margin-top: 15px}
table#featured-items + p {padding-top: 15px;}
table#featured-items td {
	padding-right: 10px;
	vertical-align: top;
	font-size: 14px;
}
table#featured-items img {
	float: left;
	margin-top: 0;
	margin-left: 0;
}
.featured-title, .featured-title a:link, .featured-title a:visited {
	color: #420103 !important;
	border-bottom: none !important;
}
.featured-title {margin-bottom: 15px; padding-top: 5px;}
.featured-text {
	margin-top: 10px;
	font-size: 0.8em;
}

#morenews-link {
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0;
}

div#below-fold {margin-top: 15px;}

#homepage-piblog {
	padding-right: 40px;
}

#homepage-piblog wp-caption, #homepage-piblog p {
	clear: both;
}
#homepage-piblog .alignright, #homepage-piblog .alignleft {
	float: left !important;
	margin-left: 0;
}

/* 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: none;
	background: none;
	padding: 0;
	margin: 0 10px 0 0;
}


#below-gallery #connect {
	float: right;
	clear: right;
	font-size: 0.8em;
}
#below-gallery .connect-title {
	display: inline;
}
#below-gallery #connect a img {
	margin: 0 6px;
	padding: 0;
	vertical-align: text-bottom;
	border: none !important;
}



#sitemap {
	background: url(images/style/related-bg.png) repeat-x #f6f6f6;
	padding: 10px;
	padding-bottom: 0;
	position: relative;
	border-top: 1px solid #d8beaf;
	font-size: 0.9em;
}
#sitemap table {
	max-width: 855px;
	margin: 0 auto;
}
#sitemap td {
	vertical-align: top;
	border-right: 1px dotted #d8beaf;
}
#sitemap td:last-child {border-right: none}
#sitemap td > ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#sitemap ul li ul {max-width: 150px; list-style: url(images/style/sitenav-bullet.png)}
#sitemap ul li a, #sitemap li a:visited {
	color: #555;
	font-size: 0.9em;
	border-bottom: none;
}
#sitemap ul li a:hover {color: #555;}
#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 --------------- */

#searchform {margin-top: 1px}
#cse-search-results {
	height: 1100px;
	overflow: hidden;
}

.post-listing {
	border-bottom: 1px solid #cdb7a4;
	padding-bottom: 7px;
	margin-left: 20px;
}
div#content .post-listing h2 {
	border: none;
	padding-left: 0;
	margin-top: 10px;
	margin-left: 0;
}
div#content .post-listing h2 a {
	color: black;
}


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

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;
	border-bottom: none !important;
}
.readmore2 {
	display:inline;
	margin-left: 10px;
}

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

.post-listing-thumbnail {
	float: left;
}
.post-listing-content-with-thumbnail {
	padding-left: 150px;
}

.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}

.pagination {
	margin-bottom: 10px;
	padding: 8px;
	font-size: 1em;
	background: url(images/style/related-bg.png) repeat-x #f6f6f6;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pagination a {
	border-bottom: none !important;
}
.pagination a:visited {
	color: #49A3DD !important;
}
.yearlink {
	padding: 0 0.5em;
	border-right: 1px dotted #aaa;
}
.pagination .current {
	border-radius: 4px;
	padding: 2px 5px;
	background: black;
	color: white;
}

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

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




/* front page gallery */
#gallery {
	margin: 2px auto 4px;
	position: relative;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#gallery-play {background-position: 24px 0px; display: none}
#gallery-play:hover {background-position: 24px 24px}

#gallery-pause {background-position: 0px 0px}
#gallery-pause:hover {background-position: 0px 24px}

#gallery-play, #gallery-pause {
	position: absolute;
	display: block;
	background-image: url(images/style/play-pause.png);
	bottom: 2px;
	left: 2px;
	width: 24px;
	height: 24px;
	border: 2px solid #ddd;
	border-width: 2px 2px 0 0;
}

#gallery-controls {
	position: absolute;
	bottom: 0;
	left: 26px;
	padding: 5px 5px 5px 6px;
}

#gallery-controls a {
	position: relative;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px;
	background-image: url(images/style/gallery-dot.png);
	/* banners.min.js has options to change image on rollover */
}

#gallery a img {
	padding: 0 !important;
	margin: 0 !important;
	border: 2px solid #ddd;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#gallery a:hover img {
	border: 2px solid black;
}


/* --------------- COMMENTS --------------- */

#comments {
	background: url(images/style/dark-shade.png) #d8beaf;
	margin: 0 -15px -15px -30px;
	padding: 1px 15px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow:  0px -2px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px -2px 4px 0px rgba(0, 0, 0, 0.5);
}

div#content h2#comments-title, div#content #reply-title, div#content #reply-title > a {
	color: white !important;
}
div#content h2#comments-title {
	font-size: 20px;
	margin: 5px 0 0 0;
}
.commentlist {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.commentlist ul {list-style: none}
div.comment {
	background-image: url(images/style/white-transp-shade.png);
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}
div.comment, .comment-form-comment textarea, #commentform input {
	-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#commentform input {
	display: block;
	height: 15px;
	clear: left !important;
}
.comment-form-comment label {display: none}
#comments .comment img {
	display: block;
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#comments .fn {
	font-style: italic;
}
#comments .time {
	font-size: 10px;
	color: gray;
}
.comment .comment-edit-link {
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 11px;
}
.comment .reply a {
	display: block;
	background: url(images/style/dark-shade.png);
	clear: both;
	text-align: center;
	margin: 0 -10px -10px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 3px 0;
	font-size: 13px;
	color: #333 !important;
}
.comment .reply a:visited {
	color: #333 !important;
}
.comment .reply a:hover {
	background: url(images/style/white-transp-shade.png);
}
#commentform p {
	color: #bbb;
}
.comment-awaiting-moderation {
	color: #802222;
	display: block;
	margin-bottom: -4px;
}
.must-log-in {
	color: white;
}
.must-log-in a, .must-log-in a:visited {
	color: #91c0e4 !important;
}
.comment-nav {
	text-align: right;
	color: white;
	font-size: 12px;
}
.comment-nav a, .comment-nav a:hover, .comment-nav a:visited {
	color: white !important;
	text-decoration: none;
}
.comment-nav a:hover {
	text-decoration: underline;
}
#comment-nav-below {margin-bottom: 10px}




#cancel-comment-reply-link {
	font-size: 12px;
}
a.post-edit-link, #cancel-comment-reply-link, #commentform #submit, .comment-edit-link {
	display: inline;
	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, #cancel-comment-reply-link:visited, .comment-edit-link:visited {color: #464646 !important;}
a.post-edit-link:hover, .comment-edit-link:hover {
	color: black !important;
	border-color: #aaa;
	text-decoration: none !important;
}
#commentform #submit:hover, #cancel-comment-reply-link:hover {
	background: #ddd;
	cursor: pointer;
	text-decoration: underline;
}
#commentform #submit {height: 30px;}
div.buttonholder {
	clear: both;
	margin: 20px;
}

#comments img.wp-smiley {
	display: inline;
	float: none;
	clear: none;
	background: none;
	border: none;
	vertical-align: bottom;
}