/* u = unit */
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;margin:0;padding:0;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/*
$ lineheight := 24.5 $
$ basesize := 14 $
*/

body {
  font-family: Verdana, Corbel, Frutiger, Univers,"Helvetica Neue",arial,helvetica,sans-serif;
  font-size: 14px;     /* $ basesize => 14 $ */
  line-height: 1.75em; /* $ lineheight / basesize => 1.75 $ */
  margin-top: 1.75em;
  padding: 0px;
}

h1.title {
  font-size: 20px;
  text-align: center;
  /* font-weight: bold; */
  line-height: 1.225em; /* $ lineheight / 20 => 1.225 $ */
  padding-bottom: .6125em; /* $ lineheight / 20 / 2 => 0.6125 $ */
  padding-top: .6125em;
  color: red;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.225em; /* $ lineheight / 20 => 1.225 $ */
}

h2 {
  font-size: 20px;
  line-height: 1.225em; /* $ lineheight / 20 => 1.225 $ */
}

h3 {
  font-size: 16px;
  line-height: 1.53125em; /* $ lineheight / 16 => 1.53125 $ */
  font-weight: bold;
}

h4, h5, h6 {
  font-size: 14px;
  line-height: 1.75em; /* $ lineheight / basesize => 1.75 $ */
  font-weight: bold;
}

div.column {
  text-align: left;
}

ul {
  list-style-type: none;
}

ul li {
  margin:0;
  padding:0;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.75em;
}

div.sidecolumn h1,
div.sidecolumn h2,
div.sidecolumn h3,
div.sidecolumn h4,
div.sidecolumn h5,
div.sidecolumn h6
{
/*  font-variant: small-caps; */
  text-align: left;
}

div.sidecolumn h1
{
  font-size: 16px;
  line-height: 1.5em;
/*  text-transform: lowercase; */
}

div.sidecolumn h2 {
}

div.sidecolumn h3 {
  font-weight: bold;
  margin-top: 1.5em;
  color: red;
  border-bottom-style: dashed;
  border-bottom-width: 1px;*/
}

div.sidecolumn ul {
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: red;
  padding-left: .5em;
}

.byline {
  font-size: 16px;
  line-height: 1.53125em; /* $ lineheight / 16 => 1.53125 $ */
  font-weight: bold;
  text-align: center;
}

#content h3 {
  font-size: 16px;
}


p {
  margin: 0pt;
  margin-bottom: 1.5em;
}

div.persons {
  text-align: left;
  margin: 0pt;
  margin-left: 1em;
  text-indent: -1em;
}
  
div.subjects ul {
  column-count: 5;
}

div.publication { 
  column-count: 2;
//  margin-top: 1.5em;
}

div.publication div.blurb {
  margin-top: 0em;
  padding: 0em;
  padding-left: 1em;
  padding-right: 1em;
}

/*div.publication p.summary
{
  padding: 1em;
  padding-right: 1em;
  border-left-style: solid;
  border-width: 3px;
}*/

a {
  color: black; 
  text-decoration: none;
  border-bottom: dotted 1px #777777;
}

a:visited {
/*  border-bottom: dotted 1px lightgrey;
  color: #aa0000; */
}

blockquote {
  margin-top: 0em;
  margin-bottom: 20px;
}

div.description {
  margin-left: 1em;
  margin-right: 1em;
}

em {
  font-weight: bold;
}

span.amp {
  font-style: italic;
}

cite {
  font-weight: bold;
}

blockquote {
  margin-left: 2em;
  margin-right: 2em;
}

/* for yiddish anarchist bib. */
dt {
  font-weight: bold;
}

dd {
  margin-left: 2em;
}

span.unbold {
  font-weight: normal;
}

/* /for yiddish anarchist bib. */

/* WYMeditor */
/* Centered paragraph */
p.centered /* p */ {
  text-align : center;
  /* text-align: center; */
}

/* Float image left */
img.left /* img */ {
  float: left;
  margin: 1em;
  /* float: left; margin: 1em; */
}

/* Float image right */
img.right /* img */ {
  float: right;
  margin: 1em;
  /* float: right; margin: 1em; */
}

/* /WYMeditor */

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
}