#content {
	background: url("images/alpha/blue.png");
	min-width: 800px;
}

.blog_item {
	background: #FFF;
	margin: 10px;
	padding: 10px;
	font-family: verdana;
	font-size: 12px;
}

#column1 {
	display: block;
	float: left;
	width: 75%;
}

#column2 {
	display: block;
	float: left;
	width: 24.99%
}

#column2 div {
	margin-left: 0px;
}

h1, h1 a, h2, h2 a {
	color: #3B5997;
	font-size: 16px;
	font-weight: normal;
}

#status {
	background: url("images/twitter.png") #FFF bottom right no-repeat;
}

#status span {
	display: block;
	margin: 10px 30px 15px 10px;
}

#lastfm {
	background: url("images/last.fm.png") #FFF bottom right no-repeat;
}

#lastfm #music {
	margin: 10px 0;
	padding-right: 25px;
}

#lastfm #music_expand {
	clear: both;
}

#lastfm a.track {
	display: block;
	min-height: 44px;
	padding: 5px 10px 0px 10px;
	clear: both;
}

#lastfm a.track:hover {
	background: url("images/alpha/cyan.png") top right repeat-y;
	text-decoration: none;
	color: #002A70;
}

#lastfm a.track .current {
	display: block;
	float: right;
	margin-right: -32px;
}

#lastfm a.track .cover {
	float: left;
	width: 40px;
	height: 40px;
	padding-bottom: 10px;
}

#lastfm .song, #lastfm .album, #lastfm .time {
	display: block;
	margin-left: 48px;
	font-size: 0.75em;
}

#lastfm .song {
	font-size: 0.8em;
}

#lastfm .album {
	color: #555;
}

#lastfm .time {
	margin-top: 4px;
	color: #444477;
}

#flickr .inner {
	max-width: 240px;
	margin: 8px auto 0 auto;
	text-align: center;
}

#flickr img {
	width: 64px;
	height: 64px;
	margin: 6px;
}

.post h1, .post .date, .comments div {
	display: block;
	float: left;
	width: 49.9%;
}

.post .title {
	margin-bottom: 10px;
}

.post .date {
	color: #3B5997;
	text-align: right;
	margin-bottom: 10px;
}

.post .article {
	margin: 10px 10px 15px 10px;
	clear: both;
}

.post .article a {
	color: #690000;
}

.comments {
	background: url("images/comments.gif") #EEE top left repeat-x;
	border: 1px solid #EEE;
	height: 18px;
	margin: 6px 10px 12px 10px;
	padding: 4px 4px 0px 4px;
}

.comments .time {
	background: url("images/icons/post.png") 0 -1px no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
}

.comments .right a {
	background: url("images/icons/comments.png") no-repeat;
	padding-left: 20px;
}

#bookmarks {
	height: 8px;
	margin-top: -10px;
}

#bookmarks ul {
	display: block;
	width: 530px;
	margin: 0 auto;
}

#bookmarks li {
	float: left;
	list-style: none;
	margin: 4px 10px;
}

#bookmarks a {
	display: block;
	width: 60px;
	padding: 2px 2px 2px 20px;
}

#bookmarks #delicious { background: url("images/bookmarks/delicious.gif") no-repeat; }
#bookmarks #digg { background: url("images/bookmarks/digg.gif") no-repeat; }
#bookmarks #google { background: url("images/bookmarks/google.gif") no-repeat; }
#bookmarks #facebook { background: url("images/bookmarks/facebook.gif") no-repeat; }
#bookmarks #stumbleupon { background: url("images/bookmarks/stumbleupon.gif") no-repeat; }

.comment {
	background: #F4F4F4;
	margin: 20px;
	padding: 0px 2px;
}

#archive li {
	list-style-type: none;
	margin: 10px;
}

#archive .month {
	color: #4D6CAB;
	font-size: 12px;
}