/*
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";


/* ------ Google Fonts ------ */
@import url(https://fonts.googleapis.com/css?family=Catamaran:200,300,400,700|Josefin+Sans:200,300,400,700|Great+Vibes);



/* ******************** 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;
}

html, body { height: 100%; min-height: 100%; }
section, article, aside, footer, header, nav, hgroup { display:block; }



/* ******************** LAYOUT STRUCTURE ******************** */

#outerwrapper { 
width: 100%; 
display: table; 
margin: 0 auto; 
}


#header {
width: 100%;
height: 452px;
background: #000000 url("img/heading.jpg") center top no-repeat; 
}

#menu { 
width: 100%; 
display: table; 
margin: 0 auto; 
background: #114e8a;
} 

#wrapper { width: 1000px; display: table; margin: 0 auto; }

.contentwrap { 
width: 950px; 
min-height: 500px !important; 
clear: both; 
display: table; 
margin: 0 auto; 
padding: 2.6rem 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: 950px; 
display: table; 
margin: 0 auto;
background: #eaeaea;
box-sizing: border-box;
padding: 1rem 2rem;
color: ;
}
#footer-bar .inner { 
  width: 100%; 
  max-width: 1000px !important; 
  display: table; 
  margin: 0 auto; 
  box-sizing: border-box;
}


	/* 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: #f8f8f8;
box-sizing: border-box;
padding: 0 2rem;
color: ;
text-align: center;
}

	.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; }


/* ------ Two Columns ------ */
#rowof2 { 
width: 100%; 
max-width: 100%; /* define max width */ 
}
#rowof2 .gutter { width: 6%; }
#rowof2 .box1, 
#rowof2 .box2 { width: 47%; float: none; }


/* ------ Three Columns ------ */
#rowof3 { 
width: 100%; 
max-width: 100%; /* define max width */ 
}
#rowof3 .gutter { width: 5%; }
#rowof3 .box1,
#rowof3 .box2,
#rowof3 .box3 { width: 30%; float: none; }



/* ***************** GLOBAL LINK STYLES ***************** */

