/* blis.css v0.8 */

/* default styles */

* {
	box-sizing: border-box;
}

html {
	background: #111;
}

body {
	max-width: 74em;
	padding: 0;
	margin: auto;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	color: #ccc;
	background: #333;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, th, td, pre, blockquote {
	margin: .2em;
	padding: .2em;
	font-size: 1em;
	font-family: inherit;
}

em {
	color: #fff;
	font-style: italic;
}

u {
	color: #fc6;
	font-style: normal;
	text-decoration: none;
}

q {
	color: #fff;
	font-style: italic;
}

p {
	line-height: 1.4;
	margin-left: .5em;
}

a:link, a:visited {
	color: #f93;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 60%
}

ol {
	margin-left: .4em;
	list-style-position: inside;
}

ul {
	margin-left: 1.2em;
	list-style-type: none;
	list-style-position: outside;
}

li.title {
	color: #fc6;
	margin-left: -0.8em;
	margin-bottom: .2em;
	font-style: italic;
	list-style-type: none;
}


hr {
    border: none;
    border-bottom: 1px solid #999;
    width: 95%;
    overflow: visible;
    text-align: center;
    height: .5em;
}

hr:after {
    content: '❦';
    color: #fc6;
    font-size: 1.2em;
    padding: 0 .7em;
    position: relative;
    top: -.3em;
    background: #333;
}


/* === end of default styles ============= */


#tagline {
	position: relative;
	margin: .6em;
/* 	padding: 0em; */
	font-size: 1em;
	color: #fff;
/* 	background: transparent; */
}


/*#tagsearch {
	margin-right: .5em;
	float: right;
	display: inline-block;
}
*/


#stickytop {
  top: 0;
  position: sticky;
  z-index: 22;
  padding: 0;
  background: #333;
/*   border-bottom: 1px solid #fc6; */
}

#idphoto {
  width: 30%;
  height: auto;
  padding: 8px;
  float: right;
  border-radius: 50%;
}

h1 {
	font-size: 1.3em;
	color: #fc6;
/* 	background: transparent; */
}

h2 {
	font-size: 1.1em;
	color: #fc6;
/* 	background: #020; */
}

article {
	float: left;
	width: 32%;
	height: 30em;
	margin: .3em;
	overflow: hidden;
	background: #020;
	border-radius: .5em;
	border: 1px solid transparent;
}

article:hover {
	cursor: pointer;
	color: #fff;
	border: 1px solid #ccc;
}

/*
article#explore:hover {
	cursor: pointer;
	color: #fff;
	border: 1px solid #ccc;
}
 */

#qotd {
	height: 7.5em;
	overflow: hidden;
}

#xpotd {
	height: 17.5em;
	overflow: hidden;
/* 	border: 1px solid #c66; */
}

#xpopupwrap img{
	max-height: 88%
}


/*
article > h2:hover {
	color: #fff;
}
 */

/*
article#about {
	position: relative;
	overflow: auto;
	background: #114;
}

article#about > h2 {
	color: #fc6;
	background: #114;
}

article#about:hover {
	border: 1px solid transparent;
}
 */


#about {
/* 	position: relative; */
	overflow: auto;
/* 	background: #114; */
}

#motto {
	color: #fff;
	font-style: italic;
}

#explore {
/* 	position: relative; */
	overflow: auto;
/* 	background: #114; */
}

/*
article#explore > h2 {
	color: #fc6;
	background: #114;
}
 */


/*#explore:hover {
	cursor: inherit;
	color: inherit;
	border: 1px solid transparent;
}*/


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#qotd {
  padding: .5em;
  margin-bottom: .5em;
/*   font-style: italic; */
}

#attrib {
  color: #fc6;
  font-style: normal;
  text-align: right;
}

.info {
	font-size: .9em;
	font-family: monospace;
	margin: 0em ;
	text-align: center;
	padding: .4em .4em .4em .4em;
/* 	background-color: #131; */
/* 	border-top: 1px solid #fc6; */
}

#goto {
	position: absolute;
	z-index: 33;
	font-size: 1.5em;
	top: 0px;
	right: 20px;
	cursor: pointer;
	color: #f93;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
}

#goto:hover {
	color: #fff;
}

#goto:active {
	color: #ccc;
}


#socialbox {
	position: absolute;
	z-index: 33;
	top: 0em;
	right: .5em;
}


#searchbtn {
	display: block;
}

#searchicon {
	position: absolute;
	rotate: 90deg;
	z-index: 34;
	font-size: 2em;
	top: -6px;
	right: 60px;
	cursor: pointer;
	color: #f93;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333;
}


#searchicon:hover {
	color: #fff;
}

#searchicon:active {
	color: #ccc;
}


#searchtitle {
	font-size: 1.2em;
	color: inherit;
}


#searchbox {
	position: absolute;
	z-index: 33;
	top: .2em;
	right: .6em;
}

#search {
	font-size: 1em;
	border-radius: .2em;
	width: 12em;
}

#search:focus {
	outline: 2px solid #f93;
}

#splash {
	display: block;
}

#nomatch {
	display: none;
}

.splash {
  margin: auto;
  width: 80%;
  border: 1px solid #fc6;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}


.meta {
	display: none;
}

/*
#links {
  font-size: .9em;
}
 */

summary {
	color: #f93;
	cursor: pointer;
}

summary:hover {
	color: #fff;
	text-decoration: none;
}




.closebtn:hover {
	color: #fff;
}

.closebtn {
	color: #f93;
 	font-size: 1.5em;
	cursor: pointer;
	position: absolute;
	top: .1em;
	right: .5em;
	margin-left: 1em;
}

footer {
	font-size: .9em;
	font-family: monospace;
	text-align: center;
	padding: .8em;
/* 	margin-top: .5em; */
/* 	background-color: #003; */
/* 	border-radius: .5em; */
/* 	border-top: 1px solid #fc6; */
}


#dimmer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 44;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}


#xpopupwrap {
  position: fixed;
  width: 30em;
  height: fit-content;
  max-width: 75%;
  max-height: 75%;
  inset: 0px;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 45;
  padding: 1em;
  color: #ccc;
  background: #020;
  border-radius: .5em;
  opacity: 0;
  visibility: hidden;
}




#popupwrap {
  position: fixed;
  width: fit-content;
  height: fit-content;
  max-width: 98%;
  max-height: 98%;
  inset: 0px;
  margin: auto;
  overflow: auto;
  z-index: 45;
  padding: .8em;
  color: #ccc;
  background: #222;
  border-radius: .5em;
  opacity: 0;
  visibility: hidden;
}


#closeref {
    position: absolute;
    z-index: 55;
    font-size: 1.4em;
    top: 12px;
    right: 12px;
    cursor: pointer;
    color: #f93;
    text-decoration: none;
    text-shadow: 2px 2px 5px #333;
}

#closeref::before {
    content: "✗";
}









li {
	margin-top: .2em;
}


.centered {
	text-align: center;
}

/*
summary {
	font-size: 1.1em;
	color: #f93;
}
 */








/* adjust for smaller screens ============= */

@media screen and (max-width: 720px) {
	article {
		width: 96%;
		height: fit-content;
	}
	#popupwrap {
	 font-size: 1.2em;
	}
	#searchbtn {
		display: none;
	}
	#search {
		width: 98%;
	}
	#searchbox {
		position: static;
		padding-left: .5em;
		padding-bottom: .5em;
	}
	#socialbox {
		position: static;
		padding-left: .5em;
		padding-bottom: 0em;
	}
}

