/*
Douban.com Homepage Style - Step 2
by JunChen Wu(junchenwu@gmail.com)
Created on 2007-01-28
Lact Modified on 2007-01-29

http://www.junchenwu.com/2007/01/web_standards_practice_series_02.html
*/

/*
=Layout and some styles...
*/
#bd{
	padding-right: 410px;
}
	#main{
		width: 100%;
		float: left;
	}
	#sidebar{
		width: 350px;
		margin-left: 60px;
		float: left;
		margin-right: -410px;
	}
#ft{
	clear: both;
}

/*
=Comment List
*/
.comment{
	list-style: none;
	position: relative;
	zoom: 1;
	margin-top: 1em;
	margin-bottom: 2em;
}
.comment h3{
	font-size: 116%;
	font-weight: normal;
	background: #EFE;
	margin-left: 78px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
.comment p{
	font-size: 92%;
	line-height: 150%;
	margin-left: 78px;
	margin-bottom: 1.8em;
}
.comment .info{
	color: #666;
}
.comment p span{
	color: #666;
}
.comment .avatar{
	position: absolute;
	border: 1px solid #CCC;
	top: 0;
	left: 5px;
}

