@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*BODY AND MAIN STYLES */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
body {
    margin-top: 0;
    background-image: url(../images/small-bg.jpg);
	background-color: #4d5a1f;
	background-position:top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: 100%;
    font-size: 0.875em;
    line-height: 1.4;
    color: #000;
}
@media only screen and (min-width: 481px) {
	body {
		background-image: url(../images/medium-bg.jpg);
		font-size: 0.875em;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 896px) {
	body {
		background-image: url(../images/large-bg.jpg);
		font-size: 1em;
		line-height: 1.5;
	}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 88.5%;
		max-width: 1232px;
		padding-left: 0.75%;
		padding-right: 0.75%;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.small-header {
    display: block;
}
.large-header {
    display: none;
}
@media only screen and (min-width: 481px) {
	.small-header {
		display: none;
	}
	.large-header {
		display: block;
		margin-top: 15px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 1042px) {
	.large-header {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 1350px) {
	.large-header {
		margin-top: 30px;
	}
}
@media only screen and (min-width: 1650px) {
	.large-header {
		margin-top: 40px;
	}
}
/*MOBILE MENU */
.js #menu, #menu { /*don't display the menu that builds the mobile menu ever */
		display:none;
	}
.slicknav_menu {
	display:none;
}
.slicknav_menu {
    font-size: 1em;
    background: #08327A;
    padding: 5px;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: 1em;
	background-color: #5D7BCB;
}
.slicknav_btn {
	background-color: #5D7BCB;
}
.slicknav_nav a:hover{
	background: #08327A;
	color: #fff;
}
.slicknav_nav a:visited{
	color: #FFF;
}
.slicknav_nav .slicknav_item:hover {
	background: #08327A;
}
@media screen and (max-width: 896px) { /*display the mobile menu now up to 897px */	
	.js .slicknav_menu {
		display:block;
	}
}
/*END OF MOBILE MENU */
/*START OF MAIN MENU */
.mainmenu {
	display:none;
}
.anylinkcss {
	display:none;
}
input.members {
    line-height: normal;
    width: 35%;
}
@media only screen and (min-width: 897px) {
	.mainmenu {
		display: block;
		width: 100%;
		background-color: #5d7bcb;
		padding: 5px 0;
		color: #fff;
		border-radius: 15px 15px 0 0;
		-moz-border-radius: 15px 15px 0 0;
	}
	.anylinkcss {
		display:block;
	}
	.mainlinks {
		max-width: 770px;
		margin: 0 auto;
	}
	.mainlink {
		padding: 10px;
		font-size: .925em;
		color: #fff;
		float: left;
		font-family: "franklin-gothic-urw-con-sc",sans-serif;
	}
	.mainlink a {
		color: #fff;
		text-decoration: none;
	}
	.mainlink a:hover {
		color: #fff;
		background: none;
	}
	.mainlink a:visited {
		color: #fff;
	}
	.mainlink:hover {
		color: #fff;
		background-color: #08327A;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
}
@media only screen and (min-width: 1090px) {
	.mainlinks {
		max-width: 895px;
		margin: 0 auto;
	}
	.mainlink {
		padding: 10px 15px;
		font-size: 1em;
	}
}
@media only screen and (min-width: 1240px) {
	.mainlinks {
		max-width: 1005px;
		margin: 0 auto;
	}
	.mainlink {
		padding: 10px 18px;
		font-size: 1.1em;
	}
}
.mobiletop {
	display: block;
	width: 100%;
	background-color: #5D7BCB;
	padding: 3px 0;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
}
@media only screen and (min-width: 897px) {
	.mobiletop {
		padding: 5px 0;
	}
}
@media only screen and (min-width: 897px) {
	.mobiletop {
		display: none;
	}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.main-content {
    padding: 1% 5%;
    background: rgba(251,251,251, .75); 
    border-top: none;
	margin-top: 0;
}
@media only screen and (min-width: 481px) {
	.main-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.main-content {
		padding: 5%;
		margin-top: 0px;
	}
}
.highlight-content {
    padding: 1% 5%;
    background-color: #FEF6DB;
}
@media only screen and (min-width: 481px) {
	.highlight-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.highlight-content {
		margin-top: 0px;
	}
}
.main-footer {
    padding: 1% 2%;
    background-color: #4d5a1f;
	font-size: 65%;
	color: #fff;
	line-height: 145%;
}
@media only screen and (min-width: 481px) {
	.main-footer {
		padding: 1% 5%;
		font-size: 70%;
	}
}
/*END OF MAIN LAYOUT AND GENERAL STYLES */
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.clearDiv {
	clear:both;
}
/*START OF CUSTOMIZATIONS */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h1 {
	font-size: 1.25em;
	color: #4D5A1F;
}
h2 {
	font-size: 1.25em;
	color: #072D6F;
}
h3 {
     font-size: 1.2em;
     color: #5D7BCB;
}
h4 {
	font-size: 1.2em;
	color: #4D5A1F;
}
h5 {
    font-size: 1.1em;
    color : #072D6F;
}
h6 {
    font-size: 1.1em;
    color : #5D7BCB;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h4 {
		font-size: 1.2em;
	}
}
a  
{
  color : #072D6F;
}

a:visited
{
  color : #114876;
}

a:hover  
{
  color : #1e4891;
}
a.copyright {
	color:#fff;
}
a.copyright:visited {
	color:#fff;
}
a.copyright:hover {
	color:#FEF6DB;
}
.largecolor1 {
	font-size: 1.5em;
	color: #072D6F;
}
.xlargecolor1 {
	font-size: 2em;
	color: #072D6F;
}
.smallcolor1 {
	font : .95em "Calibri", sans-serif;
	color: #072D6F;
}
.color1 {
	color: #072D6F;
}
@media only screen and (min-width: 897px) {
	.smallcolor1 {
		font : 1.125em "Calibri", sans-serif;
	}
}
.col2thirdleft {
	float: left;
	width: 99%;	
}
.col1thirdright {
	float: left;
	width: 99%;	
}
.col2thirdright {
	float: left;
	width: 99%;	
}
.col1thirdleft {
	float: left;
	width: 99%;	
}
.colHomeMail {
	float: none;
	width: 99%;	
}
.colHomeSocial {
	float: none;
	width: 99%;	
}
@media only screen and (min-width: 625px) {
	.col2thirdleft {
		float: left;
		width: 65%;	
	}
	.col1thirdright {
		float: right;
		width: 30%;	
	}
	.col2thirdright {
		float: right;
		width: 65%;	
	}
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
	.colHomeMail {
		float: left;
		width: 70%;	
	}
	.colHomeSocial {
		padding-top: 25px;
		float: right;
		width: 24%;	
	}
}
.col1third {
	float: left;
	width: 99%;
}
.col1fourth {
	float: left;
	width: 99%;
}
.col1fifth {
	float: left;
	width: 99%;
}
@media only screen and (min-width: 747px) {
	.col1fifth {
		float: left;
		width: 30%;
		padding: 0 1%;
	}
}
@media only screen and (min-width: 1000px) {
	.col1fifth {
		float: left;
		width: 22%;
		padding: 0 1%;
	}		
}
@media only screen and (min-width: 1170px) {
	.col1fifth {
		float: left;
		width: 18%;
		padding: 0 1%;
	}
}
@media only screen and (min-width: 625px) {
	.col1third {
		float: left;
		width: 30%;
		padding: 0 1%;
	}
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1%;
	}	
}
@media only screen and (min-width: 1020px) {
	.col1third {
		float: left;
		width: 32%;
		padding: 0;
	}	
}
.col1half {
	float: left;
	width: 99%;
}
.col1halfright {
	float: left;
	width: 99%;
}
.col1halfrightbooks {
	float: left;
	width: 95%;
	padding: 10px;
	background-color: #fef6db;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
@media only screen and (min-width: 655px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 1.25%;
	}
	.col1halfright {
		float: right;
		width: 45%;
		padding: 0 1.25%;
	}
	.col1halfrightbooks {
		float: right;
		width: 47%;
		padding: 0 1.25%;
	}
}
/*home page */
.reader {
	font-size: 90%;
}
@media only screen and (min-width: 625px) {
	.inputText {
		width:85%; 
	}
	.inputValue {
		width:85%;
	}
}
/*EXTRAS */
/*a colored box without rounded corners */
.colorBox {
	background-color: #fef6db;
	padding: 10px;
}
/*Highlight Box with rounded corners centered */
.colorBoxRound {
    width: 90%;
	padding: 15px;
    background-color: #fef6db;
	margin: 50px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.colorBoxRoundblue {
    width: 90%;
	padding: 15px;
    background-color: #e0f6fc;
	margin: 50px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.colorBoxRoundHome {
    width: 90%;
	padding: 15px;
    background-color: #fef6db;
	margin: 0 auto 45px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 80%;
}
/*padding on images - sub for hspace, vspace or both */
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 10px 0;
}
.imgBPad {
	border: none;
	padding: 10px;
}

@media only screen and (min-width: 625px) {
	.colorBoxRoundHome {
		padding: 5px 25px;
	}
	.colorBoxRound {
		padding: 25px 15px 25px 45px;
	}
}
/*Book Page Styles */
/*Cover box */
.coverBox {
    width: 90%;
	padding: 15px;
    background-color: #fef6db;
	margin: 15px auto 25px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
/*Blurb */
.blurbBox {
    width: 90%;
	padding: 15px;
    border: 1px solid #fff;
	margin: 15px auto 0 auto;

}
.bookCover {
	width: 90%;
	max-width: 250px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    margin-bottom: 15px;
}
.bookCoverKW {
	width: 100%;
	max-width: 150px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    margin-bottom: 15px;
}
.boxedCover {
	width: 90%;
	max-width: 250px;
    padding: 8px;
    margin-bottom: 15px;
}
.coverHolder {
	display: none;
}
@media only screen and (min-width: 625px) {
	.coverHolder {
		display: block;
	}
	.coverHolder img {
		width: 90%;
		max-width: 250px;
		padding: 8px;
		margin-bottom: 15px;
	}
}
@media only screen and (min-width: 948px) {
	.blurbBox {
		width: 90%;
		padding: 15px 25px;
		border: 1px solid #fff;
		margin: 15px auto 0 auto;

	}
}
/*Buy box */
.buyBox {
    width: 90%;
	padding: 15px;
    background-color: #fff;
	margin: 0 auto 15px auto;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.buyBox img {
	padding: 15px;
}
@media only screen and (min-width: 948px) {
	.buyBox {
		padding: 15px 25px;
	}
	.buyBox img {
		padding: 0 10px;
	}
}
/*Buy box home page */
.buyBoxhome {
    width: 75%;
	padding: 15px 10px;
    background-color: #fff;
	margin: 0 auto 15px auto;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 897px) {
	.buyBoxhome {
		width: 25%;
	}		
}
.buyBoxhome img {
	padding: 15px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.audioclip-container {
	position:relative;
	padding-bottom:100%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.audioclip-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:90%;
	height:90%;
	padding: 20px;
}
.audioclip-container-static {
	padding: 20px 0 7px 20px;
}
.audioClip {
	width: 30%;
	padding: 10px;
}
.aboutPic {
	width: 200px;
	float: none;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    margin: 0 auto 20px auto;
}
@media only screen and (min-width: 848px) {
	.aboutPic {
		float: right;
		margin: 0 0 20px 50px;
	}	
}
.audibleCover {
	padding: 5px 15px;
}
@media only screen and (min-width: 940px) {
	.audibleCover {
		padding: 5px 2px;
	}
}
input[type=text] {
    width: 100%;
}
/*Kindle World*/
.readMore {
    width: 90%;
	padding: 15px;
    background-color: #fef6db;
	margin: 25px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 9999;
	clear: both;
	display: none;
}
.readMore .bookCoverKW {
	max-width: 150px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    margin: 10px 15px;
}
.buttonSmall { 
	max-width: 150px; 
	margin: 15px auto 0 auto; 
}
.buttonSmall > button { 
	padding:6px 12px;
	cursor:pointer;
	border:0;
	color:#fff;
	border-radius:7px;
	font-size:88%;
	line-height:20px; 
	width: 150px;
	margin: 0 auto 25px auto; 
	font-weight: normal;
}
.buttonSmall > button { 
	background:#4D5A1F; 
}
.buttonSmall > button:hover {
	background:#5D7BCB;
}
/* Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#db4c4b; 
}
.floraforms .field-label em { 
	color:#db4c4b;
}
/* @form element :hover state 
-------------------------------------------- */
.floraforms .flo-input:hover,
.floraforms .flo-textarea:hover,
.floraforms .flo-select > select:hover,
.floraforms .flo-selectmulti select:hover, 
.floraforms .flo-input:hover ~ .flo-hint,
.floraforms .flo-file .file-input:hover + .flo-input,
.floraforms .flo-textarea:hover ~ .flo-hint {
	border-color: #5d7bcb;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.floraforms .flo-input,
.floraforms .flo-select,
.floraforms .flo-textarea,
.floraforms .flo-select > select,
.floraforms .flo-selectmulti select {
	border: 1px solid #4d5a1f;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #4d5a1f;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #5d7bcb; }
.floraforms .btn-themed:active{ background-color: #5d7bcb; }


.floraforms .alert-info { color:#db4c4b; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #5d7bcb; }
.floraforms .alert-warning { color: #fff; background-color: #db4c4b; }
.floraforms .alert-error { color:#db4c4b; background-color: #fff; }

/* @form element :focus state 
-------------------------------------------------------- */
.floraforms .flo-input:focus,
.floraforms .flo-textarea:focus,
.floraforms .flo-select > select:focus,
.floraforms .flo-selectmulti select:focus{ border-color:#5d7bcb; color: #333; }
.floraforms .flo-selectmulti select:focus, 
.floraforms .flo-input:focus ~ .flo-hint,
.floraforms .flo-textarea:focus ~ .flo-hint, 
.floraforms .flo-file .file-input:focus + .flo-input{ border-color: #5d7bcb; }
.floraforms .flo-select > select:focus + .arrow { color: #5d7bcb; }

/* @validation - error state
------------------------------------- */
.floraforms .state-error .flo-input,
.floraforms .state-error .flo-textarea,
.floraforms .state-error.flo-select > select,
.floraforms .state-error.flo-selectmulti > select,
.floraforms .state-error input:hover + .flo-checkbox, 
.floraforms .state-error input:hover + .flo-radio,
.floraforms .state-error input:focus + .flo-checkbox, 
.floraforms .state-error input:focus + .flo-radio,
.floraforms .state-error .flo-checkbox, 
.floraforms .state-error .flo-radio{
	background: rgba(255, 231, 192, 0.35);
	border-color: #5d7bcb;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #4d5a1f;
}
.floraforms .refresh-captcha i { 
	color: #4d5a1f; 
}
.floraforms .frm-header, .floraforms .frm-footer {
    padding: 0;
    background: none;
}
/*end of Contact Form*/
hr {
    float: left;
    width: 100%;
    height: .25em;
    border: 2px solid #FEF6DB;
    background: #FEF6DB;
    margin: 2em 0;
}
.vspacer10 {
	padding: 10px 0;
}
.vspacer20 {
	padding: 20px 0;
}
.vspacer25 {
	padding: 25px 0;
}