@charset "utf-8";
/*body and header */
body {
    font-family: 'Kumbh Sans', sans-serif;
	margin-top: 0;
    background-image: url(../images/smallBg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #487a00;
    background-size: 100%;
    font-size: 0.875em;
    line-height: 1.5;
    color: #333333;
}
@media only screen and (min-width: 626px) {
	body {
		background-image: url(../images/mediumBg.jpg);
		font-size: 1em;
		line-height: 1.5;
	}
}
@media only screen and (min-width: 898px) {
	body {
		background-image: url(../images/largeBg.jpg);
		line-height: 1.65;
	}
}
/* main grid */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
@media only screen and (min-width: 1350px) {
	.gridContainer {
		max-width: 1232px;
		margin: auto;
	}
}
/*@end main grid*/
.topBar {
	background-image: url("../images/topBg.jpg");
	background-position:top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	display: none;
	padding: 10px 0;
	color: #fff;
	font-weight: 400;
}
@media only screen and (min-width: 897px) {
	.topBar {
		display: block;
		padding: 10px 0 30px 0;
	}
}
.topBar p {
	display: none;
}
@media only screen and (min-width: 897px) {
	.topBar p {
		display: block;
		margin: 0;
	}
}
.mainLink {
	width: 75px;
	margin: 0 10px;
}
@media only screen and (min-width: 1024px) {
	.mainLink {
		width: 85px;
	}
}
@media only screen and (min-width: 1124px) {
	.mainLink {
		width: 95px;
	}
}
@media only screen and (min-width: 1200px) {
	.mainLink {
		width: 100px;
		margin: 0 12px;
	}
}
@media only screen and (min-width: 1300px) {
	.mainLink {
		width: 108px;
		margin: 0 15px;
	}
}
.siteName {
	font-family: 'Amiri', serif;
	font-weight: 400;
	font-size: 1.875empx;
    letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
@media only screen and (min-width: 397px) {
	.siteName {
		font-size: 2.25em;
		letter-spacing: 4px;
	}	
}
@media only screen and (min-width: 497px) {
	.siteName {
		font-size: 3em;
		letter-spacing: 2px;
	}	
}
@media only screen and (min-width: 697px) {
	.siteName {
		font-size: 3.75em;
		letter-spacing: 2px;
	}	
}
@media only screen and (min-width: 897px) {
	.siteName {
		font-size: 4em;
		letter-spacing: 3px;
	}	
}
@media only screen and (min-width: 1097px) {
	.siteName {
		font-size: 3em;
	}		
}
@media only screen and (min-width: 1197px) {
	.siteName {
		font-size: 3.5em;
	}		
}
@media only screen and (min-width: 1397px) {
	.siteName {
		font-size: 4em;
	}		
}
@media only screen and (min-width: 1527px) {
	.siteName {
		font-size: 6em;
		letter-spacing: 4px;
	}		
}
.siteName a {
	text-decoration: none;
	color: #db4c4b;
	padding: 0 0 0 5%;
}
.siteName a:visited {
	color: #db4c4b;
}
.siteName a:hover {
	color: #003399;
}
@media only screen and (min-width: 897px) {
	.homeButton {
		float: right;
		font-size: 1.2em;
		margin: 15px 25px 0 0;
		letter-spacing: normal;
	}
}
.homeButton a, .homeButton a:visited {
	text-decoration: none;
	color: #db4c4b;
}
.homeButton a:hover {
	color: #003399;
}
.firstLetter {
	font-size: 120%;
}
/*@end body & header */
/* Social Media */
.topNavSocial {
	float: left;
	padding: 15px 0 10px 25px;
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 897px) {
	.topNavSocial {
		position: relative;
		top: auto;
		padding: 10px 5px;
	}
}
.topNavSocial img {
  width: 19px;
}
.topNavSocial a {
  padding: 10px 5px;
}
@media only screen and (min-width: 325px) {
	.topNavSocial img {
	  width: auto;
	}
}
@media only screen and (min-width: 897px) {
	.topNavSocial a  {
	padding: 5px;
	}
}
/*social media*/
.facebook {
	background-image: url(/images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: center;
}
.facebook:hover {
	background-image: url(/images/icon-facebook-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter {
	background-image: url(/images/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter:hover {
	background-image: url(/images/icon-twitter-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest {
	background-image: url(/images/icon-pinterest.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest:hover {
	background-image: url(/images/icon-pinterest-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist {
	background-image: url(/images/icon-maillist.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist:hover {
	background-image: url(/images/icon-maillist-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram {
	background-image: url(/images/icon-instagram.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram:hover {
	background-image: url(/images/icon-instagram-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub {
	background-image: url(/images/icon-bookbub.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub:hover {
	background-image: url(/images/icon-bookbub-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads {
	background-image: url(/images/icon-goodreads.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads:hover {
	background-image: url(/images/icon-goodreads-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*@end social media
@start of 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-image: url(../images/topBg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    padding: 15px 20px 20px 10px;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 75px 15px 0 15px;
    font-size: 1em;
	background-color: #bf9c70;
}
.slicknav_btn {
	background-color: #84182c;
	margin-right: 8%;
	border-radius: 0;
}
.slicknav_nav a:hover {
	background: #84182c;
	color: #fff;
	border-radius: 0;
}
.slicknav_nav a:visited {
	color: #fff;
}
.slicknav_nav .slicknav_item:hover {
	background: #84182c;
	color: #fff;
	border-radius: 0;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}
.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 896px) { /*display the mobile menu now up to 897px */	
	.js .slicknav_menu {
		display:block;
	}
}
/*@end mobile menu
/*@start of desktop menu */

/* @start content area */  
.main-content {
    padding: 1% 5%;
    background-color: rgba(251,251,251,.85);
    border-top: none;
}
@media only screen and (min-width: 481px) {
	.main-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.main-content {
		padding: 5%;
	}
}
.highlight-content {
    padding: 1% 5%;
    background-color: #d8d4d4;
}
@media only screen and (min-width: 481px) {
	.highlight-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.highlight-content {
		margin-top: 0px;
	}
}
/*@end main content
@start footer */
.footerBar {
	margin-top: 25px;
	background-image: url(/images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}
.main-footer {
    padding: 2% 1% 10% 1%;
	font-size: 75%;
	color: #6D2B3B;
	line-height: 145%;
}
@media only screen and (min-width: 897px) {
	.main-footer {
		font-size: 85%;
	}	
}
/* @start columns */
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 62%;	
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
	}
}
.col2thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdright {
		float: right;
		width: 62%;	
	}
}
.col1thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 2.5%;
	}
}
.col1halfright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1halfright {
		float: right;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1halfleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 657px) {
	.col1halfleft {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1fourth {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 947px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
.clearDiv {
	clear:both;
}
/*@end columns */
/* @start headers and links */
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	font-weight: normal;
}
h1 {
	font-size: 1.55em;
	color: #003399;	
}
h2 {
	font-size: 1.5em;
	color: #006600;
}
h3 {
	font-size: 1.4em;
	color: #951529;
}
h4 {
	font-size: 1.2em;
	color: #003399;
}
h5 {
    font-size: 1.1em;
    color : #006600;
}
h6 {
    font-size: 1.1em;
    color : #951529;
}
a  {
  color : #006600;
}

a:visited {
  color : #006600;
}

a:hover  {
  color : #003399;
}
a.copyright {
	color:#6D2B3B;
	text-decoration: none;
}
a.copyright:visited {
	color:#6D2B3B;
}
a.copyright:hover {
	color:#653B13;
}
/*@end headers and links */
/*@start images */
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 10px 0;
}
.imgBPad {
	border: none;
	padding: 10px;
}
.imgHMPad {
	border: none;
	margin: 0 10px;
}
.imgVMPad {
	border: none;
	margin: 10px 0;
}
.imgBMPad {
	border: none;
	margin: 10px;
}
.imgShadow {
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.imgRight {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 627px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 627px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
/* BUTTONS */
.linkButton {
	display: inline-block;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
}
.linkButton:hover  {
	background: #f3ad71;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #003399;
}
.redLink  {
	background: #951529;
}
/*@end buttons */
/*@ start extra customizations */
.colorBox {
	background-color: #fefaf2;;
	padding: 10px 20px;
	margin: 20px 0;
}
@media only screen and (min-width: 627px) {
	.colorBox{
		padding: 25px 50px;
		margin: 15px 0;
	}
}
/*mailing list */
.joinBox {
	margin: 75px 0;
	background: #fefaf2;
	width: 95%;
	padding: 1% 2.5%;
	font-size: 1.15em;
}
@media only screen and (min-width: 897px) {
	.joinBox {
		margin: 10px 20px;
		width: 90%;
		padding: 1% 5% 50px 5%;
		font-size: 1.15em;
	}	
}
hr {
    float: left;
    width: 100%;
    height: .25em;
    border: 2px solid #FDFAF3;
    background: #FDFAF3;
    margin: 2em 0;
}
/* @start of customizing pages */
/*@start of home page */

/*Book Pages*/
.bookCover {
    float: none;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px #b5b4b4;
    -moz-box-shadow: 1px 1px 3px 1px #b5b4b4;
	box-shadow: 1px 1px 3px 1px #b5b4b4;
}
.booksPage {
	margin: 0 auto;
	width: 90%;
	max-width: 250px;
}
.seriesPage {
	margin: 15px auto;
	width: 200px;
}
@media only screen and (min-width: 897px) {
	.seriesPage {
		margin: 0px 15px 20px 15px;
		width: 140px;
	}	
}
@media only screen and (min-width: 947px) {
	.booksPage {
		margin: 0;
	}	
}
.childrensBook {
	margin: 20px auto;
	width: 90%;
	max-width: 250px;
}
@media only screen and (min-width: 897px) {
	.childrensBook {
		max-width: 220px;
		margin: 0px 25px;
	}	
}
.buyBox {
	margin: 50px 25px;
	border: 2px dotted #6586b4;
	padding: 10px;
}
.buyBox img {
	padding: 5px 10px;
}
/*Accordion Tabs*/
.r-tabs {
	position: relative;
}
.r-tabs .r-tabs-nav {
    margin: 0 0 35px 0;
	text-align: center;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 10px 0 0;
	font-size: 1.35em;
    margin: 0 5px;
    border-radius: 5px;
	color: #951529;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #003399;
	font-weight: 600;
	text-shadow: none;
}
/* Tab panel */
.r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 0;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 0 0;
	font-weight: bold;
	text-decoration: none;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	font-size: 1.5em;
	font-weight: normal;
	color: #003399;
	text-shadow: none;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
/*@end of book pages */
/*About page */
.bioPic {
    max-width: 200px;
    float: none;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    margin: 10px auto 20px auto;
}
@media only screen and (min-width: 347px) {
	.bioPic {	
		max-width: 250px;
	}
}
@media only screen and (min-width: 897px) {
	.bioPic {	
		max-width: 190px;
	}
}
@media only screen and (min-width: 1047px) {
	.bioPic {	
		max-width: 225px;
	}
}
@media only screen and (min-width: 1197px) {
	.bioPic {	
		max-width: 250px;
	}
}
/*@end of About page */
/*start of Reviews */
.reviewBox {
	background-color: #fefaf2;;
	padding: 10px 20px;
	margin: 20px 0;
}
@media only screen and (min-width: 897px) {
	.reviewBox {
		padding: 25px;
	}
}
.whitebox {
	background-color: #fff;
}
/* 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: #db4c4b;
}
/* @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 #fce6c9;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #db4c4b;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #FF504D; }
.floraforms .btn-themed:active{ background-color: #FF504D; }


.floraforms .alert-info { color:#db4c4b; background-color: #fff; }
.floraforms .alert-success { color:#fff; background-color: #6586b4; }
.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: #f3ad71; 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: #f3ad71; }
.floraforms .flo-select > select:focus + .arrow { color: #f3ad71; }

/* @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: #f3ad71;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
    border: 1px solid #fce6c9;
}
.floraforms .refresh-captcha i { 
	color: #f3ad71; 
}
.floraforms .frm-header, .floraforms .frm-footer {
    padding: 0;
    background: none;
}
/*end of Contact Form*/