
/* Quotations and references */



abbr, acronym { 
	border-bottom: inherit;	/* Switch off Firefox's underlining border */
}





q, blockquote { 
	font-family: "book antiqua", perpetua, serif;
	font-style: oblique;
}

blockquote { 
	margin-top: 0.5em;
	margin-bottom: 2em;
	margin-left: 3em;
	margin-right: 7em;
}

q { 
}

blockquote .author { 
	font-style: normal;
	padding-left: 5em;
}
blockquote .author:before {
	content: "\2014  " ;
	margin-top: 0;
	padding-top: 0;
}
blockquote cite { 
	margin-left: 2em;
	margin-right: 5em;
}




/* References (in-line) */

cite span { 
	font-style: normal;
}

cite { 
	font-style: normal;
	text-indent: -1em;
}

cite * { 
	font-style: oblique;
}


cite .authors,
cite .authors .author,
cite .author {
  font-weight: normal;
}
cite .title {
  font-style: italic;
  font-weight: normal;
}
cite .publication-date {
  font-weight: bold;

}
cite .publication-date:before {
	content: "(";
}
cite .publication-date:after {
	content: ")";
}




q { 
  font-style: oblique;
}

blockquote {
  font-style: oblique;
}

/* References (in the table) */

ul.references .title {
  font-style: italic;
}


ul.references .publication-date {
  font-weight: bold;
}


