/*
Theme Name: Nextbook
Theme URI: http://refueled.net/blank-themes/
Description: A Nextbook Wordpress theme with left sidebar.
Author: Hard Candy Shell
Author URI: http://www.hardcandyshell.com
version: 2.0 Tags: two-column, widget-ready,blank
*/



/*steven word edit 07/09/2009*/
.entry_author_image
{
  float: left;
  border: solid 1px outset;
  margin-right: 10px;
  margin-bottom: 4px;
}

@charset "utf-8";
/* CSS Document */

html {
	margin-bottom: 1px;
	min-height: 100%;
}
/* RESET... EVERYTHING */

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

small{
	font-size: 10px;
	line-height: 14px;
}

em {
	font-style:italic;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


sup{
	font-size: 9px;
}

.hr{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/* FORMATTING */

p{
	margin: 12px 0px;
	line-height: 18px;
}

a {
	color: #E45620;
	text-decoration: none;
}

a:hover{
	color: #E45620;
	text-decoration: underline;
}

big {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.no-show {
	display: none;
}
.txt_inline {
	display: inline;
}

.txt_error{
	color: #990000;
	font-weight: bold;
}

ul{

}

ul li{

}


.input_field input{

}

.input_field select{

}

textarea{

}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
	margin: 10px 0px;
	font-weight: normal;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

h5{
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a{
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	color: #E45620;
}

.icon_print{
	background-image: url('images/icon_print.gif');
	background-repeat: no-repeat;
	background-position: 0px -4px;
	padding-left: 18px;
}

.icon_pdf{
	float: right;
	margin: 0px 0px 10px 20px;
}

.icon_pdf a{
	background-image: url('images/icon_pdf.gif');
	background-repeat: no-repeat;
	height: 20px;
	display: inline-block;
	padding: 2px 0px 0px 25px;
	font-size: 11px;
}

.icon_rss a{
	background-image: url('images/icon_rss.gif');
	background-position: right;
	background-repeat: no-repeat;
	width: 18px;
	height: 10px;
	display: inline-block;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input_text input{
	padding: 4px;
	border: 1px solid #b4b4b4;
}

.input_btn input{
	background-color: #b4b4b4;
	padding: 4px;
	color: #FFF;
	text-transform: uppercase;
	margin-left: -3px;
}

/* ugly safari hack */

@media screen and (-webkit-min-device-pixel-ratio:0){
	.input_btn input{
		height: 24px;
	}
}

/* FORMATTING STYLES */

.border_dot_top{
	padding: 15px 0px 0px 0px;
	border-top: 1px dotted #c6c8ca;
}

.border_dot_bottom{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #c6c8ca;
}

.border_dot_both{
	padding: 10px 0px;
	border-top: 1px dotted #c6c8ca;
	border-bottom: 1px dotted #c6c8ca;
	margin: 6px 0px;
}

.no-border{
	border: none !important;
}

.icon_audio{
	padding: 3px 0px 3px 15px;
	background-image: url('images/icon_audio.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.icon_video{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	padding: 3px 15px 3px 0px;
	background-image: url('images/icon_video.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.icon_gallery{
	padding: 3px 0px 3px 15px;
	background-image: url('images/icon_gallery.gif');
	background-repeat: no-repeat;
	background-position: left;
}

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

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

.img_large{
	width: 380px;
	height: 254px;
}

.img_med{
	width: 260px;
	height: 174px;
	display: block;
}

.img_small{
	width: 200px;
	height: 134px;
	display: block;
}

.img_thumb{
	width: 130px;
	height: 87px;
	display: block;
}

.img_thumb_square{
	width: 65px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
}

.img_book_thumb{
	width: 90px;
	height: 138px;
	display: inline-block;
	background-color: #CCCCCC;
	margin: 0px 10px 10px 0px;
}

.img_book_large{
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.img_author_thumb{
	width: 100px;
}

.img_book_med{
	width: 130px;
}

.img_event_thumb{
	width: 90px;
	height: 90px;
	display: inline-block;
	background-color: #CCCCCC;
	margin: 0px 10px 10px 0px;
}

#featureimage{
	float: left; 
	padding-right: 15px;
	padding-bottom: 10px;
}

.img_left{
	
}

.list_dots ul li{
	padding: 4px 0px;
	margin: 0px 0px 0px -30px;
	border-bottom: 1px dotted #c6c8ca;
}

.bullet_double-arrows_black li{
	background-image: url('images/bullet_double-arrows_black.gif');
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-left: 12px;
}

ul.list_divider{
	margin-top: 0;
	margin-bottom: 0;
}

ul.list_divider li{ 
	list-style-type: none;
	margin: 0px 0px 0px -40px;
	border-top: 1px dotted #c6c8ca;
	border-bottom: none;
	padding: 6px 0px;
}


ul.list_divider li.list_item_first{
	padding-top: 0;
	border-top: 0;
}

.txt_author{
	text-transform: uppercase;
	color: #a6a6a6;
}

.txt_date{
	color: #a6a6a6;
}

.txt_article-section{
	margin: 4px 0px;
	font-size: 11px;
}

/* CONTAINERS */

#wrapper{
	width: 940px;
	margin: 15px auto;
}

#header{
	padding-bottom: 10px;
	border-bottom: 1px dotted #c8c8c8;
	margin-bottom: 10px;
}

#header_right{
	float: right;
	width: 590px;
}

#logo{
	float: left;
	width: 342px;
}

#tagline{
	width: 172px;
	float: left;
	height: 42px;
}

#column_left{
	float: left;
	width: 700px;
	border-top: 15px solid #000000;
}

#column_right{
	width: 220px;
	float: right;
}

