/*
purple:  #67378b (old #5a3a8b)
orange: #fcc892
dark blue: #170b45
med blue: #2c2d73
lighter blue: #4749bb
*/

@font-face {
  font-family: "futura";
  src: url( "fonts/futura bold italic font.ttf" );
}

html {
	background: black;
}

body {
	background: black;
	color: white;
	font-family: sans-serif;
	font-size: 1rem;
	/*** scrollbars ***/
	/* For Firefox, if enabled in preferences: */
	scrollbar-color:  #4749bb black;
	scrollbar-width: medium;
}

/*** scrollbars ***/
/* For Chrome, Safari, and other webkit browsers: */
::-webkit-scrollbar {
	width: 14px;
}
::-webkit-scrollbar-track {
	background: black;
}
::-webkit-scrollbar-thumb {
	background: #2c2d73;
	border-radius: 6px;
	border:1px solid  #170b45;
}
::-webkit-scrollbar-thumb:hover {
	background: #4749bb;
	border-radius: 6px;
	border:1px solid  #170b45;
}
::-webkit-resizer {
	background-color: #170b45;
}

.flexDiv {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

/* Announcements */
.announcement {
	max-width: 55rem;
	color: white;
	font-weight: bold;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.6rem;
	margin-bottom: 0.3rem;
	font-size: 1rem;
}
.another {
	border-top: 0.1rem solid #fcc892;
	padding-top: 0.5rem;
}
.textBlueBG {
	border-radius: 0.33rem;
	border: 0.33rem solid #4749bb;
	background-color: #4749bb;
	padding: 0;
	color: white;
}
.textLarger {
	font-size: larger;
}
.textOrange {
	color: #fcc892;
}

h1 {
	color: white;
	font-size: 2rem;
	font-family: "futura", sans-serif;
	margin-top: 0.5rem;
}

h2 {
	color: #ddd;
	font-size: 1.67rem;
	font-family: "futura", sans-serif;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

h3 {
	color: white;
	font-size: 1.25rem;
	font-family: "futura", sans-serif;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

/* White text can be a little harder to read than it needs to be on a starry background. This helps on browsers where it works. */
.textOutline {
text-shadow:
   -1px -1px 0.5px #000,
    1px -1px 0.5px #000,
    -1px 1px 0.5px #000,
     1px 1px 0.5px #000;
}

p, ul, photoCaption {
	line-height: 1.25;
	margin-bottom: 0.67rem;
	margin-top: 0;
}

p {
	padding: 0;
	text-align: left;
}

.textBlock {
	width: 80%;
	margin-left: auto;
	margin-right: auto;'
}

.figureImg {
	height: 9rem;
}
figure {
	text-align: center;
}
.figureFloat {
	float: right;
}
figcaption {
	font-family: "futura", sans-serif;
}

.helpIcon {
	vertical-align: middle;
	height: 1.4rem;
	width: 1.4rem;
	border-radius: 50%;
	border: 0.17rem solid #fcc892;
	margin-left: 0.5rem;
}

.dateText {
	width: 6.2rem;
	margin-right: 1rem;
}

/************************* Misc. Links *************************/
/* See sections for section-specic links. */

a:link, a:visited {
	color: white;
	text-decoration: underline;
	font-size: 1rem;
	margin-bottom: 0.17rem;
}
a:hover {
	color: #fcc892;
	text-decoration: underline;
	font-size: 1rem;
	margin-bottom: 0.17rem;
}

a.location:link, a.location:visited {
	color: white;
	text-decoration:none;
	padding-left:0.33rem;
}
a.location:hover {
	color: white;
	text-decoration:underline;
	padding-left:0.33rem;
}

a.email:link, a.email:visited {
	color: #7b7dff;
	text-decoration-color: #7b7dff;
}
a.email:hover {
	color: #fcc892;
	text-decoration-color: #fcc892;
}

/************************* Blue Info Box *************************/

.infoBox {
	border: 0.17rem #fcc892 solid;
	border-radius: 0.33rem;

	margin: 0.33rem;
	width: 27rem;

	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.infoBoxHeader {
	color: #595be9;
	background-color: black;
	
	text-align: center;
	font-size: 1.33rem;
	font-family: "futura", sans-serif;

	border-top-left-radius: 0.33rem;
	border-top-right-radius: 0.33rem;
	
	line-height: 2.33rem;
	width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
}

.infoBoxContent {
	color: white;
	background-color: #170b45;
	
	overflow-y: auto;
	border-bottom-left-radius: 0.33rem;
	border-bottom-right-radius: 0.33rem;
	padding: 0.83rem 0.83rem 0.83rem 0.83rem;
	/* Add a slightly lighter edge to the dark blue so it doesn't fade into the black of the header. */
	border-top: 0.1rem #281863 solid;
	
	font-size: 1rem;
	flex-grow:1;
}

.infoBoxTitle {
	background-color: #67378b;
	font-size: 1.17rem;
	font-weight: bold;
	border-radius: 0.33rem;
	border: 0.33rem solid #67378b;
	margin-top: 0;
	margin-bottom: 0.5rem;
	display: inline-block;
}

/* For an article written in infoboxes. */
.article {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.67rem;
	margin-bottom: 0.67rem;
}

.articleContent {
	text-align: left;
}

.infoBox ul {
	text-align: left;
	padding-left: 0.67rem;
	margin-bottom: 0.67rem;
}	
.infoBox li {
	text-align: left;
	margin-bottom: 0.67rem;
}

/* Used to override the normal infoBox styles in the site map */
ul.siteMap {
	text-align: left;
	padding-left: 0.67rem;
	margin-bottom: 0;
}
li.siteMap {
	text-align: left;
	margin-bottom: 0;
}

/************************* Photo Gallery*************************/

/*.photoCaption is with p and ul above.*/

.photoName {
	color: #ddd;
	font-size: 1.67rem;
	font-family: "futura", sans-serif;
	margin-bottom: 0.6rem;
	display: inline-block;
}

.photoCaption {
	color: #ddd;
	font-size: 1rem;
	margin-bottom: 0.6rem;
	margin-right: auto;
	margin-left: auto;
	padding: 0 2rem;
	text-align: left;
}

.photographer {
	color: #ddd;
	font-size: 1rem;
	display:block;
	margin-bottom: 0.6rem;
}

.photoThumbnail {
	border: 0.08rem solid #aaa;
	background-color: #333;
}
.photoThumbnail:hover {
	border: 0.08rem solid #ddd;
	background-color: #333;
}

.photoNav {
	text-decoration: none;
}

.photoImage {
	border: 0.08rem solid #aaa;
}

.thumbnailTable {
	vertical-align: top;
	text-align: center;
	padding: 0.8rem;
}
.thumbnailName {
	padding: 4pt;
	text-align: center;
	font-family: "futura", sans-serif;
}

#dhtmltooltip {
	position: absolute;
	width: 10rem;
	border: 0.08rem solid #aaa;
	border-radius: 0.33rem;
	padding: 0.33rem;
	color: white;
	background-color: #170b45;
	visibility: hidden;
	z-index: 100;
}
/************************* Navigation Bar *************************/

.navBar {
	font-family: sans-serif;
	height: 3.3rem;
	border-bottom: 0.17rem solid  #fcc892;
	margin-bottom: 0.5rem;
/*	overflow-x: auto;*/
}

/* navBarLink styles anchors and (dropdown) buttons */
a.navBarLink, .navBarLink {
	color: white;
	background-color: #67378b;
	vertical-align: top;
	
	text-align: center;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.17rem;
	
	margin-right: 0.17rem;
	margin-left: 0.17rem;
	
	border-radius: 0.33rem;
	border: 0.33rem solid #67378b;
	display: inline-block;
}

a.navBarLink {
	margin-top: 0.7rem;
	margin-bottom: 1.3rem;
}
a.navBarLink:link, a.navBarLink:visited, .navBarLink,  {
	color: white;
}
a.navBarLink:hover {
	color: #fcc892;
}

/* The button for the current page. */
.navBar a.active {
	background-color: #2c2d73;
	border-color: #2c2d73;
	text-decoration: none;
	color: white;
}

/*********************** Dropdown Menu ***********************/
.dropDownContainer {
	vertical-align:top;
	margin-top: 0.7rem;
	margin-bottom: 1.3rem;
	position: relative;
	display: inline-block;
}

.dropDownButton {
	padding: 0;
}

.dropDownContent {
	background-color: black;
	z-index: 5;
	font-weight: bold;
	box-shadow: 0rem 0.2rem 0.2rem 0.5rem rgba(0,0,0,0.5);
	border: 0.17rem #fcc892 solid;
	border-radius: 0.33rem;
	display: none;
}
.activitiesContentPosition {
	width: 15rem;
	left: -2.35rem;
	top: 0.33rem;
}
.stargazeContentPosition {
	width: 18rem;
	left: -5.5rem;
	top: 0.33rem;
}

.dropDownContainer:hover .dropDownContent {
	position: relative;
	display: block;
}

.dropDownContainer:hover .dropDownButton {
	background-color: #2c2d73;
	border-radius: 0.33rem;
	border: 0.33rem solid #2c2d73;
}

a.dropDownLink, .dropDownLink {
	text-decoration: none;
	padding: 0.4rem 0;
	display: inline-block;
	margin: 0;
}
a.dropDownLink:link, a.dropDownLink:visited {
	color: white;
}
a.dropDownLink:hover, .dropDownLink:hover {
	color: #fcc892;
}

.dropDownTriangle {
	position: relative;
	display: inline-block;
	top: -.15rem;
	width: 0;
	height: 0;
	border-left: 0.35rem solid transparent;
	border-right: 0.35rem solid transparent;
	border-top: 0.5rem solid #fff;
}
