/* Enter Your Custom CSS Here */

/* Template */
.site-description{
	font-size:110%;
  	margin: 15px 0 0 0;
}

/* Heading */
div.entry-content h2{
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Playfair Display", serif;
  /*color: #21759b;*/
  /*color: #e16173;*/
  font-size:130%;
  font-weight: bold;
}

/* Bibliography */
ul.bibliography li{
  	padding-left: 0px;
	list-style-type: none;
  	text-indent: -40px;
  
}

/* Sticky */
/*
div.entry-meta span.sticky{
	display: none;
}
article.category-events div.entry-meta span{
	display: none;
}
article.category-events div.entry-meta::after{
	content: 'Announcement';
	display: visible;
}
*/

/* Definitions */
dl.variables{
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dl.variables dt {
  float: left;
  width: 20%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}
dl.variables dd {
  float: left;
  width: 70%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}

/* Images */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }