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

/*** general declarations ***/
*
{
	margin: 0;
	padding: 0;
	}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	}
.clearfloat {
	clear:both;
	}


body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:100%;
	line-height:125%;
	background:#fff;
	}
	
.tikcover {
	width: 155px;
	height: 199px;
	padding: 1px 7px 7px 1px;
	background: transparent url(/nextgen/images/dropsmag.jpg) bottom right;
}
h1, h2, h3, p {
	margin: 1em 0;
	}

div.story-text h1 {
		border-top: 1px solid #566b90;
		border-bottom: 1px solid #566b90;
		padding: 4px 0px 4px 0px;
}

h2, h3 {
	text-transform:uppercase;
	}
p {
	font-size:.85em;
	}
blockquote {
	font-size:.9em;
	line-height: 1em;
	margin:1em 5em 0em 5em;
	}
ul li {
	list-style-type:none;
	margin-left: 2em;
	}

/* link styles*/

a:link, a:visited {
	color: #144FAE;
	text-decoration: none;
	border:none;
	}
a:hover {
	text-decoration: none;
	color:#2D4879;
	border:none;
	}
img, a img {
	border:none;
	}
a:focus, a:active {
	outline:none;
	}
#articles p a, #articles p a:visited, #featured_sub a, #featured_sub a:visited, #sidebar a, #sidebar a:visited, .lerner_sub a, .lerner_sub a:visited, #thematic #highlights h3 a, #thematic #highlights h3 a:visited {
	color:#000;
	font-weight: bold;
	}
#articles a:hover, #articles h3 a:hover, #articles p a:hover, #featured_sub a:hover, #sidebar a:hover, .lerner_sub a:hover, #thematic #most_recent h2 a:hover, #thematic #most_recent a:hover, #archive h2 a:hover, #thematic #highlights h3 a:hover {
	color:#2D4879;
	}
#comments a, #lernerpage #most_recent a, #lernerpage #featured a, .entry-utility a, 
#pagination a:hover, #related a:hover {
	color:#003f89;
	}

#thematic #highlights a, #archive a, #thematic #most_recent a {
	color: #143363;
	}
	
#articles h3 a, #archive h2 a, #thematic #most_recent h2 a,
#thematic #highlights a:hover, #archive a:hover, #thematic #most_recent a:hover {
	color:#596F93;
	}


/*** main containers ***/

#header_wrapper {
	width:100%;
	}

#header, #content, #footer, #main_nav ul {
	width:960px;
	margin:0 auto;
	}
#footer a {
	color: #A1ADC4;
	font-weight: bold;
}

/*** header ***/

#logo {
	position: absolute;
    top: 0;
	}
	
#header_wrapper {
	background:url(/nextgen/images/bg_header2.png) repeat-x;
	height:140px;
	width:100%;
	}
	
#header {
	position:relative;
	}
	
#header_nav {
	position:absolute;
	top:0;
	right:0;
	}
	#header_nav ul li {
		float:left;
		margin: 0;
		}
	#header_nav ul li a {
		color:#fff;
		text-transform:uppercase;
		}

#header_sub {
	height:20px;
	position: absolute;
    right: 26px;
    top: 60px;
	}
	#header_sub div, #header_sub form {
		display:inline;
		}

	#header_sub, #header_sub a, #header_sub a:visited {
		color:#A1ADC4;
		font-size:0.9em;
		}
	#header_sub a:hover {
		color:#fff;
		}

#header_search {
	padding-right: 30px;;
		}
	#header_search input#searchbox {
		background: url(/nextgen/images/bg_search.png) no-repeat;
		height:18px;
		width:128px;
		border:none;
		}
	#header_search input.button {
		color:#A0ACC4;
		background:transparent;
		border:none;
		width:45px;
		}
	#header_search a, header_usermenu a {
		color:#A0ACC4;
		}

#main_nav {
	background:url(/nextgen/images/bg_main_nav.png) repeat-x #0055AA;
	height:32px;
	width:100%;
	}
	#main_nav ul li {
		float:left;
		margin-left:0;	margin-right:1em;
		}
	
	#main_nav u li a {
		color:#fff;
		text-transform:uppercase;
		}

#main_nav_footer {
	background: url(/nextgen/images/bg_main_nav_footer.png) repeat-x;
	height:20px;
	}

