@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #4b0082;
	margin: 20px 0;
	color: #000;
	padding: 0;
	text-align: left;
}
.container {
	width: 990px;
	background-color: #c5f57d;
	border-width:5px;
	border-style:solid;
	border-color: #260139;
	margin: 0px auto;
	overflow: hidden;
}
.navbg {
	background-color: #260139;
}
.header {
	background: #fff;
	clear: both;
}
.content {
	background-color: #c5f57d;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: hidden;
}
.footer {
	width: 980px;
	height: 300px;
	background-color: #260139;
	text-align:left;
	clear: both;
	padding: 20px 10px 10px 10px;
	color: #c5f57d;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px auto 0 auto;
}
.footer-left {
	float: left;
	width: 290px;
	padding-left: 20px;
	padding-right: 10px;
	border-right-color: #9003d7;
	border-right-style:dashed;
	border-right-width:thin;
	margin: 5px 0 5px 0;
}
.footer-middle {
	width: 990px;
	padding: 0 340px;
	margin: 0px;
}
.footer-right {
	float: right;
	width: 300px;
	padding-left: 20px;
	border-left-color: #9003d7;
	border-left-style:dashed;
	border-left-width:thin;
	margin: 5px 0 5px 0;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	line-height:1.4em;
}
p, td, div {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height:1.4em;
}
.center-text {
	text-align:center;
}
img.center-image {   
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	}
.prettyfont1 {
	font-size: 20px;
	color: #4b0082;
	margin-top: 0px;
}
.prettyfont2 {
	font-size: 26px;
	color: #66a115;
	margin-top: 0px;
}
.prettyfont3 {
	font-size: 26px;
	color: #4b0082;
	margin-top: 0px;
}
.prettyfont4 {
	font-size: 20px;
	color: #66a115;
	margin-top: 0px;
}
.bigtext {
	text-decoration: none;
	font-weight:bold;
	font-size:14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
}
a img { 
	border: none;
}
a:link {
	color: #4b0082;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #4b0082;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #260139;
}
a:link.bottomlink {
	color: #fff;
	text-decoration: none;
	font-weight:100;
	font-size:14px;
}
a:visited.bottomlink {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	font-size:14px;
}
a:hover.bottomlink {
	color: #8bc03b;
}
a:link.biglink {
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited.biglink {
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover.biglink {
	color: #260139;
}
.float-right {  
	float: right;
	margin-left: 8px;
}
.float-left { 
	float: left;
	margin-right: 8px;
}
.float-right-border {  
	float: right;
	margin-left: 10px;
	border: 1px black solid;
}
.float-left-border {
	float: left;
	margin-right: 20px;
	border: 1px black solid;
	margin-bottom: 10px;
}
.imageborder {
	border: 1px solid black;
}
.title {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.div {
	margin-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
/* ~~ HOME PAGE ~~ */
.home-box {
	padding: 20px 10px 10px 10px;
}
.home-cover {
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	border: 1px solid black;
	margin-top: 10px;
}
.home-facebook {   
	margin-top: 10px;
	}
.home-reviews {
	background-image:url(images/home/4x2.jpg);
}
/* ~~ BOOKS PAGE ~~ */
.books-newest {;
	margin-right: 20px;
	margin-left: 20px;
}
.books-coming {
	margin-left: 20px;
	margin-right: 10px;
	text-align: left;
}
.books-previous {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	text-align:center;
	margin-bottom: 30px;
}
.books-description {
	height: 700px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}
.books-description-medium {
	height: 900px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}
.books-description-long {
	height: 1100px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}
.books-excerpt {
	margin-top: 40px;
	margin-right: 75px;
	margin-bottom: 30px;
	margin-left: 75px;
}
.books-meta {
	float:right;
	width: 305px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 30px;
	border-left: dashed 1px #94c64c;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.books-reviews {
	float:right;
	width: 300px;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 10px;
	background-color: #b0e267;
}
.books-foreign {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	text-align:center;
	margin-bottom: 30px;
}
.title-books {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
/* ~~ NEWS PAGE ~~ */
.news-sidebar {
	padding-right: 30px;
}
/* ~~ ABOUT PAGE ~~ */
.about-content {
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 30px;
	margin-left: 75px;
}
.about-sidebar {
	float:right;
	width: 250px;
	margin-top: 20px;
	margin-right: 75px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 10px;
	background-color: #b0e267;
	text-align: center;
}
/* ~~ CONTACT PAGE ~~ */
.contact-content {
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 30px;
	margin-left: 75px;
}
.contact-sidebar {
	float:left;
	width: 250px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 75px;
	padding: 10px;
	background-color: #b0e267;
	text-align: center;
}
/* ~~ TIDBITS PAGES ~~ */
.tidbits-content {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
}
.tidbits-indexleft {
	padding-right: 40px;
}
.tidbits-indexright {
	padding-left: 40px;
}
.tidbits-narrow {
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 30px;
	margin-left: 100px;
}
.tidbits-narrow-center {
	text-align:center;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 30px;
	margin-left: 100px;
}
.tidbits-cats-sidebar {
	float:right;
	width: 325px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 10px;
	background-color: #b0e267;
	text-align: center;
}
/* ~~ NEWS PAGES ~~ */
.news-main {
	padding: 0 0 0 40px;
}
.news-left {
	margin: 0;
	padding-right: 20px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #a4d75c;
}
.news-right {
	margin: 0;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #a4d75c;
}
.news-center {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type:disc;
	margin: 0 0 3px 20px;
	padding: 0;	
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	padding: 0;	
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	padding: 0;	
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0;
	padding: 0;
	}	
#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar2 ul li {
	list-style-type:disc;
	margin: 0 0 3px 20px;
	}
#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 0 0 3px 20px;
	}
#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 20px;
	}
ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}
#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 0 0 0;
	padding: 0;
	}	
.myicons {
	border: 0px;
	padding: 20px 0 0 10px;
	}	
ol.commentlist li.comment div.reply { 
padding: 0 0 30px 0; 
}
a:link.bloglink {
	text-decoration: none;
	font-weight:bold;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited.bloglink {
	text-decoration: none;
	font-weight:bold;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover.bloglink {
	color: #260139;
}
.float-right-news {  
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.float-left-news { 
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* ~~ FAQs PAGE ~~ */
.faqs-content {
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 30px;
	margin-left: 75px;
}
/* ~~ CONTACT PAGE ~~ */
.contact-content {
	margin-top: 0px;
	margin-right:50px;
	margin-bottom: 30px;
	margin-left: 50px;
}



/* MailChimp Form Embed Code - Slim - 12/15/2015 v10.7 */
#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; }
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup form.contactpage {display:block; position:relative; text-align:center; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #4b0082; border: 0 none; border-radius:4px; letter-spacing:.03em; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#260139;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; display:block; padding:0 0.4em; margin:0 4% 10px 0; min-height:32px; width:58%; min-width:130px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup form.contactpage input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; display:block; padding:0 0.4em; margin:0 auto 10px; min-height:32px; width:58%; min-width:130px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}

#mc_embed_signup input.button {
	/*display:block;*/
	 width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
