/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* General Layout -------------------------------------------------------- */

/* This insanity is what fixes many of IE's bugs */
#sidebar, #sidebardotted, #sidebarinner, blockquote {*zoom:1;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


body {
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif !important; 
	font-size: 16px; 
	line-height: 1.5;
    text-align: center;
    background: whitesmoke;
}

#package {
	background-color: #F4F1EC;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}



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

#encycloheader { background: #DDD2C7; margin-top: 0px; width: 100%; text-align: center; }
#encycloheaderinner { width: 1000px; background: #DDD2C7 url(https://web-archive.nli.org.il/National_Library/20160521004321oe_/http://www.niemanlab.org/wordpress/wp-content/themes/Labby/resources/encyclo-flag-background.gif) repeat; margin: 0 auto; }
#encycloheaderflag { text-align: center; padding-top: 0px; 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3); 
}

#encycloheaderflag img { padding-top: 10px; padding-bottom: 0px; }

/* Added 11/3/10. This element only appears when a document is printed by the visitor. */
#njlPrintLogo {display:none;}


/* The Content Bar -------------------------------------------------------- */


#container {
	background-color: white;
	min-height: 100%;
}

#container-inner {
	position: relative;
    width: 990px;
    margin: 0 auto;
    min-height: 100%;
    text-align: left;
}



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

#footer {
	background: #323232;
	position: relative;
	width: 100%;
	height: 200px;
	clear: both;
	}

#footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
	color: #F9FAF6;
	margin-top: 50px;
	font-size: .75em;
}

#footer-inner p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, Sans-Serif
}





/* General post stuff ----------------------------------------------- */

.leftimage, a:link .leftimage, a:hover .leftimage, a:visited .leftimage {
	padding: 6px;
	border: 1px solid gray;
	margin: 0 20px 15px 0;
	background: white;
}

.rightimage, a:link .rightimage, a:hover .rightimage, a:visited .rightimage {
	padding: 6px;
	border: 1px solid gray;
	margin: 0 0 15px 15px;
	background: white;
}

.boxedimage, a:link .boxedimage, a:hover .boxedimage, a:visited .boxedimage {
	padding: 6px;
	border: 1px solid gray;
	margin: 0;
	background: white;
}

.dottedimage {
	padding: 10px;
	border: 1px dotted gray;
	margin: 0;
	background: white;
}

.highlight {
	background-color: #FDE910;
}

blockquote {
	display: block;
	padding: 15px;
	padding-bottom: 5px;
	margin: 20px;
	background: #F5F5DC;
}

.nav-previous {
	float: left;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2;
	color: gray;
	padding-top: 1em;
	padding-bottom: 1em;
}

.nav-next {
	float: right;
	text-align: right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2;
	color: gray;
	padding-top: 1em;
	padding-bottom: 1em;
}

.subhead {
	font-weight: bold;
	color: #800000;
	padding-top: 10px;
	padding-bottom: 10px;
}


.ednote {
	background: #F9FAF6;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	border: 1px dashed grey;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, Sans-Serif;
	font-size: .9em;
	line-height: 1.5;
}



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

a:link, a:visited {
    text-decoration: underline;
	color: #800000;
}

.toolsauthorname a {
	color: black;
	text-decoration: none;
}

#headermenu a:hover {
	text-decoration: underline;
}

.standardentryheadline a, .shortentryheadline a, #sidebartailleft a {
	text-decoration: none;
}

.standardentryheadline a:hover, .shortentryheadline a:hover, #sidebartailleft a:hover, .toolsauthorname a:hover {
	text-decoration: underline;
}

.twitterbottom a, .twittertop a, .twitterpost a {
	text-decoration: none;
}

.twitterbottom a:hover, .twittertop a:hover, .twitterpost a:hover {
	text-decoration: underline;
}

.hpbottom a, .hptop a, .hppost a {
	text-decoration: none;
}

.hpbottom a:hover, .hptop a:hover, .hppost a:hover {
	text-decoration: underline;
}

.shortlinkbottom a, .shortlinktop a {
	text-decoration: none;
}