/*** main content ***/

#content {
	background:#fff;
	min-height: 600px;
	}

#main_col {
	width:676px;
	float:left;
	}

.printpage #main_col {
	width: 95%;
	float: left;
	}


div.printpage p img, div.printpage img, div.printpage .wp-caption {
	page-break-inside: avoid;
	}

img#wpstats{display:none;}

/*** home page ***/
	
/* static home page featured styles */
#featured_main {
	color:#2D4879;
	background:url(/nextgen/images/bg_featured.png) repeat-x #E6E7E9;
	height: 260px;
	width:100%;
	-webkit-box-shadow: 5px 5px 10px #EEEEEE;
	-moz-box-shadow: 5px 5px 10px #EEEEEE;
	box-shadow: 5px 5px 10px #EEEEEE; 
	}
	#featured_main img {
		margin-right:1.25em;
		float: left;
		}
	#featured_main p.title {
		font-size:1.25em;
		line-height:1.25em;
		margin-bottom:1em;
		padding-top:1.25em;
		}
	#featured_main p {
		font-size: 0.9em;	
		line-height:1.25em;
		padding-right:1.25em;
		}
	#featured_main {
		}
		
#featured_sub {
	font-size:.8em;
	line-height: 1.125em;
	width:100%;
	margin-top:2em;
	margin-bottom:2em;
	display: inline-block;
	}
	#featured_sub img {
		margin-bottom:1em;
		-webkit-box-shadow: 2px 2px 4px #D8D8D8;
		-moz-box-shadow: 2px 2px 4px #D8D8D8;
		box-shadow: 2px 2px 4px #D8D8D8; 
		}
	#featured_sub ul {
		}
	#featured_sub li {
		float:left;
		width:136px;
		margin-right:0;
		margin-left:0;
		}
	#featured_sub li.spacer {
		width:44px;
		}
		
/*home page slide show */

.slideshow-set {
	position: relative;
	font-size:1em;
	border:none !important;
	height:260px;
	width: 680px;
	background: url("images/bg_featured.png") repeat-x scroll 0 0 #E6E7E9;
	-webkit-box-shadow: 5px 5px 10px #EEEEEE;
	-moz-box-shadow: 5px 5px 10px #EEEEEE;
	box-shadow: 5px 5px 10px #EEEEEE; 
	}
.slideshow-items {
	position: relative;
	height:260px !important;
	}

.slideshow-items img {
	position:absolute;
	top:0 px;
	width: 438px;
	height: 260px;
}
	
.slideshow-controls  {
	background:none !important;
	height:30px !important;
	margin-top: -40px;
    width: 200px !important;
	float: right !important;
	z-index:1000;
	position:relative;
	overflow: visible !important;
	}
	.slideshow-controls .slideshow-pager {
		float:right !important;
		width:auto !important;
		}
	.slideshow-controls .slideshow-pager a.activeSlide {
		color: #2D4879 !important;
		}
	.slideshow-controls .slideshow-pager a {
		background: none !important;
		color:#666 !important;
		padding:5px 10px !important;
		}
	.slideshow-controls .slideshow-pager a:hover {
		color:#000 !important;
		text-decoration:none !important;
		}
	.slideshow-nav {
		display:none !important;
		}
		
.slideshow-caption {
	height: 260px;
	font-size: 0.8em !important;
	opacity:1 !important;
	float:right !important;
	color:#2D4879 !important;
	/*width:218px !important;*/
	width:230px !important;
	position:relative !important;
	margin-top:0 !important;
	top:0 !important;
	}
	.slideshow-caption-text h3.title {
		font-size: 1.25em;
		font-weight: bold;
		line-height: normal;
		margin: 0 0 0 0;
		padding: 0 0 .5em 0;
		}
	div.slideshow-caption .sub {
		font-size: 1em;
		line-height: 90%;
		}
	.slideshow-caption-control {
		display:none;
		}
	.slideshow-caption-text {
		background:none !important;
		}
	.slideshow-caption-text a {
		color:#2D4879;
	}
	.slideshow-caption-text a.more {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-weight: bold;
		font-style: italic;
		}
			
