.grid_3 { width:280px; }
.grid_9 { width:900px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

#recentposts {
	margin:0 auto;
	background: #FFFFFF;
	width: 960px;
}

#recentposts h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#recentposts p {
	font-size: 10px;
}

#recentposts .seperator
{
	border-top:dotted;
	margin-top: 30px;
}
#recentposts  .title{
	color:#4bacc6;
	font-size:33px;
	font-weight:bold;
	text-align:center;
}
#recentposts a {
	text-decoration:none;
}

#recentposts  a.more-link {
	color: #74C9BE;
	float: right;
}

#recentposts  a.more-link:hover {
	color: #A6D94B;
}