.shortlinkbottom a:hover, .shortlinktop a:hover {
	text-decoration: underline;
}


a {
	font-color: gray;
}


h1, h4, h5, h6, p, pre, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

.crimson {
	color: #800000;
}





/* Encyclo styles --------------------------------------------------------- */

#encyclomainbar {color: #000; position:relative; width:990px; background: white; display: inline; float: left; padding-top: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1); 
}
#encyclomainbar-inner {position: static; overflow: hidden; background: white; width:720px; float:left; padding: 20px 20px 20px 20px;}



#encycloheadernav { width: 1010px; height: 25px; background: #4C4C4C; margin: 0 -5px 0 -5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3); 
}
#encycloheadernav ul { margin-left: 0px; }

#encycloheadernav li {height: 20px; float: left; background: #4C4C4C; padding: 3px 6px 2px 6px; border-right: 1px solid #DDD7C7; text-transform: uppercase; font-size: .75em; }

#encycloheadernav li a { text-decoration: none; color: #F4F1EC; }

#encycloheadertrianglewrapper {width: 1010px; margin: 0 auto; }

.encycloheadertriangleleft { float: left; border-color: #333 #333 transparent transparent; border-style:solid; border-width:5px; width:0; }
.encycloheadertriangleright { float: right; border-color: #333 transparent transparent #333; border-style:solid; border-width:5px; width:0; }





#encycloentryheadertopper {padding-top: 2px; border-bottom: 1px solid #73797a; border-top: 1px solid #b4bcbd; width:720px;}

#encycloentryheader {width:720px; min-height:115px; margin: 20px 0 20px 0; background-color: #F4F1EC;
	box-shadow:  4px 4px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:  2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:  4px 4px 4px rgba(0,0,0,0.1);
}

.encycloheadline-wrapper { height: 100%; }

.encycloheaderimage2 { border: 0; margin: 20px 30px 20px 20px; vertical-align: middle; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3); }

.encycloheadline2 { font-size:2.5em; text-shadow: 2px 2px 3px whitesmoke; vertical-align: middle; font-weight: bold; line-height: 1.2; }
.encyclosmallerheadline2 {font-size: 2em; text-shadow: 2px 2px 3px whitesmoke; vertical-align: middle; font-weight: bold; }
.encyclosmallestheadline2 {font-size: 1.5em; text-shadow: 2px 2px 3px whitesmoke; vertical-align: middle; font-weight: bold; }

a.encycloheadline2, a.encyclosmallerheadline2, a.encyclosmallestheadline2 { text-decoration: none; }
a.encycloheadline2:hover, a.encyclosmallerheadline2:hover, a.encyclosmallestheadline2:hover {text-decoration: underline;}





#encyclorightsidebar {width: 215px; float: right; margin: 20px 0px 15px 0px; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif; font-size: .75em; background: #F4F1EC;}

.encyclorightcolumnboxed {width:185px; float: right; padding: 10px 15px 10px 15px; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif; margin-bottom: 15px;}

.encyclorightcolumnnaked {width:185px; float: right; padding: 10px 15px 10px 15px; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif;  margin-bottom: 15px; }

#encycloblockbelowheader {width: 720px; border-top:1px solid #73797a; border-bottom: 0px solid #73797a; padding-top: 0px; overflow: auto; background: repeat-y url('https://web-archive.nli.org.il/National_Library/20160521004321oe_/http://www.niemanlab.org/wordpress/wp-content/themes/Labby/resources/encyclobgline4.png');}
.encyclonarrative .beforemore p:first-child {font-size: 1.2em; font-weight: bold;}

