body {
  background-color: #f7dae6;
  background-position: top;
  font-size: 1em;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
  color: #EEE5E5;
  line-height: 1.6em;
  animation: cursor 1600ms infinite;
}

@keyframes cursor {
  0% {cursor: url("../images/cursors/chao_cursor/chao_cursor_1.png"), auto;}
  6% {cursor: url("../images/cursors/chao_cursor/chao_cursor_2.png"), auto;}
  12% {cursor: url("../images/cursors/chao_cursor/chao_cursor_3.png"), auto;}
  18% {cursor: url("../images/cursors/chao_cursor/chao_cursor_4.png"), auto;}
  24% {cursor: url("../images/cursors/chao_cursor/chao_cursor_5.png"), auto;}
  30% {cursor: url("../images/cursors/chao_cursor/chao_cursor_6.png"), auto;}
  36% {cursor: url("../images/cursors/chao_cursor/chao_cursor_7.png"), auto;}
  42% {cursor: url("../images/cursors/chao_cursor/chao_cursor_8.png"), auto;}
  48% {cursor: url("../images/cursors/chao_cursor/chao_cursor_9.png"), auto;}
  54% {cursor: url("../images/cursors/chao_cursor/chao_cursor_10.png"), auto;}
  60% {cursor: url("../images/cursors/chao_cursor/chao_cursor_11.png"), auto;}
  66% {cursor: url("../images/cursors/chao_cursor/chao_cursor_12.png"), auto;}
  72% {cursor: url("../images/cursors/chao_cursor/chao_cursor_13.png"), auto;}
  78% {cursor: url("../images/cursors/chao_cursor/chao_cursor_14.png"), auto;}
  84% {cursor: url("../images/cursors/chao_cursor/chao_cursor_15.png"), auto;}
  90% {cursor: url("../images/cursors/chao_cursor/chao_cursor_16.png"), auto;}
  100% {cursor: url("../images/cursors/chao_cursor/chao_cursor_1.png"), auto;}
}

#background
{
  position: fixed;
  z-index: -1;
  width: 150%;
  height: 150%;
  left: -25%;
  top: -25%;
  color: black;
  font-family: Garamond, serif;
}

.bgCell_1
{
  text-align: left;
  vertical-align: top;
}

.bgCell_2
{
  text-align: right;
  vertical-align: bottom;
}

.bgCell_3
{
  text-align: center;
  vertical-align: center;
}

.bgImg_1
{
  width: 20%;
  height: auto;
}

.bgImg_2
{
  width: 30%;
  height: auto;
}

.bgImg_3
{
  width: 40%;
  height: auto;
}

.bgText_1
{
  font-size: 2em;
}

a, a:visited {
  /*color: #FFAEE8;*/
  color: #EEE5E5;
  text-decoration: underline;
}
a:hover {
  /*background-color: #FFAEE8;*/
  background-color: #EEE5E5;
  color: black;
  animation: cursor 1600ms infinite;
}

b {
  color: #EEE5E5;
}

strong {
  color: #EEE5E5;
}

* {
  box-sizing: border-box;
}

#container {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

#headerArea
{
}

#headerImage
{
  max-width: 100%;
  height: auto;
  margin-bottom: -10px;
}

#navbar {
  font-family: Garamond, serif;
  color: #ffffff;
  background-color: #330029;
  width: 100%;
  padding: 0 5%;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 3em;
  border: 0 solid #330029;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
/*  outline-width: 4px;
  outline-style: solid;
  outline-color: #006992;*/
}
#navbar ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
/*  justify-content: space-evenly;*/
}
#navbar li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
/*  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;*/
}
#navbar li a, #navbar li a:visited {
  padding: 3px;
  color: #ffffff;
  text-decoration: none;
}
#navbar li a:hover {
  background-color: inherit;
  color: inherit;
  text-decoration: underline;
}

#navbar img
{
  height: 1.2em;
  vertical-align: text-bottom;
}

#flex {
  display: flex;
}

