/*
	Theme Name: SLJ News Child Theme
	Theme URI: http://www.studiopress.com/themes/news
	Description: News is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress + Josh Hadro
	Author URI: http://www.studiopress.com/

	Version: 2.1
	
	Tags: SLJ, awesome
	
	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*NOTA BENE: The vast majority of the tweaks specific to the SLJ child theme are included at the bottom of this file, not in the following sections */

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Social Icons
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

/*Add a custom headline font for SLJ */
@import url(https://web-archive.nli.org.il/National_Library/20160526010038cs_/http://fonts.googleapis.com/css?family=Droid+Serif:700,700italic);
@import url(https://web-archive.nli.org.il/National_Library/20160526010038cs_/http://fonts.googleapis.com/css?family=Droid+Sans);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
}

input,
select,
textarea,
.breadcrumb,
.sticky {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
/* .taxonomy-description {
	background-color: #fff;
	border: 1px solid #ccc !important;
} */

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}
ol li ol li {
	list-style-type: lower-alpha;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0094d2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */
/*
body {
	background: url(images/bg-light.png);
}
*/

/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 10px auto 0 auto;
	/* width: 985px; */
	width: 960px;
	box-shadow: 0 3px 10px #333333;
	background: none repeat scroll 0 0 #FFFFFF;
}

/* Header
------------------------------------------------------------ */

#header {
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	min-height: 95px;
	margin: 0 auto;
	overflow: hidden;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 18px 0 0 20px;
	width: 440px;
}

#title {
	font-family: 'Droid Sans', sans-serif;
	font-size: 54px;
	font-weight: bold;
	line-height: 54px;
	margin: 0;
	text-shadow: 3px 3px #ccc;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#header .widget-area {
	float: right;
	padding: 25px 0 0;
	width: 493px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 95px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 465px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	/* width: 985px; */
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #999;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #0094d2;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #111;
	border: 1px solid #444;
	border-top-width: 0;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #0094d2;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 130px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

/***** Primary Navigation ********************/

/*NOTE: Primary navigation CSS was removed here to work with Mega Menus/Ubermenus */

#nav {
	background: #333333;
	/* width: 985px; */
	width: 960px;
	color: #FFFFFF;
	/* font-family: 'Droid Sans', sans-serif; */
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px auto 0px auto;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
    margin: 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	position: relative;	
	border-right: 1px solid #666666;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item {
	background: #444444;
	}

#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #444444;
	color: #FFFFFF;
	width: 148px;
	margin: 0;
	font-size: 0.96em;
	line-height: 1.5em;
	padding: 7px 10px 7px 10px;
	text-transform: none;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #333333;
	}

#nav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	width: 150px;
	}

#nav li ul ul {
	margin: -31px 0 0 159px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 14px;
	padding: 9px 15px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #0094d2;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 7px 0 5px 18px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	font-family: 'Oswald', arial, serif;
	margin: 0 auto;
	overflow: hidden;
	/* width: 985px; */
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #333;
	display: block;
	font-size: 12px;
	padding: 12px 15px 10px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #0094d2;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: url(images/bg-light.png);
	border: 1px solid #ccc;
	border-top-width: 0;
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #0094d2;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#subnav li ul a {
	width: 120px;
}

#subnav li ul ul {
	margin: -33px 0 0 139px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Social Icons
------------------------------------------------------------ */

#subnav li.social-facebook,
#subnav li.social-rss,
#subnav li.social-twitter {
	float: right;
}

#subnav li.social-facebook a,
#subnav li.social-facebook a:hover,
#subnav li.social-rss a,
#subnav li.social-rss a:hover,
#subnav li.social-twitter a,
#subnav li.social-twitter a:hover {
	display: block;
	height: 23px;
	padding: 0;
	text-indent: -9999px;
	width: 23px;
}

#subnav li.social-facebook a,
#subnav li.social-facebook a:hover,
#subnav li.social-rss a,
#subnav li.social-rss a:hover,
#subnav li.social-twitter a,
#subnav li.social-twitter a:hover {
	background: url(images/social-icons.png);
	margin: 10px 10px 0 0;
}