/* other home page styles */		
#articles {
	width:229px;
	margin-right:1.25em;	
	float:left;
	}
	#articles h2 {
		margin-top:0;
		}
	#articles h3, #articles p {
		padding-left: 5px;
		}
	#articles h3 {
		color:#596F93;
		text-transform:uppercase;
		font-size:0.8em;
		font-weight:bold;
		border-bottom:1px solid #c4ccd7;
		margin-bottom:0.5em;
		margin-top: 2em;
		}
		
	#articles .title {
		font-size:1.125em;
		}
	#articles p {
		font-size:0.8em;
		margin-top:0.5em;
		}
	#articles .more {
		margin:1em 0;
		}
/* home page Rabbi Lerner section */

#lerner {
	background: #E6E6EC;
	border-style:solid;
	border-width:1px;
	border-color: #D8DBD9 #E8E8F0  #D8DBD9 #E3E4EB;
	width: 422px;
	height: 1480px;
	margin-bottom:5em;
	float:right;
	-webkit-box-shadow: 5px 5px 10px #EEEEEE;
	-moz-box-shadow: 5px 5px 10px #EEEEEE;
	box-shadow: 5px 5px 10px #EEEEEE; 
	}
	#lerner_action {
		padding-bottom:1em;
		}
	#lerner_action li {
		margin:0;
		padding:0;
		float:left;
		}
	#lerner_action li span.hidden {
		display:none;
		}
	.lerner_sub {
		background:url(/nextgen/images/bg_lerner_sub.png) no-repeat #E6E6EC;
		width:100%;
		padding-top:0em;
		float:left;
		}
	.lerner_sub li {
		font-size:.75em;
		margin:1.25em;
		list-style-type:none;
		}
	#lerner .more {
		margin:1em;
		}
	#lerner a {
		margin:0;
		padding:0;
	}
	.ui-tabs-hide {
		display: none;
		}
	li#btn_lerner_editorial a {
		background: url(/nextgen/images/btn_lerner_editorial.png) no-repeat;
		height:47px;
		width:110px;
		display:block;
		}
	li#btn_lerner_editorial a:hover {
		background: url(/nextgen/images/btn_on/btn_lerner_editorial_hover.png) no-repeat;
		}
	
	.tabnav li#btn_lerner_editorial a:active, .tabnav li#btn_lerner_editorial.ui-tabs-selected a {
		background: url(/nextgen/images/btn_on/btn_lerner_editorial_on.png) no-repeat;
		}
	li#btn_lerner_core a {
		background: url(/nextgen/images/btn_lerner_core_vision.png) no-repeat;
		height:47px;
		width:84px;
		display:block;
		}
	li#btn_lerner_core a:hover {
		background: url(/nextgen/images/btn_on/btn_lerner_core_vision_hover.png) no-repeat;
		}
	.tabnav li#btn_lerner_core a:active, .tabnav li#btn_lerner_core.ui-tabs-selected a {
		background: url(/nextgen/images/btn_on/btn_lerner_core_vision_on.png) no-repeat;
		}
	li#btn_lerner_wisdom a {
		background: url(/nextgen/images/btn_lerner_spiritual_wisdom.png) no-repeat;
		height:47px;
		width:99px;
		display:block;
		}
	li#btn_lerner_wisdom a:hover { 
		background: url(/nextgen/images/btn_on/btn_lerner_spiritual_wisdom_hover.png) no-repeat;
		}
	.tabnav li#btn_lerner_wisdom a:active, .tabnav li#btn_lerner_wisdom.ui-tabs-selected a  {
		background: url(/nextgen/images/btn_on/btn_lerner_spiritual_wisdom_on.png) no-repeat;
		}
	li#btn_lerner_recs  {
		background: url(/nextgen/images/btn_lerner_blank.png) no-repeat;
		height:47px;
		width:129px;
		}
	li#btn_lerner_recs a {
		background: url(/nextgen/images/btn_lerner_blank.png) no-repeat;
		height:47px;
		width:129px;
		display:block;
		}
	li#btn_lerner_recs:hover a {
		background: url(/nextgen/images/btn_on/btn_lerner_blank.png) no-repeat;
		}
	.tabnav li#btn_lerner_recs a:active, .tabnav li#btn_lerner_recs.ui-tabs-selected a  {
		background: url(/nextgen/images/btn_on/btn_lerner_blank.png) no-repeat;
		}
/*** inside pages ***/

.post h1 {
	font-size: 1.6em;
	line-height: 1.1em;
    margin-bottom: 0.5em;
	}

