@charset "utf-8";
/*
	Theme Name: Jennifer Delamere
	Theme URI: http://html5blank.com
	Description: Jennifer Delamere from HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
body {
    font-family: 'Lora', serif;
	margin-top: 0;
	background-image: url("/images/mainbg.gif");
	background-repeat: repeat;
	background-color: #989898;
	font-size: 1em;
	line-height: 1.6;
}
@media only screen and (min-width: 897px) {
	body {
		margin-top: 15px;
	}
}
.topBar {
	background: #A1665D;
	display: block;
	padding: 10px 0;
	color: #fff;
	font-weight: 400;
}
@media only screen and (min-width: 625px) {
	.topBar {
		padding: 15px 10px;
	}
}
.headerBar {
	background: #FEFBEC;
	margin: 0;
	padding: 0;
}
/* Social Media */
.topNavSocial {
	float: none;
	padding: 15px 0 10px 25px;
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 897px) {
	.topNavSocial {
		float: right;
		position: relative;
		top: auto;
		padding: 0;
	}
}
.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 10px;
	}
}
/*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;
}
.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;
}
.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;
}
/*End of Social Media */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	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%;
		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;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.small-header {
    display: block;
}
.small-header p {
	margin: 0;
}
@media only screen and (min-width: 481px) {
	.small-header {
		display: none;
	}
}
.medium-header {
    display: none;
}
@media only screen and (min-width: 481px) {
	.medium-header {
		display: block;
	}
	.medium-header p {
		margin: 0;
	}
}
@media only screen and (min-width: 897px) {
	.medium-header {
		display: none;
	}
}
.large-header {
    display: none;
}
@media only screen and (min-width: 897px) {
	.large-header {
		display: block;
	}
	.large-header p {
		margin: 0;
	}
}
@media only screen and (min-width: 1042px) {
	.large-header {

	}
}
@media only screen and (min-width: 1350px) {
	.large-header {

	}
}
@media only screen and (min-width: 1650px) {
	.large-header {

	}
}
/*MOBILE MENU */
.js #menu, #menu { /*don't display the menu that builds the mobile menu ever */
		display:none;
	}