/* ------ Global ------ */
a { text-decoration: none; }
a:link, a:visited { color: #cb3e00; background: transparent; } 
a:hover, a:active { color: #114e8a; background: transparent; }

/* ------ Austin DesignWorks Credit ------ */
#adwcredit a:link, #adwcredit a:visited { color: #585858; background: transparent; } 
#adwcredit a:hover, #adwcredit a:active { color: #cb3e00; background: transparent; }

/* ------ Tweets ------ */
#wds-container a:link, #wds-container a:visited { color: #cb3e00; background: transparent; } 
#wds-container a:hover, #wds-container a:active { color: #114e8a; background: transparent; }

/* ------ Sidebar ------ */
.sidebar a:link, .sidebar a:visited { color: #cb3e00; background: transparent; } 
.sidebar a:hover, .sidebar a:active { color: #114e8a; background: transparent; }




/* ***************** GLOBAL TEXT & LIST STYLES ***************** */

ul, ol { 
list-style-position: outside; 
font-size: .85rem; 
line-height: normal; 
width: 80%;
margin: .5rem 0 2.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, h2, h3, h4, h5, h6 { 
font-family: "Josefin Sans", "Catamaran", "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
font-weight: 400;
line-height: normal; 
}


h1 { 
font-size: 3rem; 
margin-bottom: 1rem; 
text-transform: uppercase;
}
h2 { 
font-size: 1.2rem; 
margin-bottom: 1.3rem; 
color: #4a7cab;
text-transform: uppercase;
}
h3, h6 { 
font-size: 1.9rem; 
margin-bottom: .7rem; 
text-transform: uppercase;
}
h4 { 
font-size: 1.2rem; 
margin-bottom: 1rem; 
color: #575757;
}
h5 { 
font-size: 1.2rem; 
margin: 0 0 .7rem 0;
padding-top: .7rem;
text-transform: uppercase;
color: #4a7cab;
}


h3.seriestitle { font-size: 1.6rem; color: #4a7cab; }

p { font-size: .85rem; margin-bottom: 1.2rem; line-height: 1.15rem }

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.8rem; font-family: "Great Vibes", handwriting; padding-top: 10px; }
.morelink, .returnlink { margin-bottom: 10px; }


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? */
}


/* Buttons */
a.readbtn, 
a.freedownload, 
a.morebtn,
a.lockedbtn,
.flbtn a {
font-family: "Questrial", arial, sans-serif;
font-size: .95rem;
line-height: .85rem;
display: table;
text-align: center;
width: auto;
padding: 10px 20px;
background: #A40003;
color: #ffffff;
margin: 1.5rem 0 0 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: 300;
text-transform: uppercase !important;
}
a.readbtn:hover, 
a.freedownload:hover, 
a.morebtn:hover,
a.lockedbtn:hover, 
.flbtn a:hover {
background: #349C20;
color: #ffffff;
}

a.lockedbtn { display: inline-block; margin: 0 5px; }



/* ***************** 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 {
height: auto;
float: right;
margin: 0 0 1rem 1rem;
}
.homecovernb {
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 {}



/* ------ 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: 950px;
display: table; 
margin: 0 auto; 
}

.menu-main-menu-container ul { 
list-style-type: none; 
position: relative; 
margin: 0; 
padding: 0; 
width: 100%;
display: table;
}
.menu-main-menu-container li { 
float: left; 
font-family: "Josefin Sans", "Catamaran", arial, helvetica, sans-serif;
font-size: 18px; 
line-height: 18px; 
position: relative; 
margin: 0;
text-transform: uppercase;
font-weight: 200;
}
.menu-main-menu-container li:hover {
background-color: #000000;
-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: 16px 12px 13px 12px; text-decoration: none; }
.menu-main-menu-container li a { color: #ffffff; }
.menu-main-menu-container li:hover a { 
color: #ffffff; 
}


	/* ------ First Level Dropdown ------ */
	.menu-main-menu-container ul ul { 
	position: absolute; 
	top: 48px; 
	left: 0;
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	z-index: 1000; 
	text-transform: none;
	}
	.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: #000000;
	text-transform: none;
	background: #ffffff;
	}
	.menu-main-menu-container ul ul li:hover { 
	border-bottom: 1px solid #000000;
	}
	.menu-main-menu-container ul ul li {  
	background-color: #000000; 
	-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: #ffffff; 
	-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-white.png"); /* dotted, white, gray, black */
	background-position: 192px; 
	background-repeat: no-repeat; 
	}
 	.menu-main-menu-container ul ul li.parent-item:hover {  
 	background-color: #ffffff; 
	-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: #ffffff; }
	.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: #ffffff; }
	.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: #ffffff !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: 190px; }


	/* ------ 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: #000000; 
border-color: #000000; 
color: #ffffff;
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; }







/* ***************** FOLLOW ***************** */


/* ------ Follow Top ------ */
#followtop { display: table; width: auto; text-align: left; float: left; vertical-align: middle; }
#followtop .followhead {
font-size: 1rem;
line-height: 1rem !important;
display: table-cell; 
vertical-align: middle; 
padding: 0 10px 0 0; 
line-height: 100%;
color: #000000;
text-transform: uppercase; 
font-family: "josefin sans", "catamaran", arial, helvetica, sans-serif !important;
font-weight: 400;
} 
#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.45;
filter: alpha(opacity=45);
}
#followtop ul.followme li:hover img { 
opacity: 1;
filter: alpha(opacity=100);
}


#followtop ul.followme li.rsslink {}


/* ------ Follow Bottom ------ */
#socialbtns { width: auto; display: table; margin: 0 auto; clear: both; padding: 0 0 10px 0; }
#socialbtns .followhead {
font-size: 1rem; 
display: table-cell; 
vertical-align: middle; 
padding-right: .4rem; 
text-transform: lowercase; 
}
#socialbtns .followintro { display: none; }
#socialbtns ul.followme { display: table-cell; width: auto; vertical-align: middle; margin: 0 auto; }
#socialbtns ul.followme li { display: inline-block; margin: 0 0 0 .1rem; }
#socialbtns ul.followme li img { width: 32px; height: 32px; border: 0 none; }


/* ------ Follow Sidebar ------ */
.sidebar .widget .followhead { } 
.sidebar .widget .followintro { display: block; margin-bottom: .5rem; line-height: 1.1rem; }
.sidebar .widget ul.followme { display: table; margin: 0; }
.sidebar .widget ul.followme li { display: inline-block; margin: 0 .2rem 0 0; }
.sidebar .widget ul.followme li img { width: 42px; height: 42px; border: 0 none; }


/* ------ Categories List ------ */
.sidebar .widget ul { list-style-type: none; margin: 0; }




/* ***************** CONTENT LAYOUT STYLES ***************** */

