@import url("secondary.css");

/******* Blog Summary Content *******/

#main h2 {
	margin: 1em 0;
	background: none;
	font-size: 1.4em;
	text-indent: 0;
}

#main .first h2 {
	margin-top: 0;
}

#main .blogs .byline {
	border-top: 1px solid #CCC;
	padding: 20px 10px 10px 0.5em;
	background: url("../images/gradient-bottom.png") no-repeat left bottom;
	font-weight: normal;
}

#main .blogs .timestamp, body.summary .blogs .author {
	font-weight: bold;
	color: #000;
}

#main .blogs .utilities {
	border-left: none;
	padding-top: 10px;
}

#main .blogs .post {
	border: none;
	margin-bottom: 20px;
}