/* PAGE CONTENT */

#article{
	padding-top: 10px;
}

.entry blockquote{
	padding: 5px 100px;
}

.entry blockquote p{
	line-height: 20px;
}

/* FOOTER */

#footer{
	border-top: 1px dotted #c8c8c8;
	margin: 10px 0px;
}

#footer p{
	font-size: 12px;
	text-align: center;
	color: #101010;
}

#footer a{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}


/* SEARCH FORM */

.box_search{
	width: 400px;
	float: right;
	padding-top: 15px;
}

.box_search p{
	margin: 0;
	text-align: right;
}

/* MORE CONTEXT */

.box_more-context, .box_grey{
	display: block;
	border: 1px dotted #c8c8c8;
	margin: 10px 20px 5px 0px;
	border-top: none;
	border-bottom: 2px solid #5a5a5a;
}

.box_more-context{
	margin-bottom: 20px;
	display: block;
	float: left;
}

.box_more-context h3, .box_grey h3{
	margin: 0;
	border-top: 2px solid #5a5a5a;
	padding: 8px 0px;
	border-bottom: 1px solid #c8c8c8;
}

.box_grey .content h3, .box_more-context .content h3{
	border: none;
	padding: 0;
}

.box_more-context .content h4{
	font-weight: bold;
}

.box_nextbook-inc{
	width: 220px;
	margin: 0px auto;
}

.box_more-context p, .box_grey p, .box_black p, .box_nextbook-inc p{
	font-size: 11px;
	padding: 2px 0px;
	margin: 0;
	line-height: 15px;
}

.box_more-context .content, .box_grey .content{
	padding: 10px;
}
	
.box_more-context ul, .box_grey ul, .box_black ul, .box_nextbook-inc ul{
	margin-top: -10px;
	margin-bottom: 5px;
}

.box_grey .content ul li.list_item_first, .box_more-context .content ul li.list_item_first, .box_black .content ul li.list_item_first, .box_nextbook-inc .content ul li.list_item_first{
	border-top: none;
}

.box_black .content ul li.list_item_first img, .box_nextbook-inc .content ul li.list_item_first img{
	width: 200px;
}

.box_grey ul li, .box_more-context ul li, .box_black ul li, .box_nextbook-inc ul li{
	margin: 0px 0px 5px -40px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px dotted #c8c8c8;
}

.box_grey .no-divide ul{
	margin-top: 0px;
	margin-bottom: 0;
}

.box_grey .no-divide ul li{
	border: none;
	padding: 5px 0px;
	margin: 0px 0px 0px -40px;
}

.txt_thumbnail{
	float: right;
	width: 120px;
}

.box_grey_no-gap{
	margin-bottom: -2px;
}

.box_grey{
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

/* VIDEO BOX */

.box_video, #vimeoVideo{
	margin: 20px 0px;
}

/* BOX BASE */

.box_base{
	width: 31%;
	margin: 20px 0px 20px 12px;
	float: left;
}

.box_base .img_thumb_square{
	margin-right: 10px;
}

.box_base img{
	margin-bottom: 5px;
}

.box_base .content{
	width: 90%;
}

.box_base h4{
	margin: 0;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

.box_base p{
	font-size: 11px;
	margin: 0px;
	line-height: 15px;
}

.box_base-items{
	margin-top: 20px;
	border-top: 2px solid #5a5a5a;	
	background-color: #f0f0f0;
}

.box_share-links{
	width: 100px;
	float: right;	
}

.box_share-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	float: right;
}

.box_share-links ul li{
	float: left;
	margin: 0px 0px 0px 15px;
}

.box_tags{
	width: 600px;
	float: left;
}

.box_tags p{
	margin: 7px 0px;
}


/* BOX BLUE */

.box_blue{
	background-image: url('images/box_blue_bg.gif');
	background-repeat: repeat-y;
}

.box_blue_bottom{
	height: 8px;
	background-image: url('images/box_blue_bottom.gif');
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 15px;
}

.box_blue h3{
	padding: 10px 10px;
	background-color: #009bcd;
	margin: 0;
}

.box_blue .content{
	padding: 10px;
}

.box_blue .content h3{
	padding: 0;
	margin: 0;
	background: none;
}

.box_blue .content p{
	margin: 2px 0px;
	font-size: 11px;
	line-height: 15px;
}

.box_blue .content p a, .box_blue .content a:hover{
	color: #009bcd;
}

.box_blue .content .box_event{
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c8c8c8;
}

/* BOX_VIDEO */

.box_blue .box_video{
	padding: 8px;
	background-color: #f8f8f8;
	margin: 15px 0px 0px 0px;
}

.box_video a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


/* BOX BLACK */

.box_black{
	margin-top: 15px;
	width: 220px;
	background-image: url('images/box_black_bg.gif');
	background-repeat: repeat-y;
}

.box_black_bottom{
	height: 8px;
	background-image: url('images/box_black_bottom.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 15px;
}

.box_black h3{
	padding: 10px 10px;
	background-color: #000000;
}

.box_black .content{
	padding: 10px;
}

.box_black .content h3{
	padding: 0;
	margin: 0px 0px 4px 0px;
	background-color: #FFF;
}


/* BOX GREY-SOLID */

.box_grey-solid{
	width: 220px;
	background-color: #f0f0f0;
}

.box_grey-solid_bottom{
	height: 6px;
	background-image: url('images/box_grey-solid_bottom.gif');
	background-repeat: no-repeat;
	margin-bottom: 17px;
}

.box_grey-solid h3{
	padding: 8px 10px;
	font-size: 11px;
	margin: 0;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
}

.box_grey-solid .content{
	padding: 10px;
}


/* NAVIGATION */

#nav {
	padding: 6px 0px;
	border-bottom: 1px dotted #c8c8c8;
}

#nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}
#nav ul li {
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 19px;
	margin: 0px;
	border-right: 1px dotted #c8c8c8;
}
#nav ul li.nav_last {
	margin-right: 0px;
	border-right: 0;
}
#nav ul li a {
	height: 19px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px 6px;
	margin: 0;
}
#nav ul li a:hover{
	background-position: center -19px;
}
#nav ul li.nav_selected a {
	background-position: center -19px;
}
#nav li.nav_home a {
	width: 44px;
	background-image: url('images/nav_home.gif');
}
#nav li.nav_arts-and-culture a {
	width: 120px;
	background-image: url('images/nav_arts-and-culture.gif');
}
#nav li.nav_life-and-religion a {
	width: 118px;
	background-image: url('images/nav_life-and-religion.gif');
}
#nav li.nav_news-and-politics a {
	width: 126px;
	background-image: url('images/nav_news-and-politics.gif');
}