.post p {
	color:#333;
	}

.entry-meta {
	font-size:0.8em;
	margin-bottom:.5em;
	}

#archive .entry-meta {
	margin-bottom: 0em;
}

.entry-date {
	font-size:0.8em;
	color:#666;
	}
	
.alignright {
  float:right;
}

.alignleft {
  float:left;
}

img.alignleft {
  margin-right: 12px;
}

img.alignright {
  margin-left: 12px;
}

#content .aligncenter,
#content img.aligncenter {
        clear: both;
        display: block;
/*
        margin-left: auto;
        margin-right: auto;
*/
        margin: 0 auto;
}

.wp-caption {
	margin: .25em .5em .5em .5em;
	width: 360px;
	}
	.wp-caption img {
		-webkit-box-shadow: 2px 2px 4px #D8D8D8;
		-moz-box-shadow: 2px 2px 4px #D8D8D8;
		box-shadow: 2px 2px 4px #D8D8D8; 
		}
	.wp-caption-text {
		line-height: 1.1em;
		margin-bottom: 0;
		padding-bottom: 0;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-style:italic;
		font-size:0.8em;
		color:#000;
		}

#entry-author-info, .entry-utility {
	font-size:0.8em;
	padding-bottom: 1em;
	}
	#entry-author-info {
		font-style:italic;
		color:#666;
		}
	#entry-author-info em {
		font-style:normal;
		}

.entry-utility {
	color:#003f89;
	margin-bottom:2em;
	}
	.entry-utility a {
		font-weight:bold;
		}

#pagination {
	text-transform:uppercase;
	font-size:0.8em;
	text-align:right;
	width:100%;
	padding-bottom:1em;
	margin:2em 0 1em;
	}
	#pagination a {
		color:#333;
		}
	#pagination .prev {
		padding-right:1em;
		}
	#pagination .next {
		padding-left:1em;
		}
	#pagination #current {
		color:#003F89;
		font-weight:bold;
		}

#action {
	margin:3em 0 2em;
	}
	#action img {
		margin-right:1em;
		}

#related {
	background:url(/nextgen/images/bg_inside_related.png) repeat-x #E6E6EC;
	border:1px solid #D8D8E9;
	padding:1em;
	margin-bottom:2em;
	}
	#related h3 {
		color:#003F89;
		text-transform:none;
		font-size:1em;
		margin:0 0 0.5em;
		}
	#related li {
		margin-left:0;
		font-size:0.8em;
		}
	#related a {
		font-weight:bold;
		color:#000;
		}

#signup form {
	height:23px;
	margin-top:0.5em;
	margin-left:4.5em;
	}
	#signup input.inputbox {
		text-transform:uppercase;
		color:#666;
		background:url(/nextgen/images/bg_inside_signup.png) no-repeat;
		border:1px solid #D8D8E9;
		width:162px;
		height:22px;
		}
	#signup input.button {
		background:url(/nextgen/images/btn_inside_signup.png) no-repeat;
		border: none;
		width:84px;
		height:23px;
		margin-left:0.5em;
		}

/* comments */
#comments {
	margin: 2em 0;
	}
	#comments a {
		font-weight:bold;
		}
	#comments a:hover {
		color:#566b90;
		}
	
	#comments h3 {
		text-transform:uppercase;
		color:#003F89;
		font-size:0.8em;
		}
	#comments ol li {
		list-style-type:none;
		border-top: 1px solid #566b90;
		margin:1em 0;
		padding:1em 0;
		}
	#comments ol li.first {
		border-top: none;
		}	
#comments #intro {	
	line-height:1.1em;
	}

#comments .comment-author {
	color:#000;
	font-size:1.6em;
	font-weight:bold;
	}

#comments .comment-meta {
	color:#000;
	padding-left:1em;
	}

#comments .comment-body {
	line-height:1.1em;
	}

#comments .reply {
	font-size:0.9em;
	}

/*** rabbi lerner styles ***/

#lernerpage .header img, #lernerpage #featured img.header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#lernerpage #featured #nav {
	margin-bottom:3em;
	margin-top: 0px;
	}
	#lernerpage #featured #nav img {
		float:left;	
		margin:0 0 0 0;
		border: 0 0 0 0;
		border:none;
		}
	#lernerpage #featured li {
		font-size:0.9em;
		font-weight:bold;
		margin:0.75em 0;
		}
	#lernerpage #featured p {
		font-style: normal;
	}

