#subcontent {
	padding-top: 0;
}

#tweetswrapper, #recenttrackswrapper {
	word-wrap: break-word;
}

#tweetswrapper, #recenttrackswrapper, #tagcloudwrapper, #blogarchiveswrapper {
	margin: 0 0 40px 0;
}

#tweetswrapper ol, #recenttrackswrapper ol, #tagcloud, #blogarchiveswrapper ol {
	padding: 0;
	margin: 0 0 0 12px;
}

#subcontent li {
	list-style: none;
	display: block;
	font-size: 0.75em;
	line-height: 1.2em;
	margin-bottom: 7px;
}

#tweetswrapper li, #recenttrackswrapper li {
	margin-bottom: 15px;
}

#tweetswrapper a.imagewrapper {
	display: block;
	margin-top: 3px;
}

#tweetswrapper a.imagewrapper img {
	padding: 0;
	margin: 0;
	width: 155px;
}

#tweetswrapper a.imagewrapper:hover img {
	border-color: #f16c00;
}

#tweetswrapper li span, #recenttrackswrapper li span {
	color: #999;
}

#tagcloud {
	text-align: justify;
}

#tagcloud a {
	text-decoration: none;
	padding: 1px 2px;
}

#tagcloud a:hover {
	color: #fff;
	background: #f16c00;
}

#tagcloud .s1 {
	font-size: 0.9em;
}

#tagcloud .s2 {
	font-size: 0.8em;
}

#tagcloud .s3 {
	font-size: 0.7em;
}

/*
@media screen and (max-device-width: 480px) {
	#tweetswrapper ol, #blogarchiveswrapper ol {
		margin: 0;
	}
	
	#tweetswrapper li {
		display: none;
	}
	
	#tweetswrapper li:first-of-type {
		display: block;
	}
	
	#tagcloud {
		font-size: 200%;
		margin: 0;
	}
	
	#tagcloud a {
		padding: 2px;
	}
	
	#tagcloud a:hover {
		color: #f16c00;
		background: #fff;
	}
	
	#blogarchiveswrapper {
		margin: 0 0 20px 0;
	}
	
	#blogarchiveswrapper li {
		display: none;
	}
	
	#blogarchiveswrapper li:nth-of-type(-n+6) {
		display: block;
		font-size: 150%;
	}
}
*/
