@charset "utf-8";

body {
	background: #fff;
	color: #0072c6;
	font: 100%/1.5 "Cambria","Georgia";
	margin: 0 auto;
	padding: 2em;
	width: 1024px;
}

h1 {
	float: left;
}
h1 a {
	background: #fff url(../img/logo.png) no-repeat center center;
	border: 16px solid #fff;
	float: left;
	height: 63px;
	padding: 16px;
	text-indent: -9999px;
	width: 146px;
}
h1 a:hover {
	border-color: #ddd;
}
h2 {
	font-size: 2em;
}
p {
	padding: 0 0 1.5em;
}
a {
	background: #ddd;
	color: #0072c6;
	margin: 0 -0.15em;
	padding: 0.15em;
	-webkit-border-radius: 0.2em;
}
a:hover {
	color: #be0026;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

.frame {
	border: 0.2em solid #ddd;
	display: inline-block;
	line-height: 0;
	padding: 0.3em;
}

.hfeed .logentry {
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	margin-left: -48px;
	padding-left: 48px;
	padding-bottom: 1.5em;
}
.hfeed .meta {
	padding-bottom: 0;
}
.hfeed .logentry .comment {
	padding-bottom: 0;
}
.hfeed .author {
	display: none;
}
.hfeed .meta {
	color: #aaa;
	padding: 0;
}

.brightkite {
	background-image: url(../img/brightkite.png);
}
.twitter {
	background-image: url(../img/twitter.png);
}
.delicious {
	background-image: url(../img/delicious.png);
}
.googlereader {
	background-image: url(../img/googlereader.png);
}
.lastfm {
	background-image: url(../img/lastfm.png);
}
.flickr {
	background-image: url(../img/flickr.png);
}

#introduction {
	border-bottom: 1px dotted #bbb;
	margin: -1px 0 1.5em;
	padding-bottom: 1.5em;
}
#introduction p {
	background: #ddd;
	display: inline;
	font-size: 2em;
	margin-right: 0.3em;
	padding: 0;
}
#introduction p:after {
	color: #aaa;
	content: " ¶";
}
#introduction p .amp {
	font-family: Baskerville,Palatino,"Book Antiqua",serif;
	font-style: italic;
}


#interest {
	float: right;
	width: 752px;
}