.row-container {display: flex; width: 100%; height: 100%; flex-direction: column; background-color: blue; overflow: hidden;}
.first-row {background-color: lime; }
.second-row { flex-grow: 1; border: none; margin: 0; padding: 0; }

article,  #comments {
  padding: 10px 5% 20px 5%;
  background-color: #330029;
  /*color: #aa87a7;*/
  color: #cca1c8;
  outline-style: none;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #EEE5E5;
  border-radius: 10px;
  font-size: 0.9em;
/*  outline-width: 4px;
  outline-style: solid;
  outline-color: #006992;*/
}

/*table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}*/

#postHeader
{
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: left;
  vertical-align: top;

  width: 100%;
}

.postHeaderTitle
{
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1em;
}

.postHeaderText
{
  width: 75%;
  font-weight: normal;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1em;
}

.postStars
{
  max-width: 100px;
  text-align: center;
  vertical-align: top;
}

#userpic
{
  max-width: 100px;
  border: 1px solid white;
}

#userpicCell
{
  width: 15%;
  text-align: left;
  vertical-align: middle;
}

#postHeaderCell
{
  width: 85%;
  text-align: left;
  vertical-align: top;
}

#postTitleH1
{
  margin-top: 0px;
  margin-bottom: 5px;
}

#postDate
{
  font-size: 0.8em;
  font-weight: normal;
}

.postTag
{
  font-size: 0.8em;
}

.postImageContainer
{
  width: 80%;
  padding-top: 20px;
}

footer {
  background-color: #330029;
  color: inherit; 
  width: 100%;
  font-size: 0.6em;
  padding: 5px 5% 5px 5%;
  border: 1px solid #EEE5E5;
  border-radius: 10px;
  line-height: 2em;
}

#footerButtons
{
  padding-top: 5px;
  display: flex;
}

#buttonWall
{
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.centerCell
{
  vertical-align: middle;
  text-align: center;
}

.webButton
{
  image-rendering: pixelated;
  background-color: none;
}

code {
  font-family: monospace;
  background-color: black;
  font-weight: normal;
  /*font-size: 0.7em;
  line-height: 0.1em;*/
}

h1, h2, h3, h4, h5 {
  font-family: Garamond, serif;
  color: #EEE5E5;
}

hr {
  border: solid hotpink;
  border-width: 1px 0 0 0;
}

blockquote {
  padding: 0 20px;  margin-left: 0;  border-left: 2px solid #fc51ce;
  line-height: 1.6em;
}

ul.none {
    padding: 0;
    list-style-type: none;
}

figure
{
  padding-top: 25px;
  padding-bottom: 25px;
}

figcaption
{
  display: block;
  font-size: 0.85em;
  line-height: 1.2em;
  font-style: italic;
  text-align: center;
}

.figImage
{
  width: 100%;
  margin: 0px auto;
}

/* Alignment classes */
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* Recent Blog Posts block in index.html */
#recentpostlistdiv ul {
  padding: 0;
  list-style-type: none;
}

/* At the bottom of blog posts */
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

@media only screen and (max-width: 1000px) {
  #flex {
    flex-wrap: wrap;
  }
  #navbar ul {
    flex-wrap: wrap;
  }
}

/* Go To Top button */
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
/*  outline-width: 4px;
  outline-style: solid;
  outline-color: #006992;*/
  background-color: #0a0008;
  color: inherit;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
  font-family: Garamond, serif;
}
#topBtn:hover {
/*  color: #ECA400;
  background-color: #006992;*/
}

#photoFrame
{
  width: 100%;
  max-width: 1280px;
  background-color: black;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 35px;
  padding-bottom: 35px;
}

#photo
{
  margin: 0px auto;
  width: 100%;
}

#photo.photoVertical
{
  max-width: 853px;
}

#photoInfo
{
  color: lightgray;
  font-size: 0.8em;
  margin: 0px auto;
  width: 95%;
}

video {
  max-width: 100%;
  height: auto;
  border: 10px solid #000000;
}

audio {
  width: 100%;
  background-color: hotpink;
  color:            #000;
}

.alt-color
{
  color: #EEE5E5;
}


