/*
blog overview page
*/
body.node-type-page.section-blog .region-content h2 {
	margin-top: 1em;
}

body.node-type-page.section-blog .region-content h2 a {
	text-decoration: none;
}

body.node-type-page.section-blog .region-content .field-name-body a {
	text-decoration: none;
}

body.node-type-page.section-blog .region-content .block-views {
	float: right;
	margin-top: 10px;
	width: 29%;
}

body.node-type-page.section-blog .region-content .block-views .view-tweets .view-content {
	height: auto;
	overflow: auto;
}

/*
article pages
*/
body.node-type-article .content .view-blog a {
	text-decoration: none;
}