body {
  background-color: #663399;
  background-image: url('../images/bg.png');
	background-position: top;
  font-size: 18px;
  font-family: 'Verdana', sans-serif;
  color: #291B12;
  margin: 0;
}

p {
  line-height: 1.6em;
}

hr {
  border: solid #63574A;
  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;
}
.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;
}
h1, h2, h3, h4, h5 {
  font-family: Verdana, sans-serif;
  color: #666666;
}
a:link {
    color: #1A1A1A;
    text-decoration: none;
}
a:hover {
    color: #663399;
    text-decoration: none;
}
a:active {
    color: #006699;
    text-decoration: none;
}
a:visited {
  color: #151515;
  text-decoration: none;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 50px auto;
	width: 848px;
	border-radius: 15px;
	background-color: #FFFFCC;
  color: #151515; 
  outline-color: #63574A;
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0;
}

#content {
  padding: 15px 15px 15px 15px;
}

/*HEADER STYLE*/
#header {
  background-image: url('../images/savoy_paper.png');
  background-repeat: no-repeat;
  background-size: 849px 260px; 
  background-color: #FF6900;
  height: 260px;
  width: 848px;
  padding: 0%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/*NAVBAR STYLE*/
#navbar {
  background-color: #228B22;
  height: 50px;
  font-family: 'Verdana', sans-serif;
  color: #FFCCCC;
  font-size: 17px;
  font-weight: bold;
  }
  
#navbar ul { 
  margin: 0;
  padding: 15px 15px 0 0;
	list-style-type: none; 
	text-align: left; 
	background-color: #228B22; 
	} 
 
#navbar ul li {  
	display: inline; 
	} 
 
#navbar ul li a { 
	text-decoration: none; 
	color: #FFFFCC; 
	background-color: #228B22;
	padding: 0 15px; 
	} 
 
#navbar ul li a:hover { 
	color: #1A1A1A; 
	background-color: #FFFFCC;
	border-radius: 5px;
	} 

/*SEARCH STYLE*/
#search {
  width: 823px;
  height: 40px;
  background-color: #FF6900;
  font-size: 0.7em;
  font-family: 'Verdana', sans-serif;
  border-color: #666666;
  border-style: solid;
  border-width: 0 0 5px 0;
  padding: 10px 10px 15px 15px;
}
img {
     vertical-align:middle;
}
form {
  background-color: #FFFFCC;
  width: 250px;
  height: 25px;
  border: 1px;
  border-radius: 5px;
  border-color: #463522;
  border-style: solid;
  display: flex;
  flex-direction: row;
  align-items: center; 
}
input {
  all: unset;
  font-size: 14px;
  font-family: 'Verdana', sans-serif;
  color: #1A1A1A;
  height: 100%;
  width: 100%;
  padding: 6px 10px;
}
::placeholder {
  color: #666666;
  opacity: 0.7;
  font-size: 14px;
  font-family: 'Verdana', sans-serif;
}
button {
  background-color: #463522;
  border-radius: 5px;
  border-style: none;
  width: 75px;
  height: 30px;
  font-size: 0.9em;
  font-family: 'Verdana', sans-serif;
  color: #FFFFCC;
  position: relative;
  left: 65px;
}

/*POST LIST STYLE*/
#postlistdiv ul {
  font-size: 18px;
  color: #666666;
  padding: 0;
  list-style-type: none;
}
#recentpostlistdiv ul {
  font-size: 18px;
  color: #666666;
  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;
}


/*DISCLAIMER STYLE*/
#disclaimer {
  background-color: #228B22;
  border-color: #666666;
  border-style: solid;
  border-width: 5px 0 0 0;
  font-size: 0.7em;
  padding: 12px 12px 10px 15px;
}

/*FOOTER STYLE*/
#footer {
  background-color: #FF6900;
  font-size: 1em;
  padding: 7px 0 7px 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}