/***************************
	Left Content 
***************************/
.left_col{
	width: 620px;
	float: left;
	margin-right: 60px;
	border-color: grey;
}
/***************************
	Updates
***************************/
h2.fresh{
	margin-top: 14px !important;
	margin-bottom: 5px !important;
	
	font-size: 2.2em !important;
	
}
#updates{
	height: 625px;
}
#freshfollow{
	color: #ccc;
	padding:10px 0 15px 0;
	border-top:1px solid #202020;
	font-size:16px;
	font-weight:bold;
	
}

#freshfollow a{
	color: #FBB034;
	font-size:16px;
	font-weight:bold;
	
}

#updates .update{
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom:1px solid #202020;
	height: 60px;
}
#updates .hide{
	display: none;
}
.icon{
	background: url('../images/layout/home/icon-bg.png') no-repeat;
	width: 60px;
	height: 60px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.icon img{
	margin: 0px auto;
	padding: 6px;
	width: 48px;
	height: 48px;
}
#updates .update .updatedetails .title{
	padding-top: 12px;
	color: #ffffff;	
	font-size: 16px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
#updates .update .updatedetails .updatetext{
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-left:80px;	
}
#updates .update .updatedetails .updatetext a{
	color: #fbb034;
}
#updates .update .updatedetails .updatetext a:hover{
	color: #FFFFFF;
}
#updates .update .updatedetails .updatetext .username{
	color: #fbb034;
}
.left_col #more{
	margin: 100px 0 0 0;
	position: relative;
}