.slicknav_menu {
	display:none;
	width: 90.675%;
	margin: 0 auto;
	font-size: 1em;
	padding: 0;
	background: none;
}
@media only screen and (min-width: 769px) {
	.slicknav_menu {
		width: 88.5%;
	}
}
.slicknav_nav {
    clear: both;
	background: #6F6D8C;
    color: #fff;
    margin: 0;
    font-size: 1em;
}
.slicknav_btn {
	background-color: #6F6D8C;
    border-radius: 0px;
    margin: 5px 0;
}
.slicknav_nav a:hover {
	background: #868C8C;
	color: #fff;
	border-radius: 0px;
}
.slicknav_nav a:visited {
	color: #fff;
}
.slicknav_nav .slicknav_item:hover {
	background: #868C8C;
	color: #fff;
	border-radius: 0px;
}
.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
	font-weight: 500;	
}
.slicknav_menu .slicknav_icon-bar {
	display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slicknav_menu .slicknav_icon {
    margin: 0;
}
@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;
}
@media only screen and (min-width: 897px) {
	.mainmenu {
		display: block;
		background: #6F6D8C;
		font-family: 'Martel', serif;
	}
}
nav { 
	text-transform: uppercase;
	float: right;
}
@media only screen and (min-width: 1040px) {
	nav { 
		padding-right: 3%;
  }	
}
nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
nav ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
}
nav ul li a {
  color: #fff;
  display: block;
  padding: 15px 14px;
  transition: 0.3s linear;
  text-decoration: none;
  letter-spacing: .85px;
}
nav ul li a:visited, nav ul li a:hover {
  color: #fff;
}
nav ul li:hover { 
	background: #868C8C; 
	color: #fff;
}
nav ul li ul {
  display: none;
  position: absolute;
  width: 275px;
}
nav ul li ul li {
  display: block;
  font-size: 14px;
}
nav ul li ul li:first-child { 
	border-top: none; 
}
nav ul li ul li a {
  background: #868C8C;
  display: block;
  padding: 8px 10px 8px 15px;
}
nav ul li ul li a:hover { 
	background: #6F6D8C; 
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.main-content {
    padding: 1% 5%;
    background-color: #fff;
    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: 2% 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;
	}
}
.main-footer {
    padding: 1% 5%;
    background: rgba(251,251,251, .65);
	font-size: 70%;
	color: #A1665D;
	line-height: 145%;
}
/*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: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h1 {
	font-family: 'Niconne', cursive;
	font-size: 2em;
	color: #888f8f;
	font-weight: normal;
	margin-bottom: 20px;
	background: #fbfbf8;
	text-align: center;
}
@media only screen and (min-width: 365px) {
	h1::before {
		content: " . . .   ";
	}
	h1::after {
		content: "   . . .";
	}
}
h2 {
	font-size: 1.25em;
	color: #A1665D;
}
h3 {
     font-size: 1.2em;
     color: #6F6D8C;
}
h4 {
	font-size: 1.2em;
	color: #888f8f;
}
h5 {
    font-size: 1.1em;
    color : #A1665D;
}
h6 {
    font-size: 1.1em;
    color : #6F6D8C;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 2.5em;
		margin-bottom: 50px;
	}
	h1::before {
		content: " . . . . . . . . . .    ";
	}
	h1::after {
		content: "   . . . . . . . . . . ";
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h4 {
		font-size: 1.2em;
	}
}
a  
{
	color : #57557f;
	text-decoration: none;
}
a:visited
{
	color : #57557f;
}
a:hover  
{
  color : #A1665D;
}
a.copyright {
	color:#A1665D;
}
a.copyright:visited {
	color:#A1665D;
}
a.copyright:hover {
	color:#6F6D8C;
}
.largecolor1 {
	font-size: 1.5em;
	color: #000;
}
.xlargecolor1 {
	font-size: 2em;
	color: #000;
}
.smallcolor1 {
	font : .95em "Calibri", sans-serif;
	color: #000;
}
@media only screen and (min-width: 897px) {
	.smallcolor1 {
		font : 1.125em "Calibri", sans-serif;
	}
}
.color1 {
	color: #000;
}
.centerText {
	text-align: center;
}
.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: 655px) {
	.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: 655px) {
	.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: 655px) {
	.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: 941px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
/*EXTRAS */
/*a colored box without rounded corners */
.colorBox {
	color: #665a58;
	margin: 50px 0 25px 0;
	background: #FBFBF8;
	padding: 15px 25px;
	border: 1px solid #EDDFD1;
}
.sideBarBox {
	color: #665a58;
	margin: 10px 0 25px 0;
	background: #FBFBF8;
	padding: 15px 25px;
	border: 1px solid #EDDFD1;
}
/*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;
}
.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: right;
	margin: 5px 0 20px 20px;
}
@media only screen and (min-width: 625px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft  {
	float: left;
	margin: 5px 20px 20px  0;
}
@media only screen and (min-width: 625px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
/* BUTTONS */
.linkButton  {
	display: inline-block;
	padding: 8px 10px;
     -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: 1em;
	text-align: center;
	cursor: pointer;
}
.linkButton:hover  {
	background:#868C8C;
}
.linkButton a  {
	color: #fff;
	text-decoration: none;
}
.brownLink  {
	background: #A1665D;
}
.purpleLink  {
	background: #6F6D8C;
}
/*Wordpress Styles*/
.post-content {
	padding: 20px 0 10px 0;
}
/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment,
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-author-info {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
}