#nav li.nav_the-scroll a{
	width: 90px;
	background-image: url('images/nav_the-scroll.gif');
}

#nav li.nav_staff a{
	width: 44px;
	background-image: url('images/nav_staff.gif');
}

#nav li.nav_contact a{
	width: 73px;
	background-image: url('images/nav_contact.gif');
}

/* SUBNAV */

#subnav{
	margin: 0px;
	border-bottom: 2px solid #5a5a5a;
}

#subnav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}

#subnav ul li {
	position:relative;
	float: left;
	width: auto;
	display:block;
	margin: 0px 10px 0px 0px;
	border: none;
}

#subnav ul li a{
	background: none;
	width: auto;
	float: left;
	color: #333333;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	padding: 8px;
}

#subnav ul li a:hover, #subnav ul li.subnav_selected a{
	color: #E45620;
}

/* TOP NAV */

#nav_top{
	text-align: right;
	height: 63px;
}
#nav_top p, #nav_top p a{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	margin: 0;
}
#nav_top p, #nav_top p a:hover{
	color: #333333;
}

/* HOMEPAGE STYLES */

.sidebar_left{
	width: 150px;
	float: left;
	margin-top: 10px;
	border-bottom: 2px solid #5a5a5a;
}

.sidebar_left .content{
	border-left: 1px dotted #c8c8c8;
	border-right: 1px dotted #c8c8c8;
	margin: 0;
	padding: 0px 10px;
}

.sidebar_left .content ul{
	margin-top: 0;
	margin-bottom: -1px;
}

.sidebar_left .content ul li{
	margin: 0px 0px 0px -40px;
	border-bottom: 1px dotted #c8c8c8;
	padding: 10px 0px;
	text-align: center;
}

.sidebar_left .content .img_thumb{
	margin-bottom: 10px;
}

.sidebar_left .content h3{
	margin: 0px 0px 5px 0px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.sidebar_left .content h3 a{
	color: #404040;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.sidebar_left .content ul li p{
	margin: 4px 0px;
}

.sidebar_left .content ul li p .txt_date{
	margin-top: 10px;
	font-size: 11px;
}

.sidebar_left .content h3 a:hover{
	color: #E45620;
	text-decoration: none;
}

#main{
	width: 540px;
	float: right;
	margin-top: 10px;
}

/* MEDIA BOX */

.box_media{
	padding: 10px;
	background-color: #f8f8f8;
}

.box_media .icon_audio, .box_media .icon_video{
	background-position: right;
	padding: 3px 15px 3px 0px;
	color: #333333;
	text-transform: uppercase;
}


/* FEATURE BOXES FOR HOME + CATEGORY LANDINGS */

.box_home_primary{
	width: 380px;
	float: left;
}

.box_home_primary .content{

}


.box_home_primary .content p{
	margin: 4px 0px;
}

.box_home_secondary{
	width: 150px;
	float: right;
	border-left: 1px dotted #c8c8c8;
}

.box_home_secondary .content{
	padding: 0px 0px 0px 10px;
}

.box_home_secondary .content p, .box_primary .content p, .box_secondary .content p{
	margin: 2px 0px;
}

.box_primary{
	width: 390px;
	float: left;
	border-right: 1px dotted #c6c8ca;
}

.box_primary .content{
	padding: 10px 10px 0px 0px;
}

.box_secondary{
	width: 309px;
	float: right;
}

.box_secondary .content{
	padding: 0px 0px 0px 10px;
}

.box_secondary img{
	padding: 0px 10px 0px 0px;
}

/* ARTICLE LISTING BOXES */

.box_section{
	border-top: 15px solid #000;
	padding: 10px 0px;
	margin: 10px 0px;
}

.box_section .content{
	margin-top: 8px;
	padding-top: 15px;
	border-top: 1px dotted #c6c8ca;
}

.box_section .content .column_left{
	width: 260px;
	padding-right: 9px;
	float: left;
	border-right: 1px dotted #c6c8ca;
}

.box_section .content .column_right{
	width: 260px;
	padding-left: 10px;
	float: right;
}

.box_section ul{
	margin-top: 0;
	margin-bottom: 0;
}