#subnav li.social-rss a,
#subnav li.social-rss a:hover {
	margin: 10px 15px 0 0;
}

#subnav li.social-facebook a {
	background-position: 0 0;
}

#subnav li.social-facebook a:hover {
	background-position: 0 -23px;
}

#subnav li.social-rss a {
	background-position: -46px 0;
}

#subnav li.social-rss a:hover {
	background-position: -46px -23px;
}

#subnav li.social-twitter a {
	background-position: -23px 0;
}

#subnav li.social-twitter a:hover {
	background-position: -23px -23px;
}


/***** TopNav ********************/

#topnav {
	width: 940px;
	font-size: 11px;
	font-weight: bold;
	margin: 20px auto 0;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	overflow: hidden;
	}

.topnav-left {
	width: 225px;
	float: left;
	margin: 0;
	padding: 5px 0 0 10px;
	}
	
.topnav-right {
	width: 700px;
	float: right;
	margin: 0;
	padding: 3px 0 0 0;
	}
	
/***** Top Navigation ********************/
	
#topnav ul {
	float: right;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav li a {
	color: #333333;
	display: block;
    margin: 0;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	position: relative;	


	}

#topnav li a:hover, #topnav li a:active, #topnav .current_page_item a, #topnav .current-cat a, #topnav .current-menu-item {
	color: #006699;
	}
	
#topnav li a.sf-with-ul {
	padding-right: 10px;
	}	
	
#topnav li a .sf-sub-indicator {
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	}
	
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	}
	
#topnav li li a:hover, #topnav li li a:active {
	background: #F2F2F2;
	color: #006699;
	}

#topnav li li a .sf-sub-indicator {
	top: 10px;
	}

#topnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#topnav li ul a { 
	width: 140px;
	}

#topnav li ul ul {
	margin: -31px 0 0 159px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfHover ul ul, #topnav li.sfHover ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfHover ul, #topnav li li.sfHover ul, #topnav li li li.sfHover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfHover { 
	position: static;
	}
	
	
/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	overflow: visible; /* for expandable ads */
	margin: 0 auto;
	/* width: 983px; */
	width: 958px;
}

#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.single #inner {
	background: url(images/inner-cs.png);
}
/*

.sidebar-content #inner {
	background: url(images/inner-sc.png);
}
	
.content-sidebar-sidebar #inner {
	background: url(images/inner-css.png);
}
	
.sidebar-sidebar-content #inner {
	background: url(images/inner-ssc.png);
}
	
.sidebar-content-sidebar #inner {
	background: url(images/inner-scs.png);
}
*/	
.full-width-content #inner {
	background: #fff;
}


/* Home Top
------------------------------------------------------------ */

#home-top {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}

#home-top .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}

#home-top .wrap {
	overflow: hidden;
	padding: 20px 25px 15px;
}

#home-top .ui-tabs ul.ui-tabs-nav {
	border-bottom: 1px dotted #ddd;
	margin: 10px 0;
	padding: 0 0 13px;
}

#home-top .ui-tabs ul.ui-tabs-nav li a {
	background-color: #f5f5f5;
	font-weight: bold;
	/* white-space: nowrap; */
}

#home-top .ui-tabs ul.ui-tabs-nav li a:hover,
#home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background-color: #00a7ed;
	color: #fff;
}

#home-top .ui-tabs .post {
	background-color: #fff;
	margin: 0;
	padding: 0;
}


/* Home Middle
------------------------------------------------------------ */

#home-middle {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}

#home-middle .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}

#home-middle .wrap {
	overflow: hidden;
	padding: 25px 25px 15px;
}

.home-middle-left {
	float: left;
	width: 290px;
}

.home-middle-right {
	float: right;
	width: 285px;
}

#home-middle div.border {
	padding-right: 0 !important;
}

/* Home Bottom
------------------------------------------------------------ */

#home-bottom {
	overflow: hidden;
}