.encycloleftnarrativewing {width:180px; float: left; padding: 15px 15px 15px 0px; border-right: 1px #b4bcbd solid; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif; font-size: .75em;}
.pinboard-pull {font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif; font-size: .75em; background-color:white; padding-left:20px; padding-bottom:20px; border-top:1px solid #b4bcbd; border-left:1px solid #b4bcbd;}
.pinboard-pull img {display:none;}
.pinboard-pull-datesource {padding-bottom:5px; color:grey;}
.pinboard-pull-summary {padding-left:15px; padding-bottom:10px;}

.encyclonarrative {width: 500px; margin-left: 220px; margin-right: 220px; padding: 20px 0px 20px 0px;}

.readmoretrigger, .readlesstrigger { color: #800000; cursor: pointer; }

h2.encyclo-entry-subhead { color: #800000; font-size: 1.2em; margin-top: 30px; margin-bottom: 15px; font-style: italic; }

#encycloentrymiddlestrip {clear:both; border-top:1px solid #b4bcbd; padding-top: 0px; width:720px; margin: 0px 0px 20px 0px;} 
.encyclo-pac-title {float: left; vertical-align: top; padding: 0 10px 0 0; }
.encyclo-pac-list {float: left; vertical-align: top; width: 500px;}
#encycloentrymiddlestriptext {font-size: .8em; padding: 10px 15px; background-color: #F4F1EC; margin-top: 20px;}




#encycloleftcolumn {width: 340px; float:left; padding: 0px 25px 0px 0px; border-top: 1px solid #b4bcbd;}
.lab-stories-pull {font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif; font-size: .8em; padding-left:0px; padding-bottom:20px; }
.lab-stories-pull-datesource {font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif; padding-bottom:5px; padding-top: 10px; color:grey; font-size: .8em; }
.lab-stories-pull-summary {padding-left:0px; padding-bottom:15px;}

#encyclorightcolumn {width: 354px; float:left; border-top:1px solid #b4bcbd; border-left:1px solid #b4bcbd;}
.mediagazer-pull {font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif; font-size: .8em; padding-left:25px; padding-bottom:20px;  }
.mediagazer-pull img {display:none;}
.mediagazer-pull-datesource {font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif; padding-bottom:5px; padding-top: 10px; color:grey; font-size: .8em; }
.mediagazer-pull-summary {padding-left:0px; padding-bottom:5px;}

.encyclo-section-header {font-size: 1.2em; font-weight:600; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia",serif; color:black; margin-bottom:10px; margin-top:0px;}

.encyclo-section-header {font-size: 1.2em; font-weight:600; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia",serif; color:black; margin-bottom:10px; margin-top:20px;}

.encyclo-section-header-naked {font-size: 1.2em; font-weight:600; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia",serif; color:black; margin-bottom: 5px; }

#encycloentryfooter {clear:both; border-top:1px solid #73797a; padding: 0px; width:100%; }
#encycloentryfootertext {font-size: .8em; padding: 10px 20px; background-color: #f5f5f5; margin-top: 20px;}

.encycloactionbutton { font-weight:600; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Lucida Grande", serif; float:right; border: 1px #F4F1EC dashed; background-color: #E5E5E3; padding: 8px 10px; font-size: 12px; margin-top: 10px; margin-bottom: 20px; text-decoration: none; display: block; text-align: right; }

/*
#encycloentrymiddlestriptext a[href^="http://www.niemanlab.org/encyclo/"] { display:inline-block; padding-right:13px; background: url(https://web-archive.nli.org.il/National_Library/20160521004321oe_/http://www.niemanlab.org/wordpress/wp-content/themes/Labby/resources/encyclo-e-icon4.png) no-repeat top right; }
*/



/* Encyclo front page styles --------------------------------------------------------- */






/* 5col */

.encycloindexblock5col {width: 820px; padding: 60px; font-size: 1em; margin-left: 25px;  margin-bottom: 25px; background-color: #F4F1EC; 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3); 
}

.encycloindexblock5col-spanner { background: #4C4C4C; color: whitesmoke; width: 929px; margin: 10px 0 15px 25px; padding: 0px 0 5px 10px; font-size: 1.2em; text-align: left; }


.encycloindex5col-2wide {width: 328px;}
.encycloindex5col-1wide {width: 164px;}

.encycloindex5col-2left {float: left;}
.encycloindex5col-next2left {float: left;}
.encycloindex5col-1right {float: right;}

.encycloindex5col-single {width: 128px; float: left; padding: 17px; margin: 0px; }

.encycloindex5col-magborders {border-left: 1px solid #cfcfcf; border-top: 1px solid #cfcfcf; }
.encycloindex5col-techborders {border-left: 1px solid #cfcfcf; border-top: 1px solid #cfcfcf; }
.encycloindex5col-newspborders {border-left: 1px solid #cfcfcf; }

.encycloindexlink {margin-bottom: 10px; line-height: 1.3; font-size: 1em;}



.encyclo-index-header {font-size: 1.2em; font-weight:600; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia",serif; color:black; margin-bottom: 20px; line-height: 1.2; }

.encyclo-index-header-incol { margin-top: 30px; }

.encycloindex5col-topborder { border-top: 0px solid #cfcfcf; margin-top: 20px; }

.encyclo-fourwidepromo-frame { width: 910px; margin: 0px 25px 35px 25px; padding: 20px 4px 20px 25px; border: 0px solid grey; background-color: #F4F1EC; 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3); 
}

.encyclo-fourwidepromo-spanner { background: #4C4C4C; color: whitesmoke; margin: 10px 0 15px 25px; width: 929px; padding: 0px 0 5px 10px; font-size: 1.2em; text-align: left; }

.encyclo-fourwidepromo-spanner a { color: whitesmoke; }


.encyclo-fourwidepromo-single { width: 200px; border: 0px solid red; float: left; font-size: .75em; margin-right: 25px; }

.encyclo-fourwidepromo-headline { font-size: 1.6em; margin-bottom: 10px; font-weight: bold; line-height: 1.2;}
.encyclo-fourwidepromo-excerpt { font-size: 1em; }
.encyclo-fourwidepromo-image { border: 0px solid black; margin-right: 10px; margin-bottom: 5px; margin-top: 6px; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	float:left;
}

.encyclo-front-top-frame { width: 939px; margin: 25px; padding: 0px; border: 0px solid green; }
.encyclo-front-top-entrypromo {width: 420px; margin-right: 25px; float: left; padding-left: 10px;}

.encyclo-front-top-entrypromo-bigpic { border: 1px solid #323232; margin: 5px 0px 15px 0px; width: 420px;}
.encyclo-front-top-entrypromo-headline { font-size: 1.5em; font-weight: bold; margin-bottom: 5px;}
.encyclo-front-top-entrypromo-icon { border: 1px solid black; margin-left: 10px; margin-bottom: 5px; margin-top: 6px; }

.encyclo-front-top-rightside {width: 480px; float: left; }
.encyclo-front-top-rightside-what {width: 420px; background-color: #ededed; color: #323232; border: 1px solid #e9e9e9; padding: 20px; font-size: 1.1em; margin-bottom: 20px; margin-left: 15px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}

.encyclo-front-top-rightside-what p { text-shadow: 2px 2px 3px #fff; text-align: center; }

.encyclo-front-top-rightside-search { margin: 25px 0px 15px 0px; }

fieldset.encyclosearch { border: none; width: 420px; height: 26px; padding: 10px 0px 20px 0px; margin: 0 auto; }
.encyclosearch #s { padding: 1px; font-size: 1.2em; width: 300px; height: 20px; background: white; color: #800000; margin-right: 5px; float: left; }
.encyclosearch button.btn { border: 0px; width: 100px; height: 25px; cursor: pointer; background: #800000; color: white; margin-bottom: -7px; }

.encyclo-front-top-rightside-bottomrow {}

.encyclo-front-top-rightside-littlebox {width: 180px; margin-right: 35px; margin-left: 10px; float: left; font-size: .75em;}
.encyclo-front-top-rightside-littlebox-last {width: 180px; float: left; font-size: .75em;}



.encyclo-front-knight-spanner { background: #EDEDED; color: #4a4a4a; width: 939px; margin: 10px 0 35px 25px; padding: 10px 0 10px 0px; font-size: 1em; text-align: center; text-shadow: 2px 2px 3px #fff; font-style: italic; font-weight: bold; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}

.encyclo-front-knight-spanner a { color: #4a4a4a; }

.pac-have-encyclo { text-decoration: }






/* Encyclo page (about, etc.) styles and search --------------------------------------------------------- */

.encyclo-page-wrapper { margin: 50px 100px 50px 100px; background: #F4F1EC; border: 1px solid #e9e9e9; padding: 20px; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}

.encyclo-page-headline { margin: 50px 100px 20px 100px; color: #800000; font-size: 2em; }

.encyclo-page-headline h1 {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}
.encyclo-page-body { margin: 0px 100px 100px 100px; color: #4c4c4c;}


.encyclo-search-header { margin: 40px 50px 30px 50px; font-size: 1.5em; text-align: center; }
.encyclo-search-result { margin: 20px 50px 30px 50px; }
.encyclo-search-headline { font-size: 1.2em; margin-bottom: 10px; }
.encyclo-search-body { color: #4c4c4c; }

.encyclo-search-body li { margin-bottom: 10px; }


.encyclo-search-previous { margin-left: 50px; float: left; text-align: left; padding-top: 1em; padding-bottom: 1em;  margin-bottom: 50px;}

.encyclo-search-next { margin-right: 50px; float: right; text-align: right; padding-top: 1em; padding-bottom: 1em; margin-bottom: 50px;}


fieldset.encyclosearch-solo { border: none; padding: 10px 0px 20px 0px; margin-bottom: -50px; }
.encyclosearch-solo #s { padding: 1px; font-size: 1.4em; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia",serif; width: 400px; height: 30px; background: white; color: #800000; margin-right: 5px; float: left; }
.encyclosearch-solo button.btn { border: 0px; width: 100px; height: 35px; cursor: pointer; background: #800000; color: white; margin-bottom: -7px; }



.encyclo-searchresult-twitterimage { border: 1px solid black; margin-right: 15px; margin-bottom: 2px; margin-top: 6px; float: left; }

h2.encyclo-page-subhead { font-size: 1.5em; color: #800000; padding-top: 30px; padding-bottom: 20px; }
.encyclo-page-wrapper .leftimage {margin-top: 7px;}
.encyclo-page-wrapper .rightimage {margin-top: 7px;}

.encyclo-improve-questiontext { color: #000; margin-top: 30px; margin-bottom: 10px; }
.encyclo-improve-shortinput { padding: 1px; font-size: 1.2em; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia",serif; width: 550px; height: 30px; background: white; color: #800000; margin-right: 5px; }
.encyclo-improve-longinput { padding: 1px; font-size: 1.2em; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia",serif; width: 550px; height: 300px; background: white; color: #800000; margin-right: 5px; }
.encyclo-improve-button  { border: 0px; width: 100px; height: 35px; cursor: pointer; background: #800000; color: white; margin-top: 20px; }


/* 
.encyclo-allentry-tester .encyclo-page-body a[href^="http://www.niemanlab.org/encyclo/"] { display:inline-block; padding-right:13px; background: url(https://web-archive.nli.org.il/National_Library/20160521004321oe_/http://www.niemanlab.org/wordpress/wp-content/themes/Labby/resources/encyclo-e-icon4.png) no-repeat top right; }
*/








/* Alt Encyclo entry attempt -------------------------------------------------------- */

.encyclo-altentry-wrapper { margin: 50px 70px 50px 70px; background: #F8F7F4; border: 1px solid #e9e9e9; padding: 50px 0px 20px 60px; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}

#encyclo-altentry-header {width:720px; min-height:115px; margin: 10px 0 10px 0; }

.encyclo-altentry-wrapper #encycloentrymiddlestriptext { background-color: #E5E5E3; }
/* F4F1EC */

.encyclo-altentry-wrapper #encycloentryfooter { width:720px; }

.encyclo-altentry-wrapper #encycloentryfootertext { background-color: #E5E5E3; margin-bottom: 50px;}



.encyclo-altentry-bottombar { margin: 50px 70px 100px 70px; background: whitesmoke; border: 1px solid #e9e9e9; font-size: 0.75em;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}


.encyclo-altentry-bottombar-chunk-1 {width: 180px; border-right: 1px solid #e9e9e9; padding: 40px 32px 43px 40px; float: left; }
.encyclo-altentry-bottombar-chunk-2 {width: 200px; border-right: 1px solid #e9e9e9; padding: 40px 32px 40px 32px; float: left; }
.encyclo-altentry-bottombar-chunk-3 {width: 250px; border-right: 0px solid #e9e9e9; padding: 40px 40px 43px 32px; float: left; }

.encyclo-altentry-sharing-wrapper { width: 847px; margin: 50px 70px 0px 70px; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}
.encyclo-altentry-sharing { background: whitesmoke; padding: 3px; color: #4a4a4a; font-size: .75em; height: 220px; }
.encyclo-altentry-sharing-trigger { background: url(https://web-archive.nli.org.il/National_Library/20160521004321oe_/http://www.niemanlab.org/wordpress/wp-content/themes/Labby/resources/encyclo-share-ribbon2.png) no-repeat; width: 30px; height: 134px; margin: -67px -15px; left: 890px; top: 116px; position: relative; cursor: pointer; }

.encyclo-altentry-sharing-chunk-1 {width: 140px; height: 160px; border-right: 1px solid #e9e9e9; padding: 30px 40px 30px 40px; float: left; }
.encyclo-altentry-sharing-chunk-2 {width: 200px; height: 160px; border-right: 1px solid #e9e9e9; padding: 30px 40px 30px 40px; float: left; }
.encyclo-altentry-sharing-chunk-3 {width: 220px; height: 160px; border-right: 0px solid #e9e9e9; padding: 30px 40px 30px 40px; float: left; }

.encyclo-altentry-sharing-wrapper .encyclo-section-header-naked {font-size: 1.4em;}





.encyclo-altentry-improvebar { margin: 50px 70px 50px 70px; background: whitesmoke; border: 1px solid #e9e9e9; font-size: 0.75em;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}
.encyclo-altentry-improvebar-chunk-1 { width: 440px; border-right: 0px solid #e9e9e9; padding: 30px 30px 30px 40px; float: left; }
.encyclo-altentry-improvebar-chunk-2 { width: 270px; border-left: 1px solid #e9e9e9; padding: 30px 30px 30px 30px; float: left; }

.encyclo-improve-single-question1, .encyclo-improve-single-question2 {float: left; width: 195px;}
.encyclo-improve-single-question1 {margin-right: 40px;}

.encyclo-improve-single-questiontext { color: #000; margin-top: 10px; margin-bottom: 5px; font-style: italic;}
.encyclo-improve-single-shortinput { padding: 1px; font-size: 1em; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia",serif; width: 195px; height: 15px; background: white; color: #800000; margin-right: 5px; }
.encyclo-improve-single-longinput { padding: 1px; font-size: 1.2em; font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia",serif; width: 430px; height: 100px; background: white; color: #800000; margin-right: 5px; }
.encyclo-improve-single-button  { float: right; border: 0px; width: 100px; height: 20px; cursor: pointer; background: #800000; color: white; margin-top: 20px; margin-right: 5px; }


.encyclo-improvebar-headline { font-size: 1.6em; margin-bottom: 10px; font-style: italic; line-height: 1.3;}
.encyclo-improvebar-excerpt { font-size: 1.2em; line-height: 1.5; }
.encyclo-improvebar-image { border: 0px solid black; margin-right: 10px; margin-bottom: 5px; margin-top: 6px; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}




/* Alt mainsite entry attempt -------------------------------------------------------- */

.mainsite-altentry-wrapper { margin: 50px 70px 50px 70px; background: #fff; border: 0px solid #e9e9e9; padding: 50px 50px 50px 50px; }

.mainsite-altentry-headline { width: 700px; margin-left: 20px; font-size: 2em; line-height: 1.3; text-decoration: none; font-weight: bold; }
.mainsite-altentry-headline a { text-decoration: none; }
.mainsite-altentry-headline a:hover { text-decoration: underline; }

.mainsite-altentry-byline { margin: 20px 0 20px 150px; font-size: 1.3em; }
.mainsite-altentry-body { width: 500px; margin-left: 150px; margin-right: 70px; font-size: 1.1em; line-height: 1.6; }





