:root {
--main: #dde9f1ea;
--outline: 3px solid #79eefd;
--font: #252525;
--headfont: "nr", sans-serif;
--headcolor: #045564;
--link:#1460b8;
--linkhover:#9ee4ff;
--cap: #4e5563;
}

[data-theme="dark"] {
--main: #16293bf6;
--font: #c5c5cc;
--outline: 3px solid #74c6fcd3; 
--headcolor: #f5fbffdc;
--link: #63b1fa;
--cap: #9f9fa5;

}

@font-face {
    font-family: "msg";
    src: url(/fonts/msgothic.ttf);
}


   body {
	background-color: #bcd4ca;
	background-image: url('/imgs/BG/tile/cloudedit.png');
  font-family: verdana, arial, sans-serif;
	margin: 0;
  }
  
  p {
	line-height: 1.6em; /*I find the default HTML line-height tends to be a bit claustrophobic for main text*/
  }

  a{
color: var(--link);

  }
  
  img {
	max-width: 100%;
	height: auto;
  display: block;
  margin: auto;
  margin-top: 1em;
  }
  .right {
	float: right;
	margin-left: 1em;
  }
  .left {
	float: left;
	margin-right: 1em;
  }
  .center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  }
  @media only screen and (min-width: 600px) {
	.small {
	  max-width: 60%;
	  height: auto;
	}
  }
  .caption {
	margin-top: 5px;
	font-size: 0.9em;
	font-style: normal;
  color: var(--cap);
  text-align: center;
  }
  
  a:hover { 
	background-color: #9ebb5f;
  }
  
  h1, h2, h3, h4, h5 {
	color: var(--headcolor);
	font-family: "msg", verdana, Arial, Helvetica, sans-serif;
  }
  
  /*#CONTAINER is the rectangle that contains everything but the background!*/
  #container {
	margin: 3em auto;
	width: 90%;
	max-width: 900px;
	color: var(--font); 
  }
  
  #content {
	padding: 10px 5% 20px 5%;
  }
  
  
  /*HEADER STYLE*/
  #header {
	position: relative;
	padding: 0 5%;
	border-width: 0 0 4px 0;
	
  }
  #header ul {
	list-style-type: none;
	padding: 0.5em 0;
	margin: 0;
	
  }
  #header li {
	font-size: 1.5em;
	display: inline-block;
	margin-right: 1.5em;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
  }
  #header li a {
	color: #727d37;
	text-decoration: none;
	background-color: inherit;
	text-transform: lowercase;
	font-family: var(--headfont);
	font-size: smaller; 
  }

  #header li a:hover {
	text-decoration: underline;
  }

  hr { 
border-color:#9ac2bd;
border-top: none;

}
  
  /*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: 1.4em;
  }
  
  /*DISQUS STYLE*/
  #disqus_thread {
	margin-top: 1.6em;
  }
  
  /*FOOTER STYLE*/
  #footer {
	font-size: 0.8em;
	padding: 0 5% 10px 5%;
  }