#lernerpage #most_recent a:hover, #lernerpage #featured a:hover {
	color:#566b90;
	}
	#lernerpage #most_recent {
		width:100%;
		border-top:1px solid #808080;
		margin-top:2em;
		}
	#lernerpage #most_recent p {
		margin:0em 0 1em;
		}
	#lernerpage #most_recent a {
		color: #143363;
		}
	#lernerpage #most_recent a.title {
		color: #000000;
		font-weight:bold;
		font-size:1.2em;
		}
	#lernerpage #most_recent h2{
		font-size: 0.9em;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 2em;
		text-transform: uppercase;
		}
	#lernerpage #most_recent h2 a{
		color:#596F93;
		}
	#lernerpage #most_recent h2 a:hover{
		color:#2D4879;
		}
	#lernerpage #most_recent a.more {
		font-style:italic;
		}

/*** thematic pages styles ***/

#thematic .description {
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:2em;
	}

#thematic #most_recent {
	border-top: 1px solid #808080;
	width:410px;
	float:right;
	margin-bottom:3em;
	}
	#thematic #most_recent h2 {
		font-size: 0.8em;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 2em;
		text-transform: uppercase;
		}
	#thematic #most_recent a.title {
		font-size:1.125em;
		font-weight:bold;
		color: #000;
		}
	#thematic #most_recent .sub {
		color:#333;
		}
	#thematic #most_recent .more {
		font-style:italic;
		font-weight:bold;
		}
	#thematic #most_recent p {
		color:#000;
		margin-top:0;
		}

#thematic #highlights {
	color: #143363;
	float:left;
	}
	#thematic #highlights h2 {
		text-transform:none;
		font-size:1.125em;
		}
	#thematic #highlights img.header {
		-webkit-box-shadow: 5px 5px 10px #EEEEEE;
		-moz-box-shadow: 5px 5px 10px #EEEEEE;
		box-shadow: 5px 5px 10px #EEEEEE; 
	}
	#thematic #highlights h2 .sub {
		font-size:80%;
		line-height:1em;
		}
	#thematic #highlights li {
		list-style:none;
		font-size:0.9em;
		margin-left:0;
		}


/*** sidebar ***/

#sidebar {
	width:245px;
	float:right;
	}
	#sidebar h3 {
		color:#003f89;;
		/* color:#497630; */
		}
	
#sidebar .widget_box {
	margin:0.5em 0;
	padding-bottom:0.5em;
	}
	
#sidebar .widget_border {
	border-bottom:1px solid #c4ccd7;
	}	
	
#sidebar .badge {
	margin:1em 0;
	}


#sidebar #social {
	overflow:hidden;
	}
	#sidebar #social img {
		float:left;
		margin-right:1em;
		-webkit-box-shadow: 2px 2px 4px #D8D8D8;
		-moz-box-shadow: 2px 2px 4px #D8D8D8;
		box-shadow: 2px 2px 4px #D8D8D8; 
		}
		
#sidebar #print_issue {
	padding-bottom:1em;
	width: 260px;
	}
	
#sidebar #daily {
	border-top:1px solid #c4ccd7;
	border-bottom:1px solid #c4ccd7;
	margin:0.5em 0;
	padding:0.5em 0;
	}
	
#lernerpage #most_read a .sub  {
	margin-top:0;
	font-size:0.9em;
	color:#16346D;
	font-weight:normal;
	}
	

/*** footer ***/

#footer_wrapper {
	background: url(/nextgen/images/bg_footer.png) repeat-x #16346D;
	width:100%;
	height: 280px;
	border-top: 1px solid #c4ccd7;
	}

#footer {
	color:#A8B3E6;
	font-size:0.8em;
	}

#footer_links {
	font-size:1em;
	margin-top:20px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	}
#footer_links ul {
	margin-top:1.75em;
	}
#footer_links li {
	display:inline;
	padding-right:1em
}
#footer_links li a {	
	color:#A9B4CB;
	text-transform:uppercase;
	font-weight:bold;
	}
#footer_links li a:hover {
	color:#fff;
}
#footer_logo {
	padding-left:25px;
	padding-top:25px;
	vertical-align:bottom;
	}

