/*
Theme Name: LewRockwell.com
Theme URI: http://www.lewrockwell.com
Author: Convasis
Author URI: http://www.convasis.com
Description: LewRockwell.com, redesigned in 2012. Do not switch to another theme because that will break many things!
Version: 2.0
License: Copyright © 2012-2013 LewRockwell.com. All rights reserved.
*/

html, body, div, span, object, i,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



@font-face {
    font-family: 'Chunkfive';
    src: url('fonts/chunkfive-webfont.eot');
    src: url('fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chunkfive-webfont.woff') format('woff'),
         url('fonts/chunkfive-webfont.ttf') format('truetype'),
         url('fonts/chunkfive-webfont.svg#chunkfive_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =HTML5 display definitions
*******************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* HTML5 display definitions */

/* Tags reset
*******************************************************************************/

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
blockquote, q { quotes:none; margin-left:30px; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
ins	 { background-color: #ff9; color: #000; text-decoration: none; }
del	 { text-decoration: line-through; }
table   { border-collapse: collapse; border-spacing: 0; }
hr	  { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin:1em 0; padding:0; }
ul, ol  { list-style: none;}
a	   { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}
a:hover, a:active, input, input:active, textarea, textarea:active, label:focus, label:active { outline: none; }

img	 { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root)  { overflow: hidden; }
a:link		  { -webkit-tap-highlight-color: #478FB2; }
::-moz-selection{ background: #478FB2; color:#fff; text-shadow: none; }
::selection	 { background:#478FB2; color:#fff; text-shadow: none; }


/* Normalizing form elements
*******************************************************************************/

textarea, button, input, select { font-size: 100%; padding: 0; margin: 0; vertical-align: baseline; *vertical-align: middle; }
textarea { overflow: auto; min-height: 20px; max-height: 300px; max-width: 400px; min-width: 150px; }

input[type="radio"], input[type="checkbox"] { margin-right:5px; }
input[type="button"], input[type="submit"], button, .form .gform_button { cursor: pointer; -webkit-appearance: button; }

button {  width: auto; overflow: visible; }

.ie7 input[type="checkbox"] { vertical-align: baseline; }

/* Normalizing Tags
*******************************************************************************/
small	   { font-size: 85%; }
strong, th  { font-weight: bold; }
td, td img  { vertical-align: top; }
sub, sup	{ font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup		 { top: -0.5em; }
sub		 { bottom: -0.25em; }
pre		 { padding: 15px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Special Classes
*******************************************************************************/

.clearfix:before, .clearfix:after,
.row:before, .row:after { content: ""; display: table; }
.clearfix:after, .row:after { clear: both; }
.clearfix, .row { zoom: 1; }



html { height: 100%; }
body {
	font: 13px/18px 'Times New Roman', Times, Georgia;
	background: #FFFFFF;
	color:#000;
}
.wrapper{
	padding:0 10px;
}
select,
input,
textarea {
	color: #000;
	font: 12px Arial, Helvetica;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:hover{border-color:#a1a1a1!important;}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus{border-color:#797979!important;}

address{
	line-height:1.2;
	margin-bottom:15px;
	margin-left:10px;
}

:focus	{outline: 0;}

::-webkit-input-placeholder:not(#search) {
	color: #000;
	font: 12px/16px Arial, Helvetica!important;
}
:-moz-placeholder:not(#search) {
	color: #000;
	font: 12px/16px Arial, Helvetica!important;
}
label.placeholder{
	color: #000;
	font: 12px/16px Arial, Helvetica!important;
	margin:7px 0 0 5px;
}
a{color: #171796;}
.container a:visited{color:#800080}
.container h4 a:visited{color:#171796}
a:hover{color:#0202db;}
h1 {
	color:#1c1ca5;
	font: 36px/40px 'Chunkfive', 'Times New Roman', Times, Georgia!important;
	margin-bottom:20px;
}
h2{
	color: #000;
	font: 700 22px/24px Arial, Helvetica;
	margin-bottom:15px;
	letter-spacing: -1px;
}
h2.has-subline{
	margin-bottom:0;
}
.subline{
	margin-bottom:15px;
}
h3{
	font: 700 15px/20px Arial, Helvetica;
	color:#1c1ca5;
	text-transform:uppercase;
	margin-bottom:10px;
}
.fl-l{float:left!important;}
.fl-r{float:right!important;}
.fl-n{float:none!important;}
.no-bd{ border:none!important;}
.no-bg{ background:none !important;}
.clear { clear: both; }
.block-hr{
	padding-bottom:20px;
	margin-bottom:20px;
	background: url(images/bg-hr.png) repeat-x 0 100%;	
}
.inner {
	width: 980px;
	margin: 0 auto;
}

/* =Buttons*/
.btn, .form .gform_button{
	position:relative;
	display:inline-block;	
	border:none;
	text-transform:uppercase;
	text-align:center;
	font: 11px/26px Arial, Helvetica;
	text-transform:uppercase;
	color:#fff;
	height:26px;
	padding:0 10px;
	min-width: 80px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:visible;
	background:#1c1ca5;
}
input.btn, .form .gform_button{
	padding-bottom:2px;
	min-width:104px;
	height:30px;
	padding:0;
}

.btn:hover, .form .gform_button:hover{
	color:#fff;
	background:#04049c;
}
/* =Header
*******************************************************************************/
.header{
	position:relative;
}
.header .block-hr{
	padding:0;
	margin:0;
}
.logo {
	height:110px;
	float:left;
	width: 490px;
	margin-top:20px;
}
.logo a{
	float:left;
	display:block;
	font:52px/65px 'Chunkfive', 'Times New Roman', Times, Georgia;
	color:#1c1ca5;
	white-space: nowrap;
}
.logo a:hover{
	color:#04049c;
}
.logo a>span{
	font-size: 39px;
}
.logo > span{
	float:left;
	font:26px/24px 'Times New Roman', Times, Georgia;
	text-transform: lowercase;
}
.logo em{
	padding:0 7px;
}
.logo img{display:none;}
.h-search{
	float:right;
	position:relative;
	margin:3px 0 0;
}
.h-search input[type=text]{
	border:1px solid #bdbdbd;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	height:16px;
	font:12px/16px Arial, Helvetica;
	padding:2px 18px 2px 8px;
	width:115px;
}
.h-search input[type=text]:placeholder{
	color: #8c8c8c;
}
.h-search label.placeholder{
	margin-top:3px;
}
.h-search input.google-search{
	background-color: rgb(255, 255, 255);
	background-position: 0% 50%;
	background-repeat: no-repeat no-repeat;
}
.btn-search{
	position:absolute;
	right:4px;
	top:4px;
	width:11px;
	height:12px;
	background: url(images/icos.png) no-repeat -123px 0;
	border:none;
	padding:0;
	line-height:12px;
}
.btn-search:hover{background-position: -123px -12px;}
.h-subscribe{
	width:400px;
	float:right;
	margin:40px 0 0;
}
.h-subscribe .btn{
	position:relative;
	float:left;
	margin-left:6px;
}
.h-subscribe input[type=text],
.h-subscribe input[type=email]{
	float:left;
	position:relative;
	height:16px;
	font:12px/16px Arial;
	padding:6px 10px 6px 10px;
	width:125px;
	
	border:1px solid #c4c4c4;
	background:#f4f4f4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	text-transform:none;
	box-shadow: inset 1px 1px 0 #fff, inset 1px 1px 0 #fff;
}
.h-subscribe input[type=text],
.h-subscribe input[type=email]:focus{
	background:#fefefe;
}
.h-subscribe .h-label{
	margin-bottom:10px;
}
.ie .h-subscribe  .btn:hover{
	background-position:0 -30px;
}
.h-label{
	font:11px/18px 'Times New Roman', Times, Georgia;
	text-transform:uppercase;
}
.ico-rss,
.ico-sh,
.ico-tw,
.ico-fb{
	float:left;
	display:block;
	width:30px;
	height:30px;
	background: url(images/icos.png) no-repeat;
	margin-left:7px;
	cursor: pointer;
}
.ico-tw{background-position: -60px 0;}
.ico-fb{background-position: -30px 0;}
.ico-rss:hover{background-position: 0 -30px;}
.ico-tw:hover{ background-position:-60px -30px;}
.ico-fb:hover{ background-position:-30px -30px;}

/* =Main Navigation */
.nav-wrap{
	border-bottom:1px solid #ededed;
}
.nav-wrap .inner{
	position:relative;
}
.nav{float:left;}
.nav li{
	float:left;
}
.nav li a, .toggle-menu a{
	font: 12px/30px Arial, Helvetica;
	text-transform:uppercase;
	color:#050546;
	display:block;
	float:left;
	padding: 0 10px;
}
.toggle-menu a{
	display:none;
}
.nav li a:hover{
	color:#1C1CA5;
}
.sub-menu > li > a{
	padding:5px 10px;
}
.nav .current-menu-item a,
.nav .active a{
	font-weight:700;
	background: #d8d8d8;
}
.nav{
	margin:0;
	padding-left:0;
	list-style:none;
	overflow:hidden;
	text-align:center;
	overflow:visible;
}
.nav > li > .sub-menu{
	display:none;
	width:1000px;
	overflow:visible;
	z-index:9999;
	position:absolute;
	top:30px;
	left:0;
	padding:0;
	margin-left:-10px;
	background:#eeeeee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.nav > li:hover a{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background:#eeeeee;
}
.nav > li:hover > a:only-child{
	background:none;
}
.sub-menu li a{
	line-height:1;
	padding:5px 10px;
	letter-spacing:1px;
}
/*.nav > li:hover > .sub-menu{
	display:block;
}*/
.nav > li > .sub-menu > li{
	float:left;
	padding-top:3px;
	padding-bottom:3px;
}
.nav > li > .sub-menu > li:first-child{
	background:none;
}
.nav > li > .sub-menu > li:first-child a{
	padding-left:10px;
}
.nav > li > .sub-menu > li > .sub-menu{
	width:200px;
}
.nav > li > .sub-menu > li > a + .sub-menu{
	margin-top:5px;
}
.nav > li > .sub-menu > li > .sub-menu li{
	float:none; padding:5px 0 5px;
}

/* =Layout
*******************************************************************************/
.container{
	padding: 10px 0 25px 0;
}
.two-cols .main-col{
	width:620px;
	float:left;
}
.two-cols .right-col{
	width:300px;
	float:right;
}

/*Blog styles
*******************************************************************************/
.blog-box{
	margin-bottom:15px;
}
.blog-box-left{
	float:left;
	width:80%;
}
.blog-box-right{
	float:right;
	width:20%;
	text-align:right;
	font: 12px/24px Arial;
}
.blog-box h3:first-child{
	margin-top:0;
}
.blog-box h3{
	font: 700 22px/30px Arial;
	text-transform:none;
	margin:20px 0 0 0;
}
.page{
	background:none;
}
.blog-post{
	background:none;
}
.pagination{
	color:#1c1ca5;
	position:relative;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #cacaca;
}
.page-header,
.blog-header{
	border-bottom:1px solid #cacaca;
	margin-bottom:10px;
}
.page-header h1,
.form-comments-title,
.blog-header-title{
	color:#1c1ca5;
	font: 700 23px/40px Georgia!important;
	text-align:left;
	margin-bottom:-5px;
	float:left;
	padding-right:10px;
	letter-spacing: 0.06em;
}
.blog-header-title em{
	text-transform:none;
	font-weight: 100;
	font-style: normal;
}
.blog-header-link{
	font: 700 20px/40px Georgia!important;
	text-align:right;
	margin-bottom:-5px;
	float:right;
	letter-spacing: 0.06em;
}
.blog-header a{
	line-height:40px;
}
.blog-header-link a, .blog-header-link a:visited{
	color:#797979;
}
.blog-header-link a:hover{
	text-decoration:underline;
}
.blog-header .page-link{
	float:right;
	z-index:999999;
}
.blog-header .post-type-selector{
	width:100px;
	display:block;
	clear:both;
	margin-bottom:10px;
}
.blog-header-date{
	float:right;
	font: 12px/40px Arial;
}
.breaking-news-box{
	border-bottom:1px solid #999999;
	padding-bottom:15px;
}
.breaking-news{
	background: #A00000;
	padding: 10px;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.main-title{
	margin-bottom:10px;
}
.main-title>a{
	line-height:40px;
}
.main-title h1,
.main-title h2,
.blog-header h1{
	width: 400px!important;
	float:left;
}

.blog-first-comment,
.blog-comments{
	float:right;
	font: 12px/15px Georgia;
	margin: 5px 0 10px 20px;
}
.post-info, .post-info-top{
	font: 15px/18px Georgia;
	color:#000;
	margin-top:0;
}
.blog-posts .post-info{
	margin-bottom:15px;
}
.blog-posts .post-info span[rel=date]{
	float:left;
}
.blog-posts .blog-footer{
	padding:0 0 15px;
}
.blog-first-comment{
	color:#1c1ca5;
}
h2.blog-title, .blog-content h2{
	font: 19px/23px Georgia, Times New Roman, Times, serif;
	font-weight:600;
	margin-bottom:5px;
	letter-spacing: 0.05em;
}
h3.blog-subtitle{
	font: 16px/18px Georgia, Times New Roman, Times, serif;
	font-weight:600;
	color:#000;
	margin:0 0 15px 0;
}
.print-href{
	display:none;
}
.blog-content{
	font:15px/20px Georgia;
	color:#2B1B17;
}
.list-box .blog-content{
	font:14px/16px verdana;
}
.blog-content p{
	margin-bottom:15px;
}
.blog-content p:empty{
	display:none;
}
.list-box .blog-content p{
	margin-bottom:0;
}
.blog-content a:hover{
	color:#000;
}
.blog-content a{
	color:#1c1ca5;
	text-decoration:underline;
}
.content-ad-right{
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}

.alignleft, .lrc-post-image[align=left]{
	float:left;
	margin-right:10px;
}
.alignright, .lrc-post-image[align=right]{
	float:right;
	margin-left:10px;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.list-links:first-child{
	margin-left: 0;
}
.list-links{
	list-style: none!important;
	margin: 20px 28px 20px 0!important;
}
.list-about .list-links{
	width: 122px;
}
.blog-tags{
	max-width: 620px;
	float:left;
	font: 11px Georgia;
	display:none;
}
.post-bio, .post-copyright, .post-another-post, .post-contact{
	max-width: 620px;
	float:left;
	text-align:left;
	font: 15px/20px Georgia;
	color:#000;
	clear:both;
}
.article-author-email-link{
	font-weight:bold;
	text-decoration:underline;
}
.article-author-archives-link{
	font-size:16px;
	text-docoration:underline;
	text-align:center;
	padding-top:10px;
	clear:both;
	display:block;
}
.post-bio, .post-copyright{
	margin-bottom:10px;
}
.prev-post, .next-post{
	font-style:italic;
	font-weight:bold;
}
.blog-tags span{
	float:left;
	padding-right:10px;
}
.blog-tags-links {
	float:left;
	max-width: 480px;
}
.blog-tags-links a:first-child{
	padding-left:0;
	margin-left:0;
	background:none;
}
.blog-tags a{
	color:#1c1ca5;
	margin-left:10px;
	padding-left:20px;
	background: url(images/bg-dot-small.png) no-repeat 0 5px;
}
.read-more:hover,
.blog-tags a:hover,
.post-author:hover,
.view-all:hover,
a.blog-first-comment:hover{color:#000;}

.link-more,
.read-more,
.view-all{
	color:#000;
	font: 12px Georgia;
}
.read-more{float:right; display:none;}
.view-all{float:right;}

.post-author{
	font: 15px Georgia;
	margin:5px 0;
	clear:both;
}
.blog-footer{
	color:#1c1ca5;
	position:relative;
	clear:both;
	text-align:center;
	padding:15px 0 15px;
}
.blog-pager{ 
	font: 700 21px/31px Arial, Helvetica;
	text-align:center;
	position:absolute;
	width:100%;
	/*z-index:-1;*/
	text-transform:uppercase;
	color:#000;
}
.blog-pager select{
	width:80px;
}
.page-link {
	position: relative;
	font: 21px/31px Arial, Helvetica;
	color:#8c8c8c;
	z-index:999999;
}
.container a.page-link:visited{color:#8c8c8c}
.page-link:hover{
	color: #1c1ca5;
}
.next-link{
	float:right;
	padding-right:40px;
}
.prev-link{
	padding-left:40px;
	float:left;
}
.prev-link:before,
.next-link:after{
	content: '';
	position: absolute;	
	top:0;
	background:url(images/icos.png) no-repeat;
	width:31px;
	height:30px;
}
.prev-link:before{
	left:0;
	background-position:-135px 0;
}
.prev-link:hover:before{
	background-position:-90px 0;
}
.next-link:after{
	right:0;
	background-position:-135px -30px;
}
.next-link:hover:after{
	background-position:-90px -30px;
}
.ads, .interstitial-ads{
	margin-top:11px;
	padding: 0 0 50px 0;
	text-align:center;
}
.interstitial-ads{
	padding-bottom:20px;
}
/* =Comments */
.comments-box{
	margin-bottom:20px;
	padding-bottom:20px;
	background: url(images/bg-border.png) repeat-x 0 100%;
}
.comments-total{
	font: 19px/24px 'Times New Roman', Times, Georgia;
	margin-bottom:20px;
	float:left;
}
.comments-leave{
	float:right;
	font: 11px/24px Georgia;
	color:#1c1ca5;
	margin-bottom:20px;
}
.comment-title{
	background:#1c1ca5;
	color:#fff;
	font: 12px/16px Georgia;
	text-transform:uppercase;
	padding-left:5px;
}
.comments-userpic{
	float:left;
	margin:-5px 15px 10px 0;
	border-radius:1px;
}
.comments-date{
	text-transform:none;
	font-style: italic;
	padding-left:5px;
}
.comments-like{
	float:right;
	margin-right:5px;
}

.comments-content{
	overflow:hidden;
	font: 13px/20px Georgia;
	padding:5px 0;
}
.comments-reply{
	font: 11px/16px Georgia;
	color:#1c1ca5;
	display:block;
	text-align:right;
	margin:10px 0 20px 0; 
}
.comment .comment{
	margin-left:70px;
}
.comment .comment .comment-title{
	background:#9e9e9e;
}
.comments-footer{
	background: url("../images/bg-hr.png") repeat-x scroll 0 0 transparent;
	padding-top:20px;
	margin-top:20px;
	text-align:center;
	height:20px;
}
.comments-pager{
	float:left;
	margin-left:65px;
}
.comments-pager li:first-child{
	background:none;
}
.comments-pager li{
	display:inline;
	background: url("../images/bg-dot-big.png") no-repeat scroll 0 5px transparent;
}
.comments-pager a{
	font: 700 12px/16px 'Times New Roman', Times, Georgia;
	color:#1c1ca5;
	padding: 0 20px 0 10px;
	margin-left:20px;
}
.comments-pager a:hover,
.comments-pager .active a{
	color:#000;
}

/* Social Media Share Buttons */
.addthis_toolbox{
	margin-bottom:10px;
}
.addtoany_list + .blog-footer{padding-top:0}
.addtoany_share_save_container{clear:both;line-height:16px;margin:16px 0}
.addtoany_list{margin:15px 0 10px;display:block;}
.addtoany_list a{font-size:16px;padding:0 9px}
.addtoany_list a:first-child{padding-left:0;}
.addtoany_list a img{height:auto;opacity:.7;overflow:hidden;vertical-align:middle;width:auto}
.addtoany_list a:hover img,.addtoany_list a.addtoany_share_save img{opacity:1}
.addtoany_special_service{display:inline-block;padding:0 9px;vertical-align:middle}
a.addtoany_share_save img{border:0;width:auto;height:auto}
#a2apage_PTZ{display:none}
.custom-buttons{margin:16px 0 5px 10px; float:left;}
.post-type-podcast .custom-buttons{margin:0 0 5px 10px;}
.blog-posts .custom-buttons{margin:0;}
.blog-posts span[rel=date] + .custom-buttons{margin:0 0 5px 10px;}
.custom-buttons-merged, .post-type-podcast .custom-buttons-merged{margin:17px 13px 0 0; float:left;}
.custom-buttons a,
.custom-buttons-merged a{padding:0 5px;}

/* =Category page*/
.category-wrap{
	margin-left:-60px;
	margin-top:50px;
}
.category-block{
	width: 270px;
	margin:0 0 25px 60px;
	float:left;
	min-height: 260px;
}
.category-block .view-all{
	line-height:25px;
}
.category-block h2{
	float:left;
	width:200px;
}
/* =Columnist Page*/
.columnist{
	margin:20px 0 0 -60px;
}
.columnist h2{
	margin-bottom:6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.columnist li{
	width: 270px;
	margin:0 0 25px 60px;
	float:left;
}
.columnist img{
	float:left;
	margin: 0 10px 0 0;
}
.columnist p{
	max-height: 40px;
	font: 11px/13px Arial, Helvetica;
	overflow: hidden; 
	margin-bottom:6px;
}
p.columnist-bio{
	display:none;
}
.columnist .link-more{
	position:relative;
	background:#f0f0f0;
	line-height:25px;
	height:25px;
	display:block;
	float:left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:0 10px 0 25px;
	font-weight:700;
}
.columnist .link-more:before{
	background: url('images/icos.png') no-repeat -121px -25px;
	content:'';
	width: 13px;
	height:15px;
	position: absolute;
	left:5px;
	top:6px;
}
.columnist .link-more:hover:before{
	background-position:-121px -41px;
}


/* =Books shop page*/
.books{
	margin: 20px 0;
}
.books li{
	position:relative;
	width: 130px;
	padding:0 33px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
	padding-bottom:30px;
	text-align:center;
	min-height: 250px;
	font: 10px/15px Arial;
}
.ie7 .books li{
	display:inline;
	zoom:1;
}
.books a{
	color:#0025ff;
	text-decoration:underline;
}
.books a:hover,
.books-price{
	color:#aa1100;
	text-decoration:underline;
}
.book-name{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;   
}
.btn-amazon{
	display:inline-block;
	width:88px;
	height:25px;
	background:url(images/btn-amazon.jpg) no-repeat;
	margin:5px 0;
}
.btn-amazon:hover{
	background-position:0 -25px;
}
.amazon-ad-left{
	float:left;
	margin-right:20px;
}
.amazon-ad-right{
	float:right;
	margin-left:20px;
}
.amazon-ad-center{
	width:100%;
	clear:both;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.lrc-iframe-amazon{
	float:right;
	margin-left:20px;
}
a.book-privacy{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-50px;
	width:100px;
	color:#b1b1b1;
}
.blog-content .books li{
	padding:0;
	margin: 10px 10px 20px 10px;
}
.blog-content h2{
	margin:15px 0;
}
.blog-content h3{
	margin-top:20px;
}
.blog-content ul{
	list-style:disc;
}
.blog-content ol{
	list-style:decimal;
}
.blog-content ul, .blog-content ol{
	margin-left:30px;
	margin-bottom:15px;
}
.blog-content .gform_body ul{
	margin:0;
} 
.blog-content li + li{
	margin-top:10px;
}
/*this fixes broken line breaks from the old site*/
.post-type-article .blog-content br{
	display:none;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone {
	display:block;
	clear:both;
}
img.alignleft{
	float:left!important;
	margin: 0 20px 20px 0;
}
img.alignright{
	float:right!important;
	margin: 0 0 20px 20px;
}
.blog-content img.alignleft{
	float:left!important;
	border:none;
	margin: 0 20px 20px 0;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	margin-bottom:10px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.5;
	color: #757575;
}
.wp-caption img{
	border:none;
	margin:0 0 2px;
	padding:0;
}
.wp-caption p{
	padding:0;
	margin:0;
}
.wp-caption p.wp-caption-text{
	padding:0 5px 0 0;
	text-align:center;
	font-size:12px;
}

/* =Quote*/
.quote{
	position:relative;
	font: italic 15px/24px 'Times New Roman', Times, Georgia;
	padding: 10px 40px;
	overflow: hidden;
}
.quote-l,
.quote-r{
	display:block;
	position:absolute;
	background: url(images/quotes.png) no-repeat;
	width:29px;
	height: 20px;
}
.quote-l{
	left:0;
	top:15px;
}
.quote-r{
	right:0;
	bottom:15px;
	background-position:0 -20px;
}
/* =Search Result*/
.search-header{
	margin-bottom:18px;
	padding-bottom:18px;
	background: url(images/bg-hr.png) repeat-x 0 100%;   
}
.search-title{
	color:#1c1ca5;
	font: 36px/40px 'Chunkfive','Times New Roman',Times,Georgia !important;
	width: 300px;
	float:left;
}
.form-search input{
	float:left;
	margin-right:5px;
}
.form-search .btn{
	min-width: 100px!important;
}
.form-search span{
	font: 11px/30px Arial;
	text-align:right;
}
.search-result{
	position:relative;
	font: 15px/20px Georgia;
	margin:25px 0;
	padding:0 0 18px 20px;
	border-bottom:1px solid #cacaca;
}
.search-result span:first-child{
	max-width: 440px;
}
.search-result span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;		
}
.search-result:before{
	content: '';
	position: absolute;	
	top:2px;
	left:0;
	background:url(images/icos.png) no-repeat -167px 0;
	width:15px;
	height:15px;
}


/* =Store
*******************************************************************************/
.store-btn{}

/* =Right Col
*******************************************************************************/
.widget{
	list-style:none;
}
.right-col h3,
.right-col h4, .right-col h2.widgettitle{
	font: 700 18px/22px Georgia;
	margin:10px 0 5px 0;
	color:#171796;
}
.right-col h2:empty, .right-col h3:empty, .right-col h4:empty, .right-col h5:empty{
	display:none;
}
.right-col h5{
	font: 700 14px/20px 'Times New Roman', Times, Georgia;
	color:#171796;
	margin-bottom:5px;
}

/* =Lists*/
.list-articles, .textwidget{
	margin:0 0 20px 0;
}
.list-articles li:first-child a{
	border:none;
}
.list-articles a{
	font: 700 12px/17px Arial;
	color:#05053b;
	padding:0 0 0 10px;
	margin-bottom:5px;
	display:block;
	background: url(images/bg-list-arrow.png) no-repeat 0 4px;
}
.list-articles a:hover{
	color:#000;
	background:#ededff  url(images/bg-list-arrow.png) no-repeat 0 4px;
}
.list-archive {
	width: 56px!important;
	margin-left:52px;
	float:left;
}
.list-archive:first-child{
	margin-left:0;
}
.list-archive:last-child{
	float:right;
	text-align: right;
}

.list-archive a{
	color: #000;
	font: 15px/35px Arial, Helvetica;
	text-decoration:underline;
}
.list-archive a:hover{
	color:#000;
}
ol.list-hr{
	list-style: decimal;
}
.list-hr li{
	border-bottom:1px solid #dfdfdf;
	padding-bottom:10px;
	margin-bottom:10px;
	font: 13px Arial, Helvetica;
}
.list-hr a{
	color:#1c1ca5;
	text-decoration:none;
}
.list-hr a:hover{
	color:#000;
}
.by{
	
}


/* =Footer
*******************************************************************************/
.footer .hr {
	background: url(images/bg-hr.png) repeat-x 0 100%;	
	padding:15px 0;
}
.f-menu li{
	display:inline;
	padding:0 10px 0 15px;   
	background: url(images/bg-dot-big.png) 0 5px no-repeat;
}
.f-menu li:first-child{
	padding-left:0;
	background:none;
}
.f-menu {
	float:left;
}
.f-menu a{
	font: 11px/15px 'Times New Roman', Times, Georgia;
	text-transform:uppercase;
}
.footer .nav a{
	color: #1c1c44;
	font: 700 12px Arial;
}
.footer .nav li:last-child{
	padding-right:0;
}
.footer .nav li:first-child{
	padding-left:0;
}
.footer .nav li {
	padding: 0 20px;
}
.f-subscribe{
	float:right;
	font: 12px/15px Arial;
}
.f-subscribe li{
	display:inline;
	padding:0 0 0 5px;
}
li.f-bullet{
	background: url(images/bg-dot-big.png) 0 5px no-repeat;
	margin-left:5px;
	padding-left:15px;
}
.f-subscribe a{
	color:#1c1ca5;
	font: 12px/15px Arial;
}
.f-subscribe a:hover{
	color:#000;
}
.menu-footer-mini-menu-container{
	padding:0 0 15px 0;
}
.menu-footer-mini-menu-container li{
	display:inline;
}
.menu-footer-mini-menu-container a{
	color:#7d7d7d;
	font:12px Arial, sans-serif;
	/*padding-left:15px;*/
}
.menu-footer-mini-menu-container a:hover{
   color:#1c1ca5;
}
.menu-item-mobile-only{
	display:none;
}
.f-bottom{
	text-align:center;
}
.f-copyright { 
	padding:15px 0 5px 0;
	color:#797979;
	font:12px Arial, sans-serif;
}

/* =Forms*/
.form{
	margin: 20px 0;
}
.form li{
	list-style:none;
	margin-bottom:10px;
}
.form label{
	font: 700 12px/15px Arial;
}
.form input[type=text],
.form input[type=email],
select,
.ui-autocomplete-input{
	position:relative;
	min-height:16px;
	padding:6px 10px 6px 8px;
	width:264px;
	font:12px/16px Arial;
	border:1px solid #c4c4c4;
	background:#f0f0f0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	text-transform:none;
	box-shadow: inset 1px 1px 0 #fff, inset 1px 1px 0 #fff;	
}
select, .ui-autocomplete-input{
	padding:5px 6px 6px 8px;
	width:286px;
}
.form textarea{
	position:relative;
	border:1px solid #bdbdbd;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font:12px/16px 'Times New Roman', Times, Georgia;
	padding:6px 10px 6px 10px;
	
	max-width: 560px;
	width: 560px;
	height: 80px;
}
.form .row{
	position:relative;
	margin-bottom:15px;
}
.form input.error:focus,
.form input.error:hover,
.form .error{
	border:1px solid #1c1ca5!important;
}
.form label.error{
	border:none!important;
	background:#1c1ca5;
	position:absolute;
	top:-9px;
	left:0;
	color:#fff;
	font: 11px/15px Arial, Helvetica;
	border-radius:5px 5px 0 0;
	padding:0 10px;
	width:266px;
}
.textarea-wrap label.error{
	width: 562px;
}
.form .btn, .form .gform_button{
	min-width: 160px;
}
.horizontal-radio-buttons span{
	margin-right:15px;
	font-size:14px;
}
.form-comments input[type=text],
.form-comments input[type=email]{
	width:275px;
	float:right;
	margin-right:0;
}

.form-comments textarea{
	width:580px;
	max-width: 580px;
}
.ie .form-comments textarea{
	width:578px;
	max-width: 578px;
}
.form-comments label{
	font: italic 11px/16px 'Times New Roman', Times, Georgia;
}
.form-comments label input{
	margin-right:5px;
}
.validation_message{
	font: 12px/15px Arial;
	color: red;
}
.gfield_error {
	position:relative;
}
.gfield_error textarea,
.gfield_error input{
	border-color:red!important;
}
/*=Custom Store Styles	*/
.store-btn{
	float:left;
	max-width: 290px
}
.Cart66ButtonPrimary, .Cart66ButtonSecondary, #content .Cart66ButtonPrimary, #content .Cart66ButtonSecondary, .Cart66CartButton .purAddToCart{
	margin-top:10px;
}
.Cart66CartButton:before, .Cart66CartButton:after{content:"";display:table;}
.Cart66CartButton:after{clear:both;}
.Cart66CartButton{zoom:1;}
a.Cart66ButtonSecondary:visited{color:#FFFFFF}
a.Cart66ButtonPrimary:hover{color:#FFFFFF}

iframe, img{
	max-width:100%;
}
iframe{max-width:100%!important;}

@media screen and (max-width: 800px){
	html,
	body{
		width:100%;
		height:100%;
	}
	.inner{
		width: 100%;
		overflow:hidden;
		min-width: 300px;
	}
	.two-cols .main-col{
		float:none;
		width: auto;
		min-width: 280px;
	}
	.header {
		position: inherit;
	}
	#main-menu-container{
		display:none
	}
	.nav, 
	.nav li{
		width: auto;
		float:none;
	}
	.nav li a, .toggle-menu a{
		width: 100%;
		float:none;
		border-bottom:1px solid #ccc;
		position:relative;
		overflow:hidden;
	}
	.toggle-menu a{
		display:block;
		padding:10px 0 0 10px;
	}
	.nav > li > .sub-menu{
		top:auto;
		left: auto;
		position: relative;
		width: auto;
		display:none;
	}
	.nav > li > .sub-menu > li:first-child,
	.sub-menu li:hover,
	.sub-menu li{
		width: 100%;
		float:none;
		background:#eee;
	}
	.nav > li:hover > .sub-menu{
		display: none;
	}
	.nav > li:hover a{
		background: inherit;
	}
	#menu-item-118454 > a:after, 
	#menu-item-118455 > a:after{
		display:block;
		background: url('images/icos.png') no-repeat -184px -22px;
		content:'';
		width: 20px;
		height:20px;
		position: absolute;
		right:30px;
		top:6px;
	}
	#menu-item-118454 > a.active:after, 
	#menu-item-118455 > a.active:after{
		background-position:-184px 0;
	}
	.logo{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display:block;
		float:none;
		margin-top:0;
		text-align:center;
		min-width: 320px;
	}
	.logo a span,
	.logo a{
		font-size: 52px;
		float:none;
		width: 100%;
		text-align: center;
	}
	.logo > span{
		font-size: 26px;
		display:block;
		float:none;
	}
	.logo em{
		padding:0 5px;
	}
	.menu-main-menu-container .nav{
		border-top:1px solid #ccc;
	}
	.menu-main-menu-container {
		padding-top:90px;
	}
	.menu-main-menu-container + .menu-main-menu-container {
		padding-top:0;
	}
	.menu-item-mobile-only{
		display:block;
	}
	h1, .page-header h1, .form-comments-title, .blog-header-title {
		font-size: 23px!important;
	}
	.list-archive:last-child,
	.list-archive {
		width:11%!important;
		margin-left:5%;
		white-space: nowrap;
		text-align: left!important;
	}
	.list-archive a{
		font-size: 13px;
	}
	.columnist {
		margin: 20px 0 0 -1%;
	}	
	.columnist li{
		width: 49%;
		margin: 0 0 25px 1%;
	}
	.ads>div, .interstitial-ads>div{
		width: 100%!important;
	}
	.gform_body input,
	.gform_body textarea{
		width: 80%!important;
		max-width: none;
		min-width: 0;
	}
	.footer .menu-main-menu-container,
	.h-subscribe,
	.two-cols .right-col{
		display:none;
	}
	.h-search{
		width:100%;
	}
	.h-search input.google-search{
		width:100%;
	}
	h2.blog-title{
		font:24px/35px Georgia, Times New Roman, Times, serif;
		letter-spacing: 0.06em;
	}
	.blog-content{
		font:18px/28px Georgia;
	}
	img{
		max-width:790px;
	}
}
@media screen and (max-width: 480px) {
	.columnist li h2{
		font-size: 16px;
	}	
	.blog-content table{
		width: 450px!important;
		overflow-y: scroll
	}
	.blog-content  .Cart66CartButton select{
		width: 140px!important
	}
	img{
		max-width:435px;
	}
	.blog-content img.size-full,
	.blog-content img.size-medium{
		max-width: 150px;
		height: auto;
		width: auto;
	}
}
@media screen and (max-width: 410px) {
	.list-archive a{
		font-size: 12px;
		letter-spacing: -1px;
	}
	.page-link,
	.blog-pager{
		font-size: 15px!important;
	}
	.columnist li{
		width: 99%;
	}
	img{
		max-width:340px;
	}
}
@media screen and (max-width: 320px) {
	.logo{
		left: 0;
		margin-left:10px;
		min-width: 0;
		width: auto;
	}
	.footer,
	.wrapper{
		width: 300px;
		overflow:hidden;
		margin: 0 auto;
	}
	img{
		max-width:310px;
	}
}

@media print{
	.nav-wrap,
	.menu-main-menu-container,
	.menu-footer-mini-menu-container,
	.addtoany_list,
	.custom-buttons,
	.custom-buttons-merged,
	.h-subscribe,
	.right-col,
	div[id*="google_ads"],
	.ads, .interstitial-ads,
	.content-ad-right,
	body:not(#page) iframe[src*="rcm.amazon.com"],
	a[rel=prev],
	a[rel=next],
	.columnist .link-more,
	.page-link{
		display:none;
	}
	
	.inner,
	.two-cols .main-col,
	.blog-tags,
	.post-bio, .post-copyright, .post-another-post,
	.blog-tags-links{
		width:100%;
	}
	body{
		background:#fff;
	}
	.blog-content{
		color:#000;
	}
	.container a:visited{
		color:#171796;
	}
	
	.print-href{
		clear:both;
		display:block;
		font:14px Arial;
		margin:5px 0;
		color:#171796;
		text-decoration:underline;
	}
	h2 + .print-href{
		margin-top:0;
	}
	
	body:not(#page) .blog-content a:not(.print-href):link:after,
	body:not(#page) .blog-content a:not(.print-href):visited:after{
		content:" [" attr(href) "] ";
	}
	
	:not(#page) .blog-content a:not(.print-href){
		text-decoration:none;
	}
}