/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
 *   HTML content. To learn how to do something, just try searching Google for questions like
 *   "how to change link color." */

body {
  background-color: #47235e;
  background-image: url('../images/city_bg.png');
  background-position: top;
  background-attachment:local;
  background-repeat: repeat-x;
  font-size: 15px;
  font-family: "Mozilla Text", sans-serif;
  margin: 0;
  letter-spacing:0.03em;
}

body ul {
  padding-left: 1em;
  list-style-type: square;
}
body li {
  padding-bottom:0.25em;
  padding-top:0.25em;
}

body rt {
  font-size: 0.7em;
}

blockquote {
  background: rgb(229 177 166 / 25%);
  padding:0.7em;
  margin:0.7em;
}

p {
  line-height: 1.5em; /*I find the default HTML line-height tends to be a bit claustrophobic for main text*/
}

table {
  text-align:left;
  vertical-align:top;
  width:100%;
}

tbody {
  text-align:left;
  vertical-align:text-top;
}

th {
  width:20%;
}

hr {
  border: solid #a9a9a9;
  border-width: 2px 0 0 0;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.right {
  float: right;
  margin-left: 1em;
}
.icon  {
  border-radius:50%;
  max-height:100px;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.full {
  display: block;
  min-width:100%;
}
@media only screen and (min-width: 600px) {
  .small {
    max-width: 50%;
    height: auto;
  }
}

.spoiler{
  background-color: #47235e;
  color: transparent;
  user-select: none;
}

.spoiler:hover{
  background-color: inherit;
  color: inherit;
}

.caption {
  margin-top: 0;
  font-style: italic;
  text-align: center;
}

a {
  color:#7a2684;
  text-decoration:none;
}

a:visited {
  color:#7a2684;
  text-decoration:none;
}

a:hover {
  text-decoration:none;
  color: #fff;
  text-shadow:
  0 0 4px #fff,
  0 0 10px #fff,
  0 0 18px #fff,
  0 0 38px #FF10F0,
  0 0 73px #FF10F0,
  0 0 80px #FF10F0,
  0 0 94px #FF10F0,
  0 0 140px #FF10F0;
}

h2, h3, h4, h5 {
  color: #47235e;
}
h1 {
  color: #47235e;
  overflow: hidden;
  text-align: center;
}
h1:before,
h1:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
h1:before {
  right: 0.5em;
  margin-left: -50%;
}
h1:after {
  left: 0.5em;
  margin-right: -50%;
}

/*overall CONTAINER*/
#overallcontainer {
  max-width: 90%;
  margin: 3em auto;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  float:right;
  width: 90%;
  max-width: 700px;
  background-color: #f1e3c9;
  color: #151515;
  outline-color: #a9a9a9;
  outline-style: ridge;
  outline-width: 4px;
  outline-offset: 0;
  margin-bottom:3em;
}

#content {
padding: 10px 5% 20px 5%;
}


/*HEADER STYLE*/
/* Header Code has been retired, kept for future use if needed.
 *
 * #header {
 *  background-color: #47235e;
 *  padding: 0 5%;
 *  border-color: #a9a9a9;
 *  border-style: ridge;
 *  border-width: 0 0 4px 0;
 * }
 * #header ul {
 *  padding: 0.5em 0;
 *  margin: 0;
 * }
 *
 * #header ul li::before {
 * content: "";
 * background-image: url('../images/index-images/5indiskpx.png');
 * background-size: contain;
 * display: inline-block;
 * width: 1em;
 * height: 1em;
 * position: relative;
 * top: 0.1rem;
 * margin-right: 0.5rem;
 * }
 *
 * #header li {
 *  font-size: 1.2em;
 *  display: inline-block;
 *  margin-right: 1.5em;
 *  margin-bottom: 0.2em;
 *  margin-top: 0.2em;
 * }
 * #header li a {
 *  color: white;
 *  text-decoration: none;
 *  background-color: inherit;
 * }
 *
 * #header li a:hover {
 *  text-decoration: underline;
 *  color: #fff;
 *  text-shadow:
 *  0 0 4px #fff,
 *  0 0 10px #fff,
 *  0 0 18px #fff,
 *  0 0 38px #7a2684,
 *  0 0 73px #7a2684,
 *  0 0 80px #7a2684,
 *  0 0 94px #7a2684,
 *  0 0 140px #7a2684;
 *  }
 */

