/* to be used with blog pages only */

body {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  background-size: 375px;
  background-image: url('/images/site/starry-purple.gif');
  background-color: black;
  color: white;
}

img {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: auto;
  max-width: 100%;
}

#container {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 0;
  background-color: black;
  border: 1px solid;
  border-top: 0;
  border-bottom: 0;
  border-image: linear-gradient(to bottom, magenta, red) 1;
  color: white;
  overflow: hidden;
}

.wide {
  height: auto;
  width: auto;
  margin-top: 10px;
  padding: 10px;
  text-align: justify;
  background-image: url('/images/site/background.webp');
  background-color: black;
  border: 1px solid;
  border-image: linear-gradient(to bottom, aquamarine, orange, red) 2;
  color: white;
}

.wide a {
  color: red;
}

.widearchive {
  height: auto;
  width: auto;
  margin-top: 10px;
  padding: 10px;
  text-align: justify;
  background-image: url('/images/site/background.webp');
  background-color: black;
  border: 1px solid;
  border-image: linear-gradient(to bottom, aquamarine, orange, red) 2;
  line-height: 30px;
  color: white;
}

.widearchive a {
  color: white;
}

.header {
  height: 250px;
  width: auto;
  background-size: 100%;
  background-image: url('/images/site/banner.png');
  background-color: black;
  border: 1px solid;
  border-image: linear-gradient(to bottom, magenta, aquamarine) 1;
  color: white;
  position: relative;
}

#postlistdiv ul {
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
  list-style-type: none;
}

#recentpostlistdiv ul {
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
  list-style-type: none;
}

.moreposts {
  margin-top: 10px;
}

#nextprev {
  text-align: center;
  margin-top: 10px;
}

#disqus_thread {
  margin-top: 10px;
}

footer {
	height: auto;
	width: auto;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	background-color: black;
	border: 1px solid red;
	border-bottom: none;
}

footer a {
  color: orange;
}

h1, h2 {
  margin-top: 0;
	margin-bottom: 4px;
	text-align: justify;
	color: white;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

h1 {
	font-size: 24px;
}

p {
	margin-bottom: 0;
	margin-top: 0;
}