#home-bottom .wrap {
	overflow: hidden;
	padding: 20px 25px 15px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border: none;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description, .archive-description {
	border: none;
	margin: 0 0 30px;
	padding: 10px;
	background-color: #e9e9fa;
}
.taxonomy-description h1, .archive-description h1 {
	font-size: 18px;
	line-height: 24px;
	color: #0f61c5;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	/* width: 985px; */
	width: 960px;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 805px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	/* width: 985px; */
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 25px 0 25px 20px;
	width: 430px; 
}

.content-sidebar #content,
.sidebar-content #content {
	width: 600px;
}

.content-sidebar-sidebar #content {
	width: 425px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.home.news.content-sidebar #content {
	padding: 0;
	/* width: 650px; */
	width: 625px;
}

.full-width-content #content {
	width: 910px;
}

blockquote {
	background-color: #f5f5f5;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #666;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
}

.post {
	margin: 0 0 40px;
}

.single .post {
	margin: 0 0 10px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.after-post-ad {
	background-color: #f5f5f5;
	margin: 5px 0 10px;
	padding: 10px;
	overflow: hidden;
}

.after-content-ad {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	text-align: center;
	/* width: 985px; */
	width: 960px;
}

.more-from-category {
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	padding: 0 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Droid Serif', serif;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	line-height: 30px;
}

.featuredpost h2,
.featuredpost h2 a {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}

#home-bottom h2,
#home-top h2 {
	margin: 5px 0;
}

.home-middle-right .featuredpost h2,
.home-middle-right h2 a,
.sidebar .featuredpost h2,
.sidebar .featuredpost h2 a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0 0;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 18px;
	line-height: 24px;
}

h2 a:hover {
	color: #0094d2;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 16px;
}

.widget h4,
.widget-area h4 {
	text-transform: uppercase;
}

.widget-area h4 {
	font-size: 14px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 10px 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 0 0 15px;
}

.featuredpost .post-info,
.ui-tabs .post-info {
	color: #666;
	margin: 0;
}

.ui-tabs .post-info {
	margin: 0 0 5px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	margin: 20px 0;
	/* background-color: #f5f5f5; */
	border: 2px solid #f5f5f5;
	clear: both;
	font-size: 12px;
	padding: 5px 5px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 13px;
	line-height: 20px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 3px 0 3px 22px;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 20px;
}

.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}

.featuredpost .post-comments,
.featuredpost  .time {
	background: none;
	margin: 0;
	padding: 0;
}


/* Images
------------------------------------------------------------ */

img {
    height: auto;
/*    max-width: 100%; */
}  

.avatar,
.entry-content img,
.featuredpage img,
.featuredpost img,
.post-image,
.ui-tabs img {
	background-color: #fff;
/*	border: 4px solid #eee; */
	padding: 0px;
}

.featuredpost img {
	margin: 0 0 10px;
}

img.ad-left {
	float: left;
	margin: 5px 10px 5px 0;
}

img.ad-right {
	float: left;
	margin: 5px 0;
}

.author-box .avatar {
	background-color: #fff;
	border: 4px solid #ddd;
	float: left;
	height: 72px;
	margin: 0 10px 0 0;
	width: 72px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 15px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

#home-top .alignleft {
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #0094d2;
	border: 1px solid #0094d2;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	/* width: 320px; */
	width: 325px;
	padding: 0 5px;
	background-color: #fff;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
/*	border-bottom: 1px solid #d5d5d5; */
}

.sidebar .widget-wrap {
	border-bottom: 1px dotted #EEEEEE;
	overflow: visible; /* for expandable ads */
	padding: 15px 20px 20px;
}

.sidebar .widget ul {
	margin: 5px 0 -5px;
}

.sidebar .widget ul li,
.sidebar .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 15px;
	word-wrap: break-word;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 0 15px;
}

.home.content-sidebar .home-middle-right .featuredpost .post,
.home.content-sidebar #home-bottom .featuredpost .post {
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background-color: #00a7ed;
	border: 1px solid #0094d2;
	color: #fff;
	cursor: pointer;
	font-family: 'Droid Sans', sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #0094d2;
	border: 1px solid #0094d2;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 25px 20px 0 0;
}

#nav .searchform {
	float: right;
	padding: 2px 0 0;
}

