html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	background: url("images/tools.png") top right no-repeat fixed, url("images/retina_wood.png") left top repeat scroll;
	/* Background pattern from Toptal Subtle Patterns */
}

.maindiv
{
	margin: 20px auto 0px auto;
	padding: 20px;
	width: 1200px;
	background-color: rgb(255, 255, 255, 0.3);
	border-radius: 20px;
	box-sizing: border-box;	
}

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

.sitename
{
	padding: 10px;
	font-family: "stencil";
	font-size: 48px;
	color: #86592D;
	text-align: center;
}

.tagline
{
	margin: -90px 0px 0px 0px;
	font-family: "baskerville old face";
	font-size: 36px;
	color: #86592D;
	text-align: center;
	font-weight: bold;
}

/* the navbar */
ul.navbar
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 512px; /* change this to make your menu wider or narrower */
	text-align: center;
	overflow: hidden;
	float: right;
	box-sizing: border-box;;
}

li.navbaritem
{
	float: left;
}

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

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

.currentmenuitem
{
	display: inline-block;
	background-color: #B35900;
	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;
	background-color: #FFE6B3;
	border-style: outset;
	border-color: #FFFFFF;
	margin-top: 20px;
	width: 35%;
	float: left;
}

.maincontent
{
	padding: 20px;
	box-sizing: border-box;
	width: 65%;
	float: left;
	text-align: left;
}

/* the page elements */
h1
{
	text-align: center;
	color: #FFFFFF;
	background-color: #FFB31A;
	margin: 10px auto 20px auto;
	width: 500px;
	padding: 10px;
	border-style: double;
	border-width: 5px;
	border-color: #000000;
	font-size: 32px;
}

h2
{
	text-align: center;
	color: #CC6600;
	font-size: 24px;
}

/*h2.sidebarheader
{
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
}*/

/*h3
{
	text-align: center;
	color: #E67300;
	font-size: 24px;
}*/

.date
{
	font-weight: bold;
}

/*img.product
{
	float: left;
	margin-right: 15px;
}*/

/* links */
a:link
{
	color: #B35900;
}

a:visited
{
	color: #B35900;
}

a:hover
{
	background-color: #B35900;
	color: #FFFFFF;
}

a:active:
{
	background-color: #B35900;
	color: #FFFFFF;
}

.footer
{
	text-align: center;
}