.comment-meta .avatar {
	float: left;
	width: 50px;
    height: 50px;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.entry-meta.comment-metadata {
	margin-top: 0;
}
.entry-meta {
    font-size: 85%;
    margin-top: 5px;
    line-height: 1.5;
    color: #A1665D;
    clear: both;
}
.comment-content {
	margin-top: 1.5em;
}

.comment-respond {
	margin-top: 1.5em;
}
.comment-form > .form-submit {
	margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
	margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
	display: block;
}

.comment-metadata .edit-link:before {
	display: none;
}

.comment-body {
	padding: 30px 0;
}

.comment-content {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
	padding-left: 30px;
	margin-top: -30px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
	font-size: 13px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-list > .comment:first-child {
	padding-top:0;
	margin-top:0;
	border-top: 0;
}

ol.comment-list {
	margin-bottom: 1.5em;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 30px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Categories widget */
.widget_categories .children {
    margin-left: 1.5em;
	padding-top: 5px;
}
.widget_categories .children li:last-child {
	padding-bottom: 0;
}
img.alignleft{display:inline;float:left;margin-right:24px;margin-top:4px;}.alignright,
img.alignright{display:inline;float:right;margin-left:24px;margin-top:4px;}.aligncenter,
img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}img.alignleft,
img.alignright,
img.aligncenter{margin-bottom:12px;}

/*Custom Wordpress Styles */
hr.articleEnd {
    height: .2em;
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    margin: 2em 1em 2em 0;
}
a.blogHeader {
	text-decoration: none;
}
h2.blogHeader {
	margin-bottom: 0;
}
.sidebar {
	color: #665a58;
	margin: 10px 0 25px 0;
	background: #FBFBF8;
	border: 1px solid #EDDFD1;
	padding: 2% 5%;
	font-size: .925em;
}
@media only screen and (min-width: 897px) {
	.sidebar {
		margin: 20px 0 20px 10px;
	}
}
@media only screen and (min-width: 1040px) {
	.sidebar {
		margin: 30px 0 30px 30px;
		padding: 2% 8%;
	}
}
/*Galleries*/
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 5px;
	background: #fff;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery-caption {
    margin: 10px auto;
    padding: 0 15%;
    font-size: 85%;
    color: #059FF8;
    line-height: 1.2;
}
.gallery br+br { display: none; }
#gallery-1 .gallery-item {
    width: 98%;
}
@media only screen and (min-width: 897px) {
	#gallery-1 .gallery-item {
		width: 33%;
	}
}
.boxfloat {
	text-align:center; 
	width:80%; 
	padding: 10px 20px;
    margin: 15px auto;
    background: #25C4FE;
}
@media only screen and (min-width: 670px) {
	.boxfloat {
		width:75%; 
	}		
}
@media only screen and (min-width: 930px) {
	.boxfloat {
		width:65%; 
	}
}
@media only screen and (min-width: 1135px) {
	.boxfloat {
		width:50%; 
	}
}
@media only screen and (min-width: 930px) {
	.showMobile {
		display: none;
	}
	.showDesktop {
		display: block;
	}
}
.signupText {
	float: none; 
	padding: 5px;
	text-align: center;
	font-size: 1.5em;
}
.signupBtn {
    float: left;
    padding: 5px 2% 0 25%;
}
@media only screen and (min-width: 397px) {
	.signupBtn {
		padding: 5px 2% 0 30%;
	}	
}
@media only screen and (min-width: 497px) {
	.signupBtn {
		padding: 5px 2% 0 35%;
	}	
}
@media only screen and (min-width: 530px) {
	.signupText {
		float: left; 
		padding: 5px;
	}
	.signupBtn {
		float: left; 
		padding: 0 0 0 25px;
	}
}
@media only screen and (min-width: 897px) {
	.signupText {
		font-size: 1.75em;
		padding: 8px 5px;
	}	
}
@media only screen and (min-width: 1040px) {
	.signupText {
		font-size: 2em;
		padding: 10px 5px 5px;
	}	
}
button {
	cursor: pointer;
}
hr {
    height: .3em;
    border: 1px solid #EDDFD13;
    background: #EDDFD1;
    margin: 3em 0;
}