.s {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	margin: 5px -6px 0 0;
	padding: 5px;
	width: 180px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews {
	background: url(images/enews.png) no-repeat top right;
}

.enews #subbox {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	margin: 10px -2px 0 0;
	padding: 5px;
	width: 175px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 auto;
	overflow: hidden;
	/* width: 983px; */
	width: 958px;
}

#footer-widgets .wrap {
	border: 4px solid #f5f5f5;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 14px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
}

#footer-widgets .widget ul li,
#footer-widgets .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 18px;
	word-wrap: break-word;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 295px;
}

.footer-widgets-2 {
	float: left;
	width: 290px;
}

.footer-widgets-3 {
	float: right;
	width: 295px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: url(images/footer.png) no-repeat top;
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	padding: 30px 0 20px;
	overflow: hidden;
	text-transform: uppercase;
	/* width: 985px; */
	width: 960px;
}

#footer p {
	color: #666;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #0094d2;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 735px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

.comment-policy-box {
	margin: 0 0 20px 0;
}
.comment-policy {}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

    body,
    .news-landing #inner,
    #inner {
        width: 100%;
        margin: 0 auto;
    }

    .content-sidebar #inner,
    .sidebar-content #inner,
    .content-sidebar-sidebar #inner,
    .sidebar-sidebar-content #inner,
    .sidebar-content-sidebar #inner {
        background: #fff;
    }

    #header,
    #inner,
    #nav {
        border: none;
    }

    .archive-page,
    .content-sidebar #content,
    .content-sidebar #content-sidebar-wrap,
    .content-sidebar-sidebar #content,
    .content-sidebar-sidebar #content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .full-width-content.news-landing #content,
    .full-width-content #content,
    .full-width-content #content-sidebar-wrap,
    .home-middle-left,
    .home-middle-right,
    .home.news.content-sidebar #content,
    .news-landing .wrap,
    .sidebar,
    .sidebar-content #content,
    .sidebar-content #content-sidebar-wrap,
    .sidebar-sidebar-content #content-sidebar-wrap,
    .sidebar-content-sidebar #content,
    .sidebar-sidebar-content #content,
    #content-sidebar-wrap,
    #footer,
    #header,
    #home-bottom,
    #home-middle,
    #home-top,
    #sidebar-alt {
        box-sizing: border-box;
        width: 100%;
    }

    #footer .creds,
    #footer .gototop,
    #header ul.menu,
    #header .widget-area,
    #nav,
    #subnav,
    #title-area {
        float: none;
        text-align: center;
        width: 100%;
    }

    #title-area {
        padding: 10px 0 0;
    }

    #header .widget-area {
        padding: 10px 0;
    }

    #header .searchform {
        float: none;
        padding: 0;
        text-align: center;
    }

    #header ul.menu {
        float: none;
    }

    #header li,
    #nav li,
    #subnav li {
        display: inline-block;
        float: none;
    }

    #header li li,
    #nav li li,
    #subnav li li {
        text-align: left;
     }

    #nav li.right,
    #subnav li.social-facebook,
    #subnav li.social-rss,
    #subnav li.social-twitter {
        display: none;
    }

    .home.content-sidebar #home-bottom .featuredpost .post {
        padding: 0 0 10px;
    }

    .entry-content img,
    .featuredpage img,
    .featuredpost img,
    .post-image,
    .ui-tabs img {
        border: none;
        padding: 0;
    }

    img.ad-left,
    img.ad-right {
        float: left;
        margin: 5px 10px 5px 0;
    }

    #footer {
        background: none;
        padding: 15px 0 10px;
    }

    #footer p {
        padding: 0 20px;
    }

}

@media only screen and (max-width: 600px) {

    #title {
        font-size: 36px;
        line-height: 1;
    }

    #nav li a,
    #subnav li a {
        font-size: 12px;
        padding: 5px;
    }

    #home-top .ui-tabs ul.ui-tabs-nav {
        display: none;
    }

    #content {
        padding: 15px 20px;
    }

    h1,
    h2,
    h2 a,
    h2 a:visited {
        font-size: 24px;
    }

    h3,
    h4 {
        font-size: 18px;
    }

    .five-sixths,
    .four-fifths,
    .four-sixths,
    .one-fifth,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fifths,
    .three-fourths,
    .three-sixths,
    .two-fifths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        padding: 0;
        width: 100%;
    }

}  

