/* type.css */

#wrapper {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
}

p {
	margin: 1em 0;
}

h1 {
	font-size: 2.1em;
	font-weight: normal;
}

#header .description {
	font-size: 0.85em;
}

#header a {
	text-decoration: none;
}

a.back {
	text-decoration: underline;
}

#search h2,
.post h2,
.emptysearch,
.error {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}

.post h2 a {
	text-decoration: none;
}

.post h2 {
	line-height: 1.2em;
}

.post h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
}

.post h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
}

.post h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
}

.post blockquote cite {
	font-style: normal;
}

.date {
	font-size: .95em;
}

.pagination a {
	text-decoration: underline;
}

#search-form input {
	font-size: 1.2em;
}

#entry-page {
	font-size: 1.1em;
}

.quote h2 {
	display: none;
}

.quote .entry {
	margin: -1.6em 0 -.65em 0;
}

.quote .entry p {
	font-size: 1.6em;
	line-height: 1.3em;
}

.quote .entry a p {
	font-weight: normal;
}

.error {
	font-size: 1.9em;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	padding: .5em 0 .5em 0;
	margin: .5em 0 .4em 0;
}

#errortext {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #a98a65;
}

.category-title {
	font-size: 1.9em;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	padding: .5em 0 .5em 0;
	margin: .55em 0 .4em 0;
}