/* don't display page title */
.entry-header {
    display: none;
}

/* decrease space between header and page content */
.site-header {
    padding: 1.71429rem 0 0 0;
}
#primary.site-content {
    margin-top: none;
}
.site-content {
    margin: 0 0 0 0;
}

.site-content article {
	border-bottom: none;
	margin-bottom: 20px;
	margin-bottom:1.428571428571429rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;

}

a:link {
color:#21759b;
}
a:visited {
color:#21759b;
}
a:hover {
color:#21759b;
} 

.entry-content a:visited,
.comment-content a:visited {
	color: #21759b;
}