.news-landing #inner .wrap {
    margin: 20px auto;
	margin: 20px 0px 20px 60px;
    width: 700px;
    width: 800px;
}

.news-landing #content-sidebar-wrap {
    /* width: 700px; */
    width: 900px;
}

.full-width-content.news-landing #content {
    /* width: 630px; */
    width: 800px;
}  


/* CUSTOM BEING ADDED */
/*
#megaMenu{
    width:983px;
    margin: 0 auto;
}
li.coll-dev-menu {
	margin-top: -70px!important;
}
*/

/* Wordpress Popular Posts style tweaks*/
/*

*/
.pop-layout-v ul li {
list-style-type: none!important;
background: none!important;
margin: 0 2px 0 0!important;
padding: 0 1px 0 0!important;
min-height: 20px!important;
}

.pop-inside ul li
	{
	padding: 2px 0 5px 10px!important;
}

ul.pop-inside li a {
	padding: 0 3px!important;
}

#pop-widget-recent-3 img, #pop-widget-commented-3 img, #pop-widget-viewed-3 img, #pop-widget-recent-2 img, #pop-widget-commented-2 img, #pop-widget-viewed-2 img, #pop-widget-recent-4 img, #pop-widget-commented-4 img, #pop-widget-viewed-4 img, #pop-widget-recent-4 img, #pop-widget-commented-4 img, #pop-widget-viewed-4 img {
	float:right;
	margin: 5px 3px;
}

#pop-widget-viewed-3 .pop-count {
display: none;
}

ul.pop-widget-tabs.pop-widget-tabs-3 li span, ul.pop-widget-tabs.pop-widget-tabs-4 li span, ul.pop-widget-tabs.pop-widget-tabs-5 li span {
display: inline!important;
}



/* CLEAR FIX */

.group:after {
	content: ".";
	  display: block;
	  height: 0;
	  clear: both;
	visibility: hidden;
}

*html .group {
	height:1%;
}

*:first-child+html .group {
	min-height: 1px;
}

/* END CLEAR FIX */
/* BEGIN RELATED POSTS */

#recent {
	background-color: #E8E8E8;
	font-size: 12px;
	padding-left: 7px;
	display: block;
	color: #666666;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#related {
	border: 1px solid #E8E8E8;
	margin-bottom: 20px;
}
#related h3 {
	/*text-transform: uppercase;*/
	font-size: 1.1em;
	margin-bottom: 0px;
	line-height: 1.2em;
	font-family: arial, sans-serif;

}

#related a {
	text-decoration:none;
}
#related .date {
	font-size: 0.7em;
	color: #999999;
	margin-top: -3px;
	margin-bottom: 10px;
}
#related .relatedThumb {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#related p {
	font-size: 0.8em;
	line-height: 1.4em;
}
#related .story1 {
	width: 274px;
	float: left;
	margin: 10px 0px 10px 12px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E8E8E8;
	padding-right: 12px;
}
#related .story2 {
	width: 274px;
	margin: 10px 12px 10px 12px;
	float: left;
}

/* END RELATED POSTS */


#sidebar-bottom-hp {
	clear: both;
}

/* BETTER RSS dotted line */
.rssSummary {
	border-bottom: 1px dotted #AAAAAA;
	clear: both;
	overflow: hidden;
	padding: 0px 0 10px;
}

#better_rss_widget-3 p {
	width: 100%;
	border-bottom: 1px dotted #AAAAAA;
	clear: both;
	overflow: hidden;
	padding: 0px 0 10px;
}

#better_rss_widget-4 h2 {
	font-size: 80%;
}

/*BOOK VERDICT in mega menu */
.bookverdict-sidebar {
	width: 180px!important;
	float: right!important;
	background: #cccccc!important;
	padding: 20px!important;
	Margin: 10px!important;
}

