/*
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";


/* ------ Comments Styles ------ */
@import "css/comments.css";

/* ------ Buy Link Styles (icons/dropdown/list/select) ------ */
@import "css/buy-icons.css";
@import "css/buy-dropdown.css";
@import "css/buy-list.css";
@import "css/buy-select.css";


/* ------ Google Fonts ------ */
@import url(http://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: 68%; 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: 25%; display: table-cell; } 

#sidebar { 
width: 100%; /* adjust width % to add l-r padding */
display: table; 
padding: 0; 
margin: 0 auto; 
} 

#footwrap { 
width: 950px; 
clear: both; 
display: table; 
margin: 0 auto;
padding: 1.5rem 0 0 0;
text-align: center; 
}
#copyright { 
clear: both; 
font-size: .72rem; 
text-align: center; 
line-height: 100%; 
padding: 1rem 0 0 0 !important; 
}
#adwcredit { 
font-size: .6rem; 
font-family: verdana, arial, helvetica, sans-serif; 
text-align: center; 
letter-spacing: 3px; 
padding-top: .15rem; 
} 
#switch { width: 100%; margin: 0 auto; padding: 10px 0 0 0; font-size: .85rem; text-align: center; }
#bottom { width: 950px; 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;
}




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? */
}


a.freedownload {
display: table;
width: auto;
text-align: center;
padding: 10px 15px;
background: #A40003 !important;
color: #ffffff !important;
margin: 0 auto;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
font-size: 1rem;
}
a.freedownload:hover {
background: #349C20 !important;
color: #ffffff !important;
}



/* ***************** 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 ***************** */


form { }
form label { font-size: .85rem; padding-bottom: .5rem; display: block; }
form input, form textarea, form select {
font-size: .85rem;
line-height: normal;
padding: 3px 10px;
border: 1px solid #eaeaea; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
form input[type=text] { }
form input[type=submit] { 
background: #f8f8f8; 
text-transform: lowercase; 
line-height: normal; 
}

::-webkit-input-placeholder { color: #aeaeae; line-height: normal; }
:-moz-placeholder { color: #aeaeae; line-height: normal; }
::-moz-placeholder { color: #aeaeae; line-height: normal; }
:-ms-input-placeholder { color: #aeaeae; line-height: normal; }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */


/* ***************** NEWSLETTER ***************** */

#newsletter { 
width: 100%; 
display: table; 
margin: 0 auto; 
background: #c5c5c5; 
}
#newsletter .inner { 
display: table; 
width: 928px; 
margin: 0 auto; 
padding: 7px 0; 
}


/* ------ Newsletter Top ------ */
#nlformtop { display: table; width: auto; float: right; text-align: right; vertical-align: middle; }
#nlformtop .nlhead { display: none; }
#nlformtop .jnlhead { 
font-size: .85rem; 
display: table-cell;
vertical-align: middle; 
padding: 7px 7px 0 0; 
margin: 0;
text-transform: uppercase; 
color: #575757;
font-family: "josefin sans", "catamaran", arial, helvetica, sans-serif !important;
font-weight: 400;
} 
#nlformtop .signup { display: table-cell; width: auto; vertical-align: middle; margin: 0; padding: 3px 0 0 0; }
#nlformtop .signup label { display: none; }
#nlformtop .signup input { display: inline-block; width: auto; vertical-align: middle; margin: 0; }
#nlformtop .signup .name, #nlformtop .signup .email { }
#nlformtop .signup .name { display: none; }
#nlformtop .signup .email { }
#nlformtop .signup .button { margin-left: 3px; }



/* ------ Newsletter Bottom ------ */
#nlformbot { display: table; width: auto; clear: both; margin: 0 auto; padding: 0 0 20px 0; }
#nlformbot .nlhead { display: none; }
#nlformbot .jnlhead { 
font-size: 1rem; 
display: table-cell; 
vertical-align: middle; 
padding: 0 .6rem 0 0; 
text-transform: lowercase; 
} 
#nlformbot .signup { display: table-cell; width: auto; vertical-align: middle; }
#nlformbot .signup label { display: none; font-size: .85rem; padding: .15rem .3rem 0 0; }
#nlformbot .signup input { }
#nlformbot .signup .name, #nlformbot .signup .email { }
#nlformbot .signup .name { }
#nlformbot .signup .email { }
#nlformbot .signup .button { }


/* ------ Newsletter Sidebar ------ */
#sidebar .widget .nlhead { display: block } 
#sidebar .widget .jnlhead { display: none } 
#sidebar .widget .signup { display: table; }
#sidebar .widget .signup label { font-size: .85rem; display: block; padding-bottom: .5rem; line-height: 1.15rem }
#sidebar .widget .signup input { display: inline-block; width: auto; vertical-align: middle; margin: .4rem .4rem 0 0; }
#sidebar .widget .signup .name, #nlformtop .signup .email {}
#sidebar .widget .signup .name { }
#sidebar .widget .signup .email { }
#sidebar .widget .signup .button { }



/* ***************** FOLLOW ***************** */


/* ------ Follow Top ------ */
#followtop { display: table; width: auto; text-align: left; float: left; vertical-align: middle; }
#followtop .followhead {
font-size: .85rem; 
display: table-cell; 
vertical-align: middle; 
padding: 1px 10px 0 0; 
line-height: 100%;
color: #575757;
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 { }	




/* ***************** CONTACT FORM ***************** */

/* Contact Form 7 */
.wpcf7-form p { margin-bottom: 10px; }
.wpcf7-form input, .wpcf7-form textarea { margin-top: 5px; width: 80%; 
font-size: .85rem;
line-height: normal;
padding: 3px 10px;
border: 1px solid #cccccc; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.wpcf7-form input[type=submit] { width: auto; }


/* DDFM
.ddfmwrap { width: 100% !important; display: table; margin: 15px 0 0 0 !important; padding: 0; }
.ddfm, .ddfmwrap form { width: 100% !important; display: table; padding: 0 !important; margin: 0 !important; }
.ddfmwrap p.fieldwrap { margin-bottom: 0; line-height: normal; }
.ddfmwrap p.fieldwrap img { }
form.ddfm label { width: 100% !important; font-size: .9rem; font-weight: normal !important; clear: both; display: block; text-align: left; padding: 0 0 2px 0; margin: 0; color: #000000 !important; }
form.ddfm input, form.ddfm textarea { width: 90%; }
.ddfmwrap .credits { display: none; }
form.ddfm .submit { }
form.ddfm .submit input {
cursor: pointer;
background: #eaeaea;
float: left;
width: auto;
}
*/



/* ***************** 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; }

