/*	============================================================			Custom theme for Yakama Nation Land Enterprise						  ©2012 INVISIBLE INK					  Author: Chris Duren					 www.invisible-ink.com			Increase your visibility with Invisible Ink™				============================================================*/body	{	font: 13px/1.7 Georgia, helvetica, arial, sans-serif;	color: #354954;	}	p	{	margin: 0;	padding: 0 0 12px 0;	}hr	{	height: 1px;	margin: 15px 0;	border-bottom: 1px dashed #d4b112;	border-top: 0;	border-left: 0;	border-right: 0;	background: transparent;	}	h2	{	font-weight: normal;	font-size: 20px;	font-family: "Francois One", impact, helvetica, arial;	text-transform: uppercase;	color: #4b751b;	margin: 0 0 10px 0;	}	h4	{	font-size: 16px;	font-weight: normal;	font-family: "Francois One", impact, helvetica, arial;	color: #000;	margin: 0 0 10px 0;	}h5	{	font-size: 15px;	font-weight: normal;	color: #4b751b;	margin: 0 0 10px 0;	}img	{border: 0;}	/*   Buttons	*/		button, .btn { 	color: #fff; 	background-color: #4b751b;	padding: 15px 18px;	margin: 5px;	border: 0;	border-radius: 8px;	cursor: pointer;	font-size: 20px;	line-height: 20px;	font-family: "Francois One";	font-weight: normal;	} button	{width: auto; overflow: visible;}.btn:hover, .btn:focus, button:hover, button:focus {	background: #d4b112;    transition: all 0.2s ease-in-out;    }a:link.btn, a:visited.btn, a:hover.btn, a:focus.btn	{	color: #fff;	text-decoration: none;	display: inline-block;	zoom: 1;	*display: inline;	}		/*   Links 	*/a:link	{	color: #000;	font-weight: bold;	}	a:visited	{	color: #222;	font-weight: bold;	}	a:hover	{	color: #4b751b;	text-decoration: none;	}