/*POST LIST STYLE*/
#postlistdiv ul {
font-size: 1.2em;
padding: 0;
list-style-type: none;
}
#recentpostlistdiv ul {
font-size: 1.2em;
padding: 0;
list-style-type: none;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
text-align: center;
margin-top: 2em;
display:block;
}

/*DISQUS STYLE*/
#disqus_thread {
margin-top: 1.6em;
}

#nav {
font-size: 1.2em;
font-weight:bold;
}
#nav ul {
list-style:none;
}

#nav ul li::before {
content: "";
background-image: url('../images/index-images/5indiskpx.png');
background-size: contain;
display: inline-block;
width: 1rem;
height: 1rem;
position: relative;
top: 0.1rem;
margin-right: 1rem;
}


#nav li a {
color: #151515;
text-decoration: none;
background-color: inherit;
}

#nav li a:hover {
color: #fff;
text-shadow:
0 0 4px #fff,
0 0 10px #fff,
0 0 18px #fff,
0 0 38px #FF10F0,
0 0 73px #FF10F0,
0 0 80px #FF10F0,
0 0 94px #FF10F0,
0 0 140px #FF10F0;
}

@media only screen and (min-width: 1140px) {
  #message_container {
  /* to position it at bottom-left (dependent on the parent) */
  position: fixed;
  bottom:3em;
  /* to position the contents within the box (ie the message text) */
  /* to style the message box in particular ways */
  box-shadow: 4px 4px 20px rgba(0,0,0,0.3);
  width:100%;
  max-width: 280px;
  background-color: #f1e3c9;
  color: #151515;
  outline-color: #a9a9a9;
  outline-style: ridge;
  outline-width: 4px;
  outline-offset: 0;
  }

  #nav_container {
  /* to position it at top-left (dependent on the parent) */
  position: fixed;
  top:3em;
  /* to position the contents within the box (ie the message text) */
  /* to style the message box in particular ways */
  box-shadow: 4px 4px 20px rgba(0,0,0,0.3);
  width:100%;
  max-width: 280px;
  background-color: #f1e3c9;
  color: #151515;
  outline-color: #a9a9a9;
  outline-style: ridge;
  outline-width: 4px;
  outline-offset: 0;
  }

  #container_header {
  background-color: #47235e;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width:100%;
  top:0px;
  left:0px;
  border-color: #a9a9a9;
  border-style: ridge;
  border-width: 0 0 4px 0;
  font-size: 1.2em;
  color:white;
  vertical-align:middle;
  text-align:center;
  font-weight:bold;
  }
  #textHolder{
  margin:1em;
  }
}
@media only screen and (max-width: 1139px) {
  #container {
  float:none;
  margin: 3em auto;
  }

  #message_container {
  /* to position the contents within the box (ie the message text) */
  /* to style the message box in particular ways */
  float:none;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.3);
  margin: 3em auto;
  width: 90%;
  max-width: 700px;
  background-color: #f1e3c9;
  color: #151515;
  outline-color: #a9a9a9;
  outline-style: ridge;
  outline-width: 4px;
  outline-offset: 0;
  }

  #nav_container {
  /* to position it at top-left (dependent on the parent) */
  /* to position the contents within the box (ie the message text) */
  /* to style the message box in particular ways */
  float:none;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.3);
  margin: 3em auto;
  width:90%;
  max-width: 700px;
  background-color: #f1e3c9;
  color: #151515;
  outline-color: #a9a9a9;
  outline-style: ridge;
  outline-width: 4px;
  outline-offset: 0;
  }

  #container_header {
  background-color: #47235e;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width:100%;
  top:0px;
  left:0px;
  border-color: #a9a9a9;
  border-style: ridge;
  border-width: 0 0 4px 0;
  font-size: 1.2em;
  color:white;
  vertical-align:middle;
  text-align:center;
  font-weight:bold;
  }
}

/*FOOTER STYLE*/
#footer {
font-size: 0.9em;
padding: 0 5% 5% 5%;
display:inline-block;
}

/* latin-ext */
@font-face {
  font-family: 'Mozilla Text';
  font-style: normal;
  font-weight: 200 700;
  src: url(https://fonts.gstatic.com/s/mozillatext/v1/SZc-3FrnJ7S7WZIff2mJ7TbD4RNKuCc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mozilla Text';
  font-style: normal;
  font-weight: 200 700;
  src: url(https://fonts.gstatic.com/s/mozillatext/v1/SZc-3FrnJ7S7WZIff2mJ7TbD7xNK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
