@charset "utf-8";
/*
THEME COLORS:
green: #669900
dark green: #3E5B00 
light brown: #9C7960 
brown: #74543D
dark brown: #62432F
*/

/*GENERAL*/
body {	
	background: #669900;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 100%;
	min-width: 320px;
	padding: 5px;
	box-sizing: border-box;
	
}
.section {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}
/*TEXT ELEMENTS*/			
p {
	margin: 0 0 5px 0;
	line-height: 18px;
}
ul, ol {
	list-style: disc;
	text-align: left;
	margin: 0;
}
.left {
	float: left;
	vertical-align: top;
}
.right {
	float: right;
	vertical-align: top;
}
/*HEADINGS*/
h1, h2, h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
}

h1 /*Large Heading Text*/{
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #74543D;
}
h2 /*Heading Text*/{
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #62432F;
}
h3 /*Sub Heading Text*/{
	font-weight: bold;
	font-size: 16px;
}
h4 {
	margin: 0 0 5px 0;
	font-size: 13px;
}
/*LINKS*/
a {
	color: #669900;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/*HEADER*/
.header{
	padding: 5px 0 20px 0;
	height: 96px;
	background: #fff;
	margin-bottom: -15px;
	-webkit-border-radius: 10px 10px 0 0;
    	-moz-border-radius: 10px 10px 0 0;
    	border-radius: 10px 10px 0 0;
}
.logo {
	display: block;
	float: left;
	height: 70px;
}
.logo h1 {
	display: none;
}
.logo img {
	height: 70px;
	width: auto;
	vertical-align: middle;
}
.tap {
	display: block;
	float: right;
	height: 76px;
	text-align: center;
	padding-right: 5px;
}
.tap .call{
	display: block;
	height: 65px;
	width: 80px;
	background-image: url(images/tap-to-call-button.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/*MENU*/	
.menu { 
	height: 40px;
	padding: 0;
	-webkit-border-radius: 10px 10px 0 0;
    	-moz-border-radius: 10px 10px 0 0;
    	border-radius: 10px 10px 0 0;
	background: #79533A; /* For browsers that do not support gradients */
    	background: -webkit-linear-gradient(#79533A, #62432F); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(#79533A, #62432F); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(#79533A, #62432F); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#79533A, #62432F); /* Standard syntax */
	/*-webkit-box-shadow: 0px -8px 20px -8px rgba(68,68,68,0.8);
	-moz-box-shadow: 0px -8px 20px -8px rgba(68,68,68,0.8);
	box-shadow: 0px -8px 20px -8px rgba(68,68,68,0.8);*/
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	border-right: 1px solid #9C7960;
}
.menu ul li a, .menu ul li a:visited { 
	display: block;
	padding: 0 8px;
	line-height: 40px;
	border-right: 1px solid #62432F;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
}
#left-menu-button {
	border-left: none;
}
#right-menu-button {
	border-right: none;
}
.menu ul li a:active, .menu ul li a:hover, .menu ul li a.current {
	color: #669900;
	text-decoration: none;
}

/*CONTENT*/
.content {
	background: #FCF7E2;
	padding: 10px;
}
.content img{
	width: 100%;
	height: auto;
	max-width: 600px;
	
}
.social img {
	width: 30px;
	height: 30px;
}
#captchaimg {
	width: auto;
}
/*LIST*/
.list {
	width: 100%;
}
.list-item {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	background: #669900; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#669900, #4A6F00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#669900, #4A6F00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#669900, #4A6F00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#669900, #4A6F00); /* Standard syntax */
	padding: 7px;
	margin-bottom: 10px;
}
.list-item img{
	display: inline-block;
	width: auto;
	height: 30px;
	margin: 0 7px 0 0;			
}
.list-item a h3 {
	display: inline-block;
	vertical-align: top;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.list-item a:hover h3, .list-item a:active h3 {
}
.list-item.long h3 {
	margin: 14px 0 0 0;
}
a p.post-title, a p.post-title:visited /*Post Title: Normal State*/{
	margin: 0 5px 0 80px;
	padding: 10px 5px 10px 5px;
	background: #;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #;
}
a p.post-title:hover, a p.post-title:active /*Post Title: Active State*/{
	background: #;
	color: #;
}

/*TEXT INPUT*/
.text-field, .text-area, select {
	width: 100%; /*of div.content*/
	margin: 3px 0 10px 0;
	padding: 5px;
	background: #FFFFFF;	
	border: 1px solid #D6BBA3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #331D06;		
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-sizing:border-box;
}
.text-area {
	height: 100px;
}
.label {
	
}
/*BUTTONS*/
.button /*Normal State*/{
	color: #ffffff;
    	display: block;
    	background: #79533A; /* For browsers that do not support gradients */
    	background: -webkit-linear-gradient(#79533A, #62432F); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(#79533A, #62432F); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(#79533A, #62432F); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#79533A, #62432F); /* Standard syntax */
    	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
    	padding: 12px;
	margin-bottom: 5px;
	border: 1px solid #62432F;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	cursor: pointer;
	box-sizing: border-box;
}
.button:hover, .button:active /*Active State*/{
	text-decoration: none;
	background: #79533A;
}
.error
{
	color: #DD4B39;
	font-style:italic;
}
/*FOOTER*/
.footer {
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
	background: #79533A;
	color: #FFFFFF;
	-webkit-border-radius: 0 0 10px 10px;
    	-moz-border-radius: 0 0 10px 10px;
    	border-radius: 0 0 10px 10px;
	background: #79533A;
}
.footer a, .footer a:visited {
	font-weight: bold;
	color: #669900;
}
.footer a:hover, .footer a:active {
	color: #222222;
}