/* typography */

body {
	font: 12px/1.6em "Lucida Grande", Arial, sans-serif;
}

a {
	cursor: pointer;
}

a.secondary, h1 a, h2 a, a:visited, h3 a {
	text-decoration: none;
}

#work h3 {
	padding-top: .5em;
}

a:hover, .current a:hover {
	text-decoration: underline;
}

#logo {
	text-indent: -9999px;
}

p, span, ul, ol, .postmetadata {
	padding-bottom: 1em;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .1em;
}

.current a {
	font-weight: bold;
	text-decoration: none;
}

.x {
	text-decoration: line-through;
}

/* posts */

cite {
	font-weight: bold;
	font-style: normal;
}

blockquote {
	text-indent: -.4em;
	font-style: italic;
}

/* forms */

input, textarea, .btn {
	font: 12px/1em "Lucida Grande", Arial, sans-serif;
}

.buttons {
	text-align: right;
}

#searchsubmit {
	text-indent: -9999px;
}

code {
	font-family: "Andale mono", "Consolas", monospace;
}
