body {
/*background: #e1e1e1;*/
	background: #f49f20;
/*font-family: Times;*/
	color: black;
}

h2,h1,h3 {
	font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-section {
	margin-top: 0;
	padding-top: 1em;
/*background: white;*/
/*box-shadow: 5px 8px 12px*/
}

.product-section.first {
}

.product-section.last {
/*
	border-bottom: 2px;
	border-color: #828282;
	border-style: solid;
	*/
}

#header {
	background: white;
	margin-bottom: 0;
}

.header-wrapper {
	padding-bottom: .5rem;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.product-content-wrapper {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}

#basis-header-nav {
	max-width: 100%;
	height: 100%;
	margin-bottom: 0;
}

#basis-header-nav a {
	font-size: 20pt;
	height: 87px;
	width: 120px;
	display: block;
	text-align: center;
	color: black;
/*border:1px solid black;*/
	margin-left: 0;
	padding-left: 0;
	padding-top: 90px;
	font-family: Trebuchet MS;
}

#basis-header-nav a:hover {
	display: block;
	background: #f49f20;
}

#menu-menu-1 li {
	margin: 0;
	padding: 0;
}

#basis-header-nav li.current-menu-item a, #basis-header-nav li.current_page_item a, #basis-header-nav li.current-menu-ancestor a, #basis-header-nav li.current_page_ancestor a {
	text-decoration: none;
	background: #f49f20;
	display: block;
}

.custom-logo {
	height: 140px;
	width: 130px;
}

#title {
	padding-top: 20px;
}

.post-content {
	margin-top: 1em;
	background: white;
	box-shadow: 5px 8px 12px #d98d1c;
}

#footer {
	background: black;
}

/*This is the Draw a Box Page*/
.page-id-94 {
/*background: #fcbd25;*/
}

.recentPost {
	background: #ffe1b2;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 190px;
/*padding-top: 15px;*/
	color: black;
	font-size: 13pt;
	font-family: Palatino Linotype;
	margin-bottom: 0;
}

.recentPostLink {
	border: 2px solid white;
	display: block;
	height: auto;
	color: black;
	background: #ffe1b2;
	padding: 0;
	margin: 0;
}

.recentPostLink:hover {
	border: 2px solid #f49f20;
	display: block;
}

.recentPostLeft {
	overflow: auto;
	float: left;
	width: 69%;
	padding-left: 1%;
}

.recentPostRight {
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	width: 25%;
}

.recentPostRight img {
	width: 100%;
	height: 160px;
}

.recentPostReadMore {
	width: 100%;
	background: #f49f20;
	height: 25px;
	float: left;
	text-align: center;
	font-weight: bold;
	display: block;
	font-size: 14pt;
	margin-top: 5px;
}

.footer-wrapper .fine-print a {
}