#content > section:first-child header,
#content > article:first-child header,
.grid_12 > section:first-child header,
#content aside:first-child .module-title a {
	background: none;
}

.nav-main li:first-child a { 
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.features div:nth-child(2) article:first-child .module-title a {
	background: none;
}

.feature-triptych-img img:nth-child(2) {
	margin: 0 20px;
}

.share div:last-child a {
	margin-right: 0;
}

.highlight li:last-child {
	margin-bottom: 0;
}

.pagination li:last-child,
.pagination li:last-child a {
	padding-right: 0;
}

.pagination-alphabetical li:first-child a {
	padding-left: 0;
}

.share li:last-child a {
	margin-right: 0;
}

.slideshow-alt .slideshow-thumbs li:first-child,
.slideshow-alt .slideshow-thumbs li:nth-child(8n+9) {
	margin-left: 0;
}

.slideshow-alt .slideshow-thumbs li:nth-child(8n+8) {
	margin-right: 0;
}

.news-list-item:last-of-type {
	padding-bottom: 0;
	background: none;
}

.column .author-about p:last-child {
	margin-bottom: 0;
}

#comentarios .comments-list > li:last-child .comment-entry {
	background: none;
	padding-bottom: 0;
}