.box_section ul li{
}

.box_section .content p{
	margin: 2px 0px;
}

/* BOX TABLET-MAGAZINE */

.box_tablet-magazine{
	margin-top: 0;
}

.box_tablet-magazine h3{
	border: none;
}

.box_tablet-magazine ul li.list_item_first{
	padding-bottom: 10px;
}

.box_tablet-magazine .input_text input{
	width: 156px;
}

.box_tablet-magazine p{
}

.box_tablet-magazine .box_search{
	width: auto;
	float: none;
	padding-top: 5px;
}

.box_tablet-magazine .box_search p{
	margin: 0;
	text-align: center;
}



/* BOX NEWSLETTER */

.box_newsletter{

}

.box_newsletter .input_text input{
	width: 126px;
	font-size: 11px;
	border: 1px solid #5a5a5a;
}

.box_newsletter .input_btn input{
	border: #5a5a5a;
	background-color: #5a5a5a;
	font-size: 11px;
}

/* TEXT HEADERS */

.txt_sidebar_the-scroll{
	height: 55px;
	background-color: #000;
	background-image: url('images/txt_sidebar_the-scroll.gif');
	background-repeat: no-repeat;
	background-position: center 10px;
	margin: 0px;
}

.txt_sidebar_the-scroll a{
	height: 55px;
	display: block;
}

