body {
	background-color: #1d1d1d;
	padding-left: 100px;
}	
	
body, td {font-family: Georgia, Arial;
	font-size: 12px;
	color: #999;
}

div#welcome {
	margin-top: 120px;
}
div#welcome a {
	background: url(logo.gif) no-repeat;
	width: 270px;
	height: 52px;
	text-indent: -9999px;
	display: block;
}
div#welcome img {
	border: none;
}
#rss {
	float: left;
	margin-top: 60px;
	width: 100px;
}
#rss a {
	margin-top: 10px;
	margin-left: 30px;
	display: block;
	background: url(static/images/feed28.png) no-repeat;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
}
#updates {
	margin-top: 60px;
	margin-left: 100px;
	margin-right: 160px;
}
h3.itemtitle {
	color: #333;
	font-size: 13px;
	margin: 0;
	font-weight: normal;
}
a:link, a:visited {
	color: #999;
	text-decoration: none;
}

div.itemdivider {
	margin-bottom: 36px;
}
div.itemtitle {
	font-size: 17px;
}
div.twittercontent, div.ffmessage {
	color: #aaa;
	font-size: 27px;
	font-style: italic;
	font-family: Georgia, Arial;
}
div.fflink {
	color: #aaa;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, Arial;
	margin-bottom: 6px;
}
div.fflink a:link, div.fflink a:visited {
	border-bottom: 1px dashed #666;
	padding-bottom: 2px;
}
div.posted {
	font-size: 13px;
	color: #666;
}
div.comments {
	margin-top: 14px;
	margin-left: 60px;
	padding: 10px;
	border: 1px #999 solid;
	background-color: #444;
	color: white;
}
div.comments div.comment {
	margin-bottom: 5px;
}
div.comments div.last {
	margin-bottom: 0px;
}

div.medias {
	margin-top: 15px;
}
div.medias span.media {
	margin: 5px;
}
div.medias span.media img {
	border: 1px #666 solid;
	padding: 3px;
}