/*/*Navigation Mod */*/
/*.navigation a {*/
/*    color: #FF3300;*/
/*    font-size: 22px;*/
/*}*/
/*.navigation .alignleft, .navigation .alignright {*/
/*	width:48%;*/
/*	background: #e6e6e6;*/
/*	padding: 50px 0 50px 0;*/
/*	box-shadow: 0 3px 5px #333333;*/
/**/
/*}*/
/*.navigation .alignleft {*/
/*}*/
/*.navigation .alignright {*/
/**/
/*}*/
/*.navigation .alignright a {*/
/*	float:right;*/
/*}*/

/*Navigation style tweaks */
/*
.navigation a, .navigation a:hover, h4.widgettitle, H3.nr_title, .more-from-category a {  
    font-family: Arial,Tahoma,Verdana;
    font-size: 110% !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    text-decoration: none;
}
.navigation a, .more-from-category a {
color: #FF3300 !important;
}
.navigation a:hover, .more-from-category a:hover {
	text-decoration: underline;
}



/*Book Verdict, Job Zone, and TDS logos added to the Submenu 
#subnav li.book-verdict a, #subnav li.book-verdict a:hover {
	background: no-repeat 3px 13px url(images/book-verdict-100.png);
	display: block;
	text-indent: -9999px;
	width: 100px;
}

#subnav li.job-zone a, #subnav li.job-zone a:hover {
	background: url("images/job-zone.png") no-repeat scroll 0px 7px transparent;
	display: block;
	text-indent: -9999px;
	width: 65px;
}
*/
li.tds-menu a, li.tds-menu a:hover {
	background: url("images/tds-logo-200.png") no-repeat scroll 0px 0px transparent!important;
	display: block!important;
	text-indent: -9999px!important;
	width: 200px!important;
	height: 35px!important;
}

li.blog-menu, li.blog-menu a, li.blog-menu a:hover {
/*	width: 220px!important; */
}

/************ CUSTOM CSS FOR SLJ/LJ NEWS AND FEATURES *****************/
.Subhead, .SubheadLetters, .subhead, .subheadletters {
	color: #ba242b;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 120%;
	}
	
.brought {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 80%;
	}
	
.LeadinFeature, .LEADin, .Leadin, .leadinfeature, .leadin {
	font-size: 110%;
	font-weight: bold;
	}
.Subhead14Feature, .subhead14feature {
	font-size: 130%;
	font-weight: bold;
	}
.sidebox, #sidebox, .Sidebox, div.sidebox, div.Sidebox {
	float: right; 
	background-color: #E2E2E2;
	margin: 12px; 
   	padding: 7px;
	}

.shaded-box, #shaded-box {
	margin: 12px; 
   	padding: 7px;
        }

.leadinorange {
	color: #800000;
	font-weight: bold;
		}
.credit {
	font-size: 80%;
}

.ital1 {
	font-style: italic!important;
}

.AuthName, .QAQuestionFirst, .authName, .qaquestionfirst {
	font-weight: bold;
}
.ProductName, .productname {
	font-weight: bold;
	color: #0094D2;
	margin: 0px 2px 0px 2px;
}
.ProductGradeLevel, .productgradelevel {
	font-weight: bold;
}
.ProductCreatorLast, .productcreatorlast {
	text-transform: uppercase;
    font-weight: bold;
}
.ReviewChar, .reviewchar {
	font-weight: normal;
}



/* Book Verdict logo on all pages with category "Reviews", or subcategories thereof */
#reviews-login-top {
margin: 0px 0px 0px 0px;
padding: 10px;
width: 230px;
}

#reviews-login-top p, #reviews-login-top a {
	color: #F30!important;
}




#cat-header {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted;
}


/*SLJ STYLES */

/*homepage advertisement copy */
#text-9 h4, #text-8 h4, #text-7 h4, #text-19 h4, #text-18 h4, #text-20 h4 {
	font-size: 11px;
	}

.bold2, .bold1 {
	font-weight: bold;	
}


.blog-source {
	background-color: #EEEEEE;
	color: #666666;
	font-weight: bold;
	margin: 2px 0 10px 0px;
	padding: 2px 10px 2px 2px;
	text-align: left;
	width: 100%;
}

