@charset "utf-8";
/* CSS Document */

hr.style13 {
	height: 5px;
	border: 0;
	box-shadow: 0 5px 5px -5px #0e5808 inset;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	color:#0e5808;
	color: #0d4e07;
}

.first-words {
	 color: #094a04;
	 font-size:1.5em;
	 font-weight:500;
	 
	 font-family: Helvetica, Arial, sans-serif;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 74, 4, .75), rgba(0, 0, 0, 0));
}
.ebookcovers {
	border:1px solid #AAC2A9;
	}
iframe {
	border:1px solid #acacac;
	}
a:hover{
	text-decoration:underline;
	color:#53a54c;
}

.offleft{
	margin-left: -9000px;
	position: absolute;
	}
.button:link{
	 -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
	background-color: #13790b;
	color:#ffffff !important;
	}
.button:visited{
	background-color: #13790b;
	color:#ffffff !important;}
.button:hover{
	background-color:#53a54c;
	color:#ffffff !important;}	

/* Simple Horizontal menu #main-nav */
#primary-nav {
	list-style-type: none;
    margin: 0;
    padding: 1em;
    overflow: hidden;
	text-align:center;
	background: #0e5808;
	width: 100%;
	}

#primary-nav li {
	display:inline;
	list-style-type:none;
	}
#primary-nav li a{
	text-align: center;
	text-decoration:none;
	font-size:1em;
	color:#ffffff;
	}
#primary-nav a:hover{
	text-decoration:underline;
	color:#53a54c;
}

#footer-nav {
	list-style-type: none;
    margin: 0;
    padding: 1em;
    overflow: hidden;
	text-align:center;
	width: 100%;
	}
#footer-nav li {
	display:inline;
	list-style-type:none;
	}
#footer-nav li a{
	text-align: center;
	text-decoration:none;
	font-size:1em;
	color:#ffffff;
	}
#footer-nav a:hover{
	text-decoration:underline;
}
.fn-email a{
	color:#ffffff;
	text-decoration: underline;}
.fn-email a:hover{
	color:#ffffff;
	text-decoration: none;}