﻿
body
{
    margin: 0;
	background-color: #2b3439;
	color: #8c9ba3;
	font-family: Trebuchet MS;
	font-size: 11pt;
}

a img				{ border: none; }

a					{ color: #8c9ba3; }
a:hover				{ color: #fff; }

.small				{ font-size: 80%; }

/*atom-entry-link*/
.accent1 { color: #44a7d3; }

/*atom-date-header*/
.accent2 { color: #fff; }

/*atom-entry-title*/
.accent3 { color: #e4d23e; }

/*new or updated post notification*/
.accent4 { color: #f25315; }

div.twitter
{
	font-size: 80%;
	color: #ccc;
}

ul.twitter 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.twitter > li
{
	margin: 0;
	padding: 0;
}

ul.twitter > li > span.time-ago
{
	white-space: nowrap;
	color: #999;	
}