* { padding: 0; margin: 0; border:0; }

body
{
	font-family: 'Domine', Georgia, Serif;
	padding-top: 1em;
}

.column
{
	width: 800px;
	margin: 0 auto;
}

.header
{
	margin-bottom: 2em;
}

.header-top
{
	font-size: 2.0em;
	border-bottom: 2px solid black;
}

.header-bottom
{
	text-align: center;
	line-height: 1.5em;
}

.header-bottom ul
{
	list-style-type:none;
}

.header-bottom li
{
	display: inline;
	margin: 0 0.5em;
}

ol#posts
{
	list-style-type:none;
}

a
{
	color: inherit;
}

a.selected
{
	font-weight: bold;
}

.left
{
	float: left;
	width: 270px;
}

.right
{
	margin-left: 270px;
}

p
{
	line-height: 1.5em;
	margin: 1em 0;
}

h2
{
	font-weight: normal;
	margin-top: 2em;
}

h3.blogdate
{
	font-weight: bold;
	margin-top: 0.5em;
	color: #666;
	font-size: 90%;
}


/* ADN widget on homepage */

.ADN_section
{
	border-top: 2px solid black;
	margin-top: 40px;
}

.ADN_wrapper
{
	max-width: 500;
	margin: 0 auto;
}

.ADN_section h3
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ADN_post
{
	min-height: 70px;
}

img.ADN_avatar
{
	width: 64px;
	height: 64px;
	float: left;
}

.ADN_metadata
{
	margin-left: 70px;
}

.ADN_text
{
	margin-left: 70px;
	margin-bottom: 20px;
}

.ADN_retweet
{
	font-size: 80%;
	color: gray;
	margin-top: 5px;
}

.ADN_retweet a
{
	text-decoration: none;
}

.ADN_username
{
	color: gray;
}

.ADN_username a
{
	text-decoration: none;
}

.ADN_date
{
	color: gray;
	float: right;
}