.txt_sidebar_more a{
	background-color: #000;
	height: 30px;
	background-image: url('images/txt_sidebar_more.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}

.txt_sidebar_news-and-reviews{
	background-color: #009bcd;
	background-image: url('images/txt_sidebar_news-and-reviews.gif');
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	background-position: 50% 50%;
}

.txt_sidebar_buy-online{
	background-color: #009bcd;
	background-image: url('images/txt_sidebar_buy-online.gif');
	background-repeat: no-repeat;
	display: block;
	background-position: center;
}

.txt_sidebar_tablet-magazine{
	background-color: #000;
	background-image: url('images/txt_sidebar_tablet-magazine.gif');
	background-repeat: no-repeat;
	background-position: center 10px;
	margin: 0px;
}

.txt_sidebar_tablet-magazine a{
	height: 12px;
	display: block;
}

.txt_sidebar_tablet-magazine-in-your-inbox{
	height: 11px;
	display: block;
	background-image: url('images/txt_sidebar_tablet-magazine-in-your-inbox.gif');
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
}

.txt_sidebar_nextbook-press a{
	height: 12px;
	display: block;
	background-image: url('images/txt_sidebar_nextbook-press.gif');
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
}

.txt_a-new-read-on-jewish-life{
	height: 41px;
	width: 172px;
	background-image: url('images/txt_a-new-read-on-jewish-life.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.txt_sidebar_reg, .txt_sidebar_reg a{
	height: 11px;
	display: block;
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
}

.txt_sidebar_about-tablet{
	background-image: url('images/txt_sidebar_about-tablet.gif');
}

.txt_sidebar_about-the-author{
	background-image: url('images/txt_sidebar_about-the-author.gif');
}

.txt_sidebar_about-nextbook-press{
	background-image: url('images/txt_sidebar_about-nextbook-press.gif');
}

.txt_sidebar_recent-contributors{
	background-image: url('images/txt_sidebar_recent-contributors.gif');
}

.txt_sidebar_vox-tablet{
	background-image: url('images/txt_sidebar_vox-tablet.gif');
}

.txt_sidebar_in-the-news{
	background-image: url('images/txt_sidebar_in-the-news.gif');
}

.txt_sidebar_upcoming-events{
	background-image: url('images/txt_sidebar_upcoming-events.gif');
}

.txt_sidebar_reviews-and-press{
	background-image: url('images/txt_sidebar_reviews-and-press.gif');
}

.txt_sidebar_more-context{
	background-image: url('images/txt_sidebar_more-context.gif');
}

.txt_sidebar_related-events{
	background-image: url('images/txt_sidebar_related-events.gif');
}

.txt_sidebar_more-articles-like-this{
	background-image: url('images/txt_sidebar_more-articles-like-this.gif');
}

.txt_sidebar_popular-on-tablet{
	background-image: url('images/txt_sidebar_popular-on-tablet.gif');
}

.txt_home_arts-and-culture, .txt_home_life-and-religion, .txt_home_news-and-politics{
	margin: 0;
	padding: 0;
}

.txt_home_arts-and-culture a{
	background-image: url('images/txt_home_arts-and-culture.gif');
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 250px;
}

.txt_home_life-and-religion a{
	background-image: url('images/txt_home_life-and-religion.gif');
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 250px;
}

.txt_home_news-and-politics a{
	background-image: url('images/txt_home_news-and-politics.gif');
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 250px;
}

/* HEADLINES */

.txt_head_reg{
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.txt_head_jewish-encounters-book-series{
	background-image: url('images/txt_head_jewish-encounters-book-series.gif');
	height: 20px;
	padding-bottom: 15px;
	margin: 0px 0px 20px 0px;
}

.txt_head_browse-more-books{
	background-image: url('images/txt_head_browse-more-books.gif');
	height: 20px;
	background-repeat: no-repeat;
}

.txt_head_author{
	background-image: url('images/txt_head_author.gif');
}

.txt_head_podcasts{
	background-image: url('images/txt_head_podcasts.gif');
}

/* ARTS AND CULTURE IMAGES */

.txt_head_arts-and-culture{
	background-image: url('images/txt_head_arts-and-culture.gif');
}

.txt_head_books{
	background-image: url('images/txt_head_books.gif');
}

.txt_head_film{
	background-image: url('images/txt_head_film.gif');
}

.txt_head_television{
	background-image: url('images/txt_head_television.gif');
}

.txt_head_music{
	background-image: url('images/txt_head_music.gif');
}

.txt_head_visual-art-and-design{
	background-image: url('images/txt_head_visual-art-and-design.gif');
}

.txt_head_theater-and-dance{
	background-image: url('images/txt_head_theater-and-dance.gif');
}

.txt_sidebar_books a{
	background-image: url('images/txt_sidebar_books.gif');
}

.txt_sidebar_film a{
	background-image: url('images/txt_sidebar_film.gif');
}

.txt_sidebar_television a{
	background-image: url('images/txt_sidebar_television.gif');
}

.txt_sidebar_music a{
	background-image: url('images/txt_sidebar_music.gif');
}

.txt_sidebar_theater-and-dance a{
	background-image: url('images/txt_sidebar_theater-and-dance.gif');
}

.txt_sidebar_visual-art-and-design a{
	background-image: url('images/txt_sidebar_visual-art-and-design.gif');
}

/* LIFE AND RELIGION IMAGES */

.txt_head_life-and-religion{
	background-image: url('images/txt_head_life-and-religion.gif');
}

.txt_head_ritual-and-observance{
	background-image: url('images/txt_head_ritual-and-observance.gif');
}

.txt_head_food{
	background-image: url('images/txt_head_food.gif');
}

.txt_head_family{
	background-image: url('images/txt_head_family.gif');
}

.txt_head_sex-and-body{
	background-image: url('images/txt_head_sex-and-body.gif');
}

.txt_head_education{
	background-image: url('images/txt_head_education.gif');
}

.txt_head_science-and-technology{
	background-image: url('images/txt_head_science-and-technology.gif');
}

.txt_head_sports{
	background-image: url('images/txt_head_sports.gif');
}

.txt_sidebar_ritual-and-observance a{
	background-image: url('images/txt_sidebar_ritual-and-observance.gif');
}

.txt_sidebar_food a{
	background-image: url('images/txt_sidebar_food.gif');
}

.txt_sidebar_family a{
	background-image: url('images/txt_sidebar_family.gif');
}

.txt_sidebar_sex-and-body a{
	background-image: url('images/txt_sidebar_sex-and-body.gif');
}

.txt_sidebar_education a{
	background-image: url('images/txt_sidebar_education.gif');
}

.txt_sidebar_science-and-technology a{
	background-image: url('images/txt_sidebar_science-and-technology.gif');
}

.txt_sidebar_sports a{
	background-image: url('images/txt_sidebar_sports.gif');
}

/* NEWS & POLITICS */

.txt_head_news-and-politics{
	background-image: url('images/txt_head_news-and-politics.gif');
}

.txt_head_us{
	background-image: url('images/txt_head_us.gif');
}

.txt_head_middle-east{
	background-image: url('images/txt_head_middle-east.gif');
}

.txt_head_world{
	background-image: url('images/txt_head_world.gif');
}

.txt_head_community{
	background-image: url('images/txt_head_community.gif');
}

.txt_sidebar_us a{
	background-image: url('images/txt_sidebar_us.gif');
}

.txt_sidebar_middle-east a{
	background-image: url('images/txt_sidebar_middle-east.gif');
}

.txt_sidebar_world a{
	background-image: url('images/txt_sidebar_world.gif');
}

.txt_sidebar_community a{
	background-image: url('images/txt_sidebar_community.gif');
}

/* THE SCROLL */

#archive_the-scroll h1.txt_head_the-scroll{
	background-image: url('images/txt_head_the-scroll.gif');
	height: 48px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	padding: 6px 0px;
	border: none;
}

#archive_the-scroll .post{
	padding: 20px 0px;
	border-bottom: 1px dotted #c6c8ca;
}

/* SEARCH / ONE OFFS */

.txt_head_search-results{
	background-image: url('images/txt_head_search-results.gif');
}



/* ARTICLE ENTRIES */

#article{
	padding-top: 15px;
}

.entry-title h1{
	margin: 0px 0px 0px 0px;
}

.entry-title h2{
	font-size: 16px;
}

.entry-title .txt_author{
	margin: 4px 0px;
}

.entry-title{
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
}

.entry{
	padding-bottom: 15px;
}

.entry #featureimage{
	float: left; 
	margin-right: 10px;
	margin-bottom: 20px;
	color: #a6a6a6;
	text-align: center;
}

