.searchsubmit, #subbutton {
	background: #F0622F;
	border: 1px solid #F0622F;
	margin: 10px;
	padding: 5px 7px 2px 7px;
	color: #FFFFFF;
	line-height: 15px;
        font-family: 'Ostrich Sans'; font-weight: 900;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none;	
}
.s, #subbox {
	background: #FFFFFF;
	border: 1px solid #B3ABA8;
	width: 180px;
	margin: 10px -7px 0 0;
	padding: 5px 5px 5px 5px;
	color: #666666;
	font-family: 'Lato'; font-weight: 500;
	font-size: 16px;
	-webkit-appearance: none;
}

.sidebar.widget-area .widget {
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: 10px 0 10px;
	padding: 0 0 1px;
}

/* 09/19/2015, ChiWei. Forcing the #nav and #title fonts to be Lato, 18px, weight 700 */
.menu-primary a {
font-weight: 700;
font-size: 18px;
}
#content h2.entry-title a {
font-weight:700;
}