@font-face
{
	font-family: gtsectra;
	src: url('fonts/gtsectra-regular.woff2');
}

html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #DFBF9F;
	font-family: gtsectra;
	font-size: 15px;
}

/* everything but the background */
.maindiv
{
	margin: 20px auto 0px auto;
	padding: 20px;
	width: 1200px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #663300;
}
 
 .logo
 {
	text-align: center;
	position: relative;
 }
 
 .imgtitle1
 {
	position: absolute;
	width: 100%;
	top: 45%;
	left: 50%;
	transform: translate(-550px, -110px);
	font-family: "lucida calligraphy";
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
 }
 
 .imgtitle2
 {
	position: absolute;
	width: 100%;
	top: 63%;
	left: 57%;
	transform: translate(-630px, -65px);
	font-family: "lucida calligraphy";
	font-size: 36px;
	color: #FFFFFF;
 }
 
 /* the menu bar */
 ul.navbar
 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 545px;
	text-align: center;
	overflow: hidden;
	background-color: #FFC266;
	float: right;
	box-sizing: border-box;
 }
 
 li.navbaritem
 {
	float: left;
 }
 
 li.navbaritem a
 {
	display: inline-block;
	color: #663300;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
 }
 
 li a:hover
 {
	background-color: #FFA366;
 }
 
 .activemenuitem
 {
	display: inline-block;
	background-color: #663300;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
 }
  
  /* the two column main part of the page */
 .clearfix::after
 {
	content: "";
	clear: both;
	display: table;
 }
 
 .content
 {
	padding: 20px;
	box-sizing: border-box;
 }
 
 .sidebar
 {
	background-color: #FFF0B3;
	width: 35%;
	float: left;
	border-style: outset;
	border-color: #F2F2F2;
	border-width: 2px;
 }
 
 .maincontent
 {
	width: 65%;
	float: left;
 }
 
 /* the page elements */
h1
 {
	text-align: center;
	color: #663300;
 }
 
 h2, h3
 {
	text-align: center;
	color: #E67300;
 }
 
 h2.sidebarheader
 {
	text-align: center;
	color: #CC6600;
 }
 
 h3.blogentry
 {
	color: #E67300;
 }
 
 .date
 {
	 font-weight: bold;
	 font-variant-caps: petite-caps;
	 color: #663300;
 }

 p.newsitem::first-line
 {
	font-variant-caps: petite-caps;
 }
 
 a:link
 {
	color: #CC6600;
 }
 
 a:visited
 {
	color: #CC6600;
 }
 
 a:hover
 {
	color: #CC6600;
	 text-decoration: underline overline double #CC6600;
 }
 
 a:active
 {
	color: #FFFFFF;
 }
 
.readmorebutton a
{
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 30px;
	border-style: outset;
	border-width: 2px;
	border-color: #FFFFFF;
}

hr
{
	height: 2px;
	border-width: 0;
	color: #663300;
	background-color: #663300;
}

 p.firstpara::first-letter
 {
	color: #663300;
	font-family: "edwardian script itc";
	font-size: xx-large;
	font-weight: bold;
 }
 
 p.firstpara::first-line
 {
	font-variant-caps: petite-caps;
 }
 
 .booktitle
 {
	 font-style: italic;
 }
 
 .footer
 {
	text-align: center;
 }
 