/*	============================================================       		 Custom theme for Oregon Hop Commission					Design by The Field Group					  Code by Invisible Ink					  www.invisibleink.com	============================================================*/body	{	font: 16px/1.6 "Open Sans", arial, helvetica, sans-serif;	font-weight: 400;	color: #8a951e;	}	h2, h3, h4, h6	{	padding: 0;	font-family: "Open Sans", arial, helvetica, sans-serif;	font-weight: 800;	}h3	{	font-size: 25px;	line-height: 25px;	color: #3d1610;	text-transform: uppercase;	padding: 0;	margin: 0 0 20px 0;	}	h4	{	font-size: 18px;	line-height: 18px;	color: #3d1610;	margin: 0 0 20px 0;	}h6	{	font-size: 18px;	color: #3d1610;	margin: 0 0 7px 0;	}img	{border: 0;}p	{	padding: 0;	margin: 0 0 15px 0;	}	strong	{font-weight: 700;}a	{	color: #3d1610;	font-weight: bold;	}	a:hover	{color: #000;}hr	{	height: 1px;	margin: 15px 0;	border-bottom: 1px dashed #ccc;	border-top: 0;	border-left: 0;	border-right: 0;	color: #fff;	background: transparent;	}	form	{	margin: 0;	padding: 0;	}		/*   Images	*/		.align_right	{	float: right;	margin: 0 0 10px 15px;	}	.align_left	{	float: left;	margin: 0 15px 10px 0;	}		/*   Tables	*/		.chart	{	margin-bottom: 20px;	border: 0;	border-spacing: 1px;	width: 100%;	}	.chart th, .chart thead	{background: #8a951e; color: #fff !important; font-weight: bold;}.chart tr:nth-child(2n+2)	{background: #e5e5e5;}.chart td, .chart th	{padding: 5px 8px;}	/*   Buttons	*/		button, .btn { 	color: #fff; 	background-color: #3d1610;	padding: 17px 25px;	margin: 5px;	border: 0;	cursor: pointer;	font-size: 20px;	line-height: 20px;	font-family: "Open Sans", arial, helvetica, sans-serif;	font-weight: 700;	box-shadow: 4px 4px 3px 0px #ccc;	} button	{width: auto; overflow: visible;}.btn:hover, .btn:focus, button:hover, button:focus {	background: #8a951e;    transition: all 0.2s ease-in-out;	box-shadow: 3px 3px 2px 0px #ccc;    }a:link.btn, a:visited.btn, a:hover.btn, a:focus.btn	{	color: #fff;	text-decoration: none;	display: inline-block;	zoom: 1;	*display: inline;	}