#featured-post-6 h4, #featured-post-10 h4 {
	text-align: left;
}

/* Google Search Box mods */
#cse-search-form {
	width: 330px!important;
	float: right!important;
	margin: 0px 41px 0px 0px!important;
}
.gsc-clear-button {
	display: none;
}

.home-middle-left .widget, .home-middle-right .widget {
    margin-bottom: 25px;
}

/* Google Search Box/Button Tweaks */
#gsc-i-id1 {
	margin-top: 10px;
	height: 23px;
}
#gsc-i-id2 {
  	margin: 10px 0 0 5px;
	height: 23px;
}
td.gsc-search-button .gsc-search-button {
	margin-top: 10px;
	height: 27px;
	background: #5a95c4;
	border: 1px solid #2f5bb7;
	color: #fff;
}

/*TDS and Reviews logos on the home page */
#tds-logo {
	float: left;
	padding-top: 15px;
}
#tds-logo img {
	border: none;
}
.via {
	vertical-align: 13px;
	font-size: 80%;
}

{
kground-position:center;
}

/* LJ Top Content
------------------------------------------------------------ */

#slj_ad_row {
	width: 955px;
	height: 95px;
	margin: 0;
	padding: 0;
}
#slj_leaderboard_ad {
	height: 95px;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
}
#slj_subscribe_ad {
	clear: none;
	width: 190px;
	height: 95px;
	margin: 0 0 0 35px;
	padding: 0;
	float: left;
}

/* Legacy Content 
------------------------------------------------------------ */

span.LegacyByline, span.LegacyDeckhead {
	color: #333;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0;
	text-decoration: none;
}
span.LegacyByline {
	font-size: 16px;
}
span.LegacyDeckhead {
	font-size: 18px;
}

span.Body-Italic, span.Body-Ital {
	font-style: italic;
}
span.Body-Bold {
	font-weight: bold;
}
span.ReviewAuthor {
	font-style: italic;
}

/* K4 Imports
------------------------------------------------------------ */
div.k4reviewbox {
}
div.k4sidebox {
	float: right; 
	background-color: #E2E2E2;
	margin: 12px; 
	padding: 7px;
}
p.k4authorbio, p.k4authorBio {
	font-style: italic !important;
}
.k4biblio, .k4biblio_only {
	margin: 0 !important;
	/* margin-bottom: 15px !important; */
	margin-bottom: 10px !important;
	padding: 0 !important;
	font-weight: normal; /* SLJ */
}
.k4biblio + .k4review, .k4biblio + .k4reviewbox {
	margin-top: -10px !important;
}

.k4biblio_only {
	margin-bottom: 15px !important;
}
p.k4review {
	margin-top: 0px;
}
p.k4blockquote {
}
p.k4subhead {
	margin-top: 20px !important;
	color: #ba242b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}
div.CSSsidebox p.k4subhead, div.CSSsidebox p.Subhead {
	margin-top: 0 !important;
}
div.k4sidebox p.k4subhead, div.k4sidebox p.Subhead {
	margin-top: 0 !important;
}
p.k4byline {
	font-style: italic;
}
span.k4verdict {
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
}
span.k4category {
	text-transform: uppercase;
	font-size: 80%;
}
span.k4creatorfirst {
}
span.k4creatorlast {
	font-weight: bold;
	text-transform: uppercase;
}
span.k4productname {
	color: #0094D2;
	font-weight: bold;
}
span.k4gradelevel {
	font-weight: bold;
}
span.k4authorname {
	font-style: italic; /* SLJ */
}
p.k4authorbio, p.k4authorBio {
	font-style: italic !important;
	margin-top: 10px !important;
	padding-top: 10px !important;
	border-top: 2px solid #ccc;
}
div.k4divgroup, div.k4groupdiv {
	margin-bottom: 10px;
}
div.k4divgroup p.k4biblio, div.k4groupdiv p.k4biblio {
	margin-bottom: 0px  !important;
}

/* PRIMARY NAV OVERRIDES */

#nav {
}