/* ------ pages ------ */
.post-article { width: 100%; margin: 0; } /* define max width */
.post-article .inner { }
.post-article h1.booktitle { margin-bottom: .5rem; }
.post-article h2.subhead { }

.post-article .thebook { display: table; width: 100%; }



/* ------ blog and posts ------ */
.post-article-blog { width: 100%; margin: 0 0 3rem 0; } 
.post-article-blog .inner { }

.post-article-blog h2.bhead { 
font-size: 3rem; 
margin-bottom: 1rem; 
text-transform: uppercase;
}
.post-article-blog h2.bhead a { color: #000000 !important; }


.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; }
.post-article-blog .btext .byline { 
font-size: .75rem; 
border-width: 1px 0; 
border-style: solid; 
border-color: #eaeaea; 
padding: 6px 0; 
margin: .2rem 0 1.1rem 0; 
line-height: 100%; 
text-align: center;
}
.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-post .byline { 
font-size: .75rem; 
border-width: 1px 0; 
border-style: solid; 
border-color: #eaeaea; 
padding: 6px 0; 
margin: .2rem 0 1.1rem 0; 
line-height: 100%; 
text-align: center;
}


	/* ------ pagination ------ */
	.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	display: table;
	width: 100%;
	font-size:11px;
	line-height:13px;
	}
 
	.pagination span, .pagination a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#ffffff;
	background: #555;
	}
 
	.pagination a:hover{
	color:#ffffff;
	background: #3279BB;
	}
 
	.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#ffffff;
	}



/* ------ 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;
-moz-opacity: 0.30;
opacity: 0.30;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
}
#sharelinks ul li.sharelabel { 
font-size: .85rem; 
padding: .6rem .5rem 0 0;
color: #575757;
text-transform: uppercase; 
font-family: "josefin sans", "catamaran", arial, helvetica, sans-serif !important;
font-weight: 400;
}
#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; 
margin-top: 1.5rem; 
border-top: 1px solid #eaeaea; 
} 
.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-bottom: 1rem; }
	.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 {}



/* ------ Book Page Image Styles (Book Page, Excerpt Page, Boxed Set Page, and Individual Book Page) ------ */

.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%;
}






/* ***************** SIDEBAR WIDGET STYLES (general and specific) ***************** */

/* ------ universal - sidebar ------ */
.sidebar .widget { display: table; width: 100%; clear: both; margin-bottom: 3rem; }
.sidebar .widget .inner {}

.sidebar .widget h3, .sidebar .widget h6 { }



	/* ------ Image Widget ------ */
	.sidebar .widget_sp_image-image-link img { border: 1px solid #DCDCDC; margin-bottom: 10px; }
	.sidebar .widget_sp_image-description p { margin-bottom: 10px; }


	/* ------ Any User Twitter Feed ------ */
	#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 {}


	/* ------ Facebook Feed Pro ------ */
	.fbwidget { 
	border: 1px solid #eaeaea !important; 
	background: ;
	}
	.fbwidget p { line-height: 1.1rem !important; }
	.fbwidget .inner { padding: 20px 10px 25px 20px; }
	.cff-author-text { }
	.cff-author { height: 35px; display: table-cell; vertical-align: middle; margin: 0 !important; padding: 0 !important; }
	.cff-author img { width: 40px !important; height: 40px !important; }
	.cff-page-name { font-size: .85rem !important; height: 50px !important; }
	.cff-date { margin: 0 0 8px 52px !important; padding: 0 !important; }


	/* ------ Recent Posts ------ */
	.recent-post { padding-top: 5px; }
	.recent-post h4 { 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; }


	/* ------ 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; }


	/* ------ Featured Info ------ */
	.featuredinfo { width: 100%; display: table; }
	.sidebar .featuredinfo img { display: none; }
	

	/* ------ Search ------ */
	#searchform label { display: none; }
	#searchform input { display: inline-block; margin-bottom: 4px; }
	#searchform #searchsubmit { }	





/* ***************** 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; }



/* ***************** YOUTUBE PRO STYLES - responsive ***************** */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
margin: 1.5rem 0;
height: 0;
overflow: hidden;
width: 100%;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%; 
height: 100%;
}



/* ***************** EASING SLIDER - responsive ***************** */

.easingslider { 
display: table; 
width: 100%; 
max-width: 100%; /* define max width */
height: auto !important; 
margin: 0 0 3rem 0 !important; 
}


/* ***************** FOO GALLERY CONTAINER ***************** */
.foogallery-container { margin-top: 2rem; }