/* Additions by RT */
.widget-container li { 
	margin-left:0;
	font-size: 0.8em; }

#sidebar .widget-container li a{ 
	font-weight: normal;
}

#sidebar .widget-container #daily li a{ 
	font-weight: bold;
}

#sidebar .widget-container #daily li { 
	padding-bottom: 12px;
}

.widget_recent_entries li {
	padding-bottom: 6px;
	}

ul.xoxo li {
   margin-left: 0;
   padding-left: 0;
}

#pagination {
  font-weight: bold;
  color:#003F89;
}

#pagination a {
  font-weight: normal;
}

/** Archive */

#archive h2 {
        font-size: 0.8em;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 2em;
        text-transform: uppercase;
        }

#archive h1.title {
	font-size: .95em;
	font-weight:bold;
	color: #000;
	padding: 0;
	margin: 0;
	}
#archive h1.title a {
	color: #000;
}

#archive h1.title a:hover {
	color:#596F93;
}

#archive .sub {
	color:#333;
	}
#archive .more {
	font-style:italic;
	font-weight:bold;
	}
#archive p {
	color:#000;
	margin-top:0;
	}

#highlightbtn {
	margin:0;
	padding:12px 0px 0px 0px;
	width: 222px;
	height: 77px;
	background: #FFFFFF url(/nextgen/images/blankbutton.jpg) no-repeat;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
}

#highlightbtn a,
#highlightbtn a:link,
#highlightbtn a:visited,
#highlightbtn a:active {
	padding: 0px 4px 4px 4px;
}

#thematic #highlights #highlightbtn a:hover {
	color: #4E6585;
}

#thematic #highlights h2 {
	width: 212px;
}

#thematic .description em {
	font-style: normal;
}

#lernerpage #featured img.header {
  padding:0;
  margin: 0;
  width: 674px;
  height: 154px;
}
#lernerpage #featured div {
  padding-top: 0px;
  margin-top: 0px;
}

.entry-content ul {
  margin-left: 0px;
  padding-left: 1em;
  font-size:.85em;
}

.entry-content ul li {
        list-style-type: disc;
	padding-bottom: 6px;
}

ul.aboutlist {
	margin: 0;
	padding-left: 0;
}

ul.aboutlist li {
	list-style-type:none;
	margin-left: 0em;
	}

.entry-content ol {
  margin-left: 0px;
  padding-left: 3em;
  font-size:.85em;
}

.entry-content ol li {
	padding-bottom: 6px;
}

.entry-content h2, .entry-content h3 {
	line-height: normal;
	text-transform: none;
}

.entry-content h4{
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	text-transform: none;
}

.post #related ul {
   margin-left: 0px;
   padding-left: 0;
   font-size: 1em;
}

.post #related ul li {
        list-style-type:none;
	padding-bottom: 0;
        }

.comment-form-comment label {
  position: fixed;
  top: -1000px;
  left: -1000px;
  vertical-align: top;
}

.post a {
  font-weight: bold;
}

.post a:hover {
  color:#596F93;
}

#thematic #most_recent a:hover {
  color:#596F93;
}


.autotagframe1a {
	float:left;
	margin: 1em 1em 1em 0;
	}
	.autotagframe1a img {
		-webkit-box-shadow: 2px 2px 4px #D8D8D8;
		-moz-box-shadow: 2px 2px 4px #D8D8D8;
		box-shadow: 2px 2px 4px #D8D8D8;
		}
	.autotagframe1a-text {
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-style:italic;
		font-size:0.8em;
		color:#000;
		}


p#source-citation-text {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

p#citation-text {
	padding-top: 0;
	margin-top: 0;
}
div.citation {
	font-size: .9em;
	line-height: 1.5em;
}

ul.wppp_list li {
	font-size: 1em;
}

#archive div.tikkunmag p {
	color: #666;
	font-size: .8em;
	margin-bottom: 1em;
}

#archive div.tikkunmag a.more {
	font-size: 1.1em;
}

.entry-summary p {
	margin-top: 0;
	padding-top: 0;
}

.meta-author {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.nav-previous, .nav-next {
	font-size: .8em;
}

#content .navigation {
text-transform: uppercase;
font-weight: bold;
font-size: 0.8em;
margin-top: 20px;

#content .navigation .active {
 color: #143363;
}

