/*
Douban.com Homepage Style - Step 3
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;
}

/*
=Item List: books, albums, etc.
*/
.itemlst{
	width: 350px;
	margin: 0;
	padding: 0;
}
.itemlst li{
	width: 100px;
	padding: 0 8px;
	float: left;
	text-align: center;
	list-style: none;
}
.itemlst li div a:hover{
	background: none;
}
.itemlst li img{
	padding: 10px;
	vertical-align: bottom;
}
.itemlst li div{
	height: 120px;
}
.itemlst li p{
	height: 6em;
	line-height: 1.5em;
}
