/* blog start */
.blogSearchForm{
display: none;
}

.blogPageLinks a{
font-size:1.2em;
}

.commentForm{
margin-top:20px;
}
/* blog end */

.post {
border-bottom: 5px solid #eee;
margin-bottom: 50px;
padding-bottom: 30px;
}

.post h2 {
margin-bottom: 0px;
}

.blogTitle {
padding-bottom:10px;
border-bottom: 10px solid #eee;
padding-bottom: 5px;
margin-bottom: 40px;
}


.blogPageLinks {
text-align: center;
}

.backButton {
background-color: #003366;
padding: 3px 0 3px 5px;
color: white;
width: 125px;
text-transform: uppercase;
font-size: 10px;
line-height: 1em;
margin-bottom: 20px;
}
.backButton a {
color: white;
text-decoration: none;
}