#content-wrapper
{
	float:left;
	width:640px;
	overflow:auto;
	background-color:#202020;
}

#content
{
	color:Yellow;
	padding:0 5px 0 12px;
}

#content p
{
	padding:10px 0 5px 0;
}

#content ul
{
	list-style:none;
}

#content ul li
{
	padding: 0 0 0 20px;
	line-height:1.5em;
}

#content ul li a, .hl
{
	color:White;
}

#content h1
{
	display:block;
	font-size:230%;
	color:Silver;
	padding:8px 0 8px 0;
	line-height:1.3em;
}

#content h2
{
	display:block;
	font-size:120%;
	padding:10px 0 10px 0;
	clear:left;
}

#content h3
{
	display:block;
	font-size:110%;
	padding:10px 0 10px 0;
}

#content span.cnt,
#content span.date
{
	color:Yellow;
	text-decoration:none;
	float:left;
	clear:left;
	width:80px;
	text-align:center;
}

#content span.date
{
	color:Silver;
	width:120px;
}

#content a.sid
{
	color:White;
	text-decoration:none;
	float:left;
}

#content a.sid:hover
{
	color:White;
}

#content a.play
{
	background:url(images/play.jpg) left top no-repeat;
	float:left;
	color:Black;
	text-decoration:none;
	width:39px;
	height:15px;
	margin-left:5px;
}

#twitter
{
	padding-left:5px;
}

#twitter a.twitter-link
{
	line-height:1.5em;
	text-decoration:none;
	color:White;
}

#twitter-logo
{
	display:block;
	width:156px;
	height:56px;
	background:url(images/twitter.jpg) left top no-repeat;
}