.entry #featureimage img{
	margin-bottom: 8px;
}

.entry .img_main{
	width: 400px;
	float:left;
}

.entry .img_main p{
	margin: 6px 20px 6px 0px;
	color: #a6a6a6;
}

/* ARCHIVE */

#archive{

}

#archive h1{
	border-bottom: 1px dotted #c6c8ca;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}

#archive h2{
	border-bottom: 1px dotted #c6c8ca;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

#archive .box_primary h2{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#archive .box_archive-list{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 15px solid #000000;
}

#archive .post{
	padding: 15px 0px;
	border-bottom: 1px dotted #c6c8ca;
}


#archive .entry{
	padding-bottom: 10px;
}

#archive .postmetadata{
	margin: 0;
}

#archive .post_sub p{
	margin: 4px 0px;
}

/* NEXTBOOK PRESS*/

#nextbook-press #logo img{
	zmargin-top: 15px;
}

#nextbook-press #column_left{
	border-top-color: #009bcd;
}

#nextbook-press #main h1{
	border-bottom: 1px dotted #c6c8ca;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}

#nextbook-press .post h2{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#nextbook-press #main .post h2 a{
	color: #000;
	margin: 0;
	padding: 0;
}

#nextbook-press #main .post h2 a:hover{
	color: #009bcd;
}

#nextbook-press .box_archive-list{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 15px solid #000000;
}

#nextbook-press .post{
	padding: 15px 0px;
	border-bottom: 1px dotted #c6c8ca;
}

#nextbook-press .entry{
	padding-bottom: 10px;
}

#nextbook-press .postmetadata{
	margin: 0;
}

#nextbook-press .post_sub p{
	margin: 4px 0px;
}

#nextbook-press h2.featuredek{
	font-size: 14px;
	border: none;
}

#nextbook-press .sidebar_left{
	width: 150px;
	float: left;
	margin-top: 10px;
	border-bottom: 2px solid #009bcd;
}

#nextbook-press .sidebar_left .content{
	border-left: 1px solid #009bcd;
	border-right: 1px solid #009bcd;
	margin: 0;
	padding: 0px 10px;
}

#nextbook-press .box_bookseries-extra{
	border-top: 4px solid #009bcd;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#nextbook-press #single-bookseries .post{
	border-bottom: none;
}

#nextbook-press .book_column_right{
	width: 150px;
	float: right;
}

