/*
Theme Name: Fixed Width Theme 7.0 (Fixed Width)
Theme URI: http://www.austindesignworks.com/
Description: Your custom theme created by Austin DesignWorks
Version: 7.0
Author: Austin DesignWorks
*/


/* ***************** IMPORTED STYLES ***************** */

/* ------ Styles Reset ------ */
@import "css/reset.css";

/* ------ Newsletter Button Styles ------ */
@import "newsletter/newsletter.css";

/* ------ Buy Link Styles (icons/dropdown/list/select) ------ */
@import "css/buy-icons.css";


/* ------ Google Fonts ------ */
@import url(https://fonts.googleapis.com/css?family=Great+Vibes|Allura|Alice|Actor|Quattrocento|Quattrocento+Sans|Josefin+Sans|Bilbo|Kristi|Nothing+You+Could+Do);



/* ******************** GLOBAL BASE STYLES ******************** */


* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; -webkit-text-size-adjust: none; } 

body {
 font-family: arial, "trebuchet ms", trebuchet, helvetica, sans-serif;
 font-size: 100%;
 background: #ffffff;
 color: #000000;
 text-align: left;
 margin: 0;
 padding: 0;
 line-height: normal;
 -webkit-font-smoothing: antialiased; 
}

html, body { height: 100%; min-height: 100%; }
section, article, aside, footer, header, nav, hgroup { display:block; }



/* ******************** LAYOUT STRUCTURE ******************** */

#outerwrapper { 
width: 100%;
background: url("img/heading-smaller.jpg") center top no-repeat;
min-height: 800px;
display: table; 
margin: 0 auto;
}

#header { 
width: 1000px;
height: 495px;
display: table;
margin: 0 auto;
}

#header .headcols { width: 100%; height: 485px; display: table; }
#header .headcols .box1 { width: 276px; }
#header .headcols .gutter { width: 15px; }
#header .headcols .box2 { width: 709px; background: url("img/name.png") bottom right no-repeat; }
#header. headcols .box1 .authorpic { width: 276px; height: 414px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #header { width: 1001px; }
  #header .headcols .gutter { width: 16px; }
} 
#menu { width: 100%; height: 42px; display: table; background: url("img/menubkg.jpg") top left repeat-x; } 

#wrapper { width: 1000px; display: table; margin: 0 auto; }

.contentwrap { 
width: 1000px; 
clear: both; 
display: table; 
margin: 0 auto; 
padding: 4rem 0 0 0;
} 

#main { width: 65%; display: table-cell; }

#content { 
width: 100%; /* adjust width % to add l-r padding */
display: table; 
margin: 0 auto; 
padding: 0; 
} 

#mgutter { width: 7%; display: table-cell; }
#side { width: 28%; display: table-cell; } 

.sidebar { 
width: 100%; /* adjust width % to add l-r padding */
display: table; 
padding: 0; 
margin: 0 auto; 
} 

/* Footer Copyright Bar & Policy Menu  */

#footer-bar { 
width: 100%; 
display: table; 
margin: 2rem auto 0 auto;
background: #f8f8f8;
box-sizing: border-box;
padding: 1rem 2rem;
color: ;
}
#footer-bar .inner { width: 100%; max-width: 1000px !important; display: table; margin: 0 auto; }


	/* Copyright */
	#copyright-bar { 
	width: 60%; 
	text-align: left; 
	font-size: .8rem !important;
	}
	#copyright-bar span { color: #575757; display: inline-block; padding: 0 .2rem; }
	#copyright-bar a {  font-size: .75rem !important; }


	/* Policy Menu  */
	#policy-menu-bar { width: 40%; text-align: right; }
	#policy-menu-wrap { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	box-sizing: border-box; 
	text-align: right;
	font-size: .8rem !important;
	text-transform: uppercase;
	}
	#policy-menu-wrap a { 
	display: inline-block; 
	margin: 0;
	}
	#policy-menu-wrap span::before { content: '|'; color: #575757; padding: 0 .7rem; } 


	#footer-bar a { color: #; }
	#footer-bar a:hover { color: #;}


/* Footer - Disclaimers & Credits  */

#footwrap { 
width: 1000px; 
display: table; 
margin: 0 auto;
background: ;
box-sizing: border-box;
padding: 0 2rem;
color: ;
}

	.disclaimers {
	width: 100% !important;
	display: table;
	padding: 0 0 1rem 0;
	box-sizing: border-box;
	}
	.disclaimers p { 
	font-size: .75rem; 
	line-height: .95rem;
	box-sizing: border-box;
	background: transparent;
	margin: 1rem 0 0 0 !important;
	}



/* Footer - Other */

.switch { 
width: 100%; 
margin: 0 auto; 
padding: 10px 0 0 0; 
font-size: .85rem; 
text-align: center; 
}

#bottom { 
width: 1000px; 
height: 2rem; 
margin: 0 auto; 
}



.col, .gutter { display: table-cell; padding: 0; vertical-align: top; }



/* ***************** HOME PAGE STYLES ***************** */

/* Top Section */
#featuredrow { width: 100%; display: table; }
#featuredrow .box1 { width: 63%; }
#featuredrow .gutter { width: 7%; }
#featuredrow .box2 { width: 30%; }
#featuredrow .homecover { width: 40% !important; max-width: 250px !important; margin-top: .5rem !important; }