/* nRelated styling */
/* .nr_related_placeholder {
	margin: 30px 0 0 0;
	padding-bottom: 0;
} */
div.nrelate {
	clear: both;
	padding-top: 20px;
}
div.nrelate h3, h3.comment-reply-title, div#comments h3, div#pings h3 {
	font-size: 18px;
}
div.nrelate ul {
	margin-left: 20px;
}

/* AddToAny styling */
div.a2a_kit {
	margin-left: 70px;
}

/* Featured Articles box at bottom of single articles */
div#recent {
	clear: both;
	margin-top: 20px;
}

/* Marketing box styles */
div.mktgbox {
	clear: both;
	width: 570px;
	margin: 15px 0 0 0;
	padding: 15px;
	background-color: #e2e2e2;
	border-radius: 10px;
}
div.mktgbox #toprow, div.mktgbox #midrow, div.mktgbox #botrow {
	font-family: Arial, Helvetica, sans-serif;
}
div.mktgbox #toprow, div.mktgbox #botrow {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
div.mktgbox #midrow, div.mktgbox #botrow {
	margin: 10px 0 0 0;
}
div.mktgbox #midrow {
	font-size: 1.1em;
}
div.mktgbox a {
	text-decoration: underline;
}

/* Best Books 2014 styles */
div.BB2014_topnav {
	clear: both;
	width: 600px;
	margin: 0 0 0 0;
	padding: 0 0;
	text-align: center;
	overflow: visible;
}
div.BB2014_topnav ul li  {
	float: left;
	width: 136px;
	margin: 10px 5px 20px 5px;
	padding: 0;
	background-color: #777;
	border: 1px solid #555;
	text-align: center;
	font-weight: bold;
	color: #fff;
	list-style: none;
}
div.BB2014_topnav ul li#current  {
	background-color: #5a95c4;
}
div.BB2014_topnav ul li a {
	color: #fff;
	text-decoration: none;
}
div.BB2014_topnav ul li a:hover {
	text-decoration: underline;
}
table.BB2014_main {
	clear: both;
	margin: 0 auto;
}
table.BB2014_main td {
	padding-bottom: 3px;
}
div.BB2014_botnav {
	clear: both;
	width: 600px;
	margin: 20px 0 50px 0;
	padding: 0 60px;
	text-align: center;
}
div.BB2014_botnav ul li  {
	float: left;
	width: 148px;
	margin: 10px 5px 20px 5px;
	padding: 0;
	background-color: #5a95c4;
	border: 1px solid #2f5bb7;
	text-align: center;
	font-weight: bold;
	color: #fff;
	list-style: none;
}
div.BB2014_botnav ul li a {
	color: #fff;
	text-decoration: none;
}
div.BB2014_botnav ul li a:hover {
	text-decoration: underline;
}

/* Melanie Gillman Web Comic */
div.post-176603 div.slideshow-wrapper {
	margin: 10px 0 50px 0;
}
div.post-176603 div.slideshow-nav a.play, 
div.post-176603 div.slideshow-nav a.pause {
	display: none !important;
}
div.post-176603 div.slideshow-nav a.slideshow-prev, 
div.post-176603 div.slideshow-nav a.slideshow-next, 
div.post-176603 div.slideshow-nav span.slideshow-info {
	font-size: 1.4em;
	font-weight: bold;
}
div.post-176603 div.slideshow-nav a.slideshow-prev:hover, 
div.post-176603 div.slideshow-nav a.slideshow-next:hover, 
div.post-176603 div.slideshow-nav span.slideshow-info:hover {
	color: #4d6912;
}
div.post-176603 img.psp-active {
	width: 700px;
	border: 15px solid #e8c169;;
	margin: 0 auto 5px auto;
}
div.post-176603 div.pager {
	display: none;
}

/* Filterable censorship tables */
.censorship_table {
	width: 600px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
}
.censorship_table td, .censorship_table th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}
.censorship_table th.filterable {
	background-color: #666;
	font-size: 1.2em;
	color: #fff;
	white-space: nowrap;
}
.censorship_table tr#filterrow th {
	text-align: left;
	background-color: #ffffdd;
	font-style: italic;
}