/*
a3d5f2 = old
4aa0d2 = now
*/

@import url('/_files/base_style.css');

p, li {
	line-height: 150%;
	}
h1, h1.border_color {
	background-color: #eee;
	text-align: center;
	margin: 0 0 1em 0;
	padding: .2em;
	font-size: 200%;
	border-style: solid;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 40px;
	border-right-width: 40px;
	border-right-color: #eee;
	}
h2 {
	font-size: 150%;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	}

#document {
	width: 600px;
	margin: 3em auto 0 auto;
	}
.thing {
	width: 290px;
	float: left;
	margin: 0 19px 1em 0;
	}
#tweets {
	margin-right: 0;
	}
#tweets ul {
	list-style-type: none;
	margin: .5em 0 0 0;
	padding: 0;
	}
#tweets li {
	margin: 0 0 .5em 0;
	padding: .2em .2em .2em 1.2em;
	text-indent: -1em;
	}
.blogpost {
	padding: .2em;
	}
#tweets li:hover, .blogpost:hover {
	background-color: #eee;
	}
#footer {
	clear: both;
	text-align: right;
	}

span.elapsed {
	display: block;
	}
.blogdate, span.elapsed {
	text-align: right;
	font-size: 85%;
	}