#nextbook-press #single-bookseries #main{
	float: left;
	width: 530px;
}

#nextbook-press #single-bookseries #main h1{
	border: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#nextbook-press #single-bookseries #main h2{
	margin: 0;
	padding: 0;
}

#nextbook-press #single-bookseries #main .entry-title{
	border-bottom: 1px dotted #c6c8ca;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}

#nextbook-press #single-bookseries #main .entry-title p{
	margin: 4px 0px;
}

#nextbook-press #main a, #nextbook-press #main a:hover{
	color: #009bcd;
}

#nextbook-press #single-bookseries #main .box_grey{
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 20px 0px;
}

#nextbook-press #single-bookseries #main .box_grey .content{
	padding-top: 0;
	padding-bottom: 0;
}

#nextbook-press #single-bookseries #main .box_grey .content p{
	font-size: 12px;
	margin: 12px 0px;
	line-height: 18px;
}

/* RETAIL LOGOS */

.logo_retail a{
	width: 110px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding: 5px 0px;
	border-bottom: 1px dotted #c6c8ca;
}

.logo_amazon a{
	background-image: url('images/logo_amazon.gif');
}

.logo_barns-and-noble a{
	background-image: url('images/logo_barns-and-noble.gif');
}

.logo_book-sense a{
	background-image: url('images/logo_book-sense.gif');
}

.logo_borders a{
	background-image: url('images/logo_borders.gif');
}

.logo_powells-books a{
	background-image: url('images/logo_powells-books.gif');
}

.box_buy-online{
	width: 150px;
	padding: 0;
	margin: 0px 10px 10px 0px;
}

.box_buy-online .img_book_med{
	width: 150px;
	margin-bottom: 10px;
}

#nextbook-press #single-bookseries .box_buy-online{
	padding-top: 10px;
	margin: 0;
}


#nextbook-press #single-bookseries .box_buy-online .img_book_med{
	margin: 0;
	width: 130px;
}

#nextbook-press #single-bookseries .box_buy-online img{
	padding: 10px;
	background-color: #f8f8f8;
	margin: 0;
}

.box_buy-online h3{
	height: 30px;
	background-color: #009bcd;
}

/* CAROUSEL */

#carousel{
	border-top: 15px solid #009bcd;
	padding-top: 10px;
}

#carousel h3{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	border-bottom: 1px dotted #c6c8ca;
}

#mycarousel{
	margin-left: auto;
	margin-right: auto;
}

/* NEXTBOOK INC */

#nextbook-inc{

}

#nextbook-inc #column_left{
	border-color: #e45620;
}

#nextbook-inc #header{
	height: 105px;
	width: 700px;
}

#nextbook-inc #logo img{
	padding-top: 65px;
}

#nextbook-inc h2{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c6c8ca;
}

#nextbook-inc .column_left{
	width: 49%;
	border-right: 1px dotted #c6c8ca;
	float: left;
}

#nextbook-inc .column_left .content{
	padding: 20px 20px 10px 0px;
}

#nextbook-inc .txt_nextbook-press_sm a{
	width: 224px;
	height: 54px;
	display: block;
	background-image: url('images/logo_nextbook-press_sm.gif');
	background-repeat: no-repeat;	
	margin: 0px auto;
}

#nextbook-inc .txt_tablet-mag_sm a{
	width: 166px;
	height: 52px;
	display: block;
	background-image: url('images/logo_tablet-mag_sm.gif');
	background-repeat: no-repeat;
	margin: 0px auto;
}

#nextbook-inc .column_right{
	width: 49%;
	float: right;
}

#nextbook-inc .column_right .content{
	padding: 20px 0px 10px 20px;
}

#nextbook-inc .entry{
	padding-bottom: 0;
	margin-bottom: 0;
}

.txt_sidebar_featured-books{
	background-image: url('images/txt_sidebar_featured-books.gif');
	background-position: bottom;
	margin: 20px auto 0px auto;
}

.txt_sidebar_the-latest-from-tablet{
	background-image: url('images/txt_sidebar_the-latest-from-tablet.gif');
	background-position: bottom;
	margin: 20px auto 0px auto;
}