#upnext { width: 100%; display: table; }
#upnext .inner { background: #d4e1f0; padding: 1.5rem 2rem 2rem 2rem; }
#upnext .inner img { width: 100%; max-width: 250px; }
#upnext .inner .readbtn { display: block; margin: 1rem auto 0 auto; }


/* Slider */
#slidewrapper { width: 100%; display: table; margin: 3rem 0 0 0; }


/* Bottom Section */
#bottomrow { width: 100%; display: table; margin-top: 3rem; }
#bottomrow .box1 { width: 72%; }
#bottomrow .gutter { width: 7%; }
#bottomrow .box2 { width: 20%; }

#welcome { width: 100%; display: table; background: #d4e1f0; }
#welcome .inner { display: table; padding: 2rem 2rem .5rem 2rem; }
#welcome .inner .box1 { width: 30%; font-size: .85rem; }
#welcome .inner .gutter { width: 5%; }
#welcome .inner .box2 { width: 65%; }
#welcome .inner .box1 img { width: 100%; max-width: 205px; display: block; margin-bottom: .5rem; border: 1px solid #eaeaea }
#welcome .inner .box2 h3 { font-size: 2rem !important; line-height: 2rem !important; margin: -.2rem 0 1rem 0 !important; }



#twocol { width: 100%; display: table; margin-top: 3rem; }
#twocol .box1 { width: 43%; }
#twocol .gutter { width: 8%; }
#twocol .box2 { width: 49%; }




/* Ads section */
#logos { border-top: 1px solid #eaeaea; padding-top: 2rem; }
.ad-one-up{ width: 100%; max-width: 201px; display: block; clear: both; margin: 0 0 .2rem 0; }
.ad-two-up  { display: inline-block; width: 48%; max-width: 100px; }




/* ***************** GLOBAL LINK STYLES ***************** */

