html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #33CC33;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	background: url("images/darkness.png");
	/* Background pattern from Toptal Subtle Patterns */
}

.maindiv
{
	margin: 60px auto 0px auto;
	padding: 20px;
	width: 1200px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-sizing: border-box;	
}

.logo
{
	text-align: center;
	position: relative;
}

.sitename
{
	position: absolute;
	width: 100%;
	transform: translate(0px, -320px);
	font-family: "Bauhaus 93";
	font-size: 72px;
	font-weight: bold;
	color: #FFFFFF;
}

.tagline
{
	position: absolute;
	width: 100%;
	transform: translate(0px, -180px);
	font-family: "Baskerville Old Face";
	font-size: 36px;
	color: #FFFFFF;
}

/* the navbar */
ul.navbar
{
	list-style-type: none;
	margin-top: 10px;
	padding: 0px;
	width: 400x;
	text-align: center;
	overflow: hidden;
	background-color: #0000FF;
	float: right;
	box-sizing: border-box;
}

li.navbaritem
{
	float: left;
}

li.navbaritem a
{
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li.navbaritem a:hover
{
	background-color: #66A3FF;
}

.currentmenuitem
{
	display: inline-block;
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
}

 /* the two column main part of the page */
 .clearfix::after
 {
	content: "";
	clear: both;
	display: table;
 }

.sidebar
{
	padding: 20px;
	box-sizing: border-box;
	margin-top: 40px;
	width: 35%;
	float: left;
}

.maincontent
{
	padding: 20px;
	box-sizing: border-box;
	width: 65%;
	float: left;
	border-left: 1px solid #000000;
	margin-top: 30px;
}

/* the page elements */
h1
{
	text-align: center;
	color: #FFFFFF;
	background-color: #66A3FF;
	margin: -15px auto 20px auto;
	width: 550px;
	padding: 10px;
	border-radius: 10px 30px;
	font-size: 36px;
}

h2
{
	text-align: center;
	color: #0000FF;
	font-size: 28px;
	margin-top: 40px;
}

.date
{
	font-weight: bold;
}

/* links */
a:link
{
	color: #0000FF;
}

a:visited
{
	color: #0000FF;
}

a:hover
{
	background-color: #0000FF;
	 color: #FFFFFF;
}

a:active:
{
	background-color: #0000FF;
	 color: #FFFFFF;
}

.footer
{
	text-align: center;
	margin-top: 30px;
}
