

body { 
  background-image: url("../images/boom3.png");
	 background-repeat: repeat;
  background-color: #78B192 ;
  font-size: 22px;
  font-family: "MS Gothic";
  margin: 0;
}

p {
  line-height: 1.6em;
}
a[href] {
  color: #E1E8EC;
}

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

img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/* text */
.text {
font-family: 'MS Gothic';
}
/* paragraph */
.paragraph {
  text-align: justify;
  font-family: 'MS PGothic';
}

.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: 0;
  font-size: 0.9em;
  font-style: italic;
}

a:hover { 
  background-color: #2C5D77;
}

h1, h2, h3, h4, h5 {
  font-family: Tahoma, Geneva, sans-serif;
  color: #E1E8EC;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 3em auto;
  width: 90%;
	max-width: 700px;
	background-color: #730f1f;
  color: #151515; 
  outline-color: #CFA98E;
  outline-style: none;
  outline-width: 4px;
  outline-offset: 0;
}

#content {
  padding: 10px 5% 20px 5%;
}
/* Body */
#body {
  margin: 10px;
  text-align: center;
  padding-left: 15%;
}
hr {
  color: black;
}
/* Title */
#title {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  height: auto;
}
/* posts */
.post {
  text-align: center;
  padding: 12px 30px 12px 30px;
  max-width: 604px;
  width: 96%;
  margin: auto;
  color:white
  }
   .post2 {
  padding: 12px 30px 12px 30px;
  max-width: 604px;
  width: 96%;
  margin: auto;
  color:white
  }
.post-title {
  font-size: 29px;
  margin-top: 12px;
  margin-bottom: 14px;
  font-family: 'MS-Gothic';
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color:white
}

/* marquee */

marquee-post {
		text-align: center;
		box-sizing: border-box;
		max-width: 620px;
		width: 90%;
		margin: auto;
		padding-bottom: 8px;
		padding-top: 8px;
	  }

 .marquee-post-wide {
		text-align: center;
		box-sizing: border-box;
		max-width: 620px;
		width: 90%;
		margin: auto;
		padding-bottom: 8px;
		padding-top: 8px;
	  }

 .marquee {
		overflow: hidden;
		white-space: nowrap;
		color: #210408;
		font-family: 'bpdotssquare';
	  }

  .marquee span {
		display: inline-block;
		padding-left: 100%;
		animation: marquee 15s linear infinite;
	  }
	  
.marquee-slow {
		overflow: hidden;
		white-space: nowrap;
		color: #210408;
		font-family: 'bpdotssquare';
	  }

.marquee-slow span {
		display: inline-block;
		padding-left: 100%;
		animation: marquee 25s linear infinite;
	  }
	  
@keyframes marquee {
		0% {
		  transform: translate(0, 0);
		}
		100% {
		  transform: translate(-100%, 0);
		}
	  }


/* upper-banner marquee */
.tv-marquee {
		overflow: hidden;
		white-space: nowrap;
		color: #730f1f;
		text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff;
		font-family: 'MS PGothic';
	  }

	  .tv-marquee span {
		display: inline-block;
		padding-left: 100%;
		animation: marquee 30s linear infinite;
	  }

	  @keyframes tv-marquee {
		0% {
		  transform: translate(0, 0);
		}
		100% {
		  transform: translate(-70%, 0);
		}
	  }	  

/*HEADER STYLE*/
#header {
  background-color: #730f1f;
  padding: 0 5%;
  border-color: #7399AD;
  border-style: ridge;
  border-width: 0 0 4px 0;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#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;
}

/*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%;
}
/*SIDEBAR*/
#sidebar {height: 100%;
    width: 15%;
    box-sizing: border-box;
    background-image: url(".");
    background-attachment: local;
    text-align: center;
    border-right: 4px groove #b3e8c2;
    margin: auto;
    top: 0px;
    left: 0px;
    float: left;
    overflow: hidden;
    position: fixed;
}
/* content table */
#content-table {
  border-radius: 5px;
  background: #730f1f;
    border: 1px solid #7399AD;
    padding: 3px;
    overflow: auto;
    font-family: 'Ms UI Gothic';}
  /* nav content buttons */
.nav-content-button {
  width: 100%;
    border: 1px solid #7399AD;
    border-collapse: collapse;
    border-radius: 5px;
    display: grid;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 3px 5px;
    }
#row {
  position: absolute;
  top: 1380px;
  left: 200px;
}
#column {
   display: block;
   float: left;
}
#header-tv-text {
  background-color: blue;
  color: white;
}
figcaption {
  color: #dadada;
  font-size: 18px;
  text-align: center;
}