/* @override http://travholt.net/textpattern/css.php?n=typography */

p, blockquote, ul, ol {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, Serif;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	line-height: 22px;
	margin: 1.5em 0 .5em 0;
}

h1.frontpage {
  margin-bottom: 1em;
  font-variant: small-caps;
  border-bottom: 1px solid black;
  letter-spacing: 0.2em;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	margin: .5em 0 .5em 0;
}

h2.articlelist {
	margin: .5em 0 .5em 0;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	margin: .5em 0 .5em 0;
}

.excerpt {
	font-weight: bold;
	font-size: 1.2em;
}

.editlink {
	font-style: italic;
	background: yellow;
}