/* CSS Document */
 
#bottom {	
	width:932px;
  height: 300px;
  clear:both;
	font-size:13px;
	color:#fff;
	background: #4973A5; 
	margin: 0;
	padding: 12px 10px 12px 0;
}
.bottom_post {
	width:275px;
  height: 280px;
	float:left;
	margin: 0 0 0 12px;
	padding: 10px;
	border:1px solid #999;
}
.bottom_post a {
	color:#fff;
}
#bottom ul {
	margin: 5px 0 0 0;
	padding: 0;
}
#bottom ul li {
	height: 46px;
	border-top: 1px dashed #999;
	list-style: none;
	margin: 0;
	padding: 5px 5px 0 0;
	display:block;
  line-height: 1;
  overflow: hidden;
}
#bottom img {
  float: left;
  width: 40px;
  height: 40px;
	margin: -2px 10px 0 0;
	padding: 1px;
	background-color: #eee;
	border: 1px solid #ddd;
	clear: both;
}
#bottom a, #bottom a:hover, #bottom a:visited {
	color:#fff;
  text-decoration : none; 
}
#bottom h5 {
	color:#fff;
	margin: 0 0 10px 0;
	padding: 0;
}
li .title a, li .title a:hover {
	font-size: 13px;
}
li .meta {
	color: #C4C4C4;
	font-size: 11px;
}

/************************************************
* top					*
************************************************/

#bottom .top {
	height: 22px;
	padding: 6px 0 0 0;
	list-style: none;
}