/* @override 
	http://www.vtowntim.com/style/style.css
	http://vtowntim.com/style/style.css
	http://vtowntim.com/style/reset.css
*/
body{
	font-size: 20px;
	background-color: #f0f3f7;
	line-height: 1em;
}
h1,h2,ul,li,div{
	margin: 0;
	padding: 0;
}
a:link, a:visited{
	color: #4884ce;
	text-decoration: underline;
}
a span{
	font-weight: bold;
}
li{
	list-style: none;
	text-indent: 0px;
	margin-left: 0;
	padding-left: 0;
	font-size: 1em;
	color: #bac8db;
	text-align: justify;
	line-height: .9em;
}
#update-0{
	color: #6896ce;
}
.date{
	font-size: .5em;
	text-align: left;
	display: block;
}
h1{
	font-size: 1.5em;
	line-height: 48px;
	margin-bottom: 24px;
}
ul{
	text-align: justify;
}
#tweets{
	width: 50%;
	min-width: 400px;
	border-right: 1px solid #ce6868;
	position: absolute;
	height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	background-color: #e6e9ed;
} 
#tweets li{
	margin: 6px 12px;
}
#identify img{
	float: left;
}
#desc{
	font-size: .5em;
	line-height: 1em;
	margin-top: 12px;
}
#top{
	text-align: center;
	color: #666;
	position: absolute;
	width: 30%;
	min-width: 300px;
	top: 100px;
	right: 10%;
}