﻿/* CSS for www.canonbury.ac.uk/speakers.htm
 * sjt@lambenttechnology.com • www.lambenttechnology.com
 */
 
img {
	border:1px solid gray;
	margin:0.5em 0 0 0;
	}
h2.name {
	font-size:120%;
	margin:0;
	}
div#column h2.name a {border:none} /* don't mark inbound links */
p.bio,p.summary {
	line-height:1.4em;
	}
table {margin-left:-3em}
td {
	padding:1em 0 0 1em;
	vertical-align:top;
	}
div.topic {
	background:#eee;
	padding:0.5em 1em;
	}
h3.subject {
	color:black;
	font-size:120%;
	font-weight:normal;
	margin:0;
	}
p.subtitle {
	color:black;
	font-style:italic;
	margin:0;
	}
p.summary {
	margin:0.3em 0 0 0;
	}
p.fulltextlink {
	float:left;
	font-size:80%;
	letter-spacing:0.2em;
	margin:0.3em 1em;
	text-transform:uppercase;
	}
div#column p.fulltextlink a {color:inherit}
p.date, p.conference {
	margin:0.3em 0;
	text-align:right;
	}
p.conference {font-style:italic}
.suffix {font-size:85%}
.wiki {
	color:black;
	font-size:60%;
	letter-spacing:0.1em;
	text-transform:uppercase;
	}
div#index {
	background:#eef;
	border:1px solid #dde;
	float:right;
	filter: alpha(opacity = 80);
	font-family:Courier New,Courier,monospace;
	margin: 1em -10em 1em 1em;
	opacity:0.8;
	padding:0;
	text-align:center;
	width:9em;
	}
#index ul {
	margin:0;
	padding:0;
	}
#index li a {
	color:#333;
	border-bottom:none;
	}
#index li {
	font-size:75%;
	line-height:1em;
	list-style-type:none;
	margin:0;
	padding:0.2em 1em;
	text-align:left;
	}
#index a:hover {color:red}