/* ------ Global ------ */
a { text-decoration: none; }
a:link, a:visited { color: #006ee6; background: transparent; } 
a:hover, a:active { color: #b10115; background: transparent; }

/* ------ Austin DesignWorks Credit ------ */
#adwcredit a:link, #adwcredit a:visited { color: #575757; background: transparent; } 
#adwcredit a:hover, #adwcredit a:active { color: #b10115; background: transparent; }



/* ***************** GLOBAL TEXT & LIST STYLES ***************** */

ul, ol { 
list-style-position: outside; 
font-size: .85rem; 
line-height: normal; 
width: 80%;
margin: 1.5rem 0 1.5rem 2rem;
padding: 0; 
}
ul { list-style-type: disc; } /* square circle */
ol { list-style-type: decimal; } /* lower alpha */
li { padding: 0; margin: 0 0 .3rem  0; }



h1 { 
font-size: 2.9rem; 
font-family: "Alice", "Georgia", serif;
font-weight: 400 !important;
line-height: normal;
margin-bottom: 1.5rem; 
}
h2 { 
font-size: 1.2rem; 
font-family: "Trebuchet MS", sans-serif;
color: #1658a1;
font-weight: 400 !important;
line-height: normal;
margin-bottom: 1.3rem; 
}
h3, h6 { 
font-size: 1.9rem; 
font-family: "Alice", "Georgia", serif;
font-weight: 400 !important;
line-height: normal;
margin-bottom: .7rem; 
}
h4 { 
font-size: 1.2rem; 
font-family: "Quattrocento Sans", "Josefin Sans", "Trebuchet MS", sans-serif;
color: #666666;
font-weight: 400 !important;
line-height: normal;
padding-bottom: .4rem;
margin-bottom: .7rem;
text-transform: uppercase;
border-bottom: 1px solid #eaeaea;
}
h5 { 
font-size: 1.3rem; 
font-family: "Quattrocento Sans", "Josefin Sans", "Trebuchet MS", sans-serif;
color: #b10115;
font-weight: 400 !important;
line-height: normal;
margin: 0 0 .5rem 0; 
padding-top: .5rem;
text-transform: uppercase;
}


h1.booktitle { margin-bottom: .7rem; }
h2.subhead { }
h2.bhead { 
font-size: 2.9rem; 
font-family: "Alice", "Georgia", serif;
font-weight: 400 !important;
line-height: normal;
margin-bottom: .7rem; 
color: #000000;
}
h2.bhead a { color: #000000 !important; }

p { font-size: .85rem; margin-bottom: 1.5rem; line-height: 1.1rem }

b, strong { }

hr { 
display: block;
clear: both; 
border-width: 0 0 1px 0; 
border-style: solid; 
border-color: #eaeaea; 
margin: 2rem 0 !important; 
}


blockquote { 
background-color: #eaeaea; 
background-image: url("img/quote-open-round.png");
background-position: 1.5rem 1.5rem;
background-size: auto;
background-repeat: no-repeat;
margin: 2rem;
padding: 2.1rem 3.3rem 1rem 6.82rem; 
}


.footnote { font-size: .75rem; font-style: italic; }
.quote { font-style: italic; margin-bottom: .5rem; color: #; }
.attribution { font-size: .75rem; }
.signature { font-size: 1.6rem; font-family: "Great Vibes", "Allura", handwriting; line-height: 2.5rem; margin-bottom: 2rem; }


pre {
height: auto;
overflow: auto;
font-family: "Consolas", monospace;
font-size: .85rem;
text-align:left;
background-color: #dadada;
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
margin: 0px 0px 0px 0px;
padding: 10px;
white-space : normal; /* crucial for IE 6, maybe 7? */
}


a.readbtn, a.freedownload {
font-size: .95rem;
line-height: .95rem !important;
font-family: "Quattrocento Sans", "Josefin Sans", "Trebuchet MS", sans-serif; 
display: table;
text-align: center;
width: auto;
padding: 10px 20px;
background: #336aa6;
color: #ffffff;
margin: 1.5rem 0;
font-weight: 300;
text-transform: uppercase;
}
a.readbtn:hover, a.freedownload:hover {
background: #575757;
color: #ffffff;
}



a.readmore {
display: table;
font-size: .8rem;
padding: 6px 15px; 
border: 1px solid #cccccc; 
-webkit-appearance: none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #eaeaea;
color: #000000;
margin-top: 1rem;
}
a.readmore:hover {
background: #575757;
color: #ffffff;
}


/* ***************** GLOBAL IMAGE STYLES ***************** */


.picborder, .picleft, .picright, .piccenter, .homecover { border: 1px solid #eaeaea; }


/* ------ Custom Image Styles ------ */
.noborder { 
border: 0 none; 
margin: 10px auto 25px auto;
}
.picborder { 
margin: 10px auto 25px auto;
}
.picleft {
float: left; 
margin: 0 25px 25px 0;
}
.picright {
float: right; 
margin: 0 0 25px 25px;
}
.picleftnb { float: left; margin: 0 25px 25px 0; }
.picrightnb { float: right; margin: 0 0 25px 25px; }
.piccenter { clear: both; margin: 15px auto 25px auto; }


/* ------ WP Styles ------ */
.alignright { float: right; margin: 0 0 25px 25px; }
.alignleft { float: left; margin: 0 25px 25px 0; }
.aligncenter { clear: both; margin: 25px auto; display: table; }



/* ------ Home Page Covers ------ */
.homecover {
width: auto;
min-width: 40%;
max-width: 100%;
height: auto;
float: right;
margin: 0 0 1rem 1rem;
}
.homecovernb {
width: auto;
min-width: 40%;
max-width: 100%;
height: auto;
float: right;
margin: 0 0 1rem 1rem;
}

/* ------ Global Size Limits ------ */

#main p img, .post-article-blog img {} /* define max width */
.sidebar img {}

.picleft,
.picright,
.picleftnb,
.picrightnb, 
.alignleft,
.alignright,
.aligncenter,
.picborder,
.piccenter,
.noborder { width: auto; max-width: 100%; }



/* ------ WP Captions ------ */

.wp-caption {
border: 1px solid #eaeaea;
margin-bottom: 1rem;
padding: 1rem 1rem 0 1rem;
text-align: center;
max-width: 96%; /* DO NOT CHANGE THIS EVER! */
background: #f8f8f8;
display: ;
}

.wp-caption .imgbox { display: table; margin: 0 auto; }
.wp-caption img {
width: 100%;
min-width: 100%;
max-width: 100%; 
height: auto; 
border: 1px solid #eaeaea;
display: block;
}
.wp-caption .wp-caption-text { display: table-caption; caption-side: bottom; font-size: .85rem; padding: .9rem 0; }



/* ***************** MENU STYLES ***************** */

.menu-main-menu-container { 
width: 1000px;
display: table; 
margin: 0 auto;
}

.menu-main-menu-container ul { 
list-style-type: none; 
position: relative; 
margin: 0 auto; 
padding: 0; 
width: auto;
height: 42px;
display: table;
}
.menu-main-menu-container li { 
float: left; 
font-family: "Quattrocento Sans", "Josefin Sans", "Trebuchet MS", sans-serif;
font-weight: 400;
font-size: 17px; 
line-height: 17px; 
position: relative; 
margin: 0;
text-transform: uppercase;
}
.menu-main-menu-container li:hover {
background-color: #ffffff;
-webkit-transition: background-color 0.5s linear;
-moz-transition: background-color 0.5s linear;
-o-transition: background-color 0.5s linear;
transition: background-color 0.5s linear;
}
.menu-main-menu-container a { display: block; padding: 13px 15px 13px 15px; text-decoration: none; }
.menu-main-menu-container li a { color: #ffffff; }
.menu-main-menu-container li:hover a { 
color: #000000; 
}


	/* ------ First Level Dropdown ------ */
	.menu-main-menu-container ul ul { 
	position: absolute; 
	top: 43px; 
	left: 0;
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	z-index: 1000; 
	}
	.menu-main-menu-container ul ul li { 
	display: block !important;
	clear: both; 
	margin: -1px 0 0 0; 
	text-align: left; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 120%; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #c2c2c2;
	text-transform: none;
	background: #ffffff;
	}
	.menu-main-menu-container ul ul li:hover { 
	border-bottom: 1px solid #c2c2c2;
	}
	.menu-main-menu-container ul ul li {  
	background-color: #e7e7e7; 
	-webkit-transition: background-color 0.35s linear;
	-moz-transition: background-color 0.35s linear;
	-o-transition: background-color 0.35s linear;
	transition: background-color 0.35s linear;	
	}
	.menu-main-menu-container ul ul li:hover {  
	background-color: #d7d7d7; 
	-webkit-transition: background-color 0.35s linear;
	-moz-transition: background-color 0.35s linear;
	-o-transition: background-color 0.35s linear;
	transition: background-color 0.35s linear;	
	}
	.menu-main-menu-container ul ul li.parent-item { 
	background-image: url("img/triangle-12x12-gray.png"); /* dotted, white, gray, black */
	background-position: 192px; 
	background-repeat: no-repeat; 
	}
 	.menu-main-menu-container ul ul li.parent-item:hover {  
 	background-color: #d7d7d7; 
	-webkit-transition: background-color 0.35s linear;
	-moz-transition: background-color 0.35s linear;
	-o-transition: background-color 0.35s linear;
	transition: background-color 0.35s linear;	
	background-image: url("img/triangle-12x12-black.png") !important;  /* dotted, white, gray, black */
	background-position: 192px; 
	background-repeat: no-repeat;
	}
	.menu-main-menu-container ul li ul li a { display: block; width: 191px; padding: 10px !important; border: 0 none !important; font-family: arial, helvetica, verdana, sans-serif; }

	.menu-main-menu-container ul li:hover ul li a { color: #000000; }
	.menu-main-menu-container ul li:hover ul li:hover a { color: #000000; }
	.menu-main-menu-container ul li:hover ul li:hover li a { color: #000000; }
	.menu-main-menu-container ul li:hover ul li:hover li a:hover { color: #000000; }
	
	.menu-main-menu-container ul li:hover ul li:hover ul li:hover a { color: #000000; }
	
	.menu-main-menu-container ul li:hover ul li:hover ul li ul li a { color: #000000 !important; }
	.menu-main-menu-container ul li:hover ul li:hover ul li ul li:hover a { color: #000000 !important; }
	

	/* ------ Second Level Dropdown ------ */
	.menu-main-menu-container ul ul ul { position: absolute; top: 0; left: 211px; margin: 0; padding: 0; list-style-type: none; z-index: 1000; }
	.menu-main-menu-container ul ul ul li.parent-item { background-position: 190px; }
	.menu-main-menu-container ul ul ul li.parent-item:hover { background-position: 190px; }
	.menu-main-menu-container ul ul ul li a { width: 210px; }


	/* ------ Third Level Dropdown ------ */
	.menu-main-menu-container ul ul ul ul { position: absolute; top: 0; left: 171px; margin: 0; padding: 0; list-style-type: none; z-index: 1000; }
	.menu-main-menu-container ul ul ul ul li a { width: 190px; }
	

		/* ------ Show/Hide Submenus ------ */
		/* First Level */
		.menu-main-menu-container ul li ul { display: none; }
		.menu-main-menu-container ul li.parent-item ul { display: none; }
		.menu-main-menu-container ul li:hover ul { display: block; }
		/* Second Level */
		.menu-main-menu-container ul ul li ul { display: none; }
		.menu-main-menu-container ul ul li.parent-item ul { display: none; }
		.menu-main-menu-container ul ul li:hover ul { display: block; }
		/* Third Level */
		.menu-main-menu-container ul ul ul li ul { display: none; }
		.menu-main-menu-container ul ul ul li.parent-item ul { display: none; }
		.menu-main-menu-container ul ul ul li:hover ul { display: block; }


/* ------ Bottom Menu ------ */
#menubottom { display: table; width: 100%; margin: 0 auto; padding: 0 0 2rem 0; }
#menubottom .menu-main-menu-container ul { width: auto; display:table; margin: 0 auto; }
#menubottom .menu-main-menu-container li { float: none; display: inline-block; }

	/* ------ hide submenus ------ */
	#menubottom .menu-main-menu-container li ul { display: none !important; }

	
	

/* ***************** GLOBAL FORM STYLES - Desktop ***************** */

form { }
form label { font-size: .85rem; padding-bottom: .5rem; display: block; }

input,
textarea { 
font-size: .85rem;
box-sizing: border-box;
margin: .4rem 0 0 0 !important;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

input { padding: .5rem; }
input[type=text],
input[type=email] { max-width: 70%; }
textarea { 
width: 90%;
height: auto;
padding: 1rem; 
}

select {
border: 1px solid #cccccc;
-webkit-appearance: none;  
-moz-appearance: none; 
background: #ffffff url("img/down-arrow.png") no-repeat 95% center;
width: 50%;
max-width: 300px !important; 
text-overflow: ""; 
color: #000000;
padding: 8px 15px !important;
font-size: .85rem;
border-radius: 0;	
margin-bottom: .9rem;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

input[type=checkbox],
input[type=radio] {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
border: 0 none !important;
float: left; 
}

input[type=submit], button, .button { 
width: auto !important;
box-sizing: border-box;
padding: 8px 15px !important;
background-color: #f8f8f8; 
border-color: #cccccc; 
color: #000000;
text-transform: uppercase;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

/* 
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder, 
*/ 
::placeholder { color: #9f9f9f; }


input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder { color:transparent; }
.submit::-moz-focus-inner, input[type=submit]::-moz-focus-inner  { border: 0; }



/* ***************** CONTACT FORM - Desktop ***************** */

/* Contact Form 7 */
.wpcf7-form { width: 100%; display: table; padding-bottom: 1.4rem;  }
.wpcf7-form div { width: 100%; display: table; margin: 1.2rem 0 0 0 !important; font-weight: normal; font-size: .85rem; }
.wpcf7-form input { width: 65%; }
.wpcf7-form textarea { width: 90%; }
.wpcf7-form span { }
.wpcf7-list-item { 
display: block !important; 
clear: both !important; 
margin: 0 !important; 
padding: .5rem 0 0 0 !important; 
vertical-align: middle !important;
}
.wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-list-item input[type=checkbox], 
.wpcf7-list-item input[type=radio] { 
width: auto !important;
display: inline-block; 
margin: 0 !important; 
padding: 0 !important; 
box-sizing: border-box !important;
float: none !important;
font-weight: bold
}
.wpcf7-form-control-wrap { width: 100%; display: table; }
.wpcf7-form-control.wpcf7-checkbox, 
.wpcf7-form-control.wpcf7-radio { }
.wpcf7-list-item input[type=checkbox],
.wpcf7-list-item input[type=radio] { width: 20px; height: 20px;  }
.wpcf7-list-item label { margin: 0 !important; padding: 0 !important; }
.wpcf7-list-item.first { margin: 0 !important; padding: 0 !important; }
.wpcf7-list-item.last { margin: 0 !important; padding: 0 !important; }
.wpcf7-list-item button,
.wpcf7-list-item .button,
.wpcf7-list-item .wpcf7-submit,
.wpcf7-list-item input[type=submit] { width: auto !important; display: table !important; clear: both !important; margin-top: 1rem !important; }


	/* acceptance boxes */
	.acceptance-wrap .wpcf7-form-control-wrap { 
	width: 100% !important; 
	display: table !important;
	margin-bottom: .75rem;
	}
	.acceptance-wrap label { 
	width: auto !important; 
	display: table-row !important; 
	padding: 0 !important;
	margin: 0 !important;
	clear: both !important;
	}
	.acceptance-wrap input[type=checkbox],
	.acceptance-wrap .wpcf7-list-item-label { 
	display: table-cell !important;
	vertical-align: top !important;
	text-align: left !important;
	}
	.acceptance-wrap input[type=checkbox] { 
	width: 30px !important;
	}
	.acceptance-wrap .wpcf7-list-item-label { 
	width: auto !important;
	}

div.wpcf7-response-output.wpcf7-display-none { display: none; }


/* ***************** NEWSLETTER ***************** */

#newsletter { width: 100%; display: table; margin: 0 auto; }
#newsletter .inner { 
display: table; 
width: 950px; 
margin: 0 auto; 
padding: 10px 0; 
}


/* ------ Newsletter Top ------ */
#nlformtop { display: table; }
#nlformtop .nlhead { display: none; }
#nlformtop .jnlhead { 
font-size: 1rem; 
display: inline-block;
vertical-align: middle; 
padding: 0 .6rem 0 0; 
margin: 0;
text-transform: lowercase; 
} 


/* ------ Newsletter Form ------ */
.signup { }
.signup *,
.signup div,
.signup button,
.signup input {  
width: auto;
display: inline-block;
vertical-align: middle;
}
.signup input, 
.signup button {
font-size: .85rem;
padding: .5rem .8rem;
box-sizing: border-box;
border: 1px solid #cccccc !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #ffffff !important;
text-align: left;
margin: 0 0 .4rem 0 !important;
display: block !important;
}
.signup button,
.signup .button,
.signup input[text=submit] {
background-color: #f8f8f8 !important;
border-color: #cccccc !important;
color: #000000 !important;
}
.signup .name {}
.signup .email {}

/* Top */
#nlformtop .signup { display: inline-block; }
#nlformtop .signup input,
#nlformtop .signup button { margin: 0 !important; }
#nlformtop .signup .name {}
#nlformtop .signup .email {}


/* Sidebar */
.sidebar .signup { width: 100%; display: table; }
.sidebar .signup input { width: 100%; max-width: 100%; }
.sidebar .signup button { }
.sidebar .signup input.name { }
.sidebar .signup input.email { }
.sidebar .nltext p { margin: 0 0 .85rem 0 !important }


/* Content */
.post-article .signup { width: 100%; }
.post-article .signup .name {}
.post-article .signup .email {}



/* ------ Bloom Reset/Default Styles ------ */
.et_bloom_subscribe_email input,
button.et_bloom_submit_subscription { height: 40px !important; }




/* ***************** FOLLOW ***************** */


/* ------ Follow Top ------ */
#followtop { display: table; margin-top: 427px; padding: 0 18px; }
#followtop .followhead {
font-size: 1.2rem; 
font-family: "Quattrocento Sans";
display: none !important; 
vertical-align: middle; 
padding-right: .5rem; 
text-transform: uppercase;
line-height: 1.2rem;
text-align: right;
color: #939393;
} 
#followtop .followintro { display: none; }
#followtop ul.followme { display: table-cell; width: auto; vertical-align: middle; margin: 0; }
#followtop ul.followme li { display: inline-block; margin: 0; line-height: 100%; }
#followtop ul.followme li img { 
width: 32px; 
height: 32px; 
border: 0 none; 
opacity: 0.30;
filter: alpha(opacity =30);
}
#followtop ul.followme li:hover img { 
opacity: 1;
filter: alpha(opacity =100);
}
#followtop ul.followme li.rsslink {}




/* ***************** CONTENT LAYOUT STYLES ***************** */

/* ------ pages ------ */
.post-article { width: 100%; margin: 0; } /* define max width */
.post-article .inner { }



/* ------ blog and posts ------ */
.post-article-blog { width: 100%; margin: 0 0 3rem 0; } 
.post-article-blog .inner { }

.post-article-blog .bpromo { width: 100%; display: table; }
.post-article-blog .bthumb { width: 35%; display: none; vertical-align: top; text-align: right; } /* display: table-cell */
.post-article-blog .bthumb .blogthumb { width: 80%; max-width: 85%; height: auto; border: 1px solid #eaeaea; } /* define max width */

.post-article-blog .btext { width: 100%; display: table-cell; vertical-align: top; } /* width: 65%; */
.post-article-blog-post h1 { margin-bottom: 1rem; }
.byline { 
font-size: .8rem;
border-width: 1px 0 0 0; 
border-style: solid; 
border-color: #eaeaea; 
padding: 12px 0 0 0; 
margin: .2rem 0 1.5rem 0; 
line-height: 100%; 
}

.post-article-blog .btext p { margin-bottom: 10px; }
.post-article-blog .btext p.readmore { margin-bottom: 0; }

h5.cathead { font-size: 1rem; color: #888888; margin-bottom: 1.5rem; display: block; text-transform: uppercase; padding: 5px 8px; background: #f8f8f8; }
h5.cathead .whatpage { font-size: .55rem; float: right; }

.navigation { text-align: center; }



/* ------ blog posts ------ */
.post-article-blog-post { width: 100%; margin: 0; } /* define max width */
.post-article-blog-post .inner {}

.post-article-blog .metadata, .post-article-blog-post .metadata { 
clear: both;
display: block;
float: none;
padding-top: .8rem;
font-size: .8rem;
}


	/* ------ pagination ------ */
	.wp-paginate {
	clear:both;
	font-size: .85rem;
	padding:20px 0;
	position:relative;
	display: table;
	width: 100%;
	color: #575757 !important;
	}
 
	.wp-paginate span, .wp-paginate a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#ffffff !important;
	background: #000000;
	border-color: #575757;
	}
 
	.wp-paginate a:hover{
	color:#ffffff !important;
	background: #585858;
	}
 
	.wp-paginate .current {
	padding:6px 9px 5px 9px;
	background: #3c93ff;
	color:#ffffff !important;
	}
	
	.wp-paginate li .title { display: none; }



/* ------ share links ------ */
#sharelinks { width: 100%; clear: both; display: block; padding-top: 1rem; }
#sharelinks ul { list-style-type: none; margin: 0; padding: 0; display: block; width: 100%; }
#sharelinks ul li { float: left; margin: 0; padding: 0; vertical-align: middle; }
#sharelinks ul li img { 
width: 32px;
opacity: 0.30;
filter: alpha(opacity =30);
}
#sharelinks ul li.sharelabel { font-size: 1rem; padding: .5rem .5rem 0 0; text-transform: uppercase; font-family: "Quattrocento Sans", "Josefin Sans", sans-serif; color: #575757; }
#sharelinks ul li.arrow { display: none; }


#sharelinks ul li:hover img {
-moz-opacity: 1;
opacity: 1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}



/* ------ widgets in main column ------ */
.post-article .widget { 
clear: both; 
display: table; 
width: 100%; 
padding: 1.9rem 0 0 0 !important; 
margin-top: 1.5rem !important; 
border-top: 1px solid #eaeaea !important; 
} 
.post-article .widget h6 { margin-bottom: .6rem; }

	
	/* Audiobook */
	.post-article .audiobook {}
	.post-article .audiobook h6 { }
	.post-article .audiobook p { margin-bottom: .7rem; }
	.post-article .audiobook .soundcloud { width: 100%; display: table; margin: 1rem 0; }
	.post-article #audiocover { width: 43%; display: table-cell; vertical-align: top; }
	.post-article #audioinfo { width: 57%; display: table-cell; vertical-align: top; }
	.post-article #audiocover .abcover { width: 85%; border: 1px solid #eaeaea;  }
	.post-article #audioinfo ul.buybuttons { width: auto; margin: 0; padding: 0; }
	.post-article #audioinfo ul.buydropdown { float: left; width: 80%; }
	.post-article #audioinfo .abselect { width: 100%; padding: .5rem 0; }
	.post-article #audioinfo .abdetails { margin: 1.4rem 0 0 0; }
	.post-article #audioinfo .mp3sample h5 { font-size: 1.1rem; margin: .75rem 0 .25rem 0; display: block; }
	.post-article #audioinfo .mp3sample, .post-article #audioinfo audio { width: 90%; max-width: 325px; clear: both; margin-top: .5;  } 
	.post-article #audioinfo .mp3sample .abdetails { font-size: .7rem; }
	
	
	/* Print Edition */
	.post-article .pedition { width: 100%; display: table; } /* define max width */
	.post-article .pedition .printcover { width: 100%; margin: 0 0 1rem 0; }  /* define max width */
	.post-article .pedition p { margin-bottom: .7rem; }
	.post-article .pedition ul.buybuttons { width: auto; margin: 0; padding: 0; }


	/* Featured Info
	.post-article .featuredinfo { width: 100%; display: table; }
	.post-article .featuredinfo img { }
	 */
	

	/* Reviews
	.post-article .reviews {}
	 */


	/* The Details
	.post-article .vitals {}
	 */






/* ***************** MAIN BOOKS / SERIES PAGES / BOOK AND EXCERPT PAGES ***************** */


/* ------ Image Styles ------ */
.cover2d { 
width: 40%;
max-width: 40%; /* define max width */
height: auto;
float: right;
margin: 1rem 0 1rem 1.5rem;
border: 1px solid #eaeaea;
}
.cover3d { 
width: 42%;
max-width: 42%; /* define max width */
float: right;
height: auto;
margin: .2rem 0 1rem 1.5rem;
border: 0 none;
}
.boxedset {
width: 45%;
max-width: 45%; /* define max width */
height: auto;
float: right;
margin: 1rem 0 1rem 1.5rem;
border: 0 none;
}
.boxedset-wide {
width: auto;
max-width: 100%; /* define max width */
height: auto;
display: block;
margin: 0 auto 1.5rem auto;
border: 0 none;
float: none;
}


/* ------ Main Books & Book Series Pages ------ */
.bookswrap { 
width: 100%; 
display: table; 
padding: 0 0 1rem 0;
}
.bookswrap .seriestext { 
width: 100%;
display: block;
padding: 2rem 0 .5rem 0;
border-top: 1px solid #eaeaea;
}
.bookswrap .seriestext h3 { margin-bottom: .75rem; }
.bookswrap .seriestext p { }
.bookswrap .bookbox { 
width: 32%;
max-width: 32%; /* define max width */
display: inline-block; 
padding-bottom: .5rem;
vertical-align: top;
text-align: center;
}
.bookswrap .bookbox .bkcover {
width: 90%;
max-width: 90%; 
height: auto;
margin-bottom: .7rem;
border: 1px solid #eaeaea;
}
.bookswrap .bookbox p { width: 90%; text-align: center; margin-right: auto; margin-left: auto; }
.bookswrap .bookbox .booknum { 
display: block;
font-size: .7rem;
color: #666666;
padding-top: .1rem;
line-height: 122%;
}


/* ------ Book Pages ------ */
.post-article .thebook { display: table; width: 100%; }




/* ------ Notebook & Letters Pages ------ */
.letterswrap, .notebook { 
width: 100%; 
display: table; 
padding: 0 0 1rem 0;
margin-top: 1.5rem;
}
.letterswrap .bookbox, .notebook .bookbox { 
width: 48%;
max-width: 48%; /* define max width */
display: inline-block; 
padding-bottom: .5rem;
vertical-align: top;
text-align: center;
}
.letterswrap .bookbox img, .notebook .bookbox img {
width: 95%;
max-width: 95%; 
height: auto;
margin-bottom: .7rem;
border: 1px solid #eaeaea;
}


.the-letters { background: transparent url("img/letterbkg-old.jpg") top left repeat; }
.the-pages { background: transparent url("img/letterbkg-white.jpg") top left repeat; }
.the-letters, .the-pages {
display: table;
width: 100%;
margin-bottom: 2rem;
min-height: 750px;
}
.the-letters p, .the-pages p {
font-family: "Bilbo", "Kristi", "Nothing You Could Do", handwriting !important;
font-size: 2rem;
line-height: 130%;
text-align: justify;
text-justify: distribute;
}
.the-letters .inner, .the-pages .inner { padding: 3rem 3rem 1rem 3rem; }




/* ***************** BOOKS PAGE LAYOUT - 2 rows, 3 column top, 2 column bottom ***************** */


/* ------ Top Row ------
#book-toprow { 
width: 100%; 
max-width: 100%;
display: table;
}
#book-toprow .gutter { width: 5%; }
#book-toprow .box1 { width: 41%; float: none; }
#book-toprow .box2 { width: 28%; float: none; padding-top: .5rem; }
#book-toprow .box3 { width: 16%; float: none; padding-top: .5rem; }

#book-toprow .box2 img { width: 100%; max-width: 300px; margin-bottom: 1rem; }
#book-toprow .box2 h3, #book-toprow .box2 h6 { display: none; }
#book-toprow .widget { width: 100%; display: table; clear: both; padding-bottom: 2rem !important; }
#book-toprow .box2 a.readbtn { margin: 0 0 0 0 !important; }
*/



/* ------ Bottom Row ------
#book-bottomrow { 
width: 100%; 
max-width: 100%;
display: table;
}
#book-bottomrow .gutter { width: 6%; }
#book-bottomrow .box1 { width: 68%; float: none; }
#book-bottomrow .box2 { width: 26%; float: none; }

#book-bottomrow .widget { }
*/






/* ***************** SIDEBAR WIDGET STYLES (general and specific) ***************** */

/* ------ universal - sidebar ------ */
.sidebar .widget { display: table; width: 100%; clear: both; margin-bottom: 2rem !important; }
.sidebar .widget .inner {}

.sidebar .widget h3, 
.sidebar .widget h6 { 
}

	/* ------ Any User Twitter Feed ------ */
	#wds-container { background: transparent !important; }
	#wds { font-size: .85rem; line-height: 1rem; border: 0 none; color: #000000; }
	#wds-container { border: 0 none !important; }
	.wds-tweet-container { 
	padding: 0 !important; 
	margin: 0 !important;
	border: 0 !important;
	}
	.wds-tweet { margin: 20px 0 3px 0; }
	.wds-tweet-data { font-size: .78rem !important; text-align: left !important; padding-top: .2rem; }
	.wds-display-name {}
	.wds-screen-name {}
	.fb-like { margin-top: .2rem; display: block; text-align: left !important; }


	/* ------ Recent Posts ------ */
	.widget.recent { width: 100%; display: table; margin-bottom: 2rem !important; }
	.recent-post { padding-top: 5px; }
	.recent-post h3 { font-size: 1.3rem; }
	.recent-post .rp-time { font-size: .7rem; margin-bottom: .9rem; }
	.recent-post .rp-excerpt p { margin-bottom: .9rem; }
	.recent-post .readmore { margin-bottom: 1.2rem; }

	.recent-post h3 a { color: #b10115; }
	.recent-post h3 a:hover { color: #006ee6; }


	/* ------ The Series List ------ */
	.theseries { width: 100%; display: table; }
	.theseries ul { list-style-type: none; width: 100%; margin: .75rem  0 0 0; }
	.theseries li { margin: 0; padding: .5rem  0; border-top: 1px solid #eaeaea;}
	.theseries li a { padding: 2px; display: block; }


	/* ------ Search ------ */
	#searchform label { display: none; }
	#searchform input { display: inline-block; margin-bottom: 4px; }
	#searchform #searchsubmit { }	

	
	/* ------ Categories Widget ------ */
	.categories ul { list-style-type: none; display: table; width: 100%; margin: 0 !important; }
	.categories ul li { margin: 0; padding: .4rem 0 !important; border-top: 1px solid #eaeaea; line-height: normal !important;}
	.categories ul li a { padding: 2px; color: #; }
	.categories ul li a:hover { color: #; }
	.categories label { display: none; }
	




/* ***************** FREE DOWNLOAD PAGE ***************** */

.freetext p { }
.download-icons { width: 100%; text-align: center; padding: 1.5rem 0 2rem 0; }
.dloadicon { width: 75px !important; border: 0 none; margin: 0 5px; }



/* ***************** FACEBOOK PRO STYLES ***************** */

.fbwidget {}
.fbwidget p { line-height: 1.1rem !important; }
.fbwidget .inner { }
.cff-wrapper { padding: 0 !important; margin: 0 !important; }
.cff-box { margin: 0 0 15px 0 !important; }
#cff { padding: 0 5px 0 0 !important; margin: 0 !important; }
.cff-author { width: 100%; height: 50px; display: table; margin: 0 !important; padding: 0 !important; vertical-align: top; }
.cff-author img { width: 40px !important; height: 40px !important; }
.cff-author-text { width: 100%; margin:0 0 0 0 !important; padding: 0 !important; }
.cff-page-name { font-size: 14px !important; display: table; width: 100%; padding: 0 0 0 0 !important; margin: 0 !important; }
.cff-date { margin: -1rem 0 1.5rem 51px !important; padding: 0 !important; font-family: arial, helvetica, sans-serif; }
.cff-details .cff-date { margin: 0 !important; padding: 0 !important; font-family: arial, helvetica, sans-serif; font-size: .75rem !important; clear: both; }
.cff-meta-wrap { width: 100%; font-family: arial, helvetica, sans-serif; }
.cff-meta-wrap a { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.cff-meta-wrap .cff-meta { width: 100%; }
.cff-item p { line-height: 130% !important; }
.fbwidget .fb-like { display: table; width: 100%; clear: both; margin: .5rem 0 0 0 !important; padding-top: 1rem !important; border-top: 1px solid #eaeaea; }




/* ***************** VIDEO (YOUTUBE) STYLES ***************** */
.main iframe { width: 100%; }

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
margin: 1.5rem 0;
height: 0;
overflow: hidden;
width: 100%;
max-width: 100%;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; 
max-height: 100%;
}


/* ***************** EASING SLIDER - responsive ***************** */

.easingslider { 
display: table; 
width: 100%; 
max-width: 100%; /* define max width */
height: auto !important; 
margin: 0 !important; 
padding: 0 !important;
}


/* ***************** FOO GALLERY CONTAINER ***************** */
.foogallery-container { margin: 2rem 0; }



/* ***************** BOOK COVER CAROUSEL ***************** */

.carousel-covers { border-width: 1px 0; border-style: solid; border-color: #d5d5d5; padding: 1.7rem 0 .2rem 0; }
.carousel-covers h4 { padding-bottom: 1rem; }
.coverslide { width: 900px !important; display: table; margin: 0 auto; }
.coverslide .slcover { padding: 0 0 0 10px !important; text-align: center; }
.coverslide .slcover img { width: 160px; height: 240px; }


/* ***************** WP DISCUZ COMMENTS ***************** */
.wpdiscuz-loading-bar, .wpdiscuz-loading-bar-auth{
position: fixed;
left: 50%;